From 8c3adc6d53cccae18571f53fa9e354ed8d1e08e9 Mon Sep 17 00:00:00 2001 From: Niels van Velzen Date: Sun, 17 Dec 2023 15:23:38 +0100 Subject: [PATCH] Use generated data for plugin list --- docs/general/server/plugins/index.mdx | 259 +- package-lock.json | 411 +- package.json | 4 +- scripts/update-plugins.ts | 38 + src/components/plugins/PluginDetails.tsx | 46 + src/components/plugins/PluginList.tsx | 14 + .../plugins/PluginRepositoryDetails.tsx | 63 +- src/data/pluginRepositories.ts | 7 + src/data/plugins.generated.json | 115355 +++++++++++++++ src/data/plugins.ts | 39 + 10 files changed, 115941 insertions(+), 295 deletions(-) create mode 100644 scripts/update-plugins.ts create mode 100644 src/components/plugins/PluginDetails.tsx create mode 100644 src/components/plugins/PluginList.tsx create mode 100644 src/data/plugins.generated.json create mode 100644 src/data/plugins.ts diff --git a/docs/general/server/plugins/index.mdx b/docs/general/server/plugins/index.mdx index 57c4c0cc..67e1d1a2 100644 --- a/docs/general/server/plugins/index.mdx +++ b/docs/general/server/plugins/index.mdx @@ -39,263 +39,10 @@ All plugins hosted on the repository can be built from source and manually added ## List -### Official Plugins +import { Plugins } from '../../../../src/data/plugins'; +import PluginList from '../../../../src/components/plugins/PluginList'; -#### Metadata Plugins - -Manage your Anime in Jellyfin with several different metadata providers and options for organizing your collection. - -##### Anilist - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-anilist.svg)](https://github.com/jellyfin/jellyfin-plugin-anilist) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-anilist.svg)](https://github.com/jellyfin/jellyfin-plugin-anilist) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-anilist.svg)](https://github.com/jellyfin/jellyfin-plugin-anilist) - -Provides metadata support from [Anilist](https://anilist.co/). - -**Link:** - -- [Github](https://github.com/jellyfin/jellyfin-plugin-anilist) - -##### Anidb - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-anidb.svg)](https://github.com/jellyfin/jellyfin-plugin-anidb) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-anidb.svg)](https://github.com/jellyfin/jellyfin-plugin-anidb) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-anidb.svg)](https://github.com/jellyfin/jellyfin-plugin-anidb) - -Provides metadata support from [Anidb](https://anidb.net/). - -**Link:** - -- [Github](https://github.com/jellyfin/jellyfin-plugin-anidb) - -##### Anisearch - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-anisearch.svg)](https://github.com/jellyfin/jellyfin-plugin-anisearch) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-anisearch.svg)](https://github.com/jellyfin/jellyfin-plugin-anisearch) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-anisearch.svg)](https://github.com/jellyfin/jellyfin-plugin-anisearch) - -Provides metadata support from [Anisearch](https://www.anisearch.com/). - -**Link:** - -- [Github](https://github.com/jellyfin/jellyfin-plugin-anisearch) - -##### Bookshelf - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-bookshelf.svg)](https://github.com/jellyfin/jellyfin-plugin-bookshelf) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-bookshelf.svg)](https://github.com/jellyfin/jellyfin-plugin-bookshelf) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-bookshelf.svg)](https://github.com/jellyfin/jellyfin-plugin-bookshelf) - -Supports several different metadata providers and options for organizing your collection. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-bookshelf) - -##### Kitsu - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-kitsu.svg)](https://github.com/jellyfin/jellyfin-plugin-kitsu) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-kitsu.svg)](https://github.com/jellyfin/jellyfin-plugin-kitsu) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-kitsu.svg)](https://github.com/jellyfin/jellyfin-plugin-kitsu) - -Provides metadata support from [Kitsu](https://kitsu.io/). - -- [Github](https://github.com/jellyfin/jellyfin-plugin-kitsu) - -#### Fanart - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-fanart.svg)](https://github.com/jellyfin/jellyfin-plugin-fanart) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-fanart.svg)](https://github.com/jellyfin/jellyfin-plugin-fanart) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-fanart.svg)](https://github.com/jellyfin/jellyfin-plugin-fanart) - -Scrape poster images for movies, shows, and artists in your library from [fanart.tv](https://fanart.tv). - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-fanart) - -#### Kodi Sync Queue - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-kodisyncqueue.svg)](https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-kodisyncqueue.svg)](https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-kodisyncqueue.svg)](https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue) - -Helps keep Jellyfin for Kodi in sync with the library without needing to run periodic full scans. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-kodisyncqueue) - -#### LDAP - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-ldapauth.svg)](https://github.com/jellyfin/jellyfin-plugin-ldapauth) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-ldapauth.svg)](https://github.com/jellyfin/jellyfin-plugin-ldapauth) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-ldapauth.svg)](https://github.com/jellyfin/jellyfin-plugin-ldapauth) - -Authenticate your Jellyfin users against an LDAP database, and optionally create users who do not yet exist automatically. Allows the administrator to customize most aspects of the LDAP authentication process, including customizable search attributes, username attribute, and a search filter for administrative users (set on user creation). The user, via the "Manual Login" process, can enter any valid attribute value, which will be mapped back to the specified username attribute automatically as well. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-ldapauth) - -#### NextPVR - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-nextpvr.svg)](https://github.com/jellyfin/jellyfin-plugin-nextpvr) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-nextpvr.svg)](https://github.com/jellyfin/jellyfin-plugin-nextpvr) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-nextpvr.svg)](https://github.com/jellyfin/jellyfin-plugin-nextpvr) - -Provides access to Live TV, Program Guide, and Recordings from [NextPVR](https://www.nextpvr.com/). - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-nextpvr) - -#### [Open Subtitles](/docs/general/server/plugins/open-subtitles) - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-opensubtitles.svg)](https://github.com/jellyfin/jellyfin-plugin-opensubtitles) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-opensubtitles.svg)](https://github.com/jellyfin/jellyfin-plugin-opensubtitles) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-opensubtitles.svg)](https://github.com/jellyfin/jellyfin-plugin-opensubtitles) - -Download subtitles from the internet to use with your media files from [Open Subtitles](https://www.opensubtitles.org/). You can configure the languages it downloads on a per-library basis. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-opensubtitles) - -#### Playback Reporting - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-playbackreporting.svg)](https://github.com/jellyfin/jellyfin-plugin-playbackreporting) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-playbackreporting.svg)](https://github.com/jellyfin/jellyfin-plugin-playbackreporting) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-playbackreporting.svg)](https://github.com/jellyfin/jellyfin-plugin-playbackreporting) - -Collect and show user playback statistics, such as total time watched, media watched, time of day watched, and time of week watched. Can keep information for as long as you want or can cull older information automatically. Also allows you to manually query the data collected so you can generate your own reports. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-playbackreporting) - -#### Reports - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-reports.svg)](https://github.com/jellyfin/jellyfin-plugin-reports) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-reports.svg)](https://github.com/jellyfin/jellyfin-plugin-reports) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-reports.svg)](https://github.com/jellyfin/jellyfin-plugin-reports) - -Generate reports of your media library. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-reports) - -#### TMDb Box Sets - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-tmdbboxsets.svg)](https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-tmdbboxsets.svg)](https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-tmdbboxsets.svg)](https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets) - -Automatically create movie box sets based on TMDb collections. Configurable minimum number of films to be considered a boxset. Boxsets are created as collections and includes a scheduled task to ensure that new media is automatically put into boxsets. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-tmdbboxsets) - -#### Trakt - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-trakt.svg)](https://github.com/jellyfin/jellyfin-plugin-trakt) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-trakt.svg)](https://github.com/jellyfin/jellyfin-plugin-trakt) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-trakt.svg)](https://github.com/jellyfin/jellyfin-plugin-trakt) - -Record your watched media with [Trakt](https://trakt.tv). - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-trakt) - -#### TVHeadend - -[![Language](https://img.shields.io/github/languages/top/jellyfin/jellyfin-plugin-tvheadend.svg)](https://github.com/jellyfin/jellyfin-plugin-tvheadend) -[![Contributors](https://img.shields.io/github/contributors/jellyfin/jellyfin-plugin-tvheadend.svg)](https://github.com/jellyfin/jellyfin-plugin-tvheadend) -[![License](https://img.shields.io/github/license/jellyfin/jellyfin-plugin-tvheadend.svg)](https://github.com/jellyfin/jellyfin-plugin-tvheadend) - -Manage TVHeadEnd from Jellyfin. Click [here](/docs/general/server/plugins/tvheadend) for plugin support. - -**Links:** - -- [GitHub](https://github.com/jellyfin/jellyfin-plugin-tvheadend) - -### 3rd-Party Plugins - -#### Ani-Sync - -Ani-Sync lets you synchronize/scrobble your Jellyfin Anime watch progress to popular services like MyAnimeList, AniList, Kitsu. - -**Links:** - -- [GitHub](https://github.com/vosmiic/jellyfin-ani-sync) - -#### Intros - -Download flashy intros from prerolls.video for your movies. - -**Links:** - -- [GitHub](https://github.com/dkanada/jellyfin-plugin-intros) - -#### Kinopoisk metadata plugin - -Fetches metadata from [https://kinopoisk.ru](https://kinopoisk.ru). This site is popular in the Russian-speaking community and contains almost no English-language information. Can provide movies and series rating, description, actors and staff, trailers and so on. - -**Links:** - -- [GitHub](https://github.com/LinFor/jellyfin-plugin-kinopoisk) - -#### Last.FM - -Enables audio scrobbling to Last.FM as well as a metadata fetcher source. - -**Links:** - -- [GitHub](https://github.com/jesseward/jellyfin-plugin-lastfm) - -#### Merge Versions - -Automatically group every repeated movie. - -**Links:** - -- [GitHub](https://github.com/danieladov/jellyfin-plugin-mergeversions) - -#### Shokofin - -A plugin to integrate your Shoko database with the Jellyfin media server. - -**Links:** - -- [GitHub](https://github.com/ShokoAnime/Shokofin) - -#### Skin Manager - -Download and manage the most popular skins. - -**Links:** - -- [GitHub](https://github.com/danieladov/jellyfin-plugin-skin-manager) - -#### Themerr - -Plugin for Jellyfin that adds theme songs to movies using ThemerrDB. - -**Links:** - -- [GitHub](https://github.com/LizardByte/themerr-jellyfin) - -#### YouTube Metadata - -Downloads metadata of YouTube videos with a YouTube API key. - -**Links:** - -- [GitHub](https://github.com/ankenyr/jellyfin-youtube-metadata-plugin) + ## Repositories diff --git a/package-lock.json b/package-lock.json index e411a3e7..3e5bf33a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -52,6 +52,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.1.1", + "tsx": "4.6.2", "typescript": "5.3.3", "typescript-plugin-css-modules": "5.0.2" }, @@ -3270,6 +3271,358 @@ "node": ">=12" } }, + "node_modules/@esbuild/android-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.18.20.tgz", + "integrity": "sha512-fyi7TDI/ijKKNZTUJAQqiG5T7YjJXgnzkURqmGj13C6dCqckZBLdl4h7bkhHt/t0WP+zO9/zwroDvANaOqO5Sw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.18.20.tgz", + "integrity": "sha512-Nz4rJcchGDtENV0eMKUNa6L12zz2zBDXuhj/Vjh18zGqB44Bi7MBMSXjgunJgjRhCmKOjnPuZp4Mb6OKqtMHLQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.18.20.tgz", + "integrity": "sha512-8GDdlePJA8D6zlZYJV/jnrRAi6rOiNaCC/JclcXpB+KIuvfBN4owLtgzY2bsxnx666XjJx2kDPUmnTtR8qKQUg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.18.20.tgz", + "integrity": "sha512-bxRHW5kHU38zS2lPTPOyuyTm+S+eobPUnTNkdJEfAddYgEcll4xkT8DB9d2008DtTbl7uJag2HuE5NZAZgnNEA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.18.20.tgz", + "integrity": "sha512-pc5gxlMDxzm513qPGbCbDukOdsGtKhfxD1zJKXjCCcU7ju50O7MeAZ8c4krSJcOIJGFR+qx21yMMVYwiQvyTyQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.18.20.tgz", + "integrity": "sha512-yqDQHy4QHevpMAaxhhIwYPMv1NECwOvIpGCZkECn8w2WFHXjEwrBn3CeNIYsibZ/iZEUemj++M26W3cNR5h+Tw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.18.20.tgz", + "integrity": "sha512-tgWRPPuQsd3RmBZwarGVHZQvtzfEBOreNuxEMKFcd5DaDn2PbBxfwLcj4+aenoh7ctXcbXmOQIn8HI6mCSw5MQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.18.20.tgz", + "integrity": "sha512-/5bHkMWnq1EgKr1V+Ybz3s1hWXok7mDFUMQ4cG10AfW3wL02PSZi5kFpYKrptDsgb2WAJIvRcDm+qIvXf/apvg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.18.20.tgz", + "integrity": "sha512-2YbscF+UL7SQAVIpnWvYwM+3LskyDmPhe31pE7/aoTMFKKzIc9lLbyGUpmmb8a8AixOL61sQ/mFh3jEjHYFvdA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.18.20.tgz", + "integrity": "sha512-P4etWwq6IsReT0E1KHU40bOnzMHoH73aXp96Fs8TIT6z9Hu8G6+0SHSw9i2isWrD2nbx2qo5yUqACgdfVGx7TA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.18.20.tgz", + "integrity": "sha512-nXW8nqBTrOpDLPgPY9uV+/1DjxoQ7DoB2N8eocyq8I9XuqJ7BiAMDMf9n1xZM9TgW0J8zrquIb/A7s3BJv7rjg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.18.20.tgz", + "integrity": "sha512-d5NeaXZcHp8PzYy5VnXV3VSd2D328Zb+9dEq5HE6bw6+N86JVPExrA6O68OPwobntbNJ0pzCpUFZTo3w0GyetQ==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.18.20.tgz", + "integrity": "sha512-WHPyeScRNcmANnLQkq6AfyXRFr5D6N2sKgkFo2FqguP44Nw2eyDlbTdZwd9GYk98DZG9QItIiTlFLHJHjxP3FA==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.18.20.tgz", + "integrity": "sha512-WSxo6h5ecI5XH34KC7w5veNnKkju3zBRLEQNY7mv5mtBmrP/MjNBCAlsM2u5hDBlS3NGcTQpoBvRzqBcRtpq1A==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.18.20.tgz", + "integrity": "sha512-+8231GMs3mAEth6Ja1iK0a1sQ3ohfcpzpRLH8uuc5/KVDFneH6jtAJLFGafpzpMRO6DzJ6AvXKze9LfFMrIHVQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.18.20.tgz", + "integrity": "sha512-UYqiqemphJcNsFEskc73jQ7B9jgwjWrSayxawS6UVFZGWrAAtkzjxSqnoclCXxWtfwLdzU+vTpcNYhpn43uP1w==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.18.20.tgz", + "integrity": "sha512-iO1c++VP6xUBUmltHZoMtCUdPlnPGdBom6IrO4gyKPFFVBKioIImVooR5I83nTew5UOYrk3gIJhbZh8X44y06A==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.18.20.tgz", + "integrity": "sha512-e5e4YSsuQfX4cxcygw/UCPIEP6wbIL+se3sxPdCiMbFLBWu0eiZOJ7WoD+ptCLrmjZBK1Wk7I6D/I3NglUGOxg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.18.20.tgz", + "integrity": "sha512-kDbFRFp0YpTQVVrqUd5FTYmWo45zGaXe0X8E1G/LKFC0v8x0vWrhOWSLITcCn63lmZIxfOMXtCfti/RxN/0wnQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.18.20.tgz", + "integrity": "sha512-ddYFR6ItYgoaq4v4JmQQaAI5s7npztfV4Ag6NrhiaW0RrnOXqBkgwZLofVTlq1daVTQNhtI5oieTvkRPfZrePg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.18.20.tgz", + "integrity": "sha512-Wv7QBi3ID/rROT08SABTS7eV4hX26sVduqDOTe1MvGMjNd3EjOz4b7zeexIR62GTIEKrfJXKL9LFxTYgkyeu7g==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.18.20.tgz", + "integrity": "sha512-kTdfRcSiDfQca/y9QIkng02avJ+NCaQvrMejlsB3RRv5sE9rRoeBPISaZpKxHELzRxZyLvNts1P27W3wV+8geQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, "node_modules/@eslint-community/eslint-utils": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", @@ -7517,6 +7870,43 @@ "url": "https://github.com/sponsors/ljharb" } }, + "node_modules/esbuild": { + "version": "0.18.20", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.18.20.tgz", + "integrity": "sha512-ceqxoedUrcayh7Y7ZX6NdbbDzGROiyVBgC4PriJThBKSVPWnnFHZAkfI1lJT8QFkOwH4qOS2SJkS4wvpGl8BpA==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.18.20", + "@esbuild/android-arm64": "0.18.20", + "@esbuild/android-x64": "0.18.20", + "@esbuild/darwin-arm64": "0.18.20", + "@esbuild/darwin-x64": "0.18.20", + "@esbuild/freebsd-arm64": "0.18.20", + "@esbuild/freebsd-x64": "0.18.20", + "@esbuild/linux-arm": "0.18.20", + "@esbuild/linux-arm64": "0.18.20", + "@esbuild/linux-ia32": "0.18.20", + "@esbuild/linux-loong64": "0.18.20", + "@esbuild/linux-mips64el": "0.18.20", + "@esbuild/linux-ppc64": "0.18.20", + "@esbuild/linux-riscv64": "0.18.20", + "@esbuild/linux-s390x": "0.18.20", + "@esbuild/linux-x64": "0.18.20", + "@esbuild/netbsd-x64": "0.18.20", + "@esbuild/openbsd-x64": "0.18.20", + "@esbuild/sunos-x64": "0.18.20", + "@esbuild/win32-arm64": "0.18.20", + "@esbuild/win32-ia32": "0.18.20", + "@esbuild/win32-x64": "0.18.20" + } + }, "node_modules/escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", @@ -8997,7 +9387,6 @@ "resolved": "https://registry.npmjs.org/get-tsconfig/-/get-tsconfig-4.7.2.tgz", "integrity": "sha512-wuMsz4leaj5hbGgg4IvDU0bqJagpftG5l5cXIAvo8uZrqn0NJqwtfupTN00VnkQJPcIRrxYrm1Ue24btpCha2A==", "dev": true, - "peer": true, "dependencies": { "resolve-pkg-maps": "^1.0.0" }, @@ -15801,7 +16190,6 @@ "resolved": "https://registry.npmjs.org/resolve-pkg-maps/-/resolve-pkg-maps-1.0.0.tgz", "integrity": "sha512-seS2Tj26TBVOC2NIc2rOe2y2ZO7efxITtLZcGSOnHHNOQ7CkiUBfw0Iw2ck6xkIhPwLhKNLS8BO+hEpngQlqzw==", "dev": true, - "peer": true, "funding": { "url": "https://github.com/privatenumber/resolve-pkg-maps?sponsor=1" } @@ -17203,6 +17591,25 @@ "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, + "node_modules/tsx": { + "version": "4.6.2", + "resolved": "https://registry.npmjs.org/tsx/-/tsx-4.6.2.tgz", + "integrity": "sha512-QPpBdJo+ZDtqZgAnq86iY/PD2KYCUPSUGIunHdGwyII99GKH+f3z3FZ8XNFLSGQIA4I365ui8wnQpl8OKLqcsg==", + "dev": true, + "dependencies": { + "esbuild": "~0.18.20", + "get-tsconfig": "^4.7.2" + }, + "bin": { + "tsx": "dist/cli.mjs" + }, + "engines": { + "node": ">=18.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + } + }, "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", diff --git a/package.json b/package.json index fffa1677..7240ab9e 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,8 @@ "lint": "eslint --ext .ts,.js,.json,.jsx,.tsx .", "test:blog-urls": "node ./scripts/check-urls.mjs ./scripts/data/jellyfin-blog-urls.json", "test:docs-urls": "node ./scripts/check-urls.mjs ./scripts/data/jellyfin-docs-urls.json", - "test:web-urls": "node ./scripts/check-urls.mjs ./scripts/data/jellyfin-web-urls.json" + "test:web-urls": "node ./scripts/check-urls.mjs ./scripts/data/jellyfin-web-urls.json", + "update-plugins": "tsx ./scripts/update-plugins.ts" }, "dependencies": { "@docusaurus/core": "3.0.1", @@ -77,6 +78,7 @@ "eslint-plugin-react-hooks": "4.6.0", "node-fetch": "3.3.2", "prettier": "3.1.1", + "tsx": "4.6.2", "typescript": "5.3.3", "typescript-plugin-css-modules": "5.0.2" } diff --git a/scripts/update-plugins.ts b/scripts/update-plugins.ts new file mode 100644 index 00000000..a986aa5c --- /dev/null +++ b/scripts/update-plugins.ts @@ -0,0 +1,38 @@ +import { AllPluginRepositories, PluginRepository } from '../src/data/pluginRepositories'; +import { Plugin } from '../src/data/plugins'; +import { writeFile } from 'node:fs/promises'; + +const OUTPUT_PATH = new URL('../src/data/plugins.generated.json', import.meta.url); + +async function getPluginManifest(repository: PluginRepository) { + try { + const response = await fetch(repository.url); + const json = await response.json(); + return json; + } catch (cause) { + console.warn(`Failed to retrieve plugin repository ${repository.name} at ${repository.url}`, { cause }); + return []; + } +} + +async function getPlugins(repositories: Array) { + const plugins: { repository: string; plugin: Plugin }[] = []; + + for (const repository of repositories) { + const manifest = await getPluginManifest(repository); + for (const plugin of manifest) { + plugins.push({ repository: repository.id, plugin }); + } + } + + return plugins; +} + +async function updatePlugins(repositories = AllPluginRepositories) { + console.log(`Downloading data for ${repositories.length} repositories`); + const plugins = await getPlugins(AllPluginRepositories); + console.log(`Writing ${plugins.length} plugins to ${OUTPUT_PATH}`); + await writeFile(OUTPUT_PATH, JSON.stringify(plugins, null, '\t')); +} + +updatePlugins(); diff --git a/src/components/plugins/PluginDetails.tsx b/src/components/plugins/PluginDetails.tsx new file mode 100644 index 00000000..e360068e --- /dev/null +++ b/src/components/plugins/PluginDetails.tsx @@ -0,0 +1,46 @@ +import React from 'react'; + +import DetailsCard from '../common/DetailsCard'; +import { Plugin, PluginWithRepository } from '../../data/plugins'; +import { RepositoryById } from '../../data/pluginRepositories'; + +function PluginDetails({ plugin }: { plugin: Plugin | PluginWithRepository }) { + const repository = 'repository' in plugin ? RepositoryById(plugin.repository) : null; + // TODO: Add filtering? + if (repository.unstable) return; + + const targetAbi = plugin.versions.find((version) => version.targetAbi)?.targetAbi ?? null; + const latestVersion = plugin.versions.find((version) => version.sourceUrl && version.version) ?? null; + + return ( + + {repository.official ? ( + Official + ) : ( + Third Party + )} + {repository.unstable && Unstable} + + {plugin.category} + {targetAbi && {targetAbi}} + + } + description={plugin.description} + primaryButtons={[ + latestVersion && ( + + Download {latestVersion.version} + + ) + ]} + // description={
{JSON.stringify(plugin, null, '\t')}
} + // footerDetails={} + /> + ); +} + +export default PluginDetails; diff --git a/src/components/plugins/PluginList.tsx b/src/components/plugins/PluginList.tsx new file mode 100644 index 00000000..97733c98 --- /dev/null +++ b/src/components/plugins/PluginList.tsx @@ -0,0 +1,14 @@ +import React from 'react'; + +import { Plugin } from '../../data/plugins'; +import PluginDetails from './PluginDetails'; + +const PluginList = ({ plugins }: { plugins: Array }) => ( + <> + {plugins.map((plugin) => ( + + ))} + +); + +export default PluginList; diff --git a/src/components/plugins/PluginRepositoryDetails.tsx b/src/components/plugins/PluginRepositoryDetails.tsx index b28915fb..a10a52aa 100644 --- a/src/components/plugins/PluginRepositoryDetails.tsx +++ b/src/components/plugins/PluginRepositoryDetails.tsx @@ -2,43 +2,34 @@ import React from 'react'; import DetailsCard from '../common/DetailsCard'; import { PluginRepository } from '../../data/pluginRepositories'; +import { PluginsForRepository } from '../../data/plugins'; -const PluginRepositoryDetails = ({ repository }: { repository: PluginRepository }) => ( - - {repository.official ? ( - Official - ) : ( - Third Party - )} - {repository.unstable && Unstable} - - } - description={ - <> - Repository URL -
{repository.url}
+function PluginRepositoryDetails({ repository }: { repository: PluginRepository }) { + const plugins = PluginsForRepository(repository.id); - {Object.entries(repository.includes).length > 0 && ( - <> -

Includes

-
    - {Object.entries(repository.includes).map(([name, url]) => ( -
  • - - {name} - -
  • - ))} -
- - )} - - } - /> -); + return ( + + {repository.official ? ( + Official + ) : ( + Third Party + )} + {repository.unstable && Unstable} + + } + description={ + <> + Repository URL +
{repository.url}
+ Included plugins: {plugins.map((plugin) => plugin.name).join(', ')}. + + } + /> + ); +} export default PluginRepositoryDetails; diff --git a/src/data/pluginRepositories.ts b/src/data/pluginRepositories.ts index 487fd40f..1442b198 100644 --- a/src/data/pluginRepositories.ts +++ b/src/data/pluginRepositories.ts @@ -99,3 +99,10 @@ export const ThirdPartyRepositories: Array = [ } } ]; + +export const AllPluginRepositories: Array = [ + ...OfficialPluginRepositories, + ...ThirdPartyRepositories +]; + +export const RepositoryById = (id: string) => AllPluginRepositories.find((repository) => repository.id === id) ?? null; diff --git a/src/data/plugins.generated.json b/src/data/plugins.generated.json new file mode 100644 index 00000000..6f226009 --- /dev/null +++ b/src/data/plugins.generated.json @@ -0,0 +1,115355 @@ +[ + { + "repository": "jellyfin", + "plugin": { + "guid": "9c4e63f1-031b-4f25-988b-4f7d78a8b53e", + "name": "Bookshelf", + "description": "Supports several different metadata providers and options for organizing your collection.\n", + "overview": "Manage your books", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "9.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Add development setup for Visual Studio Code (#64) @MinecraftPlaye\n- Use JsonSerializer.Deserialize overload that accepts a string (#65) @Bond-009\n\n### Dependency updates ###\n- chore(deps): update dependency sharpcompress to v0.32.2 (#62) @renovate\n- chore(deps): update dependency sharpcompress to v0.32.0 (#61) @renovate\n\n### CI & build changes ###\n- fix: meta ci workflows (#58) @h1dden-da3m0n", + "targetAbi": "10.8.3.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_9.0.0.0.zip", + "checksum": "f505fcc1a9cee9d173cc5d9893c9e08a", + "timestamp": "2022-08-07T12:43:43Z" + }, + { + "version": "8.0.0.0", + "changelog": "- chore(deps): bump release-drafter/release-drafter from 5.15.0 to 5.17.5 (#46) @dependabot\n- chore(deps): bump sharpcompress from 0.30.0 to 0.30.1 (#43) @dependabot\n- Add analyzers to project (#28) @crobibero\n\n### New features and improvements ###\n- Read date and language information from opf (#47) @MinecraftPlaye\n- Add ComicBookInfo metadata provider (#38) @MinecraftPlaye\n\n### Bug Fixes ###\n- Use proper NormalziationForm (#44) @crobibero\n\n### Code or Repo Maintenance ###\n- Update supported metadata providers and file types (#55) @MinecraftPlaye\n- Use meta ci (#54) @crobibero\n- Refactor opf metadata reader for readability (#45) @MinecraftPlaye\n- Update ruleset and fix build (#42) @crobibero\n\n### Documentation updates ###\n- Update supported metadata providers and file types (#55) @MinecraftPlaye\n\n### CI & build changes ###\n- Use meta ci (#54) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_8.0.0.0.zip", + "checksum": "01d46c5beb845257feee76f856079e60", + "timestamp": "2022-03-28T00:01:28Z" + }, + { + "version": "7.0.0.0", + "changelog": "- 10.8 support (#33) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_7.0.0.0.zip", + "checksum": "4f9577d2e8741b292e179e1e7c43cd31", + "timestamp": "2022-01-08T17:22:13Z" + }, + { + "version": "6.0.0.0", + "changelog": "### New features and improvements ### - Expand ComicInfo support and add support for comic covers (#34) @MinecraftPlaye - Use System.Text.Json (#29) @daullmer ### Dependency updates ### - chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#32) @dependabot ### CI & build changes ### - chore(ci): builds, releas drafter and more (#31) @h1dden-da3m0n\n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_6.0.0.0.zip", + "checksum": "0158783c8fba5044791263fba762907a", + "timestamp": "2021-10-31T02:05:24Z" + }, + { + "version": "5.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.0.0.0.zip", + "checksum": "2063fb8ab317b8d77b200fde41eb5e1e", + "timestamp": "2020-12-05T22:03:13Z" + }, + { + "version": "4.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.0.0.0.zip", + "checksum": "fc9f76c0815d766491e5b0f30ede55ed", + "timestamp": "2020-07-20T01:30:33Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "170a157f-ac6c-437a-abdd-ca9c25cebd39", + "name": "Fanart", + "description": "Scrape poster images for movies, shows, and artists in your library.", + "overview": "Scrape poster images from Fanart", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png", + "versions": [ + { + "version": "10.0.0.0", + "changelog": "- chore(deps): update dependency microsoft.extensions.http to v6 (#41) @renovate\n\n### Bug Fixes ###\n- fix tv series no data (#38) @kdays\n\n### CI & build changes ###\n- fix: meta ci workflows (#39) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_10.0.0.0.zip", + "checksum": "2c4c47db79ff8189f5798e1fd563eb52", + "timestamp": "2022-06-12T13:52:36Z" + }, + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- Extract DTOs and fix album parsing (#37) @Shadowghost\n\n### Code or Repo Maintenance ###\n- Use meta ci (#35) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#35) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_9.0.0.0.zip", + "checksum": "6bdf8ed85c46172e500dd6e43b2b3d1c", + "timestamp": "2022-04-26T13:33:43Z" + }, + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#30) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_8.0.0.0.zip", + "checksum": "285e6097dc350d9655eb1fefa844094b", + "timestamp": "2022-01-08T17:22:44Z" + }, + { + "version": "7.0.0.0", + "changelog": "- Remove jQuery and update to es6 (#26) @grafixeyehero\n- chore(ci): builds, releas drafter and more (#22) @h1dden-da3m0n\n- Use System.Text.Json (#21) @Ullmie02\n\n### New features and improvements ###\n- chore: plugin images (#25) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#23) @dependabot\n\n### CI & build changes ###\n- Update ci (#27) @h1dden-da3m0n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_7.0.0.0.zip", + "checksum": "9c778b54acc3a5f0f0cccb020b63e02b", + "timestamp": "2021-09-03T18:30:22Z" + }, + { + "version": "6.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.0.0.0.zip", + "checksum": "ee4360bfcc8722d5a3a54cfe7eef640f", + "timestamp": "2020-12-05T22:25:43Z" + }, + { + "version": "5.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.0.0.0.zip", + "checksum": "f842f7d65d23f377761c907d40b89647", + "timestamp": "2020-07-20T01:30:48Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "e29621a5-fa9e-4330-982e-ef6e54c0cad2", + "name": "IMVDb", + "description": "Get Music Video metadata from IMVDb\n", + "overview": "Get Music Video metadata from IMVDb", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "3.0.0.0", + "changelog": "- Use meta ci (#8) @crobibero\n\n### Code or Repo Maintenance ###\n- 10.8 support (#11) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/imvdb/imvdb_3.0.0.0.zip", + "checksum": "6848365c5e53f29854c12e7313220655", + "timestamp": "2022-03-28T00:02:33Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "771e19d6-5385-4caf-b35c-28a0e865cf63", + "name": "Kodi Sync Queue", + "description": "This plugin will track all media changes while Kodi clients are offline to decrease sync times.", + "overview": "Sync all media changes with Kodi clients", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png", + "versions": [ + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix the scheduled task section name (part of #71) @Shadowghost\n\n### Code or Repo Maintenance ###\n- Cleanup logging and naming (#71) @Shadowghost\n\n### Dependency updates ###\n- Upgrades LiteDB to v5 (part of #71) @Shadowghost\n\n### CI & build changes ###\n- fix: meta ci workflows (#68) @h1dden-da3m0n", + "targetAbi": "10.8.3.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_9.0.0.0.zip", + "checksum": "02c26bfa57c7daa0b302bc83a4e11ddf", + "timestamp": "2022-08-07T12:57:13Z" + }, + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#66) @crobibero\n- Use meta ci (#62) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#62) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_8.0.0.0.zip", + "checksum": "095ebbdcf0f36bf43bb91b7e89c7f610", + "timestamp": "2022-03-27T20:27:42Z" + }, + { + "version": "7.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#42) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#43) @dependabot\n\n### CI & build changes ###\n- Update ci (#47) @h1dden-da3m0n\n- Add pre-commit config (#41) @oddstr13\n- Add release drafter (#40) @oddstr13\n- Add workflows for code testing (#38) @oddstr13\n- Add analyzers and fix warnings (#37) @oddstr13\n\n### Code or Repo Maintenance ###\n- 10.8 support (#51) @crobibero\n- Split scripts and update to es6 (#46) @grafixeyehero\n- Use System.Text.Json (#34) @daullmer", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_7.0.0.0.zip", + "checksum": "e452370cae79462762f69f2506e77fe1", + "timestamp": "2022-01-08T17:23:13Z" + }, + { + "version": "6.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.0.0.0.zip", + "checksum": "787c856c0d2ad2224cdd8b3094cf0329", + "timestamp": "2020-12-05T22:10:37Z" + }, + { + "version": "5.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.0.0.0.zip", + "checksum": "08285397aecd93ea64a4f15d38b1bd7b", + "timestamp": "2020-07-20T01:31:22Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "958aad66-3784-4d2a-b89a-a7b6fab6e25c", + "name": "LDAP Authentication", + "description": "Authenticate your Jellyfin users against an LDAP database, and optionally create users who do not yet exist automatically.\n\nAllows the administrator to customize most aspects of the LDAP authentication process, including customizable search attributes, username attribute, and a search filter for administrative users (set on user creation). The user, via the \"Manual Login\" process, can enter any valid attribute value, which will be mapped back to the specified username attribute automatically as well.\n", + "overview": "Authenticate users against an LDAP database", + "owner": "jellyfin", + "category": "Authentication", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png", + "versions": [ + { + "version": "18.0.0.0", + "changelog": "- Implement proper input sanitization to prevent LDAP injection attacks (#153) @tam1m\n\n### New features and improvements ###\n- Added (#147) @sdimovv\n\n### Code or Repo Maintenance ###\n- Update link to Jellyfin website (#150) @methbkts\n\n### Documentation updates ###\n- Fix \"build\" shields badge (#152) @Radiicall", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_18.0.0.0.zip", + "checksum": "1f8ca7c9242d43002af18ff2a71cdcf5", + "timestamp": "2023-12-05T04:54:29Z" + }, + { + "version": "17.0.0.0", + "changelog": "### New features and improvements ###\n- Rework search flow to minimize LDAP search results (#140) @joshuaboniface\n- admin memberUid feature flag (#138) @cyberb\n- Expand certificate support for LDAP authentication (#135) @JoshuaHassler\n\n### Bug Fixes ###\n- Rework search flow to minimize LDAP search results (#140) @joshuaboniface", + "targetAbi": "10.8.9.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_17.0.0.0.zip", + "checksum": "0d5b00de3a796bc7bcc45015580afcc9", + "timestamp": "2023-03-02T18:38:22Z" + }, + { + "version": "16.0.0.0", + "changelog": "### New features and improvements ###\n- Feature: LDAP Password Change with Toggle (#115) @mstrhakr\n\n### Bug Fixes ###\n- Fix PasswordResetUrl value in config page script (#117) @robobenklein\n\n### CI & build changes ###\n- fix: meta ci workflows (#122) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_16.0.0.0.zip", + "checksum": "edc68cdfdc2052e1a1bf4fb7e698c973", + "timestamp": "2022-06-16T22:46:41Z" + }, + { + "version": "15.0.0.0", + "changelog": "### Major bug fixes ###\n- Fix searching for admin (#114) @crobibero\n\n### New features and improvements ###\n- OpenLDAP admin memberUid support (#113) @cyberb\n- Add ability to use LDAP as password reset provider (#106) @crobibero\n\n### Code or Repo Maintenance ###\n- Use meta ci (#110) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#110) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_15.0.0.0.zip", + "checksum": "9824889c766a8142c9ed13ded36ce456", + "timestamp": "2022-04-15T15:34:39Z" + }, + { + "version": "14.0.0.0", + "changelog": "### New features and improvements ###\n- Add User Settings Tests (#101) @1337joe\n- Add Settings Tests (#100) @1337joe\n- Changing the LDAP Admin filter can change existing LDAP authenticating users (#96) @jketreno\n- Add 'Enable All Folders' or selected folder list for LDAP user create (#90) @jketreno\n\n### Bug Fixes ###\n- Fix #92 - Re-registering of \"pageshow\" handler (#93) @jketreno", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_14.0.0.0.zip", + "checksum": "ee7baaf848be121f45b5177b65289cf7", + "timestamp": "2022-01-08T17:23:40Z" + }, + { + "version": "13.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#89) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_13.0.0.0.zip", + "checksum": "72cae2785f838f563b22d5d773866189", + "timestamp": "2021-11-01T20:59:09Z" + }, + { + "version": "12.0.0.0", + "changelog": "### Bug Fixes ###\n- Enable automatic referral following (#86) @gtbuchanan\n- fix admin lookup condition (#82) @Bobonium\n\n### CI & build changes ###\n- Update ci (#83) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- chore: plugin images (#79) @h1dden-da3m0n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_12.0.0.0.zip", + "checksum": "8a68b30bcf98eee76110c508d1cbefaf", + "timestamp": "2021-09-06T17:20:15Z" + }, + { + "version": "11.0.0.0", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.0.0.0.zip", + "checksum": "4da8f87c4746cba13f8103dfb974ca70", + "timestamp": "2021-04-15T09:03:43Z" + }, + { + "version": "10.0.0.0", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.0.0.0.zip", + "checksum": "62e7e1cd3ffae0944c14750a3c90df4f", + "timestamp": "2020-12-05T19:48:10Z" + }, + { + "version": "9.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.0.0.0.zip", + "checksum": "7f2f83587a65a43ebf168e4058421463", + "timestamp": "2020-07-22T15:42:57Z" + }, + { + "version": "8.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_8.0.0.0.zip", + "checksum": "8af8cee62717d63577f8b1e710839415", + "timestamp": "2020-07-20T01:31:30Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "9574ac10-bf23-49bc-949f-924f23cfa48f", + "name": "NextPVR", + "description": "Provides access to live TV, program guide, and recordings from NextPVR.\n", + "overview": "Live TV plugin for NextPVR", + "owner": "jellyfin", + "category": "LiveTV", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png", + "versions": [ + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- More changes for 10.8 beta (#39) @emveepee\n- Use meta ci (#36) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#36) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_8.0.0.0.zip", + "checksum": "85709b313b176172fd76054509a528fb", + "timestamp": "2022-04-07T21:31:11Z" + }, + { + "version": "7.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Changes for 10.8 alpha2 (#31) @emveepee\n- Use System.Text.Json (#17) @daullmer", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_7.0.0.0.zip", + "checksum": "eb204fc362b43bad171407832fed0459", + "timestamp": "2022-01-08T17:23:55Z" + }, + { + "version": "6.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#24) @h1dden-da3m0n\n- Increase sid security (#19) @emveepee\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#22) @dependabot\n\n### CI & build changes ###\n- Update ci (#26) @h1dden-da3m0n\n- chore(ci): builds, releas drafter and more (#21) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- remove jQuery and update to es6 (#25) @grafixeyehero", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_6.0.0.0.zip", + "checksum": "85b692a6d0c3cf897867cbae31dffcaa", + "timestamp": "2021-07-20T20:56:25Z" + }, + { + "version": "5.0.0.0", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.0.0.0.zip", + "checksum": "d70f694d14bf9462ba2b2ebe110068d3", + "timestamp": "2020-12-05T22:24:03Z" + }, + { + "version": "4.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.0.0.0.zip", + "checksum": "b15949d895ac5a8c89496581db350478", + "timestamp": "2020-07-20T01:31:38Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "4b9ed42f-5185-48b5-9803-6ff2989014c4", + "name": "Open Subtitles", + "description": "Download subtitles from the internet to use with your media files.", + "overview": "Download subtitles for your media", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png", + "versions": [ + { + "version": "19.0.0.0", + "changelog": "### New features and improvements ###\n- Add automatic invalidation of credentials (#128) @MBR-0001\n- Add handling for .strm files (#124) @MBR-0001\n\n### Bug Fixes ###\n- Add automatic invalidation of credentials (#128) @MBR-0001\n\n### CI & build changes ###\n- fix: meta ci workflows (#106) @h1dden-da3m0n", + "targetAbi": "10.8.10.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_19.0.0.0.zip", + "checksum": "432c09f99efe166e07fe605da052096a", + "timestamp": "2023-07-02T17:31:26Z" + }, + { + "version": "18.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix pagination (#92) @MBR-0001\n\n### Tests ###\n- Minor improvements (#90) @Bond-009\n\n### Code or Repo Maintenance ###\n- Use meta ci (#101) @crobibero\n- chore(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#91) @dependabot\n- Minor improvements (#90) @Bond-009\n- Replace %20 with + in SearchSubtitlesAsync (#89) @MBR-0001\n- Implement Bad Gateway handling & code cleanup (#87) @MBR-0001\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.NET.Test.Sdk from 16.11.0 to 17.0.0 (#91) @dependabot\n\n### CI & build changes ###\n- Use meta ci (#101) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_18.0.0.0.zip", + "checksum": "9154f9a36248a2e8dead09e52291206a", + "timestamp": "2022-03-28T00:04:24Z" + }, + { + "version": "17.0.0.0", + "changelog": "### Bug Fixes ###\n- Move OpenSubtitlesHandler project to folder (#85) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_17.0.0.0.zip", + "checksum": "a4adafc1c813f720773ffe7cc4455645", + "timestamp": "2022-01-08T17:24:29Z" + }, + { + "version": "12.0.0.0", + "changelog": "### Bug Fixes ###\n- Fixes, language improvements, code cleanup & error logging (#67) @MBR-0001", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_12.0.0.0.zip", + "checksum": "3244dc49e494bfcf66b783660b7a5a17", + "timestamp": "2021-10-21T04:49:46Z" + }, + { + "version": "11.0.0.0", + "changelog": "### Major features and improvements ###\n- Switch to new API (#54) @MBR-0001\n\n### New features and improvements ###\n- chore: plugin images (#50) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#45) @dependabot\n\n### CI & build changes ###\n- Update ci (#55) @h1dden-da3m0n\n- chore(ci): builds, releas drafter and more (#42) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- Add analyzers, remove all warnings (#61) @crobibero\n- Remove jquery and update to es6 (#51) @grafixeyehero\n- Add analyzers (#44) @crobibero", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.0.0.0.zip", + "checksum": "30b5ae5d6e0deab03364d1d861cdd911", + "timestamp": "2021-08-28T18:42:32Z" + }, + { + "version": "10.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.0.0.0.zip", + "checksum": "ed99d03ec463bf15fca1256a113f57b4", + "timestamp": "2020-12-05T21:56:19Z" + }, + { + "version": "9.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.0.0.0.zip", + "checksum": "16789b26497cea0509daf6b18c579340", + "timestamp": "2020-07-20T01:32:00Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "5c534381-91a3-43cb-907a-35aa02eb9d2c", + "name": "Playback Reporting", + "description": "Collect and show user play statistics", + "overview": "Collect and show user play statistics", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png", + "versions": [ + { + "version": "13.0.0.0", + "changelog": "### Bug Fixes ###\n- Added support for decimal timezones (#64) @theKAKAN\n- Keep all avatars the same dimension (#62) @sambartik\n\n### CI & build changes ###\n- fix: meta ci workflows (#60) @h1dden-da3m0n", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_13.0.0.0.zip", + "checksum": "9249ad025297bed2f7a1808f30cd34b2", + "timestamp": "2022-07-10T12:47:28Z" + }, + { + "version": "12.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#59) @crobibero\n- Use meta ci (#57) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#57) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_12.0.0.0.zip", + "checksum": "6282c85380c4ab75bded1a2f0850fba6", + "timestamp": "2022-03-27T20:34:12Z" + }, + { + "version": "11.0.0.0", + "changelog": "- chore(deps): bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0 (#40) @dependabot\n\n### New features and improvements ###\n- chore: plugin images (#41) @h1dden-da3m0n\n\n### CI & build changes ###\n- Update ci (#45) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- 10.8 (#49) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_11.0.0.0.zip", + "checksum": "d750a6b41799142370fa2f40c70fea9d", + "timestamp": "2022-01-08T17:24:44Z" + }, + { + "version": "10.0.0.0", + "changelog": "* Fix query to PlayActivity endpoint on User Playback Report (#35) @Stampede10343 * Feature/client timezone awareness (#37) @Stampede10343\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_10.0.0.0.zip", + "checksum": "b56ad6715336a363d4477eb40d668491", + "timestamp": "2021-04-12T14:12:57Z" + }, + { + "version": "9.0.0.0", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.0.0.0.zip", + "checksum": "ca323b3dcb2cb86cc2e72a7a0f1eee22", + "timestamp": "2020-12-05T22:15:48Z" + }, + { + "version": "8.0.0.0", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.0.0.0.zip", + "checksum": "58644c505586542ef0b8b65e2f704bd1", + "timestamp": "2020-11-18T03:01:51Z" + }, + { + "version": "7.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_7.0.0.0.zip", + "checksum": "6a361ef33bca97f9155856d02ff47380", + "timestamp": "2020-07-20T01:32:09Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "d4312cd9-5c90-4f38-82e8-51da566790e8", + "name": "Reports", + "description": "Generate reports of your media library", + "overview": "Generate reports of your media library", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png", + "versions": [ + { + "version": "15.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix CSV Export Format (#73) @mwildgoose\n\n### Code or Repo Maintenance ###\n- Use meta ci (#66) @crobibero\n- Performance improvements (#59) @Bond-009\n- Style fixes, enable analysis and nullable (#57) @Bond-009\n\n### CI & build changes ###\n- fix: meta ci workflows (#68) @h1dden-da3m0n\n- Use meta ci (#66) @crobibero", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_15.0.0.0.zip", + "checksum": "4ebde0325f5157f5a7623c203236a6e6", + "timestamp": "2022-07-16T12:47:59Z" + }, + { + "version": "14.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#52) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_14.0.0.0.zip", + "checksum": "b7586cc3ef692576f425a303e9d398ee", + "timestamp": "2022-01-08T17:24:56Z" + }, + { + "version": "12.0.0.0", + "changelog": "Fix Jellyfin 10.7 compatibility\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_12.0.0.0.zip", + "checksum": "cb16b92a8e0dc19f92eb0f46b3a64936", + "timestamp": "2021-06-19T17:23:15Z" + }, + { + "version": "11.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.0.0.0.zip", + "checksum": "d71bc6a4c008e58ee70ad44c83bfd310", + "timestamp": "2020-12-05T22:00:46Z" + }, + { + "version": "10.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.0.0.0.zip", + "checksum": "3917e75839337475b42daf2ba0b5bd7b", + "timestamp": "2020-10-19T19:30:41Z" + }, + { + "version": "9.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_9.0.0.0.zip", + "checksum": "5b5ad8d885616a21e8d1e8eecf5ea979", + "timestamp": "2020-10-16T23:52:37Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "bc4aad2e-d3d0-4725-a5e2-fd07949e5b42", + "name": "TMDb Box Sets", + "description": "Automatically create movie box sets based on TMDb collections", + "overview": "Automatically create movie box sets based on TMDb collections", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "10.0.0.0", + "changelog": "- chore(deps): bump release-drafter/release-drafter from 5.15.0 to 5.17.6 (#59) @dependabot\n\n### Code or Repo Maintenance ###\n- 10.8 support (#68) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#67) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_10.0.0.0.zip", + "checksum": "0a4054c838d9c407e22fdc3f0bc7f698", + "timestamp": "2022-03-28T00:06:42Z" + }, + { + "version": "9.0.0.0", + "changelog": "- Use BaseItemKind (#56) @crobibero\n\n### Bug Fixes ###\n- Update TMDbBoxSetManager.cs (#49) @WWWesten", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_9.0.0.0.zip", + "checksum": "402e47f4f1c13ad1aa52f8bae6f29fc0", + "timestamp": "2022-01-08T17:25:18Z" + }, + { + "version": "8.0.0.0", + "changelog": "- 10.8 support (#47) @crobibero\n- Fix #36: Save button has wrong text (#40) @danimart1991\n\n### New features and improvements ###\n- Strip Collection string multilanguage (#43) @danimart1991\n- Fix #38: NullReferenceException on Collection Name (#41) @danimart1991\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#39) @dependabot\n\n### CI & build changes ###\n- chore(ci): builds, releas drafter and more (#34) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_8.0.0.0.zip", + "checksum": "a45b5384f3bb81a86f7b4fd4da18a644", + "timestamp": "2021-11-01T21:03:17Z" + }, + { + "version": "7.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.0.0.0.zip", + "checksum": "1551792e6af4d36f2cead01153c73cf0", + "timestamp": "2020-12-05T22:07:21Z" + }, + { + "version": "6.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.0.0.0.zip", + "checksum": "b92b68a922c5fcbb8f4d47b8601b01b6", + "timestamp": "2020-07-20T01:32:58Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "4fe3201e-d6ae-4f2e-8917-e12bda571281", + "name": "Trakt", + "description": "Record your watched media with Trakt.\n", + "overview": "Record your watched media with Trakt", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png", + "versions": [ + { + "version": "24.0.0.0", + "changelog": "### New features and improvements ###\n- Use history api for importing episodes from trakt (#205) @h3llrais3r\n\n### Bug Fixes ###\n- Fix duplicate watched entries (#224) @buthed010203\n- Fix pagination when no items are present (#215) @kade-robertson\n\n### Code or Repo Maintenance ###\n- Code cleanup (#225) @crobibero\n\n### Documentation updates ###\n- Typo - Update trakt.html (#206) @Awolize\n- small correction to trakt.html (#202) @veloute", + "targetAbi": "10.8.12.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_24.0.0.0.zip", + "checksum": "421565044bb0165e7f1ee4049a65c51e", + "timestamp": "2023-11-27T13:15:03Z" + }, + { + "version": "23.0.0.0", + "changelog": "### New features and improvements ###\n- Added config parameter Don't remove items from trakt (#196) @addamanth\n\n### Bug Fixes ###\n- Sync if not set locally (#201) @blackwind\n- Fix episode last played date syncing (#199) @Shadowghost", + "targetAbi": "10.8.9.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_23.0.0.0.zip", + "checksum": "ad39a1011f4ceaa94baa6cb93b4b0471", + "timestamp": "2023-02-10T23:21:39Z" + }, + { + "version": "22.0.0.0", + "changelog": "- Update README.md (#188) @methbkts\n\n### New features and improvements ###\n- Fix episode matching for sync from trakt task (#191) @h3llrais3r\n\n### Bug Fixes ###\n- Fix episode matching for sync from trakt task (#191) @h3llrais3r", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_22.0.0.0.zip", + "checksum": "063bdd794a775adfaa61dc9afe20e532", + "timestamp": "2022-12-28T16:26:21Z" + }, + { + "version": "21.0.0.0", + "changelog": "### New features and improvements ###\n- Do not hammer the API (#175) @Shadowghost\n\n### Bug Fixes ###\n- Do not hammer the API (#175) @Shadowghost\n- Prevent setting local item as unwatched on sync (#169) @Shadowghost\n\n### Code or Repo Maintenance ###\n- Add more info to debug logs (#171) @sambartik", + "targetAbi": "10.8.5.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_21.0.0.0.zip", + "checksum": "dec8c2b84fab06de7c4cb14e77d5cc27", + "timestamp": "2022-10-20T14:21:35Z" + }, + { + "version": "20.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix unauthorized users not being skipped (#154) @Shadowghost\n- Fix MediaType metadata (#154) @Shadowghost\n- Don't fail tasks if one user fails (#154) @Shadowghost\n### Features ###\n- Implement HDR metadata (#154) @Shadowghost\n - Implement metadata for episodes (#154) @Shadowghost\n- Switch to GUIDs (this requires reauthentication of all users) (#154) @Shadowghost", + "targetAbi": "10.8.4.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_20.0.0.0.zip", + "checksum": "7e3212b10f381a7d488f518f9e26a06f", + "timestamp": "2022-09-02T13:12:51Z" + }, + { + "version": "19.0.0.0", + "changelog": "### Bug Fixes ###\n- Properly handle 404 API responses (#144) @Shadowghost\n\n### Dependency updates ###\n- chore(deps): bump StyleCop.Analyzers from 1.2.0-beta.406 to 1.2.0-beta.435 (#139) @dependabot\n\n### CI & build changes ###\n- fix: meta ci workflows (#145) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_19.0.0.0.zip", + "checksum": "4286ad59d87aa66d220fb7ff98d49430", + "timestamp": "2022-05-28T17:17:20Z" + }, + { + "version": "18.0.0.0", + "changelog": "### Bug Fixes ###\n- Various Fixes (#136) @Shadowghost\n- Fix live watched state sync (#134) @Shadowghost\n- Fix metadata enums and mapping (#132) @Shadowghost", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_18.0.0.0.zip", + "checksum": "744dbee8d07aaf60113290d8fa894315", + "timestamp": "2022-05-04T20:52:15Z" + }, + { + "version": "17.0.0.0", + "changelog": "### Bug Fixes ###\n- Various Fixes (#136) @Shadowghost\n- Fix live watched state sync (#134) @Shadowghost\n- Fix metadata enums and mapping (#132) @Shadowghost", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_17.0.0.0.zip", + "checksum": "679c7e556a0cc897a464694248143acf", + "timestamp": "2022-05-04T19:13:04Z" + }, + { + "version": "16.0.0.0", + "changelog": "### New features and improvements ###\n- Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost\n- Add pagination to scheduled tasks (#111) @crobibero\n- Implement deauth (#114) @Shadowghost\n- Sync Pause and Resume, enable analyzers (#112) @Shadowghost\n\n### Bug Fixes ###\n- Implement handling of update events and progress sync, fix scheduled tasks (#120) @Shadowghost\n- Send pause instead of stop on uncompleted playback to prevent scrobble (#117) @Shadowghost\n- Require success response before deserializing (#115) @crobibero\n\n### Code or Repo Maintenance ###\n- Switch to native episode number check and datetime string conversion (#124) @Shadowghost\n- Fix codeql warnings (#123) @crobibero\n- Use file-scoped namespace everywhere (#122) @crobibero\n- Migrate API to use enums, update properties (#118) @Shadowghost\n- Update .Net version in readme (#119) @sambartik", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_16.0.0.0.zip", + "checksum": "8c0a8bc57b23eee3299cf4018b6abb76", + "timestamp": "2022-04-24T19:31:08Z" + }, + { + "version": "15.0.0.0", + "changelog": "### Bug Fixes ###\n- Retry episode scrobble without IDs if episode was not found by trakt (#102) @SenorSmartyPants\n- Fix episodes with IDs (#100) @SenorSmartyPants\n\n### Code or Repo Maintenance ###\n- 10.8 support (#110) @crobibero\n- Use meta ci (#108) @crobibero\n\n### CI & build changes ###\n- Use meta ci (#108) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_15.0.0.0.zip", + "checksum": "3f92c4f7d5350a2aced3cfe273a75ec2", + "timestamp": "2022-03-27T20:44:42Z" + }, + { + "version": "14.0.0.0", + "changelog": "### New features and improvements ###\n- Handle TV show rewatches (#97) @dulli\n- Don't treat TVDB Id specially for episodes (#93) @SenorSmartyPants\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#98) @crobibero\n- Remove all warnings in project (#96) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_14.0.0.0.zip", + "checksum": "82e41d5c0ecf59743627fac10d27a080", + "timestamp": "2022-01-08T17:25:30Z" + }, + { + "version": "13.0.0.0", + "changelog": "### CI & build changes ###\n- Update ci (#85) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- 10.8 support (#91) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_13.0.0.0.zip", + "checksum": "408b38f1335ee1f947890752004cb017", + "timestamp": "2021-11-01T21:03:41Z" + }, + { + "version": "12.0.0.0", + "changelog": "- remove jQuery and update to es6 (#78) @grafixeyehero\n- Use Trakt last watched date when importing (#63) @netpok\n- Use System.Text.Json (#61) @Ullmie02\n- chore: plugin images (#76) @h1dden-da3m0n\n- Fix save button label (#72) @Vagab0nd\n- Fix AUTHED_API_POST_LIMIT (#65) @dgalli1\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#68) @dependabot\n- chore(ci): builds, releas drafter and more (#66) @h1dden-da3m0n\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_12.0.0.0.zip", + "checksum": "f910593ca1ad68f1a90a08fa255281b7", + "timestamp": "2021-06-14T05:27:08Z" + }, + { + "version": "11.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.0.0.0.zip", + "checksum": "2257ccde1e39114644a27e0966a0bf2d", + "timestamp": "2020-12-05T19:56:12Z" + }, + { + "version": "10.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.0.0.0.zip", + "checksum": "ab67e6b59ea2e7860a6a3ff7b8452759", + "timestamp": "2020-07-20T01:33:06Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "3fd018e5-5e78-4e58-b280-a0c068febee0", + "name": "TVHeadend", + "description": "Manage TVHeadend from Jellyfin", + "overview": "Manage TVHeadend from Jellyfin", + "owner": "jellyfin", + "category": "LiveTV", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png", + "versions": [ + { + "version": "11.0.0.0", + "changelog": "### New features and improvements ###\n- Added Pre-Padding and Post-Padding to settings. (#57) @lomion0815\n\n### Bug Fixes ###\n- Fix DLNA streaming (#46) @jkellerer\n\n### Code or Repo Maintenance ###\n- Use meta ci (#55) @crobibero\n\n### CI & build changes ###\n- fix: meta ci workflows (#56) @h1dden-da3m0n\n- Use meta ci (#55) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_11.0.0.0.zip", + "checksum": "a8255ffbd1839faeaa477377887331c2", + "timestamp": "2022-06-14T11:11:54Z" + }, + { + "version": "10.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#42) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_10.0.0.0.zip", + "checksum": "2e11b1af9c3c92b4bc70f537cda8f0a5", + "timestamp": "2022-01-08T17:25:55Z" + }, + { + "version": "9.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#37) @h1dden-da3m0n\n\n### CI & build changes ###\n- Update ci (#39) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- reduce log spam and clean up log messages (#41) @Shadowghost\n- Remove jquery (#38) @grafixeyehero", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.0.0.0.zip", + "checksum": "a5bd2c65ae2b2b3398ae2bbfd5d92b47", + "timestamp": "2021-09-03T11:05:07Z" + }, + { + "version": "8.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.0.0.0.zip", + "checksum": "64be4d0b4118e0a59a290c187338b4f0", + "timestamp": "2021-04-15T08:56:26Z" + }, + { + "version": "7.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_7.0.0.0.zip", + "checksum": "1abbfce737b6962f4b1b2255dc63e932", + "timestamp": "2021-01-05T16:20:33Z" + }, + { + "version": "6.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_6.0.0.0.zip", + "checksum": "143c34fd70d7173b8912cc03ce4b517d", + "timestamp": "2020-07-20T01:33:15Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "022a3003-993f-45f1-8565-87d12af2e12a", + "name": "InfuseSync", + "description": "This plugin will track all media changes while any Infuse clients are offline to decrease sync times when logging back in to your server.", + "overview": "Blazing fast indexing for Infuse", + "owner": "Firecore LLC", + "imageUrl": "https://raw.githubusercontent.com/firecore/InfuseSync/master/InfuseSync/thumb.png", + "category": "General", + "versions": [ + { + "version": "1.4.2.0", + "changelog": "Added support for Jellyfin 10.8.\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.4.2/InfuseSync-jellyfin-1.4.2.zip", + "checksum": "4f3188f705028682df87a7beb9d606d5", + "timestamp": "2022-04-12T04:00:00Z" + }, + { + "version": "1.4.1.0", + "changelog": "Added support for libraries with shared network folders for non-admin users.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.4.1/InfuseSync-jellyfin-1.4.1.zip", + "checksum": "fece6cb4736503a325592bcee3aea56a", + "timestamp": "2021-10-22T06:42:00Z" + }, + { + "version": "1.3.3.0", + "changelog": "Jellyfin 10.7.0 support, packaging fix.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.3.3/InfuseSync-jellyfin-1.3.3.zip", + "checksum": "e9262894968407f15fc2d92375de8483", + "timestamp": "2021-03-17T06:42:00Z" + }, + { + "version": "1.3.2.0", + "changelog": "Jellyfin 10.7.0 support, fixes for Jellyfin endpoints and authorization.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/infusesync/InfuseSync-jellyfin-1.3.2.zip", + "checksum": "520ffde8b075070cff5185d7453485a0", + "timestamp": "2021-01-05T08:00:00Z" + }, + { + "version": "1.2.4.0", + "changelog": "New Playlist support.\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.2.4/InfuseSync-jellyfin-1.2.4.zip", + "checksum": "7adde11b8c8404fd2923f59d98fb1a30", + "timestamp": "2020-10-12T08:00:00Z" + }, + { + "version": "1.2.1.3", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.2.3/InfuseSync-jellyfin-1.2.3.zip", + "checksum": "d8e2c5fe736a302097bb3bac3d04b1c4", + "timestamp": "2020-09-18T12:19:00Z" + }, + { + "version": "1.2.1.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.2.1/InfuseSync-jellyfin-1.2.1.zip", + "checksum": "1a853e926cc422f5d79d398d9ae18ee8", + "timestamp": "2020-08-21T10:48:00Z" + }, + { + "version": "1.2.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/firecore/InfuseSync/releases/download/v1.2.0/InfuseSync-jellyfin-1.2.0.zip", + "checksum": "2d3c7859852695a7f05adc6d3fcbc783", + "timestamp": "2020-07-20T11:51:00Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "8119f3c6-cfc2-4d9c-a0ba-028f1d93e526", + "name": "Cover Art Archive", + "description": "This plugin provides images from the Cover Art Archive https://musicbrainz.org/doc/Cover_Art_Archive and depends on the MusicBrainz metadata provider to know what images belong where\n", + "overview": "MusicBrainz Cover Art Archive", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "### Bug Fixes ###\n- fix client string (#19) @Shadowghost\n\n### Code or Repo Maintenance ###\n- Fix readme (#20) @Shadowghost", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_7.0.0.0.zip", + "checksum": "005e308e111b3b3b068e67c9ec6c6e1e", + "timestamp": "2022-01-08T17:22:30Z" + }, + { + "version": "6.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix contact uri (#17) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_6.0.0.0.zip", + "checksum": "b4d5687142ae4210d43262ae6d9d92c7", + "timestamp": "2022-01-08T11:43:13Z" + }, + { + "version": "5.0.0.0", + "changelog": "### Major features and improvements ###\n- Remove configuration page and migrate to MetaBrainz.MusicBrainz.CoverArt (#12) @MrTimscampi\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#14) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_5.0.0.0.zip", + "checksum": "ccc0878e5fc9b03cd1d828f74fe91ead", + "timestamp": "2022-01-07T21:16:19Z" + }, + { + "version": "4.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#13) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_4.0.0.0.zip", + "checksum": "4dccac26c6470cebc25cb8d6e4201b4d", + "timestamp": "2021-11-01T20:57:28Z" + }, + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#5) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#4) @dependabot\n\n### CI & build changes ###\n- Update ci (#9) @h1dden-da3m0n\n- Create release prep PR on release draft update (#7) @oddstr13\n- Add analyzers and remove all warnings (#3) @crobibero\n- Let there be CI (#2) @oddstr13", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_3.0.0.0.zip", + "checksum": "ca0ae1e2575cae9cb8d9f0164b8ab92c", + "timestamp": "2021-07-28T20:36:41Z" + }, + { + "version": "2.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.0.0.0.zip", + "checksum": "bea8fa4a37b3e7ed74e22266e7597a68", + "timestamp": "2020-12-06T02:51:03Z" + }, + { + "version": "1.0.0.3", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.0.0.3.zip", + "checksum": "c502a5c54b168810614c1c40709b9598", + "timestamp": "2020-08-06T21:21:22Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "a677c0da-fac5-4cde-941a-7134223f14c8", + "name": "TheTVDB", + "description": "Get TV metadata from TheTvdb\n", + "overview": "Get TV metadata from TheTvdb", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png", + "versions": [ + { + "version": "10.0.0.0", + "changelog": "- Reduce log noise (#85) @IDisposable\n- Enriched Logging with series name (#84) @JPVenson\n\n### New features and improvements ###\n- Combine Title and Overview of combined episodes. (#86) @haydenstith", + "targetAbi": "10.8.10.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_10.0.0.0.zip", + "checksum": "e01c639fcbe9a5c3e76944819a8bb66d", + "timestamp": "2023-06-19T20:21:14Z" + }, + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix GetAllEpisodes breaking library scan on missing Episode Data (#83) @Hayajiro\n\n### Code or Repo Maintenance ###\n- Use meta ci (#67) @crobibero\n\n### CI & build changes ###\n- fix: meta ci workflows (#72) @h1dden-da3m0n\n- Use meta ci (#67) @crobibero", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_9.0.0.0.zip", + "checksum": "0d2585a599b2a0deb0c614577bc3a175", + "timestamp": "2023-01-16T03:36:51Z" + }, + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#59) @crobibero\n- update ruleset (#55) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#54) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_8.0.0.0.zip", + "checksum": "5b9ee28119c60dffeff67952d67ba67a", + "timestamp": "2022-01-08T17:25:42Z" + }, + { + "version": "7.0.0.0", + "changelog": "- 10.8 support (#52) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_7.0.0.0.zip", + "checksum": "7ae213ac5c4d86ee968a0b7c69755393", + "timestamp": "2021-11-01T21:04:06Z" + }, + { + "version": "6.0.0.0", + "changelog": "### Bug Fixes ###\n- Changed NormalizationForm to FormC (#45) @sushilicious\n\n### CI & build changes ###\n- Update ci (#42) @h1dden-da3m0n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_6.0.0.0.zip", + "checksum": "0d2bcfa13da7e10efa8874b445f92ba6", + "timestamp": "2021-08-07T21:24:50Z" + }, + { + "version": "5.0.0.0", + "changelog": "* fix catching exceptions\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_5.0.0.0.zip", + "checksum": "ad07e5890042799642e4056ebf5620c0", + "timestamp": "2021-05-14T12:01:21Z" + }, + { + "version": "4.0.0.0", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.0.0.0.zip", + "checksum": "97e82c193bf8c70c28158bdd4abb638d", + "timestamp": "2021-04-18T19:10:58Z" + }, + { + "version": "3.0.0.0", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.0.0.0.zip", + "checksum": "108bb40691f7b08ebd28f78afd7d196f", + "timestamp": "2021-03-11T05:41:03Z" + }, + { + "version": "2.0.0.0", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.0.0.0.zip", + "checksum": "e46cee334476a1b475e5c553171c4cb6", + "timestamp": "2020-12-16T20:03:28Z" + }, + { + "version": "1.0.0.0", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.0.0.0.zip", + "checksum": "5a3dca5c0db4824d83bfd4e7e2b7bf11", + "timestamp": "2020-12-06T02:56:40Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "a2b2a7ed-aa28-4521-a64a-63d86901f246", + "name": "AniDB", + "description": "AniDB metadata provider\n", + "overview": "AniDB metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "### New features and improvements ###\n- Add AniDbExternalEpisodeId (#32) @Nalsai\n- Add support for \"Mahoutsukai\" and fix \"Gekijyouban\" (#31) @Nalsai\n\n### Bug Fixes ###\n- Fix automatically detecting Movies (#38) @Nalsai\n- Add support for \"Mahoutsukai\" and fix \"Gekijyouban\" (#31) @Nalsai\n\n### CI & build changes ###\n- fix: meta ci workflows (#35) @h1dden-da3m0n", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_7.0.0.0.zip", + "checksum": "91be4332cc5ab9705574379560a60600", + "timestamp": "2022-07-09T15:23:50Z" + }, + { + "version": "6.0.0.0", + "changelog": "- Fix episode metadata & improve series metadata (#29) @Nalsai\n\n### New features and improvements ###\n- Add original title metadata (#26) @Nalsai\n\n### Bug Fixes ###\n- Use proper normalization form (#19) @crobibero\n- Improve AniDB ID searching and matching (#27) @Nalsai\n\n### Code or Repo Maintenance ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#15) @dependabot\n- Improve AniDB ID searching and matching (#27) @Nalsai\n- Use meta ci (#30) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#15) @dependabot\n\n### CI & build changes ###\n- Use meta ci (#30) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_6.0.0.0.zip", + "checksum": "921e7e417e97f60c6d275d0373add6a0", + "timestamp": "2022-03-28T00:00:21Z" + }, + { + "version": "5.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#13) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_5.0.0.0.zip", + "checksum": "8bcfbf425f9c2d4c6f38edb8c4f05377", + "timestamp": "2022-01-08T17:20:54Z" + }, + { + "version": "4.0.0.0", + "changelog": "### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#8) @dependabot\n\n### CI & build changes ###\n- Update ci (#10) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- chore: plugin images (#9) @h1dden-da3m0n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_4.0.0.0.zip", + "checksum": "e8957962ec6d3a3e811b1804c608b294", + "timestamp": "2021-09-07T21:31:08Z" + }, + { + "version": "3.0.0.0", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.0.0.0.zip", + "checksum": "574104cf6f64989214dbc1680861fa71", + "timestamp": "2021-03-12T23:32:20Z" + }, + { + "version": "2.0.0.0", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.0.0.0.zip", + "checksum": "9b69500943308d01e0e2e97432343468", + "timestamp": "2021-03-10T19:43:49Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "1bd22884-44be-40f3-ad95-fc4a7834ba2c", + "name": "AniList", + "description": "AniList metadata provider\n", + "overview": "AniList metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "- Revert dotnet7 update (#46) @crobibero\n\n### New features and improvements ###\n- Optionally use the AnitomySharp library to extract media titles (#9) @MisterMcDuck\n- Change banner to backdrop (#37) @nielsvanvelzen\n\n### Bug Fixes ###\n- Filter out non-japanese VAs for romaji titles (#40) @rzk3\n\n### Code or Repo Maintenance ###\n- Update link to Jellyfin website (#44) @methbkts\n- Use meta ci (#25) @crobibero\n\n### Dependency updates ###\n- chore(deps): update dotnet monorepo to v7 (major) (#35) @renovate\n- chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate\n- chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate\n\n### CI & build changes ###\n- fix: meta ci workflows (#29) @h1dden-da3m0n\n- Use meta ci (#25) @crobibero", + "targetAbi": "10.8.12.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_7.0.0.0.zip", + "checksum": "1c24a09ad615c9acad760574c1e21cfa", + "timestamp": "2023-11-10T02:31:13Z" + }, + { + "version": "6.0.0.0", + "changelog": "### New features and improvements ###\n- Optionally use the AnitomySharp library to extract media titles (#9) @MisterMcDuck\n- Change banner to backdrop (#37) @nielsvanvelzen\n\n### Bug Fixes ###\n- Filter out non-japanese VAs for romaji titles (#40) @rzk3\n\n### Code or Repo Maintenance ###\n- Update link to Jellyfin website (#44) @methbkts\n- Use meta ci (#25) @crobibero\n\n### Dependency updates ###\n- chore(deps): update dotnet monorepo to v7 (major) (#35) @renovate\n- chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.0 (#30) @renovate\n- chore(deps): update dependency microsoft.extensions.http to v6 (#31) @renovate\n\n### CI & build changes ###\n- fix: meta ci workflows (#29) @h1dden-da3m0n\n- Use meta ci (#25) @crobibero", + "targetAbi": "10.8.12.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_6.0.0.0.zip", + "checksum": "2038e03fd92e877095be82839ee268e4", + "timestamp": "2023-11-09T01:10:28Z" + }, + { + "version": "5.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#18) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_5.0.0.0.zip", + "checksum": "e9cac399791004a163eec2aeb5a4d11b", + "timestamp": "2022-01-08T17:21:07Z" + }, + { + "version": "4.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix Genre settings (#15) @CommandStorm5\n\n### CI & build changes ###\n- ci: set ABI version and more repo automation (#17) @h1dden-da3m0n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_4.0.0.0.zip", + "checksum": "0c9335b5ac2c873473446ef5ab91b2be", + "timestamp": "2021-09-21T20:16:23Z" + }, + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- Add original title preference option (#7) @robertgzr\n- Add native Japanese title to the original title field (#4) @ayyu\n- Add option to hide tags that are marked as spoilers (#5) @sqlstatement\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#6) @dependabot\n\n### CI & build changes ###\n- Update ci (#11) @h1dden-da3m0n\n- Let there be CI (#3) @oddstr13\n\n### Code or Repo Maintenance ###\n- chore: plugin images (#8) @h1dden-da3m0n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_3.0.0.0.zip", + "checksum": "276831fbfb1c12f60feb978e74384157", + "timestamp": "2021-09-07T21:33:18Z" + }, + { + "version": "2.0.0.0", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.0.0.0.zip", + "checksum": "3d3ab2231231e981f42f46745dd4a3fd", + "timestamp": "2021-03-10T19:47:04Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "776d9158-b91f-49d9-82c5-dacce63d63b8", + "name": "AniSearch", + "description": "AniSearch metadata provider\n", + "overview": "AniSearch metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anisearch.png", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#7) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_4.0.0.0.zip", + "checksum": "f4296b98d7cadd0f0d42f9c7ca63fba4", + "timestamp": "2022-01-08T17:21:39Z" + }, + { + "version": "3.0.0.0", + "changelog": "### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#3) @dependabot\n\n### CI & build changes ###\n- Update ci (#5) @h1dden-da3m0n\n- Let there be CI (#2) @oddstr13\n\n### Code or Repo Maintenance ###\n- chore: plugin images (#4) @h1dden-da3m0n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_3.0.0.0.zip", + "checksum": "de566977fe80a8d75475b7de937c8734", + "timestamp": "2021-09-07T21:31:55Z" + }, + { + "version": "2.0.0.0", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.0.0.0.zip", + "checksum": "761b4c98926541c79ed2d24be04f4a1f", + "timestamp": "2021-03-10T19:54:53Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "88d809e2-056b-47f4-9911-073949b9963f", + "name": "Kitsu", + "description": "Kitsu metadata provider\n", + "overview": "Kitsu metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kitsu.png", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### New features and improvements ###\n- Added Series/Episode Image Providers (#22) @pikami\n- Get episode metadata from seriesId+episodeNumber instead of provider episode id (#21) @pikami\n- Add support for identifying using kitsu id (#23) @pikami\n\n### Bug Fixes ###\n- Round community rating to single decimal place (#18) @pikami\n\n### CI & build changes ###\n- fix: meta ci workflows (#17) @h1dden-da3m0n\n- Use meta ci (#14) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_4.0.0.0.zip", + "checksum": "17ba01c1c0fe1c5a8ca2b84410407b82", + "timestamp": "2022-06-13T22:15:32Z" + }, + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#5) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#4) @dependabot\n\n### CI & build changes ###\n- Update ci (#6) @h1dden-da3m0n\n- Let there be CI (#2) @oddstr13\n\n### Code or Repo Maintenance ###\n- 10.8 support (#9) @crobibero\n\n### Documentation updates ###\n- chore(doc): doc and editorconf update (#3) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_3.0.0.0.zip", + "checksum": "97bffe423d3f090db13f086f204c807c", + "timestamp": "2022-01-08T17:22:57Z" + }, + { + "version": "2.0.0.0", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.0.0.0.zip", + "checksum": "0989ef4483639edb9a4ec266905f386a", + "timestamp": "2021-03-10T20:00:06Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "a4a488d0-17a3-4919-8d82-7f3de4f6b209", + "name": "TVmaze", + "description": "Get TV metadata from TVmaze\n", + "overview": "Get TV metadata from TVmaze", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png", + "versions": [ + { + "version": "10.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Fix build (#36) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#33) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_10.0.0.0.zip", + "checksum": "7a1bb4eccc01169f9bf31e5276c8d61e", + "timestamp": "2022-01-08T17:26:09Z" + }, + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- tv-maze -> tvmaze in release-drafter config (#28) @oddstr13\n\n### Code or Repo Maintenance ###\n- 10.8 support (#32) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_9.0.0.0.zip", + "checksum": "2fa1bbe23392945f56f8ed716c8bb932", + "timestamp": "2021-11-01T21:04:34Z" + }, + { + "version": "8.0.0.0", + "changelog": "- chore(deps): bump TvMaze.Api.Client from 0.1.71 to 0.1.72 (#21) @dependabot\n\n### CI & build changes ###\n- Update ci (#24) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- chore: plugin images (#22) @h1dden-da3m0n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_8.0.0.0.zip", + "checksum": "cd7944e30bd7e6237279cb8458777fc0", + "timestamp": "2021-09-06T17:25:48Z" + }, + { + "version": "7.0.0.0", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.0.0.0.zip", + "checksum": "01454308f6db571b1db6017394789108", + "timestamp": "2021-04-12T20:38:30Z" + }, + { + "version": "5.0.0.0", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.0.0.0.zip", + "checksum": "509a85e40b1d1ac36eef45673deaf606", + "timestamp": "2020-12-06T02:51:56Z" + }, + { + "version": "4.0.0.0", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.0.0.0.zip", + "checksum": "58ee9ab3f129151bdfff033ad889ad87", + "timestamp": "2020-11-24T14:44:37Z" + }, + { + "version": "3.0.0.0", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.0.0.0.zip", + "checksum": "f3b2c70b3e136fb15c917e4420f4fdec", + "timestamp": "2020-11-09T14:32:56Z" + }, + { + "version": "2.0.0.0", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_2.0.0.0.zip", + "checksum": "c7662ae8ae52ce8a4e8d685d55f36e80", + "timestamp": "2020-11-09T02:33:11Z" + }, + { + "version": "1.0.0.0", + "changelog": "Initial release.\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_1.0.0.0.zip", + "checksum": "c90eee48c12f2c07880b4b28e507fd14", + "timestamp": "2020-11-08T19:05:32Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "71552a5a-5c5c-4350-a2ae-ebe451a30173", + "name": "Webhook", + "description": "Sends notifications to destinations via webhooks.\n", + "overview": "Sends notifications.", + "owner": "jellyfin", + "category": "Notifications", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png", + "versions": [ + { + "version": "11.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Fix scheduled task (#106) @crobibero\n- chore(deps): bump Handlebars.Net from 2.0.10 to 2.1.0 (#101) @dependabot\n- chore(deps): bump MailKit from 3.1.0 to 3.1.1 (#102) @dependabot\n- chore(deps): bump MailKit from 3.0.0 to 3.1.0 (#95) @dependabot\n\n### Dependency updates ###\n- chore(deps): bump Handlebars.Net from 2.0.10 to 2.1.0 (#101) @dependabot\n- chore(deps): bump MailKit from 3.1.0 to 3.1.1 (#102) @dependabot\n- chore(deps): bump MailKit from 3.0.0 to 3.1.0 (#95) @dependabot\n\n### CI & build changes ###\n- fix: wrong name in ci workflows (#104) @h1dden-da3m0n\n- ci: migrate to centralized Plugin CI workflows (#94) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_11.0.0.0.zip", + "checksum": "adcd796f3c83498a3577c1f6380324e3", + "timestamp": "2022-03-28T00:08:01Z" + }, + { + "version": "10.0.0.0", + "changelog": "### Bug Fixes ###\n- Pull correct ServerName (#85) @crobibero\n\n### Code or Repo Maintenance ###\n- Update ruleset, fix new warnings (#82) @crobibero\n\n### Dependency updates ###\n- chore(deps): update Microsoft.Extensions.Http requirement from 5.* to 6.* (#80) @dependabot\n- chore(deps): bump Handlebars.Net from 2.0.9 to 2.0.10 (#92) @dependabot\n- chore(deps): bump MailKit from 2.15.0 to 3.0.0 (#91) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_10.0.0.0.zip", + "checksum": "51de0e95b9c74c17cccd9f81c0674780", + "timestamp": "2022-01-08T17:26:30Z" + }, + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- Don't filter on userId for UserCreated notification type (#76) @crobibero\n\n### Code or Repo Maintenance ###\n- Fix CI (#79) @crobibero\n- 10.8 support (#69) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_9.0.0.0.zip", + "checksum": "7346b010d59f3833b5f5920ab503063c", + "timestamp": "2021-11-01T14:32:52Z" + }, + { + "version": "8.0.0.0", + "changelog": "### New features and improvements ###\n- Add UserDataSaved event handler (#70) @crobibero", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_8.0.0.0.zip", + "checksum": "8a84683a9b52090229b2da2dabcd3d91", + "timestamp": "2021-09-27T01:38:21Z" + }, + { + "version": "7.0.0.0", + "changelog": "### New features and improvements ###\n- Add tagline as available parameter (#68) @crobibero\n- Add Form Post support (#65) @crobibero\n\n### Bug Fixes ###\n- Fix Discord.handlebars template (#66) @crobibero\n- Fix string conversion for unbound properties (#62) @crobibero", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_7.0.0.0.zip", + "checksum": "8d0a350aa9cd4fcc7f25cadcc0406286", + "timestamp": "2021-09-16T20:39:37Z" + }, + { + "version": "6.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix string conversion in HandlebarsFunctionHelpers (#61) @crobibero\n- Actually fix sending username (#58) @crobibero", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_6.0.0.0.zip", + "checksum": "778537d266aaa8b453398e6fcf21ae3b", + "timestamp": "2021-09-15T11:44:50Z" + }, + { + "version": "5.0.0.0", + "changelog": "### Bug Fixes ###\n- Update Username parameter to be NotificationUsername (#57) @crobibero\n\n### CI & build changes ###\n- ci: set ABI version and more repo automation (#52) @h1dden-da3m0n", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_5.0.0.0.zip", + "checksum": "d09416808acd1b47e1efefdde36cebc8", + "timestamp": "2021-09-14T00:18:12Z" + }, + { + "version": "4.0.0.0", + "changelog": "- Update ci (#42) @h1dden-da3m0n\n\n### New features and improvements ###\n- Improve HTTP Request Error Logging (#51) @mark-monteiro\n\n### Bug Fixes ###\n- Fix loading of selected media types (#46) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump MailKit from 2.14.0 to 2.15.0 (#50) @dependabot\n- chore(deps): bump Handlebars.Net from 2.0.8 to 2.0.9 (#49) @dependabot\n- chore(deps): bump MailKit from 2.13.0 to 2.14.0 (#48) @dependabot\n\n### Code or Repo Maintenance ###\n- chore(deps): bump MailKit from 2.14.0 to 2.15.0 (#50) @dependabot\n- chore(deps): bump Handlebars.Net from 2.0.8 to 2.0.9 (#49) @dependabot\n- chore(deps): bump MailKit from 2.13.0 to 2.14.0 (#48) @dependabot", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_4.0.0.0.zip", + "checksum": "37a37b69fab5ccd8181a8c4af8d5dc7b", + "timestamp": "2021-08-30T11:30:18Z" + }, + { + "version": "3.0.0.0", + "changelog": "- No changes", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_3.0.0.0.zip", + "checksum": "ad3b18dd68bedf4c49b634d630eb3146", + "timestamp": "2021-07-10T02:06:09Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "f30880ae-3365-449e-b9e6-bf133c8401b0", + "name": "OPDS", + "description": "Provides an OPDS feed for book browsing.\n", + "overview": "Provides an OPDS book feed", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### New features and improvements ###\n- Add WWW-Authenticate header to unauthorized response (#14) @crobibero\n- Add Favorites, RecentlyAdded (#12) @crobibero\n\n### CI & build changes ###\n- ci: migrate to centralized Plugin CI workflows (#15) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_4.0.0.0.zip", + "checksum": "43b7de66b3352c17b4e120ce4ef47411", + "timestamp": "2022-02-27T22:02:50Z" + }, + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- Add Genre search (#9) @crobibero\n- Use Request.PathBase to get actual baseUrl (#8) @crobibero\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#10) @crobibero\n- Update ruleset, fix build, fix ordering (#3) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_3.0.0.0.zip", + "checksum": "d1677ceedf02785cd67d497d158aca1a", + "timestamp": "2022-01-08T17:24:12Z" + }, + { + "version": "2.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#1) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_2.0.0.0.zip", + "checksum": "2ee42cc03d0e4f754fabb1321b005a5a", + "timestamp": "2021-11-01T20:51:30Z" + }, + { + "version": "1.0.0.0", + "changelog": "", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_1.0.0.0.zip", + "checksum": "717b7a03366af88d39a987610406cfb5", + "timestamp": "2021-09-20T23:41:41Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "ec9e2a74-1311-4a14-b302-158e3d95fd1d", + "name": "Session Cleaner", + "description": "Removes old sessions (devices).\n", + "overview": "Removes old sessions (devices).", + "owner": "crobibero", + "category": "General", + "versions": [ + { + "version": "2.0.0.0", + "changelog": "10.8 support\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/session-cleaner/session-cleaner_2.0.0.0.zip", + "checksum": "4dcc754c5d93782a8549422f222425c5", + "timestamp": "2022-03-27T20:37:51Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "44616595-5798-47ad-8658-3c09f3030505", + "name": "VGMdb", + "description": "Adds support for VGMdb to music libraries. Can provide both images and metadata for artists and albums.\n", + "overview": "Adds support for VGMdb to music libraries. Can provide both images and metadata for artists and albums.", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "2.0.0.0", + "changelog": "- chore(deps): bump StyleCop.Analyzers from 1.2.0-beta.376 to 1.2.0-beta.406 (#11) @dependabot\n- Use meta ci (#8) @crobibero\n\n### Code or Repo Maintenance ###\n- Clean up folder structure, remove warnings (#9) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/vgmdb/vgmdb_2.0.0.0.zip", + "checksum": "7543fe69a7701abe645c8590d5b92e2f", + "timestamp": "2022-03-27T21:08:11Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "07caef58-a94b-4211-a62c-f9774e04ebdb", + "name": "Simkl", + "description": "Scrobble your watched Movies, TV Shows and Anime to Simkl and share your progress with friends!\n", + "overview": "Scrobble to Simkl", + "owner": "crobibero", + "category": "General", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### New features and improvements ###\n- fixed json case + added episode ids + empty response error (#25) @ekleop\n\n### Bug Fixes ###\n- fixed json case + added episode ids + empty response error (#25) @ekleop", + "targetAbi": "10.8.11.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/simkl/simkl_4.0.0.0.zip", + "checksum": "c6c6420ac5a2fe62a119af7142b6f651", + "timestamp": "2023-11-21T14:20:46Z" + }, + { + "version": "3.0.0.0", + "changelog": "### Bug Fixes ###\n- Fix auth against Simkl api (#17) @crobibero\n\n### CI & build changes ###\n- fix: meta ci workflows (#15) @h1dden-da3m0n", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/simkl/simkl_3.0.0.0.zip", + "checksum": "5a2f9b5ddc2023809780bae3a2dc3e62", + "timestamp": "2022-07-05T08:03:01Z" + }, + { + "version": "2.0.0.0", + "changelog": "- Use meta ci (#10) @crobibero\n- 10.8 support (#5) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/simkl/simkl_2.0.0.0.zip", + "checksum": "c3092a2b46487fa1e3ec16e47c6df60a", + "timestamp": "2022-03-28T00:06:17Z" + } + ] + } + }, + { + "repository": "jellyfin", + "plugin": { + "guid": "cd893c24-b59e-4060-87b2-184070e1bf68", + "name": "Subtitle Extract", + "description": "Extracts embedded subtitles.\n", + "overview": "Extracts Subtitles.", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-subtitleextract.png", + "versions": [ + { + "version": "2.0.0.0", + "changelog": "### Bug Fixes ###\n- Catch exception when extracting (#1) @crobibero", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/subtitle-extract/subtitle-extract_2.0.0.0.zip", + "checksum": "8a4a41cc8462d67e5f9df7a96c3ce711", + "timestamp": "2022-09-12T22:53:29Z" + }, + { + "version": "1.0.0.0", + "changelog": "", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/subtitle-extract/subtitle-extract_1.0.0.0.zip", + "checksum": "74ff9ab8f7936c43d591d3c071458d60", + "timestamp": "2022-09-08T04:43:17Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "A4A488D0-17A3-4919-8D82-7F3DE4F6B209", + "name": "TV Maze", + "description": "Get TV metadata from TV Maze\n", + "overview": "Get TV metadata from TV Maze", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "6.2104.1218.2200", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1218.2200.zip", + "checksum": "853e9711e498b94060d92e647fba7ee2", + "timestamp": "2021-04-12T18:22:09Z" + }, + { + "version": "6.2104.1214.4354", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1214.4354.zip", + "checksum": "75b5486671041d9763fc28c64ebb5943", + "timestamp": "2021-04-12T14:44:05Z" + }, + { + "version": "6.2104.1214.1551", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1214.1551.zip", + "checksum": "84f9a6f1c5a2c65f7389b90cbf4172e6", + "timestamp": "2021-04-12T14:16:00Z" + }, + { + "version": "6.2104.1209.2249", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1209.2249.zip", + "checksum": "c92cd273c3fba9c6d6e34543f626b52a", + "timestamp": "2021-04-12T09:22:57Z" + }, + { + "version": "6.2104.1121.5757", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1121.5757.zip", + "checksum": "e82e72e336151d24bbbbeea246b7e28f", + "timestamp": "2021-04-11T21:58:05Z" + }, + { + "version": "6.2104.1118.2218", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1118.2218.zip", + "checksum": "46bcab1705adcc8618b0183126490dba", + "timestamp": "2021-04-11T18:22:27Z" + }, + { + "version": "6.2104.1117.5518", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1117.5518.zip", + "checksum": "6bee1d52ac1c568fb2356ced3f542903", + "timestamp": "2021-04-11T17:55:26Z" + }, + { + "version": "6.2104.1116.5139", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1116.5139.zip", + "checksum": "1161fd7a07a9a54934451d3ebf5025c0", + "timestamp": "2021-04-11T16:51:48Z" + }, + { + "version": "6.2104.1116.2332", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1116.2332.zip", + "checksum": "de56d6eeeed5e102ade07e96b4d45cf3", + "timestamp": "2021-04-11T16:23:40Z" + }, + { + "version": "6.2104.1112.3521", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1112.3521.zip", + "checksum": "aa77cb52b27c64eb7dc17e447040ef1e", + "timestamp": "2021-04-11T12:35:30Z" + }, + { + "version": "6.2104.1112.0737", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1112.0737.zip", + "checksum": "3c836859a86db9c81620781d2cf84e85", + "timestamp": "2021-04-11T12:07:46Z" + }, + { + "version": "6.2104.1023.3446", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1023.3446.zip", + "checksum": "164b3fc16d351df459a85a3f871ea6c3", + "timestamp": "2021-04-10T23:34:55Z" + }, + { + "version": "6.2104.1023.0749", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1023.0749.zip", + "checksum": "f0a5344fda6b36325e41a441e988192b", + "timestamp": "2021-04-10T23:07:58Z" + }, + { + "version": "6.2104.1021.3656", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1021.3656.zip", + "checksum": "5d77eed5fa6ed2bb28dce632f655663f", + "timestamp": "2021-04-10T21:37:05Z" + }, + { + "version": "6.2104.1020.1651", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1020.1651.zip", + "checksum": "189a49124ccc131feca70bf896bff59c", + "timestamp": "2021-04-10T20:17:00Z" + }, + { + "version": "6.2104.1019.5527", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1019.5527.zip", + "checksum": "6cc52cd4f106be916dbfb424ec0d8266", + "timestamp": "2021-04-10T19:55:35Z" + }, + { + "version": "6.2104.1017.5128", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1017.5128.zip", + "checksum": "0a273bcfa7055e628d85161ea2bb8908", + "timestamp": "2021-04-10T17:51:36Z" + }, + { + "version": "6.2104.1015.4447", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1015.4447.zip", + "checksum": "27d12439cfd7f49426941f1abd4c6d4d", + "timestamp": "2021-04-10T15:44:55Z" + }, + { + "version": "6.2104.1001.2501", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1001.2501.zip", + "checksum": "7286cc4471699ca979f39fd9d30b3aef", + "timestamp": "2021-04-10T01:25:09Z" + }, + { + "version": "6.2104.1000.0709", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.1000.0709.zip", + "checksum": "a9ae922836c92902adfae430277c1a38", + "timestamp": "2021-04-10T00:07:17Z" + }, + { + "version": "6.2104.0922.0433", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0922.0433.zip", + "checksum": "8338234c97821d6d5fefb3f438756a51", + "timestamp": "2021-04-09T22:04:41Z" + }, + { + "version": "6.2104.0921.3556", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0921.3556.zip", + "checksum": "4ac8f1dc31fcd499d56f545f83edeebd", + "timestamp": "2021-04-09T21:36:05Z" + }, + { + "version": "6.2104.0911.0903", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0911.0903.zip", + "checksum": "649a5bebb9bccb38d65ebe0bb29eb150", + "timestamp": "2021-04-09T11:09:11Z" + }, + { + "version": "6.2104.0910.4033", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0910.4033.zip", + "checksum": "0337604da3da45dacb00f3d7b76455d3", + "timestamp": "2021-04-09T10:40:42Z" + }, + { + "version": "6.2104.0822.0048", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0822.0048.zip", + "checksum": "0a52dbb668b3b38e5d1e6b694e671fb3", + "timestamp": "2021-04-08T22:00:56Z" + }, + { + "version": "6.2104.0816.4359", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0816.4359.zip", + "checksum": "2f756b2e4f681b42c489aad20660ce89", + "timestamp": "2021-04-08T16:44:08Z" + }, + { + "version": "6.2104.0812.5323", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0812.5323.zip", + "checksum": "93303237cafc22d546de246043f9f7ec", + "timestamp": "2021-04-08T12:53:32Z" + }, + { + "version": "6.2104.0811.4224", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0811.4224.zip", + "checksum": "cc5432c40690d8d3e6d3e7f4e1b45049", + "timestamp": "2021-04-08T11:42:34Z" + }, + { + "version": "6.2104.0723.3227", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0723.3227.zip", + "checksum": "7d21db5712e3ed9ef5ab3d250d8e9634", + "timestamp": "2021-04-07T23:32:36Z" + }, + { + "version": "6.2104.0722.5734", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0722.5734.zip", + "checksum": "bcf6bb0d1c886474eba5763d5a33e212", + "timestamp": "2021-04-07T22:57:43Z" + }, + { + "version": "6.2104.0721.5331", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0721.5331.zip", + "checksum": "d3395a8d289065125fd474adadb97993", + "timestamp": "2021-04-07T21:53:40Z" + }, + { + "version": "6.2104.0721.1405", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0721.1405.zip", + "checksum": "afbf979476921cfd91c8b7f1b77f414b", + "timestamp": "2021-04-07T21:14:13Z" + }, + { + "version": "6.2104.0717.3017", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0717.3017.zip", + "checksum": "11d42423ec9d552639c17490ae8980b9", + "timestamp": "2021-04-07T17:30:26Z" + }, + { + "version": "6.2104.0716.5720", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0716.5720.zip", + "checksum": "ba035af6d1c12b635ef7c2694925afd4", + "timestamp": "2021-04-07T16:57:30Z" + }, + { + "version": "6.2104.0713.3004", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0713.3004.zip", + "checksum": "9db5cfea817651ba8111403daf1699b9", + "timestamp": "2021-04-07T13:30:14Z" + }, + { + "version": "6.2104.0713.0303", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0713.0303.zip", + "checksum": "d549af9b7de08bf55a4a944871b58180", + "timestamp": "2021-04-07T13:03:12Z" + }, + { + "version": "6.2104.0619.1908", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0619.1908.zip", + "checksum": "0b19631e5eda69d4d587e85573415784", + "timestamp": "2021-04-06T19:19:17Z" + }, + { + "version": "6.2104.0515.5733", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0515.5733.zip", + "checksum": "929e2b1f0856ab9746719328574e465d", + "timestamp": "2021-04-05T15:57:44Z" + }, + { + "version": "6.2104.0512.1836", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0512.1836.zip", + "checksum": "9729e81fad4e8f448c6a66f724c6aea5", + "timestamp": "2021-04-05T12:18:45Z" + }, + { + "version": "6.2104.0507.0155", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0507.0155.zip", + "checksum": "aa57de1b39b7692f1ed025eae5b15cdf", + "timestamp": "2021-04-05T07:02:04Z" + }, + { + "version": "6.2104.0415.4214", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0415.4214.zip", + "checksum": "d3a092e4e83e7ceb1a9d15306ae9bf04", + "timestamp": "2021-04-04T15:42:23Z" + }, + { + "version": "6.2104.0411.4702", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0411.4702.zip", + "checksum": "386b82d43ef0e18a9727c09b575fad9d", + "timestamp": "2021-04-04T11:47:11Z" + }, + { + "version": "6.2104.0322.2038", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0322.2038.zip", + "checksum": "bd3122c5ff2b456a4cbd70f0477ad2ae", + "timestamp": "2021-04-03T22:20:48Z" + }, + { + "version": "6.2104.0317.5429", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0317.5429.zip", + "checksum": "377bf760241196eb2a67f3296b7b551f", + "timestamp": "2021-04-03T17:54:37Z" + }, + { + "version": "6.2104.0300.2804", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0300.2804.zip", + "checksum": "a7d57da4d7aef6b42f69cd0a1f891005", + "timestamp": "2021-04-03T00:28:13Z" + }, + { + "version": "6.2104.0222.5741", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0222.5741.zip", + "checksum": "688f6ddce4d83a609886133a3081c66f", + "timestamp": "2021-04-02T22:57:50Z" + }, + { + "version": "6.2104.0215.0541", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0215.0541.zip", + "checksum": "c53bc241768c1710a445401946e95153", + "timestamp": "2021-04-02T15:05:50Z" + }, + { + "version": "6.2104.0117.4851", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0117.4851.zip", + "checksum": "7ee47eb050ac9d7d68ff0473868556a1", + "timestamp": "2021-04-01T17:48:59Z" + }, + { + "version": "6.2104.0116.0607", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2104.0116.0607.zip", + "checksum": "9a98509a8dc80c2d136b469019b4a4c0", + "timestamp": "2021-04-01T16:06:16Z" + }, + { + "version": "6.2103.3014.0345", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.3014.0345.zip", + "checksum": "7c0d83bf7a68e5642311a164c7d4f9c1", + "timestamp": "2021-03-30T14:03:54Z" + }, + { + "version": "6.2103.2716.5404", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2716.5404.zip", + "checksum": "810c85b65b8f2e4819cc0884ea5175a2", + "timestamp": "2021-03-27T16:54:13Z" + }, + { + "version": "6.2103.2708.5420", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2708.5420.zip", + "checksum": "ea45d453c140053406cd96284e4fdfca", + "timestamp": "2021-03-27T08:54:28Z" + }, + { + "version": "6.2103.2700.3324", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2700.3324.zip", + "checksum": "34bdefcbb8e52232b31f22bf42df3af3", + "timestamp": "2021-03-27T00:33:33Z" + }, + { + "version": "6.2103.2700.0505", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2700.0505.zip", + "checksum": "31c987f801b8725a9c7b07c48a8dd55a", + "timestamp": "2021-03-27T00:05:14Z" + }, + { + "version": "6.2103.2612.0542", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2612.0542.zip", + "checksum": "70a07f50a960e5e7c8790fd23cacd3c9", + "timestamp": "2021-03-26T12:05:50Z" + }, + { + "version": "6.2103.2611.4103", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2611.4103.zip", + "checksum": "4903d37cf0fcf2d884bb372ae06b7dae", + "timestamp": "2021-03-26T11:41:12Z" + }, + { + "version": "6.2103.2523.2436", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2523.2436.zip", + "checksum": "633a482b7852c1a3746dc8159b0db786", + "timestamp": "2021-03-25T23:24:46Z" + }, + { + "version": "6.2103.2516.5759", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2516.5759.zip", + "checksum": "dbb55feb29a1672099ee898c265424f6", + "timestamp": "2021-03-25T16:58:08Z" + }, + { + "version": "6.2103.2516.2838", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2516.2838.zip", + "checksum": "013fce3cb5686da2dc1d242e236dcf06", + "timestamp": "2021-03-25T16:28:47Z" + }, + { + "version": "6.2103.2502.0232", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2502.0232.zip", + "checksum": "ab3b488542c960099307936bb2cfa717", + "timestamp": "2021-03-25T02:02:40Z" + }, + { + "version": "6.2103.2501.3412", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2501.3412.zip", + "checksum": "759009447fc1a051ab009d46a3c2a847", + "timestamp": "2021-03-25T01:34:21Z" + }, + { + "version": "6.2103.2500.3856", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2500.3856.zip", + "checksum": "ad9eeb159f6bb7640daa0cfedd50b167", + "timestamp": "2021-03-25T00:39:05Z" + }, + { + "version": "6.2103.2422.3325", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2422.3325.zip", + "checksum": "47c4c4b96dda5dcb127f38803e9756a8", + "timestamp": "2021-03-24T22:33:34Z" + }, + { + "version": "6.2103.2314.4511", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2314.4511.zip", + "checksum": "183ceb5a19fb9cff3f82095365ff774c", + "timestamp": "2021-03-23T14:45:20Z" + }, + { + "version": "6.2103.2306.3843", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2306.3843.zip", + "checksum": "6253f18a91cb80cd21e7a585eba09761", + "timestamp": "2021-03-23T06:38:52Z" + }, + { + "version": "6.2103.2305.0720", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2305.0720.zip", + "checksum": "146ea6064898c17fbf40f8333af17cf2", + "timestamp": "2021-03-23T05:07:29Z" + }, + { + "version": "6.2103.2301.2836", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2301.2836.zip", + "checksum": "a03f38206d74765cafc9348d9ba83942", + "timestamp": "2021-03-23T01:28:46Z" + }, + { + "version": "6.2103.2222.2825", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2222.2825.zip", + "checksum": "071b6bffb4d048f0bf6fd3aba117adea", + "timestamp": "2021-03-22T22:28:34Z" + }, + { + "version": "6.2103.2219.0643", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2219.0643.zip", + "checksum": "e4a4cc7a63dcc0601c74f2ae3e1e04f7", + "timestamp": "2021-03-22T19:06:51Z" + }, + { + "version": "6.2103.2218.4312", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2218.4312.zip", + "checksum": "b4b078b9903d5ba418076b3b8975463e", + "timestamp": "2021-03-22T18:43:22Z" + }, + { + "version": "6.2103.2218.1113", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2218.1113.zip", + "checksum": "ed9afec6e4fd029b76f756aa18644f1b", + "timestamp": "2021-03-22T18:11:23Z" + }, + { + "version": "6.2103.2217.2655", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2217.2655.zip", + "checksum": "bc020616f854407766b58dc37578f875", + "timestamp": "2021-03-22T17:27:04Z" + }, + { + "version": "6.2103.2123.3756", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2123.3756.zip", + "checksum": "772ed8ce881b9a1cfccadc71671b1386", + "timestamp": "2021-03-21T23:38:12Z" + }, + { + "version": "6.2103.2119.4205", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2119.4205.zip", + "checksum": "979b0d8a18f436ac0aaad90d09dfd1c5", + "timestamp": "2021-03-21T19:42:18Z" + }, + { + "version": "6.2103.2114.2948", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2114.2948.zip", + "checksum": "b4e422cbd118c04d6667d387d97971f9", + "timestamp": "2021-03-21T14:29:56Z" + }, + { + "version": "6.2103.2001.1922", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2001.1922.zip", + "checksum": "1d353ccd8f446c37288380e2fb3847ff", + "timestamp": "2021-03-20T01:19:30Z" + }, + { + "version": "6.2103.2000.1725", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.2000.1725.zip", + "checksum": "61265a2515278f5bb2ceee9bea2151b4", + "timestamp": "2021-03-20T00:17:33Z" + }, + { + "version": "6.2103.1918.0909", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1918.0909.zip", + "checksum": "4e73643c3c157ca910970af49c582f96", + "timestamp": "2021-03-19T18:09:18Z" + }, + { + "version": "6.2103.1909.2148", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1909.2148.zip", + "checksum": "33c7eac1ce5359828c624a1a5dde6b0d", + "timestamp": "2021-03-19T09:21:56Z" + }, + { + "version": "6.2103.1908.5218", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1908.5218.zip", + "checksum": "fe600fd4a1f08435e609569de7d8e020", + "timestamp": "2021-03-19T08:52:27Z" + }, + { + "version": "6.2103.1907.4622", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1907.4622.zip", + "checksum": "71a7124c3b499230a3af5169fd93bfb0", + "timestamp": "2021-03-19T07:46:32Z" + }, + { + "version": "6.2103.1907.1922", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1907.1922.zip", + "checksum": "1d8051247dfea2122c28428cfb9e4837", + "timestamp": "2021-03-19T07:19:30Z" + }, + { + "version": "6.2103.1815.1416", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1815.1416.zip", + "checksum": "3d8866319b5e95cc460d1bc6a7b6befe", + "timestamp": "2021-03-18T15:14:24Z" + }, + { + "version": "6.2103.1811.1922", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1811.1922.zip", + "checksum": "13722f5a779db5035b66d4578e0eba6c", + "timestamp": "2021-03-18T11:19:31Z" + }, + { + "version": "6.2103.1703.5121", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1703.5121.zip", + "checksum": "0cf365442b8779ae26ad33279516d176", + "timestamp": "2021-03-17T03:51:30Z" + }, + { + "version": "6.2103.1620.1656", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1620.1656.zip", + "checksum": "5c06fe23b0a379b3a30ea5e8e0c56e09", + "timestamp": "2021-03-16T20:17:05Z" + }, + { + "version": "6.2103.1619.4948", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1619.4948.zip", + "checksum": "111785b2a098874427060523ff1eef96", + "timestamp": "2021-03-16T19:49:59Z" + }, + { + "version": "6.2103.1614.0708", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1614.0708.zip", + "checksum": "ee4fbf9f55e2c63f04a4621b03aa9fa6", + "timestamp": "2021-03-16T14:07:18Z" + }, + { + "version": "6.2103.1518.4800", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1518.4800.zip", + "checksum": "47474c416cb6a356c65cd9523d52481b", + "timestamp": "2021-03-15T18:48:10Z" + }, + { + "version": "6.2103.1517.3000", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1517.3000.zip", + "checksum": "09f560b4b3e78534548006dcd9a5c1b2", + "timestamp": "2021-03-15T17:30:10Z" + }, + { + "version": "6.2103.1516.0155", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1516.0155.zip", + "checksum": "cf8749ec27232fc8b668f1cbb1cb6a3e", + "timestamp": "2021-03-15T16:02:05Z" + }, + { + "version": "6.2103.1513.5243", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1513.5243.zip", + "checksum": "29d169c08d936edde879cc7bd143065e", + "timestamp": "2021-03-15T13:52:52Z" + }, + { + "version": "6.2103.1508.3630", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1508.3630.zip", + "checksum": "df5213d0f7ec78910e6cb52e33d2ca39", + "timestamp": "2021-03-15T08:36:39Z" + }, + { + "version": "6.2103.1422.4618", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1422.4618.zip", + "checksum": "362318d999dfdb0dc6312757347b4184", + "timestamp": "2021-03-14T22:46:28Z" + }, + { + "version": "6.2103.1418.3731", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1418.3731.zip", + "checksum": "8e1936a53f9ec266d4318c071af779a2", + "timestamp": "2021-03-14T18:37:41Z" + }, + { + "version": "6.2103.1417.3254", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1417.3254.zip", + "checksum": "abdaa5a9350272f70fb7fe758fe9920e", + "timestamp": "2021-03-14T17:33:04Z" + }, + { + "version": "6.2103.1414.3706", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1414.3706.zip", + "checksum": "e2d8f0ed7c3ec63fb908daddfc8124e1", + "timestamp": "2021-03-14T14:37:17Z" + }, + { + "version": "6.2103.1413.0521", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1413.0521.zip", + "checksum": "639041967b873c79fe7bdb81b30eddca", + "timestamp": "2021-03-14T13:05:31Z" + }, + { + "version": "6.2103.1407.5513", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1407.5513.zip", + "checksum": "67fd17e625961a50c8fa09349d74979f", + "timestamp": "2021-03-14T07:55:23Z" + }, + { + "version": "6.2103.1400.1810", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1400.1810.zip", + "checksum": "eeed707ddc37856e2e262d73ca432e62", + "timestamp": "2021-03-14T00:18:21Z" + }, + { + "version": "6.2103.1323.4929", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1323.4929.zip", + "checksum": "b223311c7dc6faa8ec10804ed58acd16", + "timestamp": "2021-03-13T23:49:39Z" + }, + { + "version": "6.2103.1322.2818", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1322.2818.zip", + "checksum": "dab9b285c48ac93df9a83795a9162087", + "timestamp": "2021-03-13T22:28:28Z" + }, + { + "version": "6.2103.1314.5906", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1314.5906.zip", + "checksum": "63dbc0ab83df1d98a19a7c9946e167d2", + "timestamp": "2021-03-13T14:59:17Z" + }, + { + "version": "6.2103.1314.3110", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1314.3110.zip", + "checksum": "f5e76947172d5c253acba7eb9b5f95b8", + "timestamp": "2021-03-13T14:31:21Z" + }, + { + "version": "6.2103.1302.4441", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1302.4441.zip", + "checksum": "be21c8be8b776bfeeda3a22dd85e7eee", + "timestamp": "2021-03-13T02:44:51Z" + }, + { + "version": "6.2103.1223.2731", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1223.2731.zip", + "checksum": "8e8f4e646c0d0aa129d049a1fdcd2167", + "timestamp": "2021-03-12T23:27:42Z" + }, + { + "version": "6.2103.1214.2133", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1214.2133.zip", + "checksum": "04d80b01b5d5e8bc16f0da90aa660545", + "timestamp": "2021-03-12T14:21:43Z" + }, + { + "version": "6.2103.1213.5444", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1213.5444.zip", + "checksum": "306832a92b9a0546604cc74e8cd15e96", + "timestamp": "2021-03-12T13:54:54Z" + }, + { + "version": "6.2103.1209.0900", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1209.0900.zip", + "checksum": "62742755cf2e96a332a88fec3917730c", + "timestamp": "2021-03-12T09:09:11Z" + }, + { + "version": "6.2103.1123.4309", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1123.4309.zip", + "checksum": "4e239a10ba4695023185cefa9ea74e22", + "timestamp": "2021-03-11T23:43:19Z" + }, + { + "version": "6.2103.1122.2827", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1122.2827.zip", + "checksum": "18d8c956b7ee1324e7ab1f56202deae2", + "timestamp": "2021-03-11T22:28:37Z" + }, + { + "version": "6.2103.1122.0015", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1122.0015.zip", + "checksum": "62bb3bf5fcc16538064f73fe701d0ea2", + "timestamp": "2021-03-11T22:00:25Z" + }, + { + "version": "6.2103.1120.1949", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1120.1949.zip", + "checksum": "555e7e396215a03c9717c564018cc019", + "timestamp": "2021-03-11T20:20:00Z" + }, + { + "version": "6.2103.1116.1406", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1116.1406.zip", + "checksum": "3b62bb5a344478fd8ef88e9fb945c709", + "timestamp": "2021-03-11T16:14:19Z" + }, + { + "version": "6.2103.1115.3128", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1115.3128.zip", + "checksum": "e02c46db7006b4a7f01b14ded83ce378", + "timestamp": "2021-03-11T15:31:38Z" + }, + { + "version": "6.2103.1111.1318", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1111.1318.zip", + "checksum": "2129477996006c29f09566264846bcc5", + "timestamp": "2021-03-11T11:13:28Z" + }, + { + "version": "6.2103.1100.0731", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1100.0731.zip", + "checksum": "5b095cf1f2af3b23f5c33b84c3d0122e", + "timestamp": "2021-03-11T00:07:41Z" + }, + { + "version": "6.2103.1022.4606", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1022.4606.zip", + "checksum": "7e6b4f3db7829d1868ead68ca2f2d558", + "timestamp": "2021-03-10T22:46:16Z" + }, + { + "version": "6.2103.1019.3953", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1019.3953.zip", + "checksum": "e3c2969ebea7057fc218557f15a6451f", + "timestamp": "2021-03-10T19:40:03Z" + }, + { + "version": "6.2103.1014.4610", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1014.4610.zip", + "checksum": "be3b23a53f2af633186a406dc9f3bd72", + "timestamp": "2021-03-10T14:46:21Z" + }, + { + "version": "6.2103.1011.2504", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1011.2504.zip", + "checksum": "5c7bd761752fda724d78f72633f64066", + "timestamp": "2021-03-10T11:25:14Z" + }, + { + "version": "6.2103.1010.5721", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1010.5721.zip", + "checksum": "9a5db1917a18f12724a529e4ec1d8fbd", + "timestamp": "2021-03-10T10:57:34Z" + }, + { + "version": "6.2103.1008.0441", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1008.0441.zip", + "checksum": "38ee94a4a6b7ed83654697735054040b", + "timestamp": "2021-03-10T08:04:51Z" + }, + { + "version": "6.2103.1002.5508", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.1002.5508.zip", + "checksum": "945b97acabb71d2ddfc5ea6a32fbf05c", + "timestamp": "2021-03-10T02:55:18Z" + }, + { + "version": "6.2103.0923.4534", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0923.4534.zip", + "checksum": "00717f361887161481e333a402f7b334", + "timestamp": "2021-03-09T23:45:44Z" + }, + { + "version": "6.2103.0922.0224", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0922.0224.zip", + "checksum": "7c9e2add10fe59d5a6a95a8712fa33c0", + "timestamp": "2021-03-09T22:02:34Z" + }, + { + "version": "6.2103.0919.5453", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0919.5453.zip", + "checksum": "a40dfd6a446cca29cacec53353daef88", + "timestamp": "2021-03-09T19:55:03Z" + }, + { + "version": "6.2103.0919.2027", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0919.2027.zip", + "checksum": "6d3be1a6951223dfd43dffe45e73e534", + "timestamp": "2021-03-09T19:20:37Z" + }, + { + "version": "6.2103.0913.4353", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0913.4353.zip", + "checksum": "d45b6501b7a9be7859f75c1bb4f03637", + "timestamp": "2021-03-09T13:44:03Z" + }, + { + "version": "6.2103.0904.3142", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0904.3142.zip", + "checksum": "f86efe3815ea9c80b4d34e401f34563a", + "timestamp": "2021-03-09T04:31:52Z" + }, + { + "version": "6.2103.0900.2535", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0900.2535.zip", + "checksum": "14a1a42cc5620844a6efcce327545f6b", + "timestamp": "2021-03-09T00:25:45Z" + }, + { + "version": "6.2103.0814.4601", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0814.4601.zip", + "checksum": "47042a64cdeff753c8fa3758ab1f1237", + "timestamp": "2021-03-08T14:46:11Z" + }, + { + "version": "6.2103.0811.2952", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0811.2952.zip", + "checksum": "37cf46e89a0c1bb0ae53f250fe9ea5fa", + "timestamp": "2021-03-08T11:30:02Z" + }, + { + "version": "6.2103.0809.1535", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0809.1535.zip", + "checksum": "0a7cda0937760570562ec2329fd27f79", + "timestamp": "2021-03-08T09:15:45Z" + }, + { + "version": "6.2103.0808.1518", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0808.1518.zip", + "checksum": "59d019dd47f03d570ace6d7d4e924565", + "timestamp": "2021-03-08T08:15:29Z" + }, + { + "version": "6.2103.0722.5347", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0722.5347.zip", + "checksum": "fc25e367ac6db1dfdd471934c0d97b3b", + "timestamp": "2021-03-07T22:53:58Z" + }, + { + "version": "6.2103.0715.2147", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0715.2147.zip", + "checksum": "60dc114954fdc393afcb93e99bda12fb", + "timestamp": "2021-03-07T15:21:57Z" + }, + { + "version": "6.2103.0312.0723", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0312.0723.zip", + "checksum": "a7b0abdb7a5ca9e020ab1729f61c0347", + "timestamp": "2021-03-03T12:07:34Z" + }, + { + "version": "6.2103.0217.0751", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0217.0751.zip", + "checksum": "67dabda96c909d99ab3c56f3342e6226", + "timestamp": "2021-03-02T17:08:01Z" + }, + { + "version": "6.2103.0216.4049", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0216.4049.zip", + "checksum": "17443573376bd3ba4e89d8f517c3d67d", + "timestamp": "2021-03-02T16:40:59Z" + }, + { + "version": "6.2103.0214.3741", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0214.3741.zip", + "checksum": "273c7dc9788f47b3268cc05f69410add", + "timestamp": "2021-03-02T14:37:51Z" + }, + { + "version": "6.2103.0209.0408", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0209.0408.zip", + "checksum": "3bb09c6b0060866ff7426a8a3dfdc3b9", + "timestamp": "2021-03-02T09:04:18Z" + }, + { + "version": "6.2103.0202.3448", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0202.3448.zip", + "checksum": "9063da3751a464137cef931742eff903", + "timestamp": "2021-03-02T02:34:58Z" + }, + { + "version": "6.2103.0123.0726", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0123.0726.zip", + "checksum": "e111180db4f0a39536b2f1c2c7e2a5cb", + "timestamp": "2021-03-01T23:07:36Z" + }, + { + "version": "6.2103.0121.2506", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0121.2506.zip", + "checksum": "1ea05de7e1d8bfe10ffc15aae5334260", + "timestamp": "2021-03-01T21:25:16Z" + }, + { + "version": "6.2103.0119.1321", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0119.1321.zip", + "checksum": "39502913d7a3de12f1b852175ddc7a61", + "timestamp": "2021-03-01T19:13:32Z" + }, + { + "version": "6.2103.0118.4553", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0118.4553.zip", + "checksum": "f6c22fbb839aed148786d3e4b441a345", + "timestamp": "2021-03-01T18:46:03Z" + }, + { + "version": "6.2103.0118.1758", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0118.1758.zip", + "checksum": "aa620df4989dfef4dabba6f0050f6967", + "timestamp": "2021-03-01T18:18:10Z" + }, + { + "version": "6.2103.0117.2648", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0117.2648.zip", + "checksum": "5a2a3eac828a0e051df4043f0e904435", + "timestamp": "2021-03-01T17:26:58Z" + }, + { + "version": "6.2103.0116.5936", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0116.5936.zip", + "checksum": "f2cfd064d0248cff3fb6595e0c8a3829", + "timestamp": "2021-03-01T16:59:45Z" + }, + { + "version": "6.2103.0115.1825", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0115.1825.zip", + "checksum": "763e9874c13f5ab3f2531fa30c41975f", + "timestamp": "2021-03-01T15:18:36Z" + }, + { + "version": "6.2103.0114.3242", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0114.3242.zip", + "checksum": "2c2815d536319f8449f880ee9cb39692", + "timestamp": "2021-03-01T14:32:52Z" + }, + { + "version": "6.2103.0113.5829", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0113.5829.zip", + "checksum": "bebbc117216734b7c99a6bf81fe16757", + "timestamp": "2021-03-01T13:58:39Z" + }, + { + "version": "6.2103.0110.5022", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0110.5022.zip", + "checksum": "c0ec673fc9aa1ff193ef0ea98178e0bf", + "timestamp": "2021-03-01T10:50:33Z" + }, + { + "version": "6.2103.0110.2315", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0110.2315.zip", + "checksum": "367ee7f46eac73303780acd83c7c66bd", + "timestamp": "2021-03-01T10:23:26Z" + }, + { + "version": "6.2103.0109.0927", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0109.0927.zip", + "checksum": "308544a01abeb569ab8fc87bfb88a080", + "timestamp": "2021-03-01T09:09:37Z" + }, + { + "version": "6.2103.0104.1922", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2103.0104.1922.zip", + "checksum": "d0fafed5c5ff01d5f1e93f6988d46d95", + "timestamp": "2021-03-01T04:19:32Z" + }, + { + "version": "6.2102.2820.3349", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2820.3349.zip", + "checksum": "5f96c24d6775db5eb51b02afa5fa6c91", + "timestamp": "2021-02-28T20:34:00Z" + }, + { + "version": "6.2102.2816.2430", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2816.2430.zip", + "checksum": "7fa6318ab1073b7be5e060a48b966a11", + "timestamp": "2021-02-28T16:24:40Z" + }, + { + "version": "6.2102.2815.5705", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2815.5705.zip", + "checksum": "cffc1936dcb3ede44d35ea381b88da33", + "timestamp": "2021-02-28T15:57:18Z" + }, + { + "version": "6.2102.2815.3049", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2815.3049.zip", + "checksum": "598caa186b0ca7a6a4c0a9b9708037a1", + "timestamp": "2021-02-28T15:30:59Z" + }, + { + "version": "6.2102.2811.3657", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2811.3657.zip", + "checksum": "efd71731fb14b306536369e1a2d40e71", + "timestamp": "2021-02-28T11:37:07Z" + }, + { + "version": "6.2102.2811.1113", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2811.1113.zip", + "checksum": "6fe69ce65210ebea50aceb7940721a56", + "timestamp": "2021-02-28T11:11:23Z" + }, + { + "version": "6.2102.2810.4133", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2810.4133.zip", + "checksum": "4e05a95632850e502e960fab92c7cae8", + "timestamp": "2021-02-28T10:41:43Z" + }, + { + "version": "6.2102.2810.1357", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2810.1357.zip", + "checksum": "8aa4c04a2420b37c8060a8ce83632a75", + "timestamp": "2021-02-28T10:14:08Z" + }, + { + "version": "6.2102.2809.4710", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2809.4710.zip", + "checksum": "3002b0fe097a24243ecbedbc8bcce9f9", + "timestamp": "2021-02-28T09:47:20Z" + }, + { + "version": "6.2102.2806.5048", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2806.5048.zip", + "checksum": "d4733a8870b1f74667bfff83efba1d83", + "timestamp": "2021-02-28T06:50:57Z" + }, + { + "version": "6.2102.2805.1045", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2805.1045.zip", + "checksum": "f9dd38289303a41f139ce8429464b3e7", + "timestamp": "2021-02-28T05:10:55Z" + }, + { + "version": "6.2102.2804.4354", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2804.4354.zip", + "checksum": "1a2bed815a99c7b07f2d1cbfede74eb6", + "timestamp": "2021-02-28T04:44:05Z" + }, + { + "version": "6.2102.2722.4845", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2722.4845.zip", + "checksum": "f2faca9eef8b2cb903f795f64ed066a2", + "timestamp": "2021-02-27T22:48:56Z" + }, + { + "version": "6.2102.2722.2028", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2722.2028.zip", + "checksum": "3105416f38e33a6f4c123bd875eefe98", + "timestamp": "2021-02-27T22:20:38Z" + }, + { + "version": "6.2102.2719.5104", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2719.5104.zip", + "checksum": "1d8069348becb44dc9f12d92168050cb", + "timestamp": "2021-02-27T19:51:15Z" + }, + { + "version": "6.2102.2719.2322", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2719.2322.zip", + "checksum": "8ce7e44488d5887e990c86e99c75867c", + "timestamp": "2021-02-27T19:23:32Z" + }, + { + "version": "6.2102.2718.4433", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2718.4433.zip", + "checksum": "3958ec966d323e73ac99e5a1e3334199", + "timestamp": "2021-02-27T18:44:43Z" + }, + { + "version": "6.2102.2717.0625", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2717.0625.zip", + "checksum": "cdd9d5d8bb6c8e5b68ddd9b0d24216ba", + "timestamp": "2021-02-27T17:06:34Z" + }, + { + "version": "6.2102.2707.3853", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2707.3853.zip", + "checksum": "82c92a85e6acff6bb2049579ff171ba8", + "timestamp": "2021-02-27T07:39:03Z" + }, + { + "version": "6.2102.2705.5421", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2705.5421.zip", + "checksum": "27df5b61480b358aad8305115c8050e1", + "timestamp": "2021-02-27T05:54:31Z" + }, + { + "version": "6.2102.2705.2734", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2705.2734.zip", + "checksum": "f697d01ce7ee3d96e0a8f87fb790fa69", + "timestamp": "2021-02-27T05:27:46Z" + }, + { + "version": "6.2102.2704.2125", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2704.2125.zip", + "checksum": "ae0f5dc0e8b412381ba44a3aeacfc896", + "timestamp": "2021-02-27T04:21:35Z" + }, + { + "version": "6.2102.2703.5417", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2703.5417.zip", + "checksum": "9c5175fa6319daaaff2c396aa9a57649", + "timestamp": "2021-02-27T03:54:26Z" + }, + { + "version": "6.2102.2621.1042", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2621.1042.zip", + "checksum": "82b5a007dc2b6a665d12e3ec2c78781b", + "timestamp": "2021-02-26T21:10:53Z" + }, + { + "version": "6.2102.2619.1418", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2619.1418.zip", + "checksum": "061f12a01d487ae453200904e40a3b03", + "timestamp": "2021-02-26T19:14:28Z" + }, + { + "version": "6.2102.2618.4713", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2618.4713.zip", + "checksum": "48195ce3292285e84a71829daf80c70a", + "timestamp": "2021-02-26T18:47:23Z" + }, + { + "version": "6.2102.2612.4512", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2612.4512.zip", + "checksum": "f9ea3d20672b01fbba95faeb35d63f75", + "timestamp": "2021-02-26T12:45:22Z" + }, + { + "version": "6.2102.2523.4221", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2523.4221.zip", + "checksum": "8c8e46927e04d588bf5cbf10c5a88924", + "timestamp": "2021-02-25T23:42:31Z" + }, + { + "version": "6.2102.2508.4448", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2508.4448.zip", + "checksum": "8ee3508188c72194d3fcfb9fe0926bd5", + "timestamp": "2021-02-25T08:44:58Z" + }, + { + "version": "6.2102.2423.1253", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2423.1253.zip", + "checksum": "abe261b415a95bdf783e9973cde51444", + "timestamp": "2021-02-24T23:13:07Z" + }, + { + "version": "6.2102.2422.4629", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2422.4629.zip", + "checksum": "aa612ad35e5ab01d82313c5063a28fe1", + "timestamp": "2021-02-24T22:46:39Z" + }, + { + "version": "6.2102.2421.2939", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2421.2939.zip", + "checksum": "a6ac17122f927a03a9dece67e3b5d069", + "timestamp": "2021-02-24T21:29:50Z" + }, + { + "version": "6.2102.2416.4757", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2416.4757.zip", + "checksum": "60b75b5ffa21b18f6583de6352a94716", + "timestamp": "2021-02-24T16:48:09Z" + }, + { + "version": "6.2102.2416.2113", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2416.2113.zip", + "checksum": "4113e53f9e7fce61cc736d1e60f6dbe4", + "timestamp": "2021-02-24T16:21:23Z" + }, + { + "version": "6.2102.2411.4227", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2411.4227.zip", + "checksum": "45eff6c30c4d6d87d2b86a9ea5026615", + "timestamp": "2021-02-24T11:42:40Z" + }, + { + "version": "6.2102.2401.5540", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2401.5540.zip", + "checksum": "02aa3fd8a7a899eeae7793d48e30f1ef", + "timestamp": "2021-02-24T01:55:50Z" + }, + { + "version": "6.2102.2321.1059", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2321.1059.zip", + "checksum": "302589480adce944fc80b13322d2528c", + "timestamp": "2021-02-23T21:11:11Z" + }, + { + "version": "6.2102.2317.1411", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2317.1411.zip", + "checksum": "fcd190e02ceca332db24b7315dacc2f5", + "timestamp": "2021-02-23T17:14:21Z" + }, + { + "version": "6.2102.2312.2808", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2312.2808.zip", + "checksum": "0ceca7b730a6796b99de84aa22583f35", + "timestamp": "2021-02-23T12:28:19Z" + }, + { + "version": "6.2102.2302.5829", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2302.5829.zip", + "checksum": "71083ee79286b13c4968e56e283b8d00", + "timestamp": "2021-02-23T02:58:39Z" + }, + { + "version": "6.2102.2302.2958", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2302.2958.zip", + "checksum": "68191bc78677dc4d1e59dd1f5f0801c4", + "timestamp": "2021-02-23T02:30:09Z" + }, + { + "version": "6.2102.2222.0219", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2222.0219.zip", + "checksum": "14b9caa11a2f566bf48dadd94438a7d2", + "timestamp": "2021-02-22T22:02:29Z" + }, + { + "version": "6.2102.2217.3508", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2217.3508.zip", + "checksum": "827b9efd7e95bac9eeac99123a7bbdd2", + "timestamp": "2021-02-22T17:35:18Z" + }, + { + "version": "6.2102.2217.0813", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2217.0813.zip", + "checksum": "3ffa481a316454b26c4c65aaa07d808f", + "timestamp": "2021-02-22T17:08:23Z" + }, + { + "version": "6.2102.2216.4030", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2216.4030.zip", + "checksum": "b5d895226dfbdae6025103ba5276dd0b", + "timestamp": "2021-02-22T16:40:41Z" + }, + { + "version": "6.2102.2214.0958", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2214.0958.zip", + "checksum": "c2e0504f6c19eaef74a638aedd3028f5", + "timestamp": "2021-02-22T14:10:09Z" + }, + { + "version": "6.2102.2213.4216", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2213.4216.zip", + "checksum": "ea03aca415bb4b33abebf83859803d13", + "timestamp": "2021-02-22T13:42:28Z" + }, + { + "version": "6.2102.2207.3905", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2207.3905.zip", + "checksum": "7c954480bb7f0acab8a8a1d8ed959d7e", + "timestamp": "2021-02-22T07:39:16Z" + }, + { + "version": "6.2102.2205.5416", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2205.5416.zip", + "checksum": "7d0f5227ef10e96d56763f37d22d17ed", + "timestamp": "2021-02-22T05:54:27Z" + }, + { + "version": "6.2102.2204.5205", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2204.5205.zip", + "checksum": "472e05bf156fcd76bcbf95e2f51349fe", + "timestamp": "2021-02-22T04:52:15Z" + }, + { + "version": "6.2102.2201.4804", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2201.4804.zip", + "checksum": "85e1614174973b88c056685cccbfd03b", + "timestamp": "2021-02-22T01:48:15Z" + }, + { + "version": "6.2102.2119.2615", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2119.2615.zip", + "checksum": "811cc96386e7be4c1da50cf3b39665a0", + "timestamp": "2021-02-21T19:26:26Z" + }, + { + "version": "6.2102.2116.0930", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2116.0930.zip", + "checksum": "02bed0e871f3479a571d8885de4bb84a", + "timestamp": "2021-02-21T16:09:40Z" + }, + { + "version": "6.2102.2107.2607", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2107.2607.zip", + "checksum": "4c7135681d96c8fde98a2b3347fa6a13", + "timestamp": "2021-02-21T07:26:17Z" + }, + { + "version": "6.2102.2023.3302", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2023.3302.zip", + "checksum": "790ecc3993493cb12592c468e2e0d456", + "timestamp": "2021-02-20T23:33:14Z" + }, + { + "version": "6.2102.2023.0643", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2023.0643.zip", + "checksum": "8fafe17d6ee1e7159a40f61ad8253ddf", + "timestamp": "2021-02-20T23:06:53Z" + }, + { + "version": "6.2102.2015.4832", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2015.4832.zip", + "checksum": "6f49f4946413ba233b63059423758aa0", + "timestamp": "2021-02-20T15:48:43Z" + }, + { + "version": "6.2102.2002.5009", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2002.5009.zip", + "checksum": "efb888fd836efc48b942d5c04636a39f", + "timestamp": "2021-02-20T02:50:19Z" + }, + { + "version": "6.2102.2002.2228", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.2002.2228.zip", + "checksum": "33d2777cd5943f3730351627aa958d35", + "timestamp": "2021-02-20T02:22:40Z" + }, + { + "version": "6.2102.1912.4348", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1912.4348.zip", + "checksum": "9537c824551033cb039999f87e55dfa8", + "timestamp": "2021-02-19T12:43:59Z" + }, + { + "version": "6.2102.1822.5612", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1822.5612.zip", + "checksum": "6e3eecf080b3765fea814a51b393755f", + "timestamp": "2021-02-18T22:56:21Z" + }, + { + "version": "6.2102.1819.0351", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1819.0351.zip", + "checksum": "ea8878199319ba218f42fbf738eb7841", + "timestamp": "2021-02-18T19:04:02Z" + }, + { + "version": "6.2102.1817.4359", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1817.4359.zip", + "checksum": "fbe3e00f1c1f3b5950165d0726487100", + "timestamp": "2021-02-18T17:44:10Z" + }, + { + "version": "6.2102.1817.1612", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1817.1612.zip", + "checksum": "d4358b621a9274f474a971800d178741", + "timestamp": "2021-02-18T17:16:23Z" + }, + { + "version": "6.2102.1719.4901", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1719.4901.zip", + "checksum": "44819284a54bb4f6b51141a8e230a0cf", + "timestamp": "2021-02-17T19:49:11Z" + }, + { + "version": "6.2102.1710.1130", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1710.1130.zip", + "checksum": "ac9ff36e5be5c9bbc508b24f3f4a6f9d", + "timestamp": "2021-02-17T10:11:42Z" + }, + { + "version": "6.2102.1709.3638", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1709.3638.zip", + "checksum": "1c9cabfb4ddc09720ce6aac1219c326f", + "timestamp": "2021-02-17T09:36:48Z" + }, + { + "version": "6.2102.1706.4620", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1706.4620.zip", + "checksum": "710b1c4efc3fed35d6a076c6e9ac29c7", + "timestamp": "2021-02-17T06:46:30Z" + }, + { + "version": "6.2102.1705.2741", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1705.2741.zip", + "checksum": "578cd0a8356a32802e73addd6b8a5f9d", + "timestamp": "2021-02-17T05:27:51Z" + }, + { + "version": "6.2102.1704.2256", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1704.2256.zip", + "checksum": "ed81bc45326b4f8e3a9968473e264d9f", + "timestamp": "2021-02-17T04:23:06Z" + }, + { + "version": "6.2102.1703.5606", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1703.5606.zip", + "checksum": "e732df59abf17c6c7ad883b72ec2a50a", + "timestamp": "2021-02-17T03:56:16Z" + }, + { + "version": "6.2102.1703.2733", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1703.2733.zip", + "checksum": "663983f7845095d13b9c68b011c70bdc", + "timestamp": "2021-02-17T03:27:44Z" + }, + { + "version": "6.2102.1618.5601", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1618.5601.zip", + "checksum": "a8396e2f8cf5cc5fd8c6b96d19c9a2ad", + "timestamp": "2021-02-16T18:56:11Z" + }, + { + "version": "6.2102.1615.5931", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1615.5931.zip", + "checksum": "f0097cc4d68a029a944267762fdd2c37", + "timestamp": "2021-02-16T15:59:42Z" + }, + { + "version": "6.2102.1605.4438", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1605.4438.zip", + "checksum": "d726ca49690cee8955833a1b6c0645de", + "timestamp": "2021-02-16T05:44:48Z" + }, + { + "version": "6.2102.1605.1749", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1605.1749.zip", + "checksum": "c2dd29b7ce6cfeae07f122408d51dcf0", + "timestamp": "2021-02-16T05:18:00Z" + }, + { + "version": "6.2102.1519.4445", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1519.4445.zip", + "checksum": "fb6d124942c5692a5c2cb358178d36df", + "timestamp": "2021-02-15T19:44:56Z" + }, + { + "version": "6.2102.1514.2805", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1514.2805.zip", + "checksum": "d2e120cda2df2870898e57da8ddd8752", + "timestamp": "2021-02-15T14:28:15Z" + }, + { + "version": "6.2102.1514.0014", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1514.0014.zip", + "checksum": "d67e29fa61203df08fb7daa06e76ac44", + "timestamp": "2021-02-15T14:00:24Z" + }, + { + "version": "6.2102.1509.1425", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1509.1425.zip", + "checksum": "a996e5aff4f57d203078893031aab81e", + "timestamp": "2021-02-15T09:14:35Z" + }, + { + "version": "6.2102.1417.5322", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1417.5322.zip", + "checksum": "9f233e267e4abda472a2f1e3a0d5ada4", + "timestamp": "2021-02-14T17:53:32Z" + }, + { + "version": "6.2102.1416.2409", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1416.2409.zip", + "checksum": "12cecf021bb6741d66d9108bca1617b6", + "timestamp": "2021-02-14T16:24:20Z" + }, + { + "version": "6.2102.1408.1849", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1408.1849.zip", + "checksum": "a3062d1e18864d13af2e8a5c09185296", + "timestamp": "2021-02-14T08:19:00Z" + }, + { + "version": "6.2102.1407.3902", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1407.3902.zip", + "checksum": "c5e5582dfcd09e46eca3ab2b89dd4b01", + "timestamp": "2021-02-14T07:39:13Z" + }, + { + "version": "6.2102.1407.1129", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1407.1129.zip", + "checksum": "d8456ad561b557227c0d384004c96ce9", + "timestamp": "2021-02-14T07:11:39Z" + }, + { + "version": "6.2102.1319.0357", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1319.0357.zip", + "checksum": "840a0b19eca2131b0f4fd037127fa66e", + "timestamp": "2021-02-13T19:04:08Z" + }, + { + "version": "6.2102.1310.3720", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1310.3720.zip", + "checksum": "ab4e5df07fa73284fa8345f489db4b23", + "timestamp": "2021-02-13T10:37:29Z" + }, + { + "version": "6.2102.1310.0049", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1310.0049.zip", + "checksum": "30c2b0bb405ff2f36eb8d95ae530f0b0", + "timestamp": "2021-02-13T10:01:00Z" + }, + { + "version": "6.2102.1304.5750", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1304.5750.zip", + "checksum": "4c697c9c90b534712073fc40487631f2", + "timestamp": "2021-02-13T04:58:01Z" + }, + { + "version": "6.2102.1302.1948", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1302.1948.zip", + "checksum": "65f7b48f3ef21b20cb8bf6502d1cf19c", + "timestamp": "2021-02-13T02:19:58Z" + }, + { + "version": "6.2102.1218.2833", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1218.2833.zip", + "checksum": "cd2f704c37747cfef7163e9aeca076bd", + "timestamp": "2021-02-12T18:28:43Z" + }, + { + "version": "6.2102.1209.0838", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1209.0838.zip", + "checksum": "cde1c529099102a95d022db9bbb47e9d", + "timestamp": "2021-02-12T09:08:49Z" + }, + { + "version": "6.2102.1118.5832", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1118.5832.zip", + "checksum": "1a302ee7c95e564bb06417ccf0594503", + "timestamp": "2021-02-11T18:58:47Z" + }, + { + "version": "6.2102.1117.1537", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1117.1537.zip", + "checksum": "1063cacf769dd44f2d917a0b88cab16b", + "timestamp": "2021-02-11T17:15:48Z" + }, + { + "version": "6.2102.1116.4236", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1116.4236.zip", + "checksum": "dfe85dcd90a08bd9e71f1e736ed3a920", + "timestamp": "2021-02-11T16:42:46Z" + }, + { + "version": "6.2102.1114.5641", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1114.5641.zip", + "checksum": "d39c5314905469c8cfadf0c2d5330290", + "timestamp": "2021-02-11T14:56:52Z" + }, + { + "version": "6.2102.1108.2426", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1108.2426.zip", + "checksum": "203876105e17438e264e2a0bcc0c600c", + "timestamp": "2021-02-11T08:24:36Z" + }, + { + "version": "6.2102.1107.5604", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1107.5604.zip", + "checksum": "64132eb1b759c97bcbcb0280cc095ce2", + "timestamp": "2021-02-11T07:56:14Z" + }, + { + "version": "6.2102.1017.0802", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1017.0802.zip", + "checksum": "bb4628945127336c7bef4934b935d6f7", + "timestamp": "2021-02-10T17:08:12Z" + }, + { + "version": "6.2102.1015.3549", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1015.3549.zip", + "checksum": "3d80dac5ff56282cb83f8e0799fa4987", + "timestamp": "2021-02-10T15:35:59Z" + }, + { + "version": "6.2102.1015.0642", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1015.0642.zip", + "checksum": "830845c4fec9c6c764bac6f4578d6942", + "timestamp": "2021-02-10T15:06:52Z" + }, + { + "version": "6.2102.1014.0737", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1014.0737.zip", + "checksum": "c886593d1a46a539be40ebe0ce64ddc9", + "timestamp": "2021-02-10T14:07:49Z" + }, + { + "version": "6.2102.1011.4346", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1011.4346.zip", + "checksum": "3a0bce8e3a1970682daba41827ae4c56", + "timestamp": "2021-02-10T11:44:10Z" + }, + { + "version": "6.2102.1010.5349", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1010.5349.zip", + "checksum": "2aa64076b5fd89422b087e266636410b", + "timestamp": "2021-02-10T10:54:13Z" + }, + { + "version": "6.2102.1002.4054", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1002.4054.zip", + "checksum": "89e93b5788959872cc2cabdb98f7105b", + "timestamp": "2021-02-10T02:41:04Z" + }, + { + "version": "6.2102.1001.2841", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.1001.2841.zip", + "checksum": "1a486f68a2414e005a79a5cd1770201a", + "timestamp": "2021-02-10T01:28:52Z" + }, + { + "version": "6.2102.0916.1345", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0916.1345.zip", + "checksum": "50f3e958bcb919ec2406c15006936cb6", + "timestamp": "2021-02-09T16:13:58Z" + }, + { + "version": "6.2102.0903.3053", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0903.3053.zip", + "checksum": "34c10851c3c37f76ad779209d96b0b1e", + "timestamp": "2021-02-09T03:31:03Z" + }, + { + "version": "6.2102.0903.0144", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0903.0144.zip", + "checksum": "45b5301a5b15a673d800d0256c7592ba", + "timestamp": "2021-02-09T03:01:55Z" + }, + { + "version": "6.2102.0902.3244", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0902.3244.zip", + "checksum": "127798d158fef37735074dc8d8fcac68", + "timestamp": "2021-02-09T02:32:55Z" + }, + { + "version": "6.2102.0815.5414", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0815.5414.zip", + "checksum": "b7f34632d8c786c634902496aeb1f528", + "timestamp": "2021-02-08T15:54:24Z" + }, + { + "version": "6.2102.0815.2521", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0815.2521.zip", + "checksum": "141489fcc44bc81057c4d0378110ad2d", + "timestamp": "2021-02-08T15:25:32Z" + }, + { + "version": "6.2102.0814.5602", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0814.5602.zip", + "checksum": "b513eae22cdee2666f9bf7cf023deacb", + "timestamp": "2021-02-08T14:56:13Z" + }, + { + "version": "6.2102.0814.2607", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0814.2607.zip", + "checksum": "205095090f419c47b216fc2c2e2f6c93", + "timestamp": "2021-02-08T14:26:17Z" + }, + { + "version": "6.2102.0812.2720", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0812.2720.zip", + "checksum": "2f8a792ad7ce301c32e76f455e2a6612", + "timestamp": "2021-02-08T12:27:30Z" + }, + { + "version": "6.2102.0811.5254", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0811.5254.zip", + "checksum": "d4e7a0cf6aa6e0f7df3067d6e344fb07", + "timestamp": "2021-02-08T11:53:05Z" + }, + { + "version": "6.2102.0809.4506", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0809.4506.zip", + "checksum": "cfae13282660db1a11628f54a85f5a81", + "timestamp": "2021-02-08T09:45:16Z" + }, + { + "version": "6.2102.0808.5442", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0808.5442.zip", + "checksum": "852ee815b468fff4a62e70994d3be3d7", + "timestamp": "2021-02-08T08:54:53Z" + }, + { + "version": "6.2102.0806.2836", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0806.2836.zip", + "checksum": "a1dccac76ac4e6e439cc3fcf710deb98", + "timestamp": "2021-02-08T06:28:47Z" + }, + { + "version": "6.2102.0806.0016", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0806.0016.zip", + "checksum": "b8a2b85c002259c1fe4c3a55de962d5c", + "timestamp": "2021-02-08T06:00:25Z" + }, + { + "version": "6.2102.0720.2557", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0720.2557.zip", + "checksum": "f466168102f983f8e31daf6c4c7626f1", + "timestamp": "2021-02-07T20:26:06Z" + }, + { + "version": "6.2102.0716.5841", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0716.5841.zip", + "checksum": "f5e550ff8157421101aa4a6109dd04ab", + "timestamp": "2021-02-07T16:58:53Z" + }, + { + "version": "6.2102.0716.3045", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0716.3045.zip", + "checksum": "3d9859df40bc5749552a84bb2e64556e", + "timestamp": "2021-02-07T16:30:56Z" + }, + { + "version": "6.2102.0710.2826", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0710.2826.zip", + "checksum": "79f6216935fff814195ea949a6defd10", + "timestamp": "2021-02-07T10:28:36Z" + }, + { + "version": "6.2102.0702.1033", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0702.1033.zip", + "checksum": "56784839b669472cac22ae75b3881516", + "timestamp": "2021-02-07T02:10:43Z" + }, + { + "version": "6.2102.0701.4158", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0701.4158.zip", + "checksum": "9782ce0d032ca795756604cf9aaa056f", + "timestamp": "2021-02-07T01:42:10Z" + }, + { + "version": "6.2102.0618.2547", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0618.2547.zip", + "checksum": "e3fd91ec3b20de79e68c5fccd6240b14", + "timestamp": "2021-02-06T18:25:57Z" + }, + { + "version": "6.2102.0519.2827", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0519.2827.zip", + "checksum": "cf5068f9b19a5c3a5a6be4693ee88f47", + "timestamp": "2021-02-05T19:28:38Z" + }, + { + "version": "6.2102.0511.5745", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0511.5745.zip", + "checksum": "b952abb050638126075207f45a4c1b09", + "timestamp": "2021-02-05T11:57:56Z" + }, + { + "version": "6.2102.0511.3000", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0511.3000.zip", + "checksum": "f48281253c65b582b9e1ff1a8de884e9", + "timestamp": "2021-02-05T11:30:10Z" + }, + { + "version": "6.2102.0503.3805", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0503.3805.zip", + "checksum": "0e1ffe8006787fc402d5cb75ce53ba1a", + "timestamp": "2021-02-05T03:38:15Z" + }, + { + "version": "6.2102.0503.0826", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0503.0826.zip", + "checksum": "265c1445c86200cd6e637b5d74d3348a", + "timestamp": "2021-02-05T03:08:36Z" + }, + { + "version": "6.2102.0414.5017", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0414.5017.zip", + "checksum": "8a9283f9599b379a976892f3d3ae2c2c", + "timestamp": "2021-02-04T14:50:27Z" + }, + { + "version": "6.2102.0413.1432", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0413.1432.zip", + "checksum": "95fda2bfd5d38c39adb3e1ab06fc3109", + "timestamp": "2021-02-04T13:14:43Z" + }, + { + "version": "6.2102.0308.1551", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0308.1551.zip", + "checksum": "bb73c5ba2c57b9f35259e41345eb0348", + "timestamp": "2021-02-03T08:16:00Z" + }, + { + "version": "6.2102.0307.4644", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0307.4644.zip", + "checksum": "b3eda2eb3bacdd92063db0c159d54fa2", + "timestamp": "2021-02-03T07:46:54Z" + }, + { + "version": "6.2102.0217.5237", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0217.5237.zip", + "checksum": "7e1e01c2f6a8ee0efa87f16d23c27bcd", + "timestamp": "2021-02-02T17:52:46Z" + }, + { + "version": "6.2102.0210.2409", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0210.2409.zip", + "checksum": "cd7b7e7872669d5dcff740a68d29feb7", + "timestamp": "2021-02-02T10:24:19Z" + }, + { + "version": "6.2102.0203.2340", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0203.2340.zip", + "checksum": "97844c6a409ec951f9d0bd34a5ef10ba", + "timestamp": "2021-02-02T03:23:51Z" + }, + { + "version": "6.2102.0119.2951", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0119.2951.zip", + "checksum": "67a4b8ff6f0d00d35387a6d3f8caaf53", + "timestamp": "2021-02-01T19:30:03Z" + }, + { + "version": "6.2102.0119.0112", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0119.0112.zip", + "checksum": "571eaa8dd89db348da0054f8abace9a4", + "timestamp": "2021-02-01T19:01:23Z" + }, + { + "version": "6.2102.0104.5017", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2102.0104.5017.zip", + "checksum": "41b7054104e47f637ca715d01192aafb", + "timestamp": "2021-02-01T04:50:27Z" + }, + { + "version": "6.2101.3122.4447", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3122.4447.zip", + "checksum": "49a5cb97f282aa6870e3b79f3bae175f", + "timestamp": "2021-01-31T22:44:58Z" + }, + { + "version": "6.2101.3117.3037", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3117.3037.zip", + "checksum": "913d3349690fc4672f0a92f934e5dd1a", + "timestamp": "2021-01-31T17:30:47Z" + }, + { + "version": "6.2101.3117.0258", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3117.0258.zip", + "checksum": "22e20c2f0d0c6308e6b236933e747799", + "timestamp": "2021-01-31T17:03:08Z" + }, + { + "version": "6.2101.3112.1938", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3112.1938.zip", + "checksum": "d5817180b66a934fa7285da111a4a48e", + "timestamp": "2021-01-31T12:19:49Z" + }, + { + "version": "6.2101.3022.2129", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3022.2129.zip", + "checksum": "41ce45d488e9691f91279c313ef82a64", + "timestamp": "2021-01-30T22:21:39Z" + }, + { + "version": "6.2101.3008.2048", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3008.2048.zip", + "checksum": "4da1b244eb9e2ce9a42c432d73917bdf", + "timestamp": "2021-01-30T08:20:58Z" + }, + { + "version": "6.2101.3007.5209", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_6.2101.3007.5209.zip", + "checksum": "15d4e3016a70737e9f87850a72b7089c", + "timestamp": "2021-01-30T07:52:19Z" + }, + { + "version": "5.2101.2906.5918", + "changelog": "Fix lookup by tvdb id\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2906.5918.zip", + "checksum": "26bc1fddb3a8db3fe2bd73a1570aad3b", + "timestamp": "2021-01-29T06:59:29Z" + }, + { + "version": "5.2101.2801.0830", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2801.0830.zip", + "checksum": "fb734ae0d5fa5063880130582e02f0f0", + "timestamp": "2021-01-28T01:08:38Z" + }, + { + "version": "5.2101.2718.1326", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2718.1326.zip", + "checksum": "7f17ae1c2f97544ed463f7f670fff14d", + "timestamp": "2021-01-27T18:13:34Z" + }, + { + "version": "5.2101.2715.3234", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2715.3234.zip", + "checksum": "29589164ce27968dcb7d47f465d04b94", + "timestamp": "2021-01-27T15:32:43Z" + }, + { + "version": "5.2101.2708.0606", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2708.0606.zip", + "checksum": "9cbf6650411c5b51b4559be819fe28ec", + "timestamp": "2021-01-27T08:06:14Z" + }, + { + "version": "5.2101.2618.3816", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2618.3816.zip", + "checksum": "a361a0aa1bff08dc668cc960c00cc56a", + "timestamp": "2021-01-26T18:38:25Z" + }, + { + "version": "5.2101.2618.0920", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2618.0920.zip", + "checksum": "06d776a4cba693743532b103b8dd638d", + "timestamp": "2021-01-26T18:09:28Z" + }, + { + "version": "5.2101.2617.1310", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2617.1310.zip", + "checksum": "5b8a0a7b939485606df96609d1417e09", + "timestamp": "2021-01-26T17:13:19Z" + }, + { + "version": "5.2101.2611.3900", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2611.3900.zip", + "checksum": "a010bcd5dd08cf1d3a9df1b5fec8a552", + "timestamp": "2021-01-26T11:39:08Z" + }, + { + "version": "5.2101.2521.3701", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2521.3701.zip", + "checksum": "8839697d8419adcdd294ba677dc38265", + "timestamp": "2021-01-25T21:37:11Z" + }, + { + "version": "5.2101.2519.5509", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2519.5509.zip", + "checksum": "714c0e6140bcfe695abe1b0f38df8038", + "timestamp": "2021-01-25T19:55:18Z" + }, + { + "version": "5.2101.2518.5640", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2518.5640.zip", + "checksum": "defcd9d17c7be5114d44f16350e5aadd", + "timestamp": "2021-01-25T18:56:48Z" + }, + { + "version": "5.2101.2517.5655", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2517.5655.zip", + "checksum": "79f60bbb9622efba2e7eef50c3c7d313", + "timestamp": "2021-01-25T17:57:03Z" + }, + { + "version": "5.2101.2516.2901", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2516.2901.zip", + "checksum": "1c5f982218392de6084cef8ab8497ca9", + "timestamp": "2021-01-25T16:29:09Z" + }, + { + "version": "5.2101.2515.2050", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2515.2050.zip", + "checksum": "58eda64d9d8d4c0c7a8e3cb63e182848", + "timestamp": "2021-01-25T15:20:58Z" + }, + { + "version": "5.2101.2513.0756", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2513.0756.zip", + "checksum": "42cbcfa85c11791ab2c7d161200da606", + "timestamp": "2021-01-25T13:08:05Z" + }, + { + "version": "5.2101.2512.2606", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2512.2606.zip", + "checksum": "e54df33b0ef64aa4bea2acacfe6ea4f0", + "timestamp": "2021-01-25T12:26:15Z" + }, + { + "version": "5.2101.2511.3609", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2511.3609.zip", + "checksum": "de832a2baebb05206b1a0ae87d47c9fc", + "timestamp": "2021-01-25T11:36:18Z" + }, + { + "version": "5.2101.2504.3103", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2504.3103.zip", + "checksum": "9783ab273eec1c85a9a32005401a56c6", + "timestamp": "2021-01-25T04:31:11Z" + }, + { + "version": "5.2101.2420.1112", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2420.1112.zip", + "checksum": "54888e62c2cf4a9e062234a0f139f6b5", + "timestamp": "2021-01-24T20:11:20Z" + }, + { + "version": "5.2101.2419.4116", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2419.4116.zip", + "checksum": "35c637f5e1ff783dc435240600f47a50", + "timestamp": "2021-01-24T19:41:24Z" + }, + { + "version": "5.2101.2418.3250", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2418.3250.zip", + "checksum": "3467bb42f6b6b8bd085b08b3f3365c17", + "timestamp": "2021-01-24T18:32:59Z" + }, + { + "version": "5.2101.2413.4047", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2413.4047.zip", + "checksum": "299c401e0d8caf32a49ce2c6c2bfd330", + "timestamp": "2021-01-24T13:40:56Z" + }, + { + "version": "5.2101.2410.4318", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2410.4318.zip", + "checksum": "a588a41eb5aba7eeb4bcfb4deec2a9dd", + "timestamp": "2021-01-24T10:43:26Z" + }, + { + "version": "5.2101.2400.2726", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2400.2726.zip", + "checksum": "3ea64675cb30297c71b6f28f27fd23c6", + "timestamp": "2021-01-24T00:27:35Z" + }, + { + "version": "5.2101.2323.2923", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2323.2923.zip", + "checksum": "ec970085ec8796de581b2a5601da499b", + "timestamp": "2021-01-23T23:29:31Z" + }, + { + "version": "5.2101.2321.0625", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2321.0625.zip", + "checksum": "2a481d2339614b16834c55492f71038a", + "timestamp": "2021-01-23T21:06:33Z" + }, + { + "version": "5.2101.2320.3659", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2320.3659.zip", + "checksum": "b0921106e35fe9062f7dd1b532aad540", + "timestamp": "2021-01-23T20:37:07Z" + }, + { + "version": "5.2101.2320.0745", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2320.0745.zip", + "checksum": "abf9c3ad06e17e3a54d308ac98113306", + "timestamp": "2021-01-23T20:07:53Z" + }, + { + "version": "5.2101.2314.4125", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2314.4125.zip", + "checksum": "bed99aac9c810ec50187f6138d548293", + "timestamp": "2021-01-23T14:41:34Z" + }, + { + "version": "5.2101.2314.1231", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2314.1231.zip", + "checksum": "762a8842a79f2c7b1b80147cca1abf7c", + "timestamp": "2021-01-23T14:12:40Z" + }, + { + "version": "5.2101.2313.2241", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2313.2241.zip", + "checksum": "c6b624172526e2680cc0a1beda0c51d9", + "timestamp": "2021-01-23T13:22:49Z" + }, + { + "version": "5.2101.2223.2508", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2223.2508.zip", + "checksum": "587a8542b3c52bfd886d921f663447f2", + "timestamp": "2021-01-22T23:25:16Z" + }, + { + "version": "5.2101.2222.5709", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2222.5709.zip", + "checksum": "d76ad7a806e5682ad4955fef780222c3", + "timestamp": "2021-01-22T22:57:17Z" + }, + { + "version": "5.2101.2218.0544", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2218.0544.zip", + "checksum": "979a22cf0395c1ca56fd311062d650ab", + "timestamp": "2021-01-22T18:05:53Z" + }, + { + "version": "5.2101.2210.2312", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2210.2312.zip", + "checksum": "75619e100c6015e9e350113b92f7a793", + "timestamp": "2021-01-22T10:23:21Z" + }, + { + "version": "5.2101.2208.1333", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2208.1333.zip", + "checksum": "47f012c3126bd42cbd09736813f392b9", + "timestamp": "2021-01-22T08:13:42Z" + }, + { + "version": "5.2101.2201.2311", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2201.2311.zip", + "checksum": "b09009a7660601ed6e6ad5f971d24e87", + "timestamp": "2021-01-22T01:23:20Z" + }, + { + "version": "5.2101.2200.5526", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2200.5526.zip", + "checksum": "2930fda6aeb88db247bf0bbc1d69a6fc", + "timestamp": "2021-01-22T00:55:33Z" + }, + { + "version": "5.2101.2200.2552", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2200.2552.zip", + "checksum": "8037f04ffd46b3d63e314e309b426b17", + "timestamp": "2021-01-22T00:26:01Z" + }, + { + "version": "5.2101.2121.3759", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2121.3759.zip", + "checksum": "6d12faf8db315c21a9960eb9e6afa320", + "timestamp": "2021-01-21T21:38:07Z" + }, + { + "version": "5.2101.2120.3906", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2120.3906.zip", + "checksum": "821ed6ff5d128fe1a642d4b7d550b199", + "timestamp": "2021-01-21T20:39:14Z" + }, + { + "version": "5.2101.2120.0944", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2120.0944.zip", + "checksum": "568f5c8e93aeabbdafeaedd76a8b871d", + "timestamp": "2021-01-21T20:09:52Z" + }, + { + "version": "5.2101.2118.3443", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2118.3443.zip", + "checksum": "d4d8ca0242098b605fd8273c231c198b", + "timestamp": "2021-01-21T18:34:52Z" + }, + { + "version": "5.2101.2118.0550", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2118.0550.zip", + "checksum": "decff265fa9d38a1804cebb62d236a07", + "timestamp": "2021-01-21T18:05:59Z" + }, + { + "version": "5.2101.2100.3551", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2100.3551.zip", + "checksum": "853f5c24fd17efe46705ffa3e9f56198", + "timestamp": "2021-01-21T00:35:59Z" + }, + { + "version": "5.2101.2100.0622", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2100.0622.zip", + "checksum": "53159eb7fe7a078d2ee4e125f1a14486", + "timestamp": "2021-01-21T00:06:30Z" + }, + { + "version": "5.2101.2023.3754", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2023.3754.zip", + "checksum": "c7ed5de742baaae8454d43e90d119006", + "timestamp": "2021-01-20T23:38:03Z" + }, + { + "version": "5.2101.2018.2702", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2018.2702.zip", + "checksum": "505bfe848ff5ae1bcf8f21ffb9c74cef", + "timestamp": "2021-01-20T18:27:13Z" + }, + { + "version": "5.2101.2017.3649", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2017.3649.zip", + "checksum": "7236977265e94cfce5ca5ad1464fc54d", + "timestamp": "2021-01-20T17:36:57Z" + }, + { + "version": "5.2101.2013.0257", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2013.0257.zip", + "checksum": "8d0a095acb9fc33bc52660c4f855e748", + "timestamp": "2021-01-20T13:03:05Z" + }, + { + "version": "5.2101.2012.0623", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2012.0623.zip", + "checksum": "c368d064c99ed15a251df710a42db439", + "timestamp": "2021-01-20T12:06:32Z" + }, + { + "version": "5.2101.2010.4319", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2010.4319.zip", + "checksum": "3ed39fab0dfedda40057a85328df4982", + "timestamp": "2021-01-20T10:43:27Z" + }, + { + "version": "5.2101.2010.1535", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2010.1535.zip", + "checksum": "1c518f763ee4de39c8ddd8830ece6da9", + "timestamp": "2021-01-20T10:15:44Z" + }, + { + "version": "5.2101.2007.1128", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.2007.1128.zip", + "checksum": "40cf9b47b4bcc44e9686bde8c5253e3b", + "timestamp": "2021-01-20T07:11:36Z" + }, + { + "version": "5.2101.1920.2442", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1920.2442.zip", + "checksum": "513aec52f60cf027021c4f9565f876cb", + "timestamp": "2021-01-19T20:24:51Z" + }, + { + "version": "5.2101.1919.4532", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1919.4532.zip", + "checksum": "2bada4aac83d8772ccbda4ed57222f17", + "timestamp": "2021-01-19T19:45:41Z" + }, + { + "version": "5.2101.1917.5314", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1917.5314.zip", + "checksum": "b7e0a4e0df5bf5319b466e95f47b842d", + "timestamp": "2021-01-19T17:53:22Z" + }, + { + "version": "5.2101.1815.4719", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1815.4719.zip", + "checksum": "113be97590deba7b5d047d3bcd33be5d", + "timestamp": "2021-01-18T15:47:27Z" + }, + { + "version": "5.2101.1815.1851", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1815.1851.zip", + "checksum": "5c83d6430a5344d4d855d1cdfd93046b", + "timestamp": "2021-01-18T15:19:00Z" + }, + { + "version": "5.2101.1813.5803", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1813.5803.zip", + "checksum": "318d2eb6e311e8eed76bd2fc70a5a93d", + "timestamp": "2021-01-18T13:58:12Z" + }, + { + "version": "5.2101.1800.5638", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1800.5638.zip", + "checksum": "b543ebf55c1b288abedd7b275cd8a00d", + "timestamp": "2021-01-18T00:56:46Z" + }, + { + "version": "5.2101.1720.3044", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1720.3044.zip", + "checksum": "4a3401fa537b67d32d23c813c9522b94", + "timestamp": "2021-01-17T20:30:52Z" + }, + { + "version": "5.2101.1717.0908", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1717.0908.zip", + "checksum": "a75f233f09088a14fc9f68f647ef5417", + "timestamp": "2021-01-17T17:09:16Z" + }, + { + "version": "5.2101.1716.4016", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1716.4016.zip", + "checksum": "2526fd6447eec44c7a083e36072da8cb", + "timestamp": "2021-01-17T16:40:25Z" + }, + { + "version": "5.2101.1715.5044", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1715.5044.zip", + "checksum": "bf08f22466891f16ce8f4ab81e34cccd", + "timestamp": "2021-01-17T15:50:53Z" + }, + { + "version": "5.2101.1715.2157", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1715.2157.zip", + "checksum": "edb9f035e3131a3cf260cc527968d9ba", + "timestamp": "2021-01-17T15:22:05Z" + }, + { + "version": "5.2101.1714.2005", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1714.2005.zip", + "checksum": "97fc8cce31123aac761b9dfa8d312237", + "timestamp": "2021-01-17T14:20:13Z" + }, + { + "version": "5.2101.1706.3517", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1706.3517.zip", + "checksum": "06cd77fcbcfb3431e190fc9fb8de5d4d", + "timestamp": "2021-01-17T06:35:26Z" + }, + { + "version": "5.2101.1700.3112", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1700.3112.zip", + "checksum": "86e440298e7f93bbf791156353989a08", + "timestamp": "2021-01-17T00:31:20Z" + }, + { + "version": "5.2101.1621.5750", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1621.5750.zip", + "checksum": "50425768f931f9e66501610d82d0bd03", + "timestamp": "2021-01-16T21:57:58Z" + }, + { + "version": "5.2101.1619.2503", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1619.2503.zip", + "checksum": "1ca7bbaf52b193eace6255a194fd1015", + "timestamp": "2021-01-16T19:25:11Z" + }, + { + "version": "5.2101.1618.5555", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1618.5555.zip", + "checksum": "7a1af8eedc2ff8f6f79586998a630520", + "timestamp": "2021-01-16T18:56:03Z" + }, + { + "version": "5.2101.1612.1103", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1612.1103.zip", + "checksum": "e85375ef227ec67b063d39d2aae4aa53", + "timestamp": "2021-01-16T12:11:11Z" + }, + { + "version": "5.2101.1610.5319", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1610.5319.zip", + "checksum": "609a9b36421a299c40dca1e99d1ce53e", + "timestamp": "2021-01-16T10:53:28Z" + }, + { + "version": "5.2101.1522.4335", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1522.4335.zip", + "checksum": "ea81107c5f2b23b660bdde327dd8ac66", + "timestamp": "2021-01-15T22:43:43Z" + }, + { + "version": "5.2101.1418.1118", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1418.1118.zip", + "checksum": "c0814984e819f5c978c10682df52ac74", + "timestamp": "2021-01-14T18:11:27Z" + }, + { + "version": "5.2101.1323.4518", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1323.4518.zip", + "checksum": "19d9a6f0c5b4bccbc42c9ad98739c4ce", + "timestamp": "2021-01-13T23:45:45Z" + }, + { + "version": "5.2101.1320.3758", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1320.3758.zip", + "checksum": "3f2634e1f333faba22517b5c2e6b2a7a", + "timestamp": "2021-01-13T20:38:06Z" + }, + { + "version": "5.2101.1320.0925", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1320.0925.zip", + "checksum": "6365ae97a092773f36bf816a8f06635a", + "timestamp": "2021-01-13T20:09:34Z" + }, + { + "version": "5.2101.1318.5127", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1318.5127.zip", + "checksum": "ec5b9307f6290971fb2ecd29bd78ce4b", + "timestamp": "2021-01-13T18:51:36Z" + }, + { + "version": "5.2101.1316.4649", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1316.4649.zip", + "checksum": "3dcc99d8e08379f157bbe3835e1095b3", + "timestamp": "2021-01-13T16:46:58Z" + }, + { + "version": "5.2101.1308.5939", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1308.5939.zip", + "checksum": "a492ddfcee38f9fe723abab3212e9adf", + "timestamp": "2021-01-13T08:59:48Z" + }, + { + "version": "5.2101.1308.3135", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1308.3135.zip", + "checksum": "74c3965eca291e69c0aec38158e2e4b1", + "timestamp": "2021-01-13T08:31:43Z" + }, + { + "version": "5.2101.1307.0324", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1307.0324.zip", + "checksum": "219b7bee1803eb15a64f229b613efddf", + "timestamp": "2021-01-13T07:03:33Z" + }, + { + "version": "5.2101.1222.3201", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1222.3201.zip", + "checksum": "1886c4c8b3028e996663544e19b2f2f2", + "timestamp": "2021-01-12T22:32:09Z" + }, + { + "version": "5.2101.1222.0407", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1222.0407.zip", + "checksum": "d94e7098816489eb95242fd8ae829f2f", + "timestamp": "2021-01-12T22:04:16Z" + }, + { + "version": "5.2101.1215.4345", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1215.4345.zip", + "checksum": "5b6702e5bb0de130b4b981654358ec24", + "timestamp": "2021-01-12T15:43:55Z" + }, + { + "version": "5.2101.1119.1636", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1119.1636.zip", + "checksum": "03545985e3ad44564cdbff791d755e06", + "timestamp": "2021-01-11T19:16:44Z" + }, + { + "version": "5.2101.1115.5706", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1115.5706.zip", + "checksum": "ed1a9bc71a3b63a36ce30c7dd2e921aa", + "timestamp": "2021-01-11T15:57:14Z" + }, + { + "version": "5.2101.1114.5553", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1114.5553.zip", + "checksum": "acfc1610b9f196cf0309fd8afb5108f0", + "timestamp": "2021-01-11T14:56:02Z" + }, + { + "version": "5.2101.1114.2741", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1114.2741.zip", + "checksum": "81b9f571e3a257d08cbee0265e74cafc", + "timestamp": "2021-01-11T14:27:49Z" + }, + { + "version": "5.2101.1020.1419", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1020.1419.zip", + "checksum": "9a88be167393699eaffaec22a6b211af", + "timestamp": "2021-01-10T20:14:27Z" + }, + { + "version": "5.2101.1015.4430", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1015.4430.zip", + "checksum": "7b6f3c13c26694a39c837fec87119af1", + "timestamp": "2021-01-10T15:44:39Z" + }, + { + "version": "5.2101.1011.3221", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1011.3221.zip", + "checksum": "89674ea8a7cd15e9750e7df69ff8b701", + "timestamp": "2021-01-10T11:32:29Z" + }, + { + "version": "5.2101.1011.0251", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1011.0251.zip", + "checksum": "dcfbbb4797606ae8c956e77cc0333d79", + "timestamp": "2021-01-10T11:02:59Z" + }, + { + "version": "5.2101.1010.0150", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.1010.0150.zip", + "checksum": "90824e23f6b24c6232f643324c81175f", + "timestamp": "2021-01-10T10:01:58Z" + }, + { + "version": "5.2101.0920.1145", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0920.1145.zip", + "checksum": "fbeac7a47f7aa8e0d70dedf74842c977", + "timestamp": "2021-01-09T20:11:53Z" + }, + { + "version": "5.2101.0919.0259", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0919.0259.zip", + "checksum": "154be0861253a9f03f3eae5180a5ec5f", + "timestamp": "2021-01-09T19:03:07Z" + }, + { + "version": "5.2101.0918.2823", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0918.2823.zip", + "checksum": "0b0c605b3b371c48635f57cf9f3bd9af", + "timestamp": "2021-01-09T18:28:31Z" + }, + { + "version": "5.2101.0917.0539", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0917.0539.zip", + "checksum": "149736027702078d3808c62e566c07c8", + "timestamp": "2021-01-09T17:05:47Z" + }, + { + "version": "5.2101.0915.5130", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0915.5130.zip", + "checksum": "410254392c713300ed403e5c7c8492f6", + "timestamp": "2021-01-09T15:51:38Z" + }, + { + "version": "5.2101.0914.3047", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0914.3047.zip", + "checksum": "fe45f1534452825630f59ad539f837c5", + "timestamp": "2021-01-09T14:30:54Z" + }, + { + "version": "5.2101.0900.1122", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0900.1122.zip", + "checksum": "f8711b10d2a4aadc13652e1993a783d6", + "timestamp": "2021-01-09T00:11:31Z" + }, + { + "version": "5.2101.0821.3018", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0821.3018.zip", + "checksum": "65eeac96cf1bc08c5a6da5e31b7e4793", + "timestamp": "2021-01-08T21:30:26Z" + }, + { + "version": "5.2101.0821.0014", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0821.0014.zip", + "checksum": "2e5e1b55c28812da404dca5314a06660", + "timestamp": "2021-01-08T21:00:22Z" + }, + { + "version": "5.2101.0820.3107", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0820.3107.zip", + "checksum": "32d1f83e08f4b0aee5f5afceb6bb4e2b", + "timestamp": "2021-01-08T20:31:15Z" + }, + { + "version": "5.2101.0814.1554", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0814.1554.zip", + "checksum": "07affb3cc3b7115d9211f83b5c5ec4d0", + "timestamp": "2021-01-08T14:16:02Z" + }, + { + "version": "5.2101.0813.1715", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0813.1715.zip", + "checksum": "a3bfe0fb625eae06ec1fe17a10f855f8", + "timestamp": "2021-01-08T13:17:24Z" + }, + { + "version": "5.2101.0800.4200", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0800.4200.zip", + "checksum": "e835a1738d93b966e6d659a4c4e63630", + "timestamp": "2021-01-08T00:42:10Z" + }, + { + "version": "5.2101.0722.1348", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0722.1348.zip", + "checksum": "417a3de71f39288784d9a9b41f2bcded", + "timestamp": "2021-01-07T22:13:57Z" + }, + { + "version": "5.2101.0716.4430", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0716.4430.zip", + "checksum": "c80731a4fd98542c1effdfe3e4f751a0", + "timestamp": "2021-01-07T16:44:38Z" + }, + { + "version": "5.2101.0716.1619", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0716.1619.zip", + "checksum": "10b390dc8330d7f95a3858df86c1954c", + "timestamp": "2021-01-07T16:16:27Z" + }, + { + "version": "5.2101.0715.3835", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0715.3835.zip", + "checksum": "5b403c37f772b30f975a05ec572d4675", + "timestamp": "2021-01-07T15:38:43Z" + }, + { + "version": "5.2101.0715.1055", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0715.1055.zip", + "checksum": "852197097526803ab5443d8985837fa3", + "timestamp": "2021-01-07T15:11:04Z" + }, + { + "version": "5.2101.0710.0214", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0710.0214.zip", + "checksum": "40a5cd28f01cd475f9259c446939e2bc", + "timestamp": "2021-01-07T10:02:24Z" + }, + { + "version": "5.2101.0709.3115", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0709.3115.zip", + "checksum": "c6deab13f733d1647df50c693d04662a", + "timestamp": "2021-01-07T09:31:24Z" + }, + { + "version": "5.2101.0619.5712", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0619.5712.zip", + "checksum": "1a00cc7fc727d1644c77f17c117c0a43", + "timestamp": "2021-01-06T19:57:21Z" + }, + { + "version": "5.2101.0617.2542", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0617.2542.zip", + "checksum": "8ff10191af68f7319c84a8970e6b12b3", + "timestamp": "2021-01-06T17:25:50Z" + }, + { + "version": "5.2101.0604.3816", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0604.3816.zip", + "checksum": "984ec785deb99c4c19b595b57c771fae", + "timestamp": "2021-01-06T04:38:24Z" + }, + { + "version": "5.2101.0522.3255", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0522.3255.zip", + "checksum": "52a17ddb9436f61e27851e812dee41ef", + "timestamp": "2021-01-05T22:33:03Z" + }, + { + "version": "5.2101.0519.5251", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0519.5251.zip", + "checksum": "9c2fc082369e05b5683c6c2e24ca8777", + "timestamp": "2021-01-05T19:52:59Z" + }, + { + "version": "5.2101.0517.5617", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0517.5617.zip", + "checksum": "637968c944161d7607bbf0d4ff134b5a", + "timestamp": "2021-01-05T17:56:25Z" + }, + { + "version": "5.2101.0517.2748", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0517.2748.zip", + "checksum": "34e569e9960ce8f0d6a6163aea436c04", + "timestamp": "2021-01-05T17:27:56Z" + }, + { + "version": "5.2101.0511.4447", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0511.4447.zip", + "checksum": "fc659e8fd5ed1ba7a870b7f4b03309af", + "timestamp": "2021-01-05T11:44:56Z" + }, + { + "version": "5.2101.0419.4459", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0419.4459.zip", + "checksum": "b8f5c06f52e9b8cf4a1039fd45f15a38", + "timestamp": "2021-01-04T19:45:07Z" + }, + { + "version": "5.2101.0417.3315", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0417.3315.zip", + "checksum": "b58a98ff1d57e6902e86fb60fa0dffa3", + "timestamp": "2021-01-04T17:33:24Z" + }, + { + "version": "5.2101.0415.2039", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0415.2039.zip", + "checksum": "05644f00782e8b2fb282cac044d8fc10", + "timestamp": "2021-01-04T15:20:47Z" + }, + { + "version": "5.2101.0414.5210", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0414.5210.zip", + "checksum": "4dede94da6af867ddd48305c35b8fefe", + "timestamp": "2021-01-04T14:52:19Z" + }, + { + "version": "5.2101.0412.4801", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0412.4801.zip", + "checksum": "dc712706d17a9e17b4aeed727b4d630d", + "timestamp": "2021-01-04T12:48:10Z" + }, + { + "version": "5.2101.0412.2126", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0412.2126.zip", + "checksum": "eff12f499779a95dac10500be2383aa4", + "timestamp": "2021-01-04T12:21:34Z" + }, + { + "version": "5.2101.0411.5434", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0411.5434.zip", + "checksum": "7de276d22697094688465147a2d1a247", + "timestamp": "2021-01-04T11:54:42Z" + }, + { + "version": "5.2101.0411.2434", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0411.2434.zip", + "checksum": "32b60661b772fbc7e2b54c1db8f303d2", + "timestamp": "2021-01-04T11:24:42Z" + }, + { + "version": "5.2101.0317.5201", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0317.5201.zip", + "checksum": "59bbcec9fbd55d9a7ced4f2d8ecf421e", + "timestamp": "2021-01-03T17:52:09Z" + }, + { + "version": "5.2101.0317.0741", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0317.0741.zip", + "checksum": "e341f8736ae270d8e4a7b7f2ff62a71b", + "timestamp": "2021-01-03T17:07:49Z" + }, + { + "version": "5.2101.0311.2613", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0311.2613.zip", + "checksum": "842f97d6babe666b70147966c0f5879e", + "timestamp": "2021-01-03T11:26:22Z" + }, + { + "version": "5.2101.0302.3859", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0302.3859.zip", + "checksum": "a14f489c651026de1b1732d1d8aa6928", + "timestamp": "2021-01-03T02:39:08Z" + }, + { + "version": "5.2101.0220.5407", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0220.5407.zip", + "checksum": "acc42f150a24df0e7faa0be17dcce376", + "timestamp": "2021-01-02T20:54:15Z" + }, + { + "version": "5.2101.0219.4329", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0219.4329.zip", + "checksum": "c040003795fce687cf6e8a4984105299", + "timestamp": "2021-01-02T19:43:37Z" + }, + { + "version": "5.2101.0218.5017", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0218.5017.zip", + "checksum": "12b9de613c7cdea2cb21f6125cb3df6e", + "timestamp": "2021-01-02T18:50:26Z" + }, + { + "version": "5.2101.0213.0241", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0213.0241.zip", + "checksum": "46edd14bc6108baf5f2d6cd0263f6803", + "timestamp": "2021-01-02T13:02:49Z" + }, + { + "version": "5.2101.0211.2902", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0211.2902.zip", + "checksum": "a729ffdee0fb66b3c09b28125b730115", + "timestamp": "2021-01-02T11:29:10Z" + }, + { + "version": "5.2101.0210.2700", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0210.2700.zip", + "checksum": "2536ce62de5891890696a3c7319a0669", + "timestamp": "2021-01-02T10:27:10Z" + }, + { + "version": "5.2101.0207.1138", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0207.1138.zip", + "checksum": "13208014cd92a79277831fe99d584d87", + "timestamp": "2021-01-02T07:11:46Z" + }, + { + "version": "5.2101.0119.0136", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0119.0136.zip", + "checksum": "c69d8baeeb73a2f05e2fe5cad08f0c71", + "timestamp": "2021-01-01T19:01:44Z" + }, + { + "version": "5.2101.0118.1534", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0118.1534.zip", + "checksum": "295cdacb0835576c769575690eaa2139", + "timestamp": "2021-01-01T18:15:43Z" + }, + { + "version": "5.2101.0117.4821", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0117.4821.zip", + "checksum": "38c4abf04ab66949c49fb80d88b72f26", + "timestamp": "2021-01-01T17:48:29Z" + }, + { + "version": "5.2101.0117.1258", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0117.1258.zip", + "checksum": "f818ba22ed146004872021be6690200c", + "timestamp": "2021-01-01T17:13:06Z" + }, + { + "version": "5.2101.0111.5003", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0111.5003.zip", + "checksum": "2e7c60fa935984e4d5b6d0a9ae65e2da", + "timestamp": "2021-01-01T11:50:11Z" + }, + { + "version": "5.2101.0100.4419", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0100.4419.zip", + "checksum": "35b46ce855610d1dadbcdeb6fec01486", + "timestamp": "2021-01-01T00:44:29Z" + }, + { + "version": "5.2101.0100.1657", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2101.0100.1657.zip", + "checksum": "7bc05decc619b46aeda484a9cc72b081", + "timestamp": "2021-01-01T00:17:05Z" + }, + { + "version": "5.2012.3122.5827", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3122.5827.zip", + "checksum": "f457b808c7807be3ef05562098b72cdf", + "timestamp": "2020-12-31T22:58:36Z" + }, + { + "version": "5.2012.3122.3139", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3122.3139.zip", + "checksum": "2f0534eb1d9a3ed396d5766becddfc88", + "timestamp": "2020-12-31T22:31:47Z" + }, + { + "version": "5.2012.3115.0451", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3115.0451.zip", + "checksum": "804ebcdc837e498ea79eaec07c149f24", + "timestamp": "2020-12-31T15:04:59Z" + }, + { + "version": "5.2012.3114.3735", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3114.3735.zip", + "checksum": "c7ba308ea680fd037f900c9ecfe568a9", + "timestamp": "2020-12-31T14:37:43Z" + }, + { + "version": "5.2012.3113.4302", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3113.4302.zip", + "checksum": "78ece00375dfdf9d03f758cbf003fec4", + "timestamp": "2020-12-31T13:43:11Z" + }, + { + "version": "5.2012.3111.3541", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3111.3541.zip", + "checksum": "4fa3aa07f3ed80aa9372c44c30aa199e", + "timestamp": "2020-12-31T11:35:49Z" + }, + { + "version": "5.2012.3107.3552", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3107.3552.zip", + "checksum": "315a3f467250ea206c4cc293bd8ed57f", + "timestamp": "2020-12-31T07:36:00Z" + }, + { + "version": "5.2012.3107.0802", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3107.0802.zip", + "checksum": "4b8f284f7e3b265cfdf3c51cca9390e6", + "timestamp": "2020-12-31T07:08:11Z" + }, + { + "version": "5.2012.3101.5248", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3101.5248.zip", + "checksum": "f64fb972bafdfdd4ab9dcab5bbb6a43b", + "timestamp": "2020-12-31T01:52:56Z" + }, + { + "version": "5.2012.3101.2451", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3101.2451.zip", + "checksum": "f7eb0e105b34e37f9d5178e8ca3ac698", + "timestamp": "2020-12-31T01:24:59Z" + }, + { + "version": "5.2012.3100.4413", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3100.4413.zip", + "checksum": "b010e0409efdbe951bcd422bca3cabda", + "timestamp": "2020-12-31T00:44:20Z" + }, + { + "version": "5.2012.3022.2826", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3022.2826.zip", + "checksum": "923ab6db382a8ac4cd8ad7828aff59d4", + "timestamp": "2020-12-30T22:28:34Z" + }, + { + "version": "5.2012.3022.0147", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3022.0147.zip", + "checksum": "0ca5f725f9024cf99b63a0c8c08dd6ba", + "timestamp": "2020-12-30T22:01:54Z" + }, + { + "version": "5.2012.3021.3512", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3021.3512.zip", + "checksum": "8c31f2d510796b2f4e23883bbd8029f0", + "timestamp": "2020-12-30T21:35:20Z" + }, + { + "version": "5.2012.3017.5715", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3017.5715.zip", + "checksum": "d0a58689c015f42189ca188120a833bb", + "timestamp": "2020-12-30T17:57:24Z" + }, + { + "version": "5.2012.3010.0720", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.3010.0720.zip", + "checksum": "51beacf5209181304b9354e3287cc63c", + "timestamp": "2020-12-30T10:07:29Z" + }, + { + "version": "5.2012.2917.2950", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2917.2950.zip", + "checksum": "14dfa416a8a304a5911c6a9aad93c248", + "timestamp": "2020-12-29T17:29:58Z" + }, + { + "version": "5.2012.2917.0345", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2917.0345.zip", + "checksum": "6a9322087e44118a3a8b1e25f7c78b18", + "timestamp": "2020-12-29T17:03:53Z" + }, + { + "version": "5.2012.2906.2822", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2906.2822.zip", + "checksum": "12e832ae63a036c0e26065ed05697ae0", + "timestamp": "2020-12-29T06:28:31Z" + }, + { + "version": "5.2012.2821.2331", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2821.2331.zip", + "checksum": "f4581644a46d4849fa8ce706f1d8422c", + "timestamp": "2020-12-28T21:23:40Z" + }, + { + "version": "5.2012.2820.5658", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2820.5658.zip", + "checksum": "c8b005346ef572d1426f4da829939bde", + "timestamp": "2020-12-28T20:57:07Z" + }, + { + "version": "5.2012.2817.3321", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2817.3321.zip", + "checksum": "c7a173bff0ff260d157d6f6c8fc74690", + "timestamp": "2020-12-28T17:33:29Z" + }, + { + "version": "5.2012.2816.0909", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2816.0909.zip", + "checksum": "ad7a7d33ac0e5a13911c3a1300eddbed", + "timestamp": "2020-12-28T16:09:17Z" + }, + { + "version": "5.2012.2815.4333", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2815.4333.zip", + "checksum": "71e99077dcb82c67de50ac39db2e7227", + "timestamp": "2020-12-28T15:43:42Z" + }, + { + "version": "5.2012.2815.1549", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2815.1549.zip", + "checksum": "44a22c2eaa15366e43e3c2371ee016dd", + "timestamp": "2020-12-28T15:15:57Z" + }, + { + "version": "5.2012.2810.3057", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2810.3057.zip", + "checksum": "937e98f1517100090f40419ba9ed8ffd", + "timestamp": "2020-12-28T10:31:06Z" + }, + { + "version": "5.2012.2718.4253", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2718.4253.zip", + "checksum": "47f035f1447a0929a041a7fef5518d23", + "timestamp": "2020-12-27T18:43:01Z" + }, + { + "version": "5.2012.2713.5454", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2713.5454.zip", + "checksum": "4ec4445cb9659f38a1892a565ce79102", + "timestamp": "2020-12-27T13:55:03Z" + }, + { + "version": "5.2012.2520.0651", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2520.0651.zip", + "checksum": "f9a5e05ecaa3f6c97b6e28eefb705500", + "timestamp": "2020-12-25T20:06:59Z" + }, + { + "version": "5.2012.2515.5104", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2515.5104.zip", + "checksum": "38d0ca26f5445b2cbaa811193250d5c8", + "timestamp": "2020-12-25T15:51:12Z" + }, + { + "version": "5.2012.2513.4000", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2513.4000.zip", + "checksum": "de65ac45c85d6907c02803d9deeb7b23", + "timestamp": "2020-12-25T13:40:09Z" + }, + { + "version": "5.2012.2420.1249", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2420.1249.zip", + "checksum": "88159f26553a09db78018e65743d94c5", + "timestamp": "2020-12-24T20:12:58Z" + }, + { + "version": "5.2012.2418.1507", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2418.1507.zip", + "checksum": "fc9604cf0e89f0c9f97804c7c5387aba", + "timestamp": "2020-12-24T18:15:15Z" + }, + { + "version": "5.2012.2410.2821", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2410.2821.zip", + "checksum": "927f247205f62d192e69b2efc39491f8", + "timestamp": "2020-12-24T10:28:29Z" + }, + { + "version": "5.2012.2405.3904", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2405.3904.zip", + "checksum": "aabe4076e8363da2750652f60e0064c4", + "timestamp": "2020-12-24T05:39:12Z" + }, + { + "version": "5.2012.2319.2036", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2319.2036.zip", + "checksum": "ce091d9360ef882ce4e1bfc494c62a2c", + "timestamp": "2020-12-23T19:20:44Z" + }, + { + "version": "5.2012.2305.0513", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2305.0513.zip", + "checksum": "92776ad4b057f90eadff62941c784856", + "timestamp": "2020-12-23T05:05:21Z" + }, + { + "version": "5.2012.2304.1726", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2304.1726.zip", + "checksum": "e1d60f65b74c4e47b723c9f6a20db00e", + "timestamp": "2020-12-23T04:17:34Z" + }, + { + "version": "5.2012.2303.4829", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2303.4829.zip", + "checksum": "2057dba5cb89b4141288e3dced90254c", + "timestamp": "2020-12-23T03:48:37Z" + }, + { + "version": "5.2012.2223.1703", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2223.1703.zip", + "checksum": "42b68fedd35d7be5e25f24e3ace6e4ba", + "timestamp": "2020-12-22T23:17:11Z" + }, + { + "version": "5.2012.2215.1809", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2215.1809.zip", + "checksum": "564015cac6817906f6c10cfc22485801", + "timestamp": "2020-12-22T15:18:18Z" + }, + { + "version": "5.2012.2212.4544", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2212.4544.zip", + "checksum": "b97ab6ce0b107271469898c020c62ca5", + "timestamp": "2020-12-22T12:45:52Z" + }, + { + "version": "5.2012.2123.0524", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2123.0524.zip", + "checksum": "885ae15805c48da615af48b90b2baff2", + "timestamp": "2020-12-21T23:05:32Z" + }, + { + "version": "5.2012.2122.3755", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2122.3755.zip", + "checksum": "3b37a7e251bdf16c47cca4bbf0cb02f0", + "timestamp": "2020-12-21T22:38:03Z" + }, + { + "version": "5.2012.2119.5449", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2119.5449.zip", + "checksum": "f2907e872065671c6d8d5d80678778db", + "timestamp": "2020-12-21T19:54:57Z" + }, + { + "version": "5.2012.2119.2836", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2119.2836.zip", + "checksum": "69a3d5128318be094761ad2c61ad8748", + "timestamp": "2020-12-21T19:28:44Z" + }, + { + "version": "5.2012.2119.0218", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2119.0218.zip", + "checksum": "498474ae7c30fc07d8139d129e646a2e", + "timestamp": "2020-12-21T19:02:27Z" + }, + { + "version": "5.2012.2107.5211", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2107.5211.zip", + "checksum": "afdf09bfb4857df71a0a5019838efe94", + "timestamp": "2020-12-21T07:52:19Z" + }, + { + "version": "5.2012.2100.1110", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2100.1110.zip", + "checksum": "71505a6193df8a457540c0da7be615d3", + "timestamp": "2020-12-21T00:11:18Z" + }, + { + "version": "5.2012.2023.4212", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2023.4212.zip", + "checksum": "63a64fe8c64c4df38f8aaa36ea49b116", + "timestamp": "2020-12-20T23:42:22Z" + }, + { + "version": "5.2012.2013.5218", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2013.5218.zip", + "checksum": "015d245ddf268175ad7e582d0408f670", + "timestamp": "2020-12-20T13:52:27Z" + }, + { + "version": "5.2012.2013.2240", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2013.2240.zip", + "checksum": "376f0364c651988e67c42ae2aee898ec", + "timestamp": "2020-12-20T13:22:49Z" + }, + { + "version": "5.2012.2009.5023", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2009.5023.zip", + "checksum": "71015a20c4266cd12482f1a7703cb573", + "timestamp": "2020-12-20T09:50:32Z" + }, + { + "version": "5.2012.2009.2057", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2009.2057.zip", + "checksum": "75d7235ea95e685ba09676ab1560e758", + "timestamp": "2020-12-20T09:21:05Z" + }, + { + "version": "5.2012.2000.4553", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.2000.4553.zip", + "checksum": "7b3e3ddc56b578f7cfd85e866572a659", + "timestamp": "2020-12-20T00:46:01Z" + }, + { + "version": "5.2012.1919.4317", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1919.4317.zip", + "checksum": "e03f7ce8e34306e091794da2ac8d16ad", + "timestamp": "2020-12-19T19:43:25Z" + }, + { + "version": "5.2012.1821.0129", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1821.0129.zip", + "checksum": "0730b26782d8bd819be3314ae9651d51", + "timestamp": "2020-12-18T21:01:38Z" + }, + { + "version": "5.2012.1820.3453", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1820.3453.zip", + "checksum": "73920b2abf75a655794b1e269b42dbaa", + "timestamp": "2020-12-18T20:35:02Z" + }, + { + "version": "5.2012.1813.2053", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1813.2053.zip", + "checksum": "0d1ffb88afd9ffa36e048dfd45bbf5c3", + "timestamp": "2020-12-18T13:21:01Z" + }, + { + "version": "5.2012.1807.4416", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1807.4416.zip", + "checksum": "eaba40d1a4f0793041e5c04c99c4cecf", + "timestamp": "2020-12-18T07:44:24Z" + }, + { + "version": "5.2012.1722.5037", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1722.5037.zip", + "checksum": "7f9a19b6beb31e4214b0a1a67b526ed5", + "timestamp": "2020-12-17T22:50:45Z" + }, + { + "version": "5.2012.1722.2350", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1722.2350.zip", + "checksum": "3e91c7fcce2ca3553d653498977a58ae", + "timestamp": "2020-12-17T22:23:59Z" + }, + { + "version": "5.2012.1718.3616", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1718.3616.zip", + "checksum": "88f50cb34cad701ffe072b8ebc9830cf", + "timestamp": "2020-12-17T18:36:25Z" + }, + { + "version": "5.2012.1717.4518", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1717.4518.zip", + "checksum": "f1cbfb90b072c00009e9e474f4e8becb", + "timestamp": "2020-12-17T17:45:27Z" + }, + { + "version": "5.2012.1717.1829", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1717.1829.zip", + "checksum": "e7eb28f10c9b6ccf51b1c1eeb074bba8", + "timestamp": "2020-12-17T17:18:37Z" + }, + { + "version": "5.2012.1711.1859", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1711.1859.zip", + "checksum": "c71aef2d9b258adcc697b4ae333cec31", + "timestamp": "2020-12-17T11:19:07Z" + }, + { + "version": "5.2012.1623.1619", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1623.1619.zip", + "checksum": "4086a787612b911e2125728c08c4cc10", + "timestamp": "2020-12-16T23:16:28Z" + }, + { + "version": "5.2012.1622.0949", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1622.0949.zip", + "checksum": "8e3cfe721fa2fd6a18c31b3f0931889c", + "timestamp": "2020-12-16T22:10:01Z" + }, + { + "version": "5.2012.1621.4140", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1621.4140.zip", + "checksum": "53238fd36edab91fde517588705a8f8d", + "timestamp": "2020-12-16T21:41:48Z" + }, + { + "version": "5.2012.1620.3224", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1620.3224.zip", + "checksum": "abeada51ec4c7c33d5ff6bb7627e98e3", + "timestamp": "2020-12-16T20:32:32Z" + }, + { + "version": "5.2012.1620.0453", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1620.0453.zip", + "checksum": "3c9b49a67c7ba0999c1796fc1295e3b4", + "timestamp": "2020-12-16T20:05:01Z" + }, + { + "version": "5.2012.1619.2612", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1619.2612.zip", + "checksum": "88ef36f678c1215a51d02074f0b81ba8", + "timestamp": "2020-12-16T19:26:20Z" + }, + { + "version": "5.2012.1616.5239", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1616.5239.zip", + "checksum": "48416e72478fbb67c10bb709949da869", + "timestamp": "2020-12-16T16:52:47Z" + }, + { + "version": "5.2012.1519.5635", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1519.5635.zip", + "checksum": "932974abe9d9fdbe328e5b5ad8d8a47c", + "timestamp": "2020-12-15T19:56:43Z" + }, + { + "version": "5.2012.1512.1653", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1512.1653.zip", + "checksum": "f5ff6aa52eeeed7de3c4c2e26c5b266d", + "timestamp": "2020-12-15T12:17:01Z" + }, + { + "version": "5.2012.1511.4842", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1511.4842.zip", + "checksum": "a7e9c6e2f96c73b83a0cd7e87b86ec13", + "timestamp": "2020-12-15T11:48:50Z" + }, + { + "version": "5.2012.1508.3646", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1508.3646.zip", + "checksum": "cc12103eb18e84b980ba6c4867819c0b", + "timestamp": "2020-12-15T08:36:54Z" + }, + { + "version": "5.2012.1421.5125", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1421.5125.zip", + "checksum": "0934c77a5bb2a1c70321c04a5e89901f", + "timestamp": "2020-12-14T21:51:32Z" + }, + { + "version": "5.2012.1420.1651", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1420.1651.zip", + "checksum": "37b9aedc2ee6e844769cb1d09ff02938", + "timestamp": "2020-12-14T20:16:59Z" + }, + { + "version": "5.2012.1417.2249", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1417.2249.zip", + "checksum": "88c7ac16e0229c5d1bc124b3de1c480a", + "timestamp": "2020-12-14T17:22:57Z" + }, + { + "version": "5.2012.1416.3559", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1416.3559.zip", + "checksum": "11ca23bb6d20a7176765e497c650df69", + "timestamp": "2020-12-14T16:36:08Z" + }, + { + "version": "5.2012.1416.0831", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1416.0831.zip", + "checksum": "b815be55539b2d303cc3ac85c727468a", + "timestamp": "2020-12-14T16:08:41Z" + }, + { + "version": "5.2012.1415.4116", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1415.4116.zip", + "checksum": "e81487d2f2f9ff1f9e7300aa8318d43b", + "timestamp": "2020-12-14T15:41:25Z" + }, + { + "version": "5.2012.1412.0322", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1412.0322.zip", + "checksum": "83dc0d219deaef03e3452b1e398c88ba", + "timestamp": "2020-12-14T12:03:30Z" + }, + { + "version": "5.2012.1405.1729", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1405.1729.zip", + "checksum": "88273241a601fa77edbf6552aa37f873", + "timestamp": "2020-12-14T05:17:37Z" + }, + { + "version": "5.2012.1404.1143", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1404.1143.zip", + "checksum": "d1e7038602a5c6ec61fc3a6372ff974a", + "timestamp": "2020-12-14T04:11:52Z" + }, + { + "version": "5.2012.1323.0905", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1323.0905.zip", + "checksum": "5e8527c0978e40885288e0bc9097c371", + "timestamp": "2020-12-13T23:09:13Z" + }, + { + "version": "5.2012.1322.4047", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1322.4047.zip", + "checksum": "8c54d622305c1b4dbb61a0e3d4ff8f55", + "timestamp": "2020-12-13T22:40:55Z" + }, + { + "version": "5.2012.1322.1359", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1322.1359.zip", + "checksum": "4f256045a6b3102dcccecfb6dd20a799", + "timestamp": "2020-12-13T22:14:07Z" + }, + { + "version": "5.2012.1319.3727", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1319.3727.zip", + "checksum": "466ce012b2a333e08d6fc92b93686f73", + "timestamp": "2020-12-13T19:37:35Z" + }, + { + "version": "5.2012.1314.1515", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1314.1515.zip", + "checksum": "584241a00088757985a8ff9523a871d0", + "timestamp": "2020-12-13T14:15:24Z" + }, + { + "version": "5.2012.1313.4718", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1313.4718.zip", + "checksum": "3e987e7e42804b724403e0a35a641e06", + "timestamp": "2020-12-13T13:47:26Z" + }, + { + "version": "5.2012.1313.1928", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1313.1928.zip", + "checksum": "71cc54cdd9698841b1b07cecb684a1f3", + "timestamp": "2020-12-13T13:19:36Z" + }, + { + "version": "5.2012.1312.5114", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1312.5114.zip", + "checksum": "10283c60fbd626dfb8ed89a73bf8e52d", + "timestamp": "2020-12-13T12:51:22Z" + }, + { + "version": "5.2012.1311.2507", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1311.2507.zip", + "checksum": "943ec7863fa374323ad4689342408364", + "timestamp": "2020-12-13T11:25:15Z" + }, + { + "version": "5.2012.1218.4740", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1218.4740.zip", + "checksum": "fba891c371447f2ec063b6ce30ca655d", + "timestamp": "2020-12-12T18:47:48Z" + }, + { + "version": "5.2012.1122.4632", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1122.4632.zip", + "checksum": "3de227cd8a9b73db809c005098a8ffa6", + "timestamp": "2020-12-11T22:46:40Z" + }, + { + "version": "5.2012.1121.5605", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1121.5605.zip", + "checksum": "5e390a24132db3fd5158346a70c77df1", + "timestamp": "2020-12-11T21:56:12Z" + }, + { + "version": "5.2012.1115.5437", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1115.5437.zip", + "checksum": "5c2159d1ead07a6c7951467d5265f245", + "timestamp": "2020-12-11T15:54:45Z" + }, + { + "version": "5.2012.1115.2736", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1115.2736.zip", + "checksum": "52a7c293aa469331df68d998f9741068", + "timestamp": "2020-12-11T15:27:45Z" + }, + { + "version": "5.2012.1109.5005", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1109.5005.zip", + "checksum": "23cca8c7863e2daf463822f56c7ab9e7", + "timestamp": "2020-12-11T09:50:13Z" + }, + { + "version": "5.2012.1109.2013", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1109.2013.zip", + "checksum": "40e50092d331a062d29b627a846dfe3a", + "timestamp": "2020-12-11T09:20:21Z" + }, + { + "version": "5.2012.1108.0602", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1108.0602.zip", + "checksum": "9e8049b65a5ae1a53d16cc0c475c6b9d", + "timestamp": "2020-12-11T08:06:11Z" + }, + { + "version": "5.2012.1107.3735", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1107.3735.zip", + "checksum": "d93e68fe25b9eede347fcc6ea21891c2", + "timestamp": "2020-12-11T07:37:43Z" + }, + { + "version": "5.2012.1104.3003", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1104.3003.zip", + "checksum": "1056210c8629a0943453315c5886457e", + "timestamp": "2020-12-11T04:30:12Z" + }, + { + "version": "5.2012.1104.0258", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1104.0258.zip", + "checksum": "96babb8e11dbd7cd8a890251dee82be6", + "timestamp": "2020-12-11T04:03:06Z" + }, + { + "version": "5.2012.1103.3609", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1103.3609.zip", + "checksum": "504fde5e4fd0e607b9dc3d165e5bf514", + "timestamp": "2020-12-11T03:36:17Z" + }, + { + "version": "5.2012.1022.4036", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1022.4036.zip", + "checksum": "c929215c932566a8e32f1ad70175edb9", + "timestamp": "2020-12-10T22:40:43Z" + }, + { + "version": "5.2012.1022.1417", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1022.1417.zip", + "checksum": "6807df5c9856bff8a093ed748d3e03e7", + "timestamp": "2020-12-10T22:14:24Z" + }, + { + "version": "5.2012.1021.2705", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1021.2705.zip", + "checksum": "c0f0970b6187d430e5e6228002df9bdd", + "timestamp": "2020-12-10T21:27:15Z" + }, + { + "version": "5.2012.1020.5920", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1020.5920.zip", + "checksum": "17438c79615974e5d374322d5d8eda3d", + "timestamp": "2020-12-10T20:59:29Z" + }, + { + "version": "5.2012.1014.0211", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1014.0211.zip", + "checksum": "896d4563bf4fd44dab19f28ad2e1c943", + "timestamp": "2020-12-10T14:02:18Z" + }, + { + "version": "5.2012.1013.3424", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1013.3424.zip", + "checksum": "75c2b980bd97d28bfdd908da7cc1d693", + "timestamp": "2020-12-10T13:34:32Z" + }, + { + "version": "5.2012.1013.0639", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.1013.0639.zip", + "checksum": "39c1c2aea818a4f7b567ce0a12b09862", + "timestamp": "2020-12-10T13:06:47Z" + }, + { + "version": "5.2012.0919.4918", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0919.4918.zip", + "checksum": "59b563f421bcc48b981c0d2c7fdee772", + "timestamp": "2020-12-09T19:49:26Z" + }, + { + "version": "5.2012.0917.2258", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0917.2258.zip", + "checksum": "736056928681f6be234697b35c9f8980", + "timestamp": "2020-12-09T17:23:07Z" + }, + { + "version": "5.2012.0915.5525", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0915.5525.zip", + "checksum": "3bc7032607cdc1c46c3e272c3aeaac42", + "timestamp": "2020-12-09T15:55:36Z" + }, + { + "version": "5.2012.0914.0318", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0914.0318.zip", + "checksum": "de0d80e9c3de602468031239b4d610ed", + "timestamp": "2020-12-09T14:03:26Z" + }, + { + "version": "5.2012.0908.0925", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0908.0925.zip", + "checksum": "ee814d98a5b66ecbc094be4ccbcfc54f", + "timestamp": "2020-12-09T08:09:33Z" + }, + { + "version": "5.2012.0907.4147", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0907.4147.zip", + "checksum": "6a81c8b9bcf9e634c7edf7976b15cd71", + "timestamp": "2020-12-09T07:41:55Z" + }, + { + "version": "5.2012.0904.2859", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0904.2859.zip", + "checksum": "6bcf822dc4916bffde2837c34eda0863", + "timestamp": "2020-12-09T04:29:07Z" + }, + { + "version": "5.2012.0823.5346", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0823.5346.zip", + "checksum": "a0045333c61c4c5b50b408b5b04d4d8d", + "timestamp": "2020-12-08T23:53:55Z" + }, + { + "version": "5.2012.0819.4553", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0819.4553.zip", + "checksum": "3671214da4ac651e94d5afceda871098", + "timestamp": "2020-12-08T19:46:01Z" + }, + { + "version": "5.2012.0818.0310", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0818.0310.zip", + "checksum": "7c21f877976e4440755a5be9150d624b", + "timestamp": "2020-12-08T18:03:19Z" + }, + { + "version": "5.2012.0817.3525", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0817.3525.zip", + "checksum": "69abcc88c438d0bd9171870caf40e004", + "timestamp": "2020-12-08T17:35:33Z" + }, + { + "version": "5.2012.0816.3453", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0816.3453.zip", + "checksum": "11718ed2f79949f366d6cc054f2079b5", + "timestamp": "2020-12-08T16:35:01Z" + }, + { + "version": "5.2012.0809.3717", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0809.3717.zip", + "checksum": "fb921916b62261bcd98609ae2af93230", + "timestamp": "2020-12-08T09:37:25Z" + }, + { + "version": "5.2012.0808.3018", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0808.3018.zip", + "checksum": "b25ce0d6e093ec00f4feb8eaacf659c0", + "timestamp": "2020-12-08T08:30:28Z" + }, + { + "version": "5.2012.0808.0240", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0808.0240.zip", + "checksum": "dd419f124cd37c5849d441bbdb2a85f2", + "timestamp": "2020-12-08T08:02:48Z" + }, + { + "version": "5.2012.0801.0927", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0801.0927.zip", + "checksum": "e7e47e85c77a27c7295f62ac8496e232", + "timestamp": "2020-12-08T01:09:35Z" + }, + { + "version": "5.2012.0718.2353", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0718.2353.zip", + "checksum": "babca53c146a60844ae3518ac5233d16", + "timestamp": "2020-12-07T18:24:01Z" + }, + { + "version": "5.2012.0717.3317", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0717.3317.zip", + "checksum": "4de5edc354832dae3ed0f96257b566b6", + "timestamp": "2020-12-07T17:33:25Z" + }, + { + "version": "5.2012.0717.0628", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0717.0628.zip", + "checksum": "5a0b5eff79dd47b2e897f247642c236f", + "timestamp": "2020-12-07T17:06:36Z" + }, + { + "version": "5.2012.0707.3153", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0707.3153.zip", + "checksum": "aac4bf87a1bbd89fa70a3609e3ae8cdf", + "timestamp": "2020-12-07T07:32:01Z" + }, + { + "version": "5.2012.0707.0514", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0707.0514.zip", + "checksum": "3a5b9874b9af8cb28d6ddc3ca997bedd", + "timestamp": "2020-12-07T07:05:21Z" + }, + { + "version": "5.2012.0615.3504", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0615.3504.zip", + "checksum": "403c92f6bc525d9f3e76c7895d177d91", + "timestamp": "2020-12-06T15:35:12Z" + }, + { + "version": "5.2012.0615.0845", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0615.0845.zip", + "checksum": "2577262b00c46a4eabcebf4a179a54cc", + "timestamp": "2020-12-06T15:08:54Z" + }, + { + "version": "5.2012.0607.3204", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0607.3204.zip", + "checksum": "6cee2ea6fcdba94afae44eb6d7809e85", + "timestamp": "2020-12-06T07:32:12Z" + }, + { + "version": "5.2012.0601.3537", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0601.3537.zip", + "checksum": "885decf88a18b8d190b09eb97fb34ad3", + "timestamp": "2020-12-06T01:35:45Z" + }, + { + "version": "5.2012.0601.0852", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0601.0852.zip", + "checksum": "243305b17979e51b38e4732767d99032", + "timestamp": "2020-12-06T01:09:01Z" + }, + { + "version": "5.2012.0600.4215", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0600.4215.zip", + "checksum": "937e3c8bef86c3d78e191c312f5624c7", + "timestamp": "2020-12-06T00:42:24Z" + }, + { + "version": "5.2012.0519.5152", + "changelog": "Get additional image types\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_5.2012.0519.5152.zip", + "checksum": "82b6cc8ee335f3fb5920ea7115aeba9b", + "timestamp": "2020-12-05T19:52:01Z" + }, + { + "version": "4.2012.0419.0821", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0419.0821.zip", + "checksum": "8fe4819bd4f32fbf0520ce6e6c6dad94", + "timestamp": "2020-12-04T19:08:30Z" + }, + { + "version": "4.2012.0417.4125", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0417.4125.zip", + "checksum": "451e5703407e10972055e95e9056a6bb", + "timestamp": "2020-12-04T17:41:34Z" + }, + { + "version": "4.2012.0414.4548", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0414.4548.zip", + "checksum": "77024732c15011b514432e5496b934fd", + "timestamp": "2020-12-04T14:45:58Z" + }, + { + "version": "4.2012.0408.0621", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0408.0621.zip", + "checksum": "5a26b7dd0d6e85feaaaa4fcd10b2e975", + "timestamp": "2020-12-04T08:06:35Z" + }, + { + "version": "4.2012.0406.2418", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0406.2418.zip", + "checksum": "c75d07f3129f739073639d1b823d8fd5", + "timestamp": "2020-12-04T06:24:27Z" + }, + { + "version": "4.2012.0401.4748", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0401.4748.zip", + "checksum": "eab60cdd5be106fe6e223f9529a1d257", + "timestamp": "2020-12-04T01:47:58Z" + }, + { + "version": "4.2012.0400.5148", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0400.5148.zip", + "checksum": "5687816b23696322edff399edc030419", + "timestamp": "2020-12-04T00:51:58Z" + }, + { + "version": "4.2012.0322.1551", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0322.1551.zip", + "checksum": "9ce5248c4fac481b69689735e80731be", + "timestamp": "2020-12-03T22:16:02Z" + }, + { + "version": "4.2012.0320.1102", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0320.1102.zip", + "checksum": "80e7d66d238cc8f2db0ac40052422256", + "timestamp": "2020-12-03T20:11:12Z" + }, + { + "version": "4.2012.0313.1407", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0313.1407.zip", + "checksum": "eb8e0b3efea6411137ebf4fd39e73fc8", + "timestamp": "2020-12-03T13:14:17Z" + }, + { + "version": "4.2012.0309.4059", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0309.4059.zip", + "checksum": "c1835aead7a36d00a2f2fbea1232be86", + "timestamp": "2020-12-03T09:41:10Z" + }, + { + "version": "4.2012.0307.4143", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0307.4143.zip", + "checksum": "2f4de529e557f366cfc2ce17907b7bdc", + "timestamp": "2020-12-03T07:41:53Z" + }, + { + "version": "4.2012.0307.1518", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0307.1518.zip", + "checksum": "d1d2cb3831d0967b802a7dcf53ea4d3a", + "timestamp": "2020-12-03T07:15:28Z" + }, + { + "version": "4.2012.0300.2529", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0300.2529.zip", + "checksum": "f8b7896eda4b209e59280a08f60c2be3", + "timestamp": "2020-12-03T00:25:39Z" + }, + { + "version": "4.2012.0222.1440", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0222.1440.zip", + "checksum": "48b29a3464f8573fe2756a972b287cf7", + "timestamp": "2020-12-02T22:14:50Z" + }, + { + "version": "4.2012.0221.4737", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0221.4737.zip", + "checksum": "546a24f276403300180eee6d85c6c5cc", + "timestamp": "2020-12-02T21:47:46Z" + }, + { + "version": "4.2012.0215.4230", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0215.4230.zip", + "checksum": "42c833e0768aac792b520645eff43615", + "timestamp": "2020-12-02T15:42:41Z" + }, + { + "version": "4.2012.0215.1541", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0215.1541.zip", + "checksum": "fc66c3fb27d5463220bfbdede7ef9230", + "timestamp": "2020-12-02T15:15:50Z" + }, + { + "version": "4.2012.0214.5024", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0214.5024.zip", + "checksum": "155a3355e1c9c83cafc72f1852268de6", + "timestamp": "2020-12-02T14:50:33Z" + }, + { + "version": "4.2012.0209.1528", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0209.1528.zip", + "checksum": "10c694c746ed183fd86d5dbf6fec3e61", + "timestamp": "2020-12-02T09:15:37Z" + }, + { + "version": "4.2012.0204.3849", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0204.3849.zip", + "checksum": "c2469f4f9717e44f14ba5e1787dcfba0", + "timestamp": "2020-12-02T04:39:00Z" + }, + { + "version": "4.2012.0203.5950", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0203.5950.zip", + "checksum": "d857247c60d08299299173eac6f17534", + "timestamp": "2020-12-02T04:00:01Z" + }, + { + "version": "4.2012.0203.3150", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0203.3150.zip", + "checksum": "895260bc5cd8c96b8d291ab2770ecab2", + "timestamp": "2020-12-02T03:32:00Z" + }, + { + "version": "4.2012.0203.0617", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0203.0617.zip", + "checksum": "6949051baf11e0b2d1ebe853af5a09d6", + "timestamp": "2020-12-02T03:06:26Z" + }, + { + "version": "4.2012.0123.3536", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0123.3536.zip", + "checksum": "da0be6a0aa68b99e33c0bfce5f02f796", + "timestamp": "2020-12-01T23:35:46Z" + }, + { + "version": "4.2012.0123.0855", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0123.0855.zip", + "checksum": "12d3b21cfadd704201fdd224ba489345", + "timestamp": "2020-12-01T23:09:05Z" + }, + { + "version": "4.2012.0122.2829", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0122.2829.zip", + "checksum": "0f2210c8d771c5e2f3116abbdbb33b5e", + "timestamp": "2020-12-01T22:28:39Z" + }, + { + "version": "4.2012.0119.3639", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0119.3639.zip", + "checksum": "d61571a9cb2dcb76710a194aefae4fec", + "timestamp": "2020-12-01T19:36:48Z" + }, + { + "version": "4.2012.0119.1048", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0119.1048.zip", + "checksum": "70685655ca65b34d1e294da9be9432f6", + "timestamp": "2020-12-01T19:10:59Z" + }, + { + "version": "4.2012.0118.4411", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0118.4411.zip", + "checksum": "250acbd674f3e3fde282637197759703", + "timestamp": "2020-12-01T18:44:21Z" + }, + { + "version": "4.2012.0116.2939", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0116.2939.zip", + "checksum": "36a589f36f8b4ccd289449560e67db52", + "timestamp": "2020-12-01T16:29:49Z" + }, + { + "version": "4.2012.0116.0456", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0116.0456.zip", + "checksum": "1892888f99c26178cde8843cb3d52c94", + "timestamp": "2020-12-01T16:05:05Z" + }, + { + "version": "4.2012.0115.2037", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2012.0115.2037.zip", + "checksum": "db72205486f8a76dc0cd9738625fdae3", + "timestamp": "2020-12-01T15:20:46Z" + }, + { + "version": "4.2011.3019.2409", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3019.2409.zip", + "checksum": "f9181677034b9b084944496771090f25", + "timestamp": "2020-11-30T19:24:19Z" + }, + { + "version": "4.2011.3018.2444", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3018.2444.zip", + "checksum": "4a1eb641dc04b6e880ee5bfbeb504495", + "timestamp": "2020-11-30T18:24:54Z" + }, + { + "version": "4.2011.3017.1034", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3017.1034.zip", + "checksum": "b401abb78582972443fa785941a9f898", + "timestamp": "2020-11-30T17:10:43Z" + }, + { + "version": "4.2011.3016.3320", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3016.3320.zip", + "checksum": "7b55d4d96f5e8e6c972fa8214169ae24", + "timestamp": "2020-11-30T16:33:29Z" + }, + { + "version": "4.2011.3016.0314", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3016.0314.zip", + "checksum": "d76fe0881c764792a9e4c8fbb0be01ab", + "timestamp": "2020-11-30T16:03:24Z" + }, + { + "version": "4.2011.3015.3619", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3015.3619.zip", + "checksum": "7f0348324ff349daf5ec7000b70fae06", + "timestamp": "2020-11-30T15:36:29Z" + }, + { + "version": "4.2011.3015.0049", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3015.0049.zip", + "checksum": "2de60e1453a1bcebe0b10339933dc1ca", + "timestamp": "2020-11-30T15:00:59Z" + }, + { + "version": "4.2011.3014.3213", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3014.3213.zip", + "checksum": "133154e36bcc77e8e997b2ade902f189", + "timestamp": "2020-11-30T14:32:23Z" + }, + { + "version": "4.2011.3014.0621", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3014.0621.zip", + "checksum": "c45a4a79680f0506e80cc611e828da65", + "timestamp": "2020-11-30T14:06:31Z" + }, + { + "version": "4.2011.3013.4051", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3013.4051.zip", + "checksum": "8e4f37cd36e03c35d71cde2ba74a2063", + "timestamp": "2020-11-30T13:41:01Z" + }, + { + "version": "4.2011.3013.1022", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3013.1022.zip", + "checksum": "39d2d53a67bb92e812792fc17145cc20", + "timestamp": "2020-11-30T13:10:32Z" + }, + { + "version": "4.2011.3012.4542", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3012.4542.zip", + "checksum": "d319378bb1da634cfbb0166a0c7f1b84", + "timestamp": "2020-11-30T12:45:52Z" + }, + { + "version": "4.2011.3000.4824", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.3000.4824.zip", + "checksum": "ec9f54ec55c7f21df5eddd33aa4697e1", + "timestamp": "2020-11-30T00:48:34Z" + }, + { + "version": "4.2011.2923.2136", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2923.2136.zip", + "checksum": "2dfba963c75db818dcbd2bd964c2a2f2", + "timestamp": "2020-11-29T23:21:46Z" + }, + { + "version": "4.2011.2922.5641", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2922.5641.zip", + "checksum": "b5d8f90c9da9fb799784533d0dfc4d2f", + "timestamp": "2020-11-29T22:56:51Z" + }, + { + "version": "4.2011.2918.5316", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2918.5316.zip", + "checksum": "68ef07eb249b871575787254e7c32985", + "timestamp": "2020-11-29T18:53:26Z" + }, + { + "version": "4.2011.2917.1807", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2917.1807.zip", + "checksum": "413d759a1788514bc4c2ee99247cf859", + "timestamp": "2020-11-29T17:18:17Z" + }, + { + "version": "4.2011.2911.4609", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2911.4609.zip", + "checksum": "f8ac67b2e7e9b8de28addaba5633280d", + "timestamp": "2020-11-29T11:46:19Z" + }, + { + "version": "4.2011.2909.3001", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2909.3001.zip", + "checksum": "7209dc644eb616b7836302aa1c561f11", + "timestamp": "2020-11-29T09:30:10Z" + }, + { + "version": "4.2011.2823.0138", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2823.0138.zip", + "checksum": "18f6ed8816c50ef665c48544cb463c42", + "timestamp": "2020-11-28T23:01:48Z" + }, + { + "version": "4.2011.2822.3513", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2822.3513.zip", + "checksum": "36ee48e068093541cadf66a05a7bebb3", + "timestamp": "2020-11-28T22:35:23Z" + }, + { + "version": "4.2011.2818.2929", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2818.2929.zip", + "checksum": "0d4e272a54748c733d8665dda517918b", + "timestamp": "2020-11-28T18:29:39Z" + }, + { + "version": "4.2011.2817.1912", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2817.1912.zip", + "checksum": "3f5455411b1c7eb47141cc4fe68d8e7c", + "timestamp": "2020-11-28T17:19:22Z" + }, + { + "version": "4.2011.2816.5211", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2816.5211.zip", + "checksum": "648b51113cbc9d0c9870aecb2b47db15", + "timestamp": "2020-11-28T16:52:21Z" + }, + { + "version": "4.2011.2816.2730", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2816.2730.zip", + "checksum": "95cab21a6e83e77ce1b745cdad2c5c5c", + "timestamp": "2020-11-28T16:27:40Z" + }, + { + "version": "4.2011.2816.0059", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2816.0059.zip", + "checksum": "b9c5a574554a3b7b4bd00abdd71972d1", + "timestamp": "2020-11-28T16:01:08Z" + }, + { + "version": "4.2011.2815.3322", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2815.3322.zip", + "checksum": "97cc9d24e92e98bd96a1504c82b2912a", + "timestamp": "2020-11-28T15:33:32Z" + }, + { + "version": "4.2011.2815.0757", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2815.0757.zip", + "checksum": "c2cf3239b58cd24bf871417cc10aa8ae", + "timestamp": "2020-11-28T15:08:07Z" + }, + { + "version": "4.2011.2814.4119", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2814.4119.zip", + "checksum": "2ec8be6556bca9c15c5ad56059347712", + "timestamp": "2020-11-28T14:41:29Z" + }, + { + "version": "4.2011.2811.1839", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2811.1839.zip", + "checksum": "6bb95b3c4a8babaf3d536f3c963ad42a", + "timestamp": "2020-11-28T11:18:50Z" + }, + { + "version": "4.2011.2809.3254", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2809.3254.zip", + "checksum": "c2b0ec5a6c8652948d0ebf0558eed2cb", + "timestamp": "2020-11-28T09:33:04Z" + }, + { + "version": "4.2011.2809.0637", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2809.0637.zip", + "checksum": "650098dacb18fa88e3bb4bfdbb597b7b", + "timestamp": "2020-11-28T09:06:47Z" + }, + { + "version": "4.2011.2804.1533", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2804.1533.zip", + "checksum": "c3fd0d57acea4b7a123e75d0032b7035", + "timestamp": "2020-11-28T04:15:42Z" + }, + { + "version": "4.2011.2803.5106", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2803.5106.zip", + "checksum": "96c00ba5fb2dfe29d7462f06812cfd39", + "timestamp": "2020-11-28T03:51:15Z" + }, + { + "version": "4.2011.2802.2239", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2802.2239.zip", + "checksum": "59088a440b293b9d4eef8ae44f807b4b", + "timestamp": "2020-11-28T02:22:49Z" + }, + { + "version": "4.2011.2801.5806", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2801.5806.zip", + "checksum": "79f753bd0d6c30e572767448199b4586", + "timestamp": "2020-11-28T01:58:16Z" + }, + { + "version": "4.2011.2720.2719", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2720.2719.zip", + "checksum": "b809201dea6e1b0eee1ed7de857eadb7", + "timestamp": "2020-11-27T20:27:29Z" + }, + { + "version": "4.2011.2718.3352", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2718.3352.zip", + "checksum": "2139fa2e770581a44c24c7aebf22f201", + "timestamp": "2020-11-27T18:34:02Z" + }, + { + "version": "4.2011.2717.4756", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2717.4756.zip", + "checksum": "e5eb642350739e0392f836396a376795", + "timestamp": "2020-11-27T17:48:05Z" + }, + { + "version": "4.2011.2711.3340", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2711.3340.zip", + "checksum": "35addf3fe1fe0a53855466b66223bdb0", + "timestamp": "2020-11-27T11:33:50Z" + }, + { + "version": "4.2011.2707.2346", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2707.2346.zip", + "checksum": "c74275c698d591fa4279f9bdcc7260ed", + "timestamp": "2020-11-27T07:23:57Z" + }, + { + "version": "4.2011.2705.0713", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2705.0713.zip", + "checksum": "c599dd71f122326f868df3986d13894b", + "timestamp": "2020-11-27T05:07:22Z" + }, + { + "version": "4.2011.2620.1808", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2620.1808.zip", + "checksum": "78c736734d8aae4bff3f8aeeedc89fc0", + "timestamp": "2020-11-26T20:18:17Z" + }, + { + "version": "4.2011.2619.5336", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2619.5336.zip", + "checksum": "cc2d3719db884777870f2fc69b36aef4", + "timestamp": "2020-11-26T19:53:45Z" + }, + { + "version": "4.2011.2616.3558", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2616.3558.zip", + "checksum": "c68718562a52295b79fb5f17c3b11411", + "timestamp": "2020-11-26T16:36:08Z" + }, + { + "version": "4.2011.2616.1030", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2616.1030.zip", + "checksum": "72b482e126f169b46abd44b2409cd704", + "timestamp": "2020-11-26T16:10:40Z" + }, + { + "version": "4.2011.2615.2434", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2615.2434.zip", + "checksum": "5114dbbabec5f28c12201d95a1ae08c8", + "timestamp": "2020-11-26T15:24:43Z" + }, + { + "version": "4.2011.2613.4109", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2613.4109.zip", + "checksum": "0815f3dec1b716f7aaa4cef303c0401d", + "timestamp": "2020-11-26T13:41:19Z" + }, + { + "version": "4.2011.2609.5628", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2609.5628.zip", + "checksum": "8579257de812c070859c3803de4dbb22", + "timestamp": "2020-11-26T09:56:38Z" + }, + { + "version": "4.2011.2608.3206", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2608.3206.zip", + "checksum": "9a7a52c87c58e9a13f5b16ff9c5270f9", + "timestamp": "2020-11-26T08:32:16Z" + }, + { + "version": "4.2011.2607.2822", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2607.2822.zip", + "checksum": "6bd5ca11a65b893033b2cad7a2ea84e0", + "timestamp": "2020-11-26T07:28:31Z" + }, + { + "version": "4.2011.2607.0238", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2607.0238.zip", + "checksum": "a34891c3a256c371103d7c80e75573ad", + "timestamp": "2020-11-26T07:02:47Z" + }, + { + "version": "4.2011.2600.1432", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2600.1432.zip", + "checksum": "677a8463f50c79f366f5bfca201367f4", + "timestamp": "2020-11-26T00:14:42Z" + }, + { + "version": "4.2011.2520.2643", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2520.2643.zip", + "checksum": "609dc4bf36d5dc5e04aa35e0cf17a2f0", + "timestamp": "2020-11-25T20:26:53Z" + }, + { + "version": "4.2011.2519.4159", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2519.4159.zip", + "checksum": "2eba231078d23927fd57b5a4a5c1f9c4", + "timestamp": "2020-11-25T19:42:11Z" + }, + { + "version": "4.2011.2516.3654", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2516.3654.zip", + "checksum": "2cbfd52e3409dc4706667fa0dab6e03b", + "timestamp": "2020-11-25T16:37:04Z" + }, + { + "version": "4.2011.2516.1127", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2516.1127.zip", + "checksum": "c7684b718d9153ec7b75deb138cd17f3", + "timestamp": "2020-11-25T16:11:37Z" + }, + { + "version": "4.2011.2514.5024", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2514.5024.zip", + "checksum": "3a1ee3514d7fe60891f53e16c8fd4b37", + "timestamp": "2020-11-25T14:50:34Z" + }, + { + "version": "4.2011.2513.3639", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2513.3639.zip", + "checksum": "770db6b5791965328b46cc59dc5b0239", + "timestamp": "2020-11-25T13:36:49Z" + }, + { + "version": "4.2011.2513.0937", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2513.0937.zip", + "checksum": "03cceebaf8ade2b1c174ba1780b0e583", + "timestamp": "2020-11-25T13:09:47Z" + }, + { + "version": "4.2011.2512.2547", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2512.2547.zip", + "checksum": "1e0fca4ef56d684d3105d512c853d6b2", + "timestamp": "2020-11-25T12:25:56Z" + }, + { + "version": "4.2011.2512.0120", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2512.0120.zip", + "checksum": "c385ed373ceff0c8dcf25ae2b5773754", + "timestamp": "2020-11-25T12:01:30Z" + }, + { + "version": "4.2011.2511.3539", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2511.3539.zip", + "checksum": "c8e64d0c63d506edb4f97bcd62aaa53e", + "timestamp": "2020-11-25T11:35:50Z" + }, + { + "version": "4.2011.2507.4432", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2507.4432.zip", + "checksum": "556cb7977307f54880182cc2477eb41a", + "timestamp": "2020-11-25T07:44:41Z" + }, + { + "version": "4.2011.2506.4349", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2506.4349.zip", + "checksum": "aa312e7c0fbf8492153efc7c6187f2b3", + "timestamp": "2020-11-25T06:44:00Z" + }, + { + "version": "4.2011.2506.1856", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2506.1856.zip", + "checksum": "408ec39214bb1e7d49d269963ab30f7e", + "timestamp": "2020-11-25T06:19:05Z" + }, + { + "version": "4.2011.2505.5330", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2505.5330.zip", + "checksum": "b476392470400bc8a40a121d11204125", + "timestamp": "2020-11-25T05:53:40Z" + }, + { + "version": "4.2011.2504.2624", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2504.2624.zip", + "checksum": "2883ab2e310dc8e63052d0935d308cb9", + "timestamp": "2020-11-25T04:26:34Z" + }, + { + "version": "4.2011.2502.3732", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2502.3732.zip", + "checksum": "0da9921a618c6de87acc95a9595578a4", + "timestamp": "2020-11-25T02:37:41Z" + }, + { + "version": "4.2011.2501.5926", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2501.5926.zip", + "checksum": "b430d864fda75a57c56626dc8343208c", + "timestamp": "2020-11-25T01:59:36Z" + }, + { + "version": "4.2011.2500.1939", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2500.1939.zip", + "checksum": "28e6b2bb69255f30fab45684fa1cd2d1", + "timestamp": "2020-11-25T00:19:49Z" + }, + { + "version": "4.2011.2423.5423", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2423.5423.zip", + "checksum": "7799bbc6e573240fd4e2ac846a1362d9", + "timestamp": "2020-11-24T23:54:32Z" + }, + { + "version": "4.2011.2421.1811", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2421.1811.zip", + "checksum": "ac0c870971e2e22a12d313037007a39c", + "timestamp": "2020-11-24T21:18:20Z" + }, + { + "version": "4.2011.2420.5223", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2420.5223.zip", + "checksum": "0060231a298050eb8397bee9ce9fd7a7", + "timestamp": "2020-11-24T20:52:33Z" + }, + { + "version": "4.2011.2419.4842", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2419.4842.zip", + "checksum": "14c8c41b90b2356921a43342700e163d", + "timestamp": "2020-11-24T19:48:52Z" + }, + { + "version": "4.2011.2419.2335", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2419.2335.zip", + "checksum": "9e08f206866e9bc6a5be68bcc892a389", + "timestamp": "2020-11-24T19:23:45Z" + }, + { + "version": "4.2011.2417.1123", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2417.1123.zip", + "checksum": "858d07a83f5488b1b9037868a1ff99af", + "timestamp": "2020-11-24T17:11:33Z" + }, + { + "version": "4.2011.2415.4221", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2415.4221.zip", + "checksum": "f43a1e040d7521e7fff0576abad22357", + "timestamp": "2020-11-24T15:42:30Z" + }, + { + "version": "4.2011.2415.1939", + "changelog": "Get additional image types\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_4.2011.2415.1939.zip", + "checksum": "a8914de0fbeda3adb29211dc55ade3f4", + "timestamp": "2020-11-24T15:19:49Z" + }, + { + "version": "3.2011.2301.0646", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2301.0646.zip", + "checksum": "99d424743606e77435c4e0329ce284d1", + "timestamp": "2020-11-23T01:06:55Z" + }, + { + "version": "3.2011.2219.3940", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2219.3940.zip", + "checksum": "c6af714cb38a170c0de6e1aec5d561a5", + "timestamp": "2020-11-22T19:39:49Z" + }, + { + "version": "3.2011.2219.1255", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2219.1255.zip", + "checksum": "2934e3f7555238b4013abcbdbf0e3a76", + "timestamp": "2020-11-22T19:13:03Z" + }, + { + "version": "3.2011.2218.3128", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2218.3128.zip", + "checksum": "13e1495ea870c25cab9d644b2d9b7003", + "timestamp": "2020-11-22T18:31:37Z" + }, + { + "version": "3.2011.2217.5723", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2217.5723.zip", + "checksum": "7366e70655defc948de7758eb31485cd", + "timestamp": "2020-11-22T17:57:31Z" + }, + { + "version": "3.2011.2215.5501", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2215.5501.zip", + "checksum": "214cac0143db1dd98c2d7ad0ed7a57ce", + "timestamp": "2020-11-22T15:55:09Z" + }, + { + "version": "3.2011.2215.0144", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2215.0144.zip", + "checksum": "558b8dafba65ccd3de21e4bfbbd761ce", + "timestamp": "2020-11-22T15:01:52Z" + }, + { + "version": "3.2011.2210.3046", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2210.3046.zip", + "checksum": "12474466f43dc5885210dc6d5985c1cd", + "timestamp": "2020-11-22T10:30:54Z" + }, + { + "version": "3.2011.2208.2228", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2208.2228.zip", + "checksum": "f9f15ca74b4f02221787cf59163469bf", + "timestamp": "2020-11-22T08:22:36Z" + }, + { + "version": "3.2011.2207.5638", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2207.5638.zip", + "checksum": "1c90c12c6d6aef147d3a6ff5157c78e9", + "timestamp": "2020-11-22T07:56:46Z" + }, + { + "version": "3.2011.2207.0251", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2207.0251.zip", + "checksum": "c48b4539c3780092c562db37964c17fb", + "timestamp": "2020-11-22T07:02:59Z" + }, + { + "version": "3.2011.2206.3813", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2206.3813.zip", + "checksum": "e75916938fd285d3f963d47145e07f86", + "timestamp": "2020-11-22T06:38:22Z" + }, + { + "version": "3.2011.2205.2915", + "changelog": "Remove unused dependencies \n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tv-maze/tv-maze_3.2011.2205.2915.zip", + "checksum": "d3a757bdfe79853bafb66fc837bf87f9", + "timestamp": "2020-11-22T05:29:24Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "a4df60c5-6ab4-412a-8f79-2cab93fb2bc5", + "name": "Anime", + "description": "Manage your anime in Jellyfin. This plugin supports several different metadata providers and options for organizing your collection.\n", + "overview": "Manage your anime from Jellyfin", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "11.2106.2121.3256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.2121.3256.zip", + "checksum": "eae320b6b6c9a73ef5557ae40fc769ae", + "timestamp": "2021-06-21T21:33:05Z" + }, + { + "version": "11.2106.2114.1123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.2114.1123.zip", + "checksum": "339e6bb66eb508c7f0589d90779c6a38", + "timestamp": "2021-06-21T14:11:32Z" + }, + { + "version": "11.2106.2107.1229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.2107.1229.zip", + "checksum": "4c6c28369845d9ff6899b4608b7dea1c", + "timestamp": "2021-06-21T07:12:38Z" + }, + { + "version": "11.2106.1823.0747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1823.0747.zip", + "checksum": "0646e9a06d5eb15c242348f497456129", + "timestamp": "2021-06-18T23:07:55Z" + }, + { + "version": "11.2106.1815.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1815.5333.zip", + "checksum": "51582ea8d3d2369a56ea0bc848fcea14", + "timestamp": "2021-06-18T15:53:42Z" + }, + { + "version": "11.2106.1810.3219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1810.3219.zip", + "checksum": "e707f618c91ac5963fc4b65f27b1bde7", + "timestamp": "2021-06-18T10:32:29Z" + }, + { + "version": "11.2106.1602.5007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1602.5007.zip", + "checksum": "d94ccd238d1544bae7feaae8944e6ab6", + "timestamp": "2021-06-16T02:50:15Z" + }, + { + "version": "11.2106.1514.3720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1514.3720.zip", + "checksum": "1e3cac46b1fe2c5e497f44e3ea3fe656", + "timestamp": "2021-06-15T14:37:28Z" + }, + { + "version": "11.2106.1514.0919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1514.0919.zip", + "checksum": "2fb9a81e85e9b1a3c2624afec534061f", + "timestamp": "2021-06-15T14:09:27Z" + }, + { + "version": "11.2106.1503.5923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1503.5923.zip", + "checksum": "bcbd1a306f418fbc345ed2656d817623", + "timestamp": "2021-06-15T03:59:31Z" + }, + { + "version": "11.2106.1422.2033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1422.2033.zip", + "checksum": "2c347c351e914a408f4cf5a6a9a8b065", + "timestamp": "2021-06-14T22:20:41Z" + }, + { + "version": "11.2106.1421.5707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1421.5707.zip", + "checksum": "59262a88d52ab2e03998840b4c542b15", + "timestamp": "2021-06-14T21:57:17Z" + }, + { + "version": "11.2106.1417.5355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1417.5355.zip", + "checksum": "9664e8214539d9ac5324db97f88b637d", + "timestamp": "2021-06-14T17:54:24Z" + }, + { + "version": "11.2106.1315.2914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1315.2914.zip", + "checksum": "0eec64328b32b327e5cfd7a426873357", + "timestamp": "2021-06-13T15:29:22Z" + }, + { + "version": "11.2106.1313.2903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1313.2903.zip", + "checksum": "0e96b99deb8653186fe0f7b158a5b94b", + "timestamp": "2021-06-13T13:29:12Z" + }, + { + "version": "11.2106.1306.4146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1306.4146.zip", + "checksum": "4d8e569193fdf61e91ec1b6f3bb3327c", + "timestamp": "2021-06-13T06:41:53Z" + }, + { + "version": "11.2106.1306.1918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1306.1918.zip", + "checksum": "d6142ff45ee10800c3193226e9b37278", + "timestamp": "2021-06-13T06:19:25Z" + }, + { + "version": "11.2106.1215.2523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1215.2523.zip", + "checksum": "60c6507894649ff3d2f50548f8a37441", + "timestamp": "2021-06-12T15:25:31Z" + }, + { + "version": "11.2106.1206.5627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1206.5627.zip", + "checksum": "9ce4cc3d27c493775df610f20b7e0cdd", + "timestamp": "2021-06-12T06:56:35Z" + }, + { + "version": "11.2106.1206.3441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1206.3441.zip", + "checksum": "42e69df8a59eb9095f3220976a9dc15b", + "timestamp": "2021-06-12T06:34:50Z" + }, + { + "version": "11.2106.1123.4336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1123.4336.zip", + "checksum": "850eb4da96de5abffd17293e0af7b111", + "timestamp": "2021-06-11T23:43:45Z" + }, + { + "version": "11.2106.1123.1631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1123.1631.zip", + "checksum": "40a517235126cc5ed364af2e1b1a8530", + "timestamp": "2021-06-11T23:16:38Z" + }, + { + "version": "11.2106.1122.4617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1122.4617.zip", + "checksum": "203dfb4b6faecb8455f2c6c5d5b19ad3", + "timestamp": "2021-06-11T22:46:25Z" + }, + { + "version": "11.2106.1114.3453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1114.3453.zip", + "checksum": "ac79318f09644f1501abba306bf4a32b", + "timestamp": "2021-06-11T14:35:04Z" + }, + { + "version": "11.2106.1114.0541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1114.0541.zip", + "checksum": "28be6fc26bf1376fc85c4f49f5259f24", + "timestamp": "2021-06-11T14:05:48Z" + }, + { + "version": "11.2106.1113.4246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1113.4246.zip", + "checksum": "6082571fdd60da272e78bb0fe6a18f4b", + "timestamp": "2021-06-11T13:42:55Z" + }, + { + "version": "11.2106.1113.0954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1113.0954.zip", + "checksum": "f762ae8e84a710165ee592e61f66dd69", + "timestamp": "2021-06-11T13:10:05Z" + }, + { + "version": "11.2106.1112.4705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1112.4705.zip", + "checksum": "61fd4dec64d9b50bc9f994505b47e50f", + "timestamp": "2021-06-11T12:47:14Z" + }, + { + "version": "11.2106.1108.1824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1108.1824.zip", + "checksum": "ac0c0e10e40c2e34d46c2b0c74a46767", + "timestamp": "2021-06-11T08:18:31Z" + }, + { + "version": "11.2106.1106.0700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1106.0700.zip", + "checksum": "32b25510eb2ddad423ddd2d4f73ae5f9", + "timestamp": "2021-06-11T06:07:08Z" + }, + { + "version": "11.2106.1105.4335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1105.4335.zip", + "checksum": "5671c58b8ce327bc196728fc71783af4", + "timestamp": "2021-06-11T05:43:43Z" + }, + { + "version": "11.2106.1105.1417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1105.1417.zip", + "checksum": "ac5052042fa4b9104c1bbf11476e21cc", + "timestamp": "2021-06-11T05:14:25Z" + }, + { + "version": "11.2106.1021.1223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1021.1223.zip", + "checksum": "3493eb65142a5e738a5eaf8d6de3535d", + "timestamp": "2021-06-10T21:12:32Z" + }, + { + "version": "11.2106.1015.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.1015.1300.zip", + "checksum": "83454b351b4d42802916133163eaa248", + "timestamp": "2021-06-10T15:13:11Z" + }, + { + "version": "11.2106.0914.5506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0914.5506.zip", + "checksum": "1329d284e64e1a3e4b329ddc76a1371d", + "timestamp": "2021-06-09T14:55:14Z" + }, + { + "version": "11.2106.0912.5833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0912.5833.zip", + "checksum": "17f6c2a1c9af1873827a00a8959f1586", + "timestamp": "2021-06-09T12:58:42Z" + }, + { + "version": "11.2106.0908.4821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0908.4821.zip", + "checksum": "7b953cc74d55a8701a3f17b0ff103370", + "timestamp": "2021-06-09T08:48:29Z" + }, + { + "version": "11.2106.0814.2727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0814.2727.zip", + "checksum": "bd819f7f4bd883fb71e85e446789f1cf", + "timestamp": "2021-06-08T14:27:36Z" + }, + { + "version": "11.2106.0721.5950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0721.5950.zip", + "checksum": "678653e0017baf9f6c9551177f30b9c3", + "timestamp": "2021-06-07T22:00:00Z" + }, + { + "version": "11.2106.0721.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0721.3135.zip", + "checksum": "63db824aaa96d491e86b2d7ba33164f3", + "timestamp": "2021-06-07T21:31:43Z" + }, + { + "version": "11.2106.0714.5015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0714.5015.zip", + "checksum": "3a91fb494e91dd261aed38a80e62420f", + "timestamp": "2021-06-07T14:50:24Z" + }, + { + "version": "11.2106.0714.1932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0714.1932.zip", + "checksum": "880914506a6ab1f53b63bae237c16ec7", + "timestamp": "2021-06-07T14:19:40Z" + }, + { + "version": "11.2106.0713.5035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0713.5035.zip", + "checksum": "8b23097273ac7d6b2f2c0097dbca7369", + "timestamp": "2021-06-07T13:50:43Z" + }, + { + "version": "11.2106.0708.3755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0708.3755.zip", + "checksum": "d436081f3ed255bb4581a659322aa0db", + "timestamp": "2021-06-07T08:38:04Z" + }, + { + "version": "11.2106.0708.0222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0708.0222.zip", + "checksum": "35209a2053f9ad5da2f35d19926be8ac", + "timestamp": "2021-06-07T08:02:29Z" + }, + { + "version": "11.2106.0618.3524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0618.3524.zip", + "checksum": "e39b3c14d52a86ba27d0ee9503d47d08", + "timestamp": "2021-06-06T18:35:33Z" + }, + { + "version": "11.2106.0615.3930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0615.3930.zip", + "checksum": "a0f3d22d0a6a056c18b7e7c09e7c029b", + "timestamp": "2021-06-06T15:39:37Z" + }, + { + "version": "11.2106.0413.0046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0413.0046.zip", + "checksum": "3acc2b7d74a9fedda6f9716894af4915", + "timestamp": "2021-06-04T13:00:55Z" + }, + { + "version": "11.2106.0314.4819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0314.4819.zip", + "checksum": "4920227fd1330617544935025878bdf8", + "timestamp": "2021-06-03T14:48:27Z" + }, + { + "version": "11.2106.0302.3058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0302.3058.zip", + "checksum": "8b95cece39f64eb1de630138e0e6573b", + "timestamp": "2021-06-03T02:31:07Z" + }, + { + "version": "11.2106.0121.1607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2106.0121.1607.zip", + "checksum": "5f80bf22a44962d623852b1f25047aa5", + "timestamp": "2021-06-01T21:16:15Z" + }, + { + "version": "11.2105.3023.2320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.3023.2320.zip", + "checksum": "8a97689ebba34545fb19e3664b27fecb", + "timestamp": "2021-05-30T23:23:28Z" + }, + { + "version": "11.2105.3018.1254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.3018.1254.zip", + "checksum": "974be0fc40eb30d268ff9ba833e58c90", + "timestamp": "2021-05-30T18:13:04Z" + }, + { + "version": "11.2105.3008.3427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.3008.3427.zip", + "checksum": "cf37c11499b138152ca55502a14dc0e2", + "timestamp": "2021-05-30T08:34:36Z" + }, + { + "version": "11.2105.2711.3600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2711.3600.zip", + "checksum": "b05e347c4938e378a67b59f9dfe30b74", + "timestamp": "2021-05-27T11:36:08Z" + }, + { + "version": "11.2105.2708.4453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2708.4453.zip", + "checksum": "4b69bd47ee5cce5ae66f0f8e97dd8203", + "timestamp": "2021-05-27T08:45:04Z" + }, + { + "version": "11.2105.2706.1151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2706.1151.zip", + "checksum": "81d3a2afde26fd2d2e390a1fc42e694d", + "timestamp": "2021-05-27T06:11:59Z" + }, + { + "version": "11.2105.2705.4427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2705.4427.zip", + "checksum": "9685c95c1fcd81ff55bf49c48479f96d", + "timestamp": "2021-05-27T05:44:35Z" + }, + { + "version": "11.2105.2620.3101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2620.3101.zip", + "checksum": "d59bd2a88ab92b5a758a31898f81ab4c", + "timestamp": "2021-05-26T20:31:10Z" + }, + { + "version": "11.2105.2620.0822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2620.0822.zip", + "checksum": "4d62042a45f051cd011456e1a95c0a65", + "timestamp": "2021-05-26T20:08:30Z" + }, + { + "version": "11.2105.2619.3952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2619.3952.zip", + "checksum": "8bc4ad806e19122018d5e9df2a2a7ac0", + "timestamp": "2021-05-26T19:39:59Z" + }, + { + "version": "11.2105.2619.1732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2619.1732.zip", + "checksum": "bd280d2915587f9a0ad32292740d2750", + "timestamp": "2021-05-26T19:17:39Z" + }, + { + "version": "11.2105.2617.3356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2617.3356.zip", + "checksum": "b58b7b1899dc98fb4317a4f2bf0ce5e4", + "timestamp": "2021-05-26T17:34:06Z" + }, + { + "version": "11.2105.2615.3925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2615.3925.zip", + "checksum": "76c766893de39768b6a3a4a27db294e0", + "timestamp": "2021-05-26T15:39:34Z" + }, + { + "version": "11.2105.2418.5823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2418.5823.zip", + "checksum": "46d72ff429f341024e3736080334eb86", + "timestamp": "2021-05-24T18:58:33Z" + }, + { + "version": "11.2105.2417.4854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2417.4854.zip", + "checksum": "b11f7ed7caae85c84c3f63ef8197c71b", + "timestamp": "2021-05-24T17:49:03Z" + }, + { + "version": "11.2105.2412.1338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2412.1338.zip", + "checksum": "8c7621c4ba287d758731e30e24d3abc4", + "timestamp": "2021-05-24T12:13:46Z" + }, + { + "version": "11.2105.2407.1752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2407.1752.zip", + "checksum": "3a866edad5b9ef069ece5c6fb5b136d3", + "timestamp": "2021-05-24T07:18:00Z" + }, + { + "version": "11.2105.2406.5101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2406.5101.zip", + "checksum": "ffc8f324ffb997e17ff34b2fda5d40d8", + "timestamp": "2021-05-24T06:51:10Z" + }, + { + "version": "11.2105.2304.4847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2304.4847.zip", + "checksum": "6ede4ceb08680a3f748856dc66d26f33", + "timestamp": "2021-05-23T04:48:55Z" + }, + { + "version": "11.2105.2121.3859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2121.3859.zip", + "checksum": "999c4208c0800e757ce64ff97a8e5f87", + "timestamp": "2021-05-21T21:39:07Z" + }, + { + "version": "11.2105.2118.5243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2118.5243.zip", + "checksum": "0b395b607abfb574fd73f4f786fbdd50", + "timestamp": "2021-05-21T18:52:51Z" + }, + { + "version": "11.2105.2116.2929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2116.2929.zip", + "checksum": "70e53e0e6f89db5e777620113f3302f5", + "timestamp": "2021-05-21T16:29:37Z" + }, + { + "version": "11.2105.2112.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2112.5423.zip", + "checksum": "73ef465af45f90bbea3f5c62d5a15d18", + "timestamp": "2021-05-21T12:54:31Z" + }, + { + "version": "11.2105.2112.2157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2112.2157.zip", + "checksum": "723719ddf720ff957d2364123320e35a", + "timestamp": "2021-05-21T12:22:06Z" + }, + { + "version": "11.2105.2111.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2111.5430.zip", + "checksum": "8e421273f7754efb880e55a03498a44b", + "timestamp": "2021-05-21T11:54:37Z" + }, + { + "version": "11.2105.2111.2721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2111.2721.zip", + "checksum": "cb612d76ebb3fc30c208c5fc4691e1ff", + "timestamp": "2021-05-21T11:27:31Z" + }, + { + "version": "11.2105.2104.5046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2104.5046.zip", + "checksum": "840ffa2752187f24003213ea2cae148f", + "timestamp": "2021-05-21T04:50:54Z" + }, + { + "version": "11.2105.2023.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2023.5135.zip", + "checksum": "37b3757ad14242e5fc25ecef757e0a9a", + "timestamp": "2021-05-20T23:51:42Z" + }, + { + "version": "11.2105.2021.3359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2021.3359.zip", + "checksum": "43918bdda3b4deaeaa8d8f768612c647", + "timestamp": "2021-05-20T21:34:09Z" + }, + { + "version": "11.2105.2021.0432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.2021.0432.zip", + "checksum": "550663d0f1afe2bdd1c3ced9c4485bef", + "timestamp": "2021-05-20T21:04:40Z" + }, + { + "version": "11.2105.1920.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1920.5549.zip", + "checksum": "04898d689973864071f698aa49374b3e", + "timestamp": "2021-05-19T20:55:57Z" + }, + { + "version": "11.2105.1821.0402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1821.0402.zip", + "checksum": "fe8353ca07e38e00ec4e4d8da5ee831b", + "timestamp": "2021-05-18T21:04:10Z" + }, + { + "version": "11.2105.1819.4452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1819.4452.zip", + "checksum": "eef08e180740134c1b7f20fa3144430f", + "timestamp": "2021-05-18T19:45:00Z" + }, + { + "version": "11.2105.1818.4907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1818.4907.zip", + "checksum": "3c1ea439cc9323c4a93bfb207d5a947f", + "timestamp": "2021-05-18T18:49:15Z" + }, + { + "version": "11.2105.1811.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1811.4953.zip", + "checksum": "a3ea716a626417730f3bb10618c930a0", + "timestamp": "2021-05-18T11:50:00Z" + }, + { + "version": "11.2105.1806.1652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1806.1652.zip", + "checksum": "cf2722b176a404a17fdc6efd659872d5", + "timestamp": "2021-05-18T06:16:59Z" + }, + { + "version": "11.2105.1722.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1722.2915.zip", + "checksum": "490bc2c2bd1fca53c189504ddd10993e", + "timestamp": "2021-05-17T22:29:22Z" + }, + { + "version": "11.2105.1717.0827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1717.0827.zip", + "checksum": "5d8900403c2bae3628bc856c540d2805", + "timestamp": "2021-05-17T17:08:35Z" + }, + { + "version": "11.2105.1716.4045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1716.4045.zip", + "checksum": "8fffb98bc63d55e15e9d8fdeb4018736", + "timestamp": "2021-05-17T16:40:54Z" + }, + { + "version": "11.2105.1619.0432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1619.0432.zip", + "checksum": "bf59560e12f59bffe927861af37d3f72", + "timestamp": "2021-05-16T19:04:41Z" + }, + { + "version": "11.2105.1612.2252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1612.2252.zip", + "checksum": "50c9532ac446773fcb4b23de41c3c91d", + "timestamp": "2021-05-16T12:22:59Z" + }, + { + "version": "11.2105.1610.5155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1610.5155.zip", + "checksum": "a79161abedba760403d9066208c9af69", + "timestamp": "2021-05-16T10:52:05Z" + }, + { + "version": "11.2105.1610.2224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1610.2224.zip", + "checksum": "8bccf60e83cd77e2006bd123f9b0bb22", + "timestamp": "2021-05-16T10:22:32Z" + }, + { + "version": "11.2105.1521.2105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1521.2105.zip", + "checksum": "1f4f90186c50db5eb34c0a05a50156ca", + "timestamp": "2021-05-15T21:21:13Z" + }, + { + "version": "11.2105.1514.4832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1514.4832.zip", + "checksum": "9f41c9cb58c8f7eea6b12ec51b1c2988", + "timestamp": "2021-05-15T14:48:39Z" + }, + { + "version": "11.2105.1308.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1308.5547.zip", + "checksum": "16f9cc90107dc31caf5df5c7515ef960", + "timestamp": "2021-05-13T08:55:55Z" + }, + { + "version": "11.2105.1114.1546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1114.1546.zip", + "checksum": "9c97a6edc97adb6e93f1c0fab30bac90", + "timestamp": "2021-05-11T14:15:54Z" + }, + { + "version": "11.2105.1113.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1113.4339.zip", + "checksum": "d201f53a43d601eb8b1bbc7ddf7ea094", + "timestamp": "2021-05-11T13:43:46Z" + }, + { + "version": "11.2105.1113.1614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1113.1614.zip", + "checksum": "f5808a054a81366b3cd100a8199427bf", + "timestamp": "2021-05-11T13:16:22Z" + }, + { + "version": "11.2105.1112.4802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1112.4802.zip", + "checksum": "18fe2a309aab4d22ce6a03d5d697f2e4", + "timestamp": "2021-05-11T12:48:11Z" + }, + { + "version": "11.2105.1112.1946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1112.1946.zip", + "checksum": "d8eb0e2dafe22d9ba217b623f49bbd90", + "timestamp": "2021-05-11T12:19:55Z" + }, + { + "version": "11.2105.1022.2924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1022.2924.zip", + "checksum": "dac88d5b4e087e56db743a383540cc5b", + "timestamp": "2021-05-10T22:29:37Z" + }, + { + "version": "11.2105.1021.5607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1021.5607.zip", + "checksum": "6259afb490fc1b3eadbc237dad527210", + "timestamp": "2021-05-10T21:56:20Z" + }, + { + "version": "11.2105.1021.2347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1021.2347.zip", + "checksum": "499d53d08946cd1e783eb7566a4548f9", + "timestamp": "2021-05-10T21:23:55Z" + }, + { + "version": "11.2105.1020.5344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1020.5344.zip", + "checksum": "124ca07f1fc34c8ab435a9d0701c4ccd", + "timestamp": "2021-05-10T20:53:52Z" + }, + { + "version": "11.2105.1015.5420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.1015.5420.zip", + "checksum": "1961ac9fd7489a9599d19ee273e59aa9", + "timestamp": "2021-05-10T15:54:28Z" + }, + { + "version": "11.2105.0720.2945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0720.2945.zip", + "checksum": "1a779f28124e748310fcf38223cb95f3", + "timestamp": "2021-05-07T20:29:59Z" + }, + { + "version": "11.2105.0713.4100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0713.4100.zip", + "checksum": "3cffdf1b9d68f913548bb55e18f2949f", + "timestamp": "2021-05-07T13:41:10Z" + }, + { + "version": "11.2105.0712.3313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0712.3313.zip", + "checksum": "147ead4fc010f3160e10ce1fa792463f", + "timestamp": "2021-05-07T12:33:21Z" + }, + { + "version": "11.2105.0706.1529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0706.1529.zip", + "checksum": "77326b09e570a4f2cedfdefb4f1d2db3", + "timestamp": "2021-05-07T06:15:37Z" + }, + { + "version": "11.2105.0621.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0621.5847.zip", + "checksum": "d087b5cf9a3998ea604ba1e72af31ae3", + "timestamp": "2021-05-06T21:58:54Z" + }, + { + "version": "11.2105.0621.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0621.3057.zip", + "checksum": "e7ceeeef374d5b5f289b1a0cb08176ae", + "timestamp": "2021-05-06T21:31:07Z" + }, + { + "version": "11.2105.0616.0314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0616.0314.zip", + "checksum": "afcaae2e9d67f6bb79d74d3842c6bc3e", + "timestamp": "2021-05-06T16:03:22Z" + }, + { + "version": "11.2105.0615.3442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0615.3442.zip", + "checksum": "ae1e9e59a48030b3ab1f1653e2fad35b", + "timestamp": "2021-05-06T15:34:49Z" + }, + { + "version": "11.2105.0517.4512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0517.4512.zip", + "checksum": "9998ae8fa22c06e7c521a1cd2adc0aa8", + "timestamp": "2021-05-05T17:45:22Z" + }, + { + "version": "11.2105.0515.4440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0515.4440.zip", + "checksum": "9b46131b226d38951fadabd1f9599401", + "timestamp": "2021-05-05T15:44:48Z" + }, + { + "version": "11.2105.0512.5022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0512.5022.zip", + "checksum": "1003607dd5d54e1287a38baf33033bbe", + "timestamp": "2021-05-05T12:50:30Z" + }, + { + "version": "11.2105.0512.2138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0512.2138.zip", + "checksum": "c40a507cc1b2bf852cb225bbbb96b2e7", + "timestamp": "2021-05-05T12:21:46Z" + }, + { + "version": "11.2105.0511.5228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0511.5228.zip", + "checksum": "f36b59acd12118742b4cdd1ffd50e46b", + "timestamp": "2021-05-05T11:52:36Z" + }, + { + "version": "11.2105.0507.5931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0507.5931.zip", + "checksum": "94ea3bb8b08e50026a5ac377c1cc579d", + "timestamp": "2021-05-05T07:59:40Z" + }, + { + "version": "11.2105.0504.4548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0504.4548.zip", + "checksum": "50ddafd329bcb2af6ebd386032e8d7ef", + "timestamp": "2021-05-05T04:45:55Z" + }, + { + "version": "11.2105.0504.1833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0504.1833.zip", + "checksum": "0bcf59d0a646f6b790db36cd6fd0fc92", + "timestamp": "2021-05-05T04:18:41Z" + }, + { + "version": "11.2105.0502.2530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0502.2530.zip", + "checksum": "85a5cabe6458c9506d73cd1a6991aa92", + "timestamp": "2021-05-05T02:25:39Z" + }, + { + "version": "11.2105.0501.4054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0501.4054.zip", + "checksum": "407f8e5786e3ec5c1155307d59011762", + "timestamp": "2021-05-05T01:41:01Z" + }, + { + "version": "11.2105.0423.0355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0423.0355.zip", + "checksum": "b235894c463cb0f8682ec1d624fe150f", + "timestamp": "2021-05-04T23:04:05Z" + }, + { + "version": "11.2105.0418.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0418.1309.zip", + "checksum": "62e74a90702972d9ea20d13fd6847212", + "timestamp": "2021-05-04T18:13:18Z" + }, + { + "version": "11.2105.0417.3555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0417.3555.zip", + "checksum": "3885f6207ed7022eb9d8620162d379cf", + "timestamp": "2021-05-04T17:36:04Z" + }, + { + "version": "11.2105.0416.1034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0416.1034.zip", + "checksum": "5972ef6a6197886aa3d5b2e0cfdd12ee", + "timestamp": "2021-05-04T16:10:42Z" + }, + { + "version": "11.2105.0415.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0415.4751.zip", + "checksum": "5b1351b7844528fe7ddea09fef2be473", + "timestamp": "2021-05-04T15:47:59Z" + }, + { + "version": "11.2105.0415.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0415.2538.zip", + "checksum": "394550e0db8e4e6ed25438d0065ea68d", + "timestamp": "2021-05-04T15:25:46Z" + }, + { + "version": "11.2105.0409.4759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0409.4759.zip", + "checksum": "7796f0927f7ca9007eb8224a74a899bc", + "timestamp": "2021-05-04T09:48:10Z" + }, + { + "version": "11.2105.0409.1806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0409.1806.zip", + "checksum": "61528998cea4899fc34551b565f83d38", + "timestamp": "2021-05-04T09:18:14Z" + }, + { + "version": "11.2105.0405.3212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0405.3212.zip", + "checksum": "6a34256af48be160ce73700ceb262007", + "timestamp": "2021-05-04T05:32:20Z" + }, + { + "version": "11.2105.0405.0934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0405.0934.zip", + "checksum": "5a086a6073b37d8ce4f767880dd0cccb", + "timestamp": "2021-05-04T05:09:43Z" + }, + { + "version": "11.2105.0322.2840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0322.2840.zip", + "checksum": "f50cfb3ee7f5b63efbe0ae9357b20848", + "timestamp": "2021-05-03T22:28:48Z" + }, + { + "version": "11.2105.0322.0634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0322.0634.zip", + "checksum": "bd6f3b513e3a5bb80ab067adeb3d181d", + "timestamp": "2021-05-03T22:06:42Z" + }, + { + "version": "11.2105.0315.5319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0315.5319.zip", + "checksum": "a301421880a5436b93c6165d8c7d318a", + "timestamp": "2021-05-03T15:53:27Z" + }, + { + "version": "11.2105.0308.1338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0308.1338.zip", + "checksum": "596c009b2e49a5f0dc7f047c35c1f3c1", + "timestamp": "2021-05-03T08:13:45Z" + }, + { + "version": "11.2105.0221.1709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0221.1709.zip", + "checksum": "4327d6797cc00f49586d9006ca786ce5", + "timestamp": "2021-05-02T21:17:17Z" + }, + { + "version": "11.2105.0219.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0219.4202.zip", + "checksum": "35c9dab67ccf9c3e06abbd98a7a9b257", + "timestamp": "2021-05-02T19:42:15Z" + }, + { + "version": "11.2105.0216.0940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0216.0940.zip", + "checksum": "851ce996fcea1bc80cfb970276ebd188", + "timestamp": "2021-05-02T16:09:47Z" + }, + { + "version": "11.2105.0209.5621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0209.5621.zip", + "checksum": "40f3d9fdbee697ae98616d8f0d6a6509", + "timestamp": "2021-05-02T09:56:29Z" + }, + { + "version": "11.2105.0123.0506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0123.0506.zip", + "checksum": "a13dbc0ac30ec4e65aba23a810b1599f", + "timestamp": "2021-05-01T23:05:14Z" + }, + { + "version": "11.2105.0116.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0116.3057.zip", + "checksum": "0d817736deda7c785850c6d727625159", + "timestamp": "2021-05-01T16:31:07Z" + }, + { + "version": "11.2105.0116.0416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2105.0116.0416.zip", + "checksum": "a010a55f941436b0d7b7e5e03e95f92a", + "timestamp": "2021-05-01T16:04:23Z" + }, + { + "version": "11.2104.3019.0806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.3019.0806.zip", + "checksum": "62853ee750954481b5edebab0b8fe138", + "timestamp": "2021-04-30T19:08:14Z" + }, + { + "version": "11.2104.3011.1023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.3011.1023.zip", + "checksum": "e8912dd14ec03415ba9592707778747a", + "timestamp": "2021-04-30T11:10:32Z" + }, + { + "version": "11.2104.3008.5516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.3008.5516.zip", + "checksum": "dcafb16e50b197849680c223d6a07647", + "timestamp": "2021-04-30T08:55:24Z" + }, + { + "version": "11.2104.2920.0436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2920.0436.zip", + "checksum": "5eed2770ad7ae395dd57e468902e19ac", + "timestamp": "2021-04-29T20:04:44Z" + }, + { + "version": "11.2104.2919.3623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2919.3623.zip", + "checksum": "1b7603c9ef0faacf446bb869f58654c3", + "timestamp": "2021-04-29T19:36:32Z" + }, + { + "version": "11.2104.2912.4314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2912.4314.zip", + "checksum": "20ea21b08491b3419d9f72673ed5ef5e", + "timestamp": "2021-04-29T12:43:22Z" + }, + { + "version": "11.2104.2714.4508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2714.4508.zip", + "checksum": "0ed7747f184555184113801c3c0962f0", + "timestamp": "2021-04-27T14:45:16Z" + }, + { + "version": "11.2104.2714.0723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2714.0723.zip", + "checksum": "9e59b0b1e46a4acfbe7b1b7a2f612126", + "timestamp": "2021-04-27T14:07:31Z" + }, + { + "version": "11.2104.2622.3700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2622.3700.zip", + "checksum": "65a2c1a60e31610421d35360ac9c2c6e", + "timestamp": "2021-04-26T22:37:10Z" + }, + { + "version": "11.2104.2622.0906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2622.0906.zip", + "checksum": "f0f36e7827d2eb1bdb48600df5b23779", + "timestamp": "2021-04-26T22:09:14Z" + }, + { + "version": "11.2104.2615.0529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2615.0529.zip", + "checksum": "e506110df6eaa18b345a869ddc597308", + "timestamp": "2021-04-26T15:05:37Z" + }, + { + "version": "11.2104.2614.0609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2614.0609.zip", + "checksum": "fc01b5c9f8a7a03240763f9aba17d09e", + "timestamp": "2021-04-26T14:06:17Z" + }, + { + "version": "11.2104.2517.5610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2517.5610.zip", + "checksum": "c847db52087f1536b00d28f990b9d1b4", + "timestamp": "2021-04-25T17:56:18Z" + }, + { + "version": "11.2104.2517.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2517.4202.zip", + "checksum": "e86c8b2d9a75560db2392f453ae2704d", + "timestamp": "2021-04-25T17:42:15Z" + }, + { + "version": "11.2104.2517.1450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2517.1450.zip", + "checksum": "5117a761c2af8ba73c6deb3eec0e322b", + "timestamp": "2021-04-25T17:14:57Z" + }, + { + "version": "11.2104.2516.1751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2516.1751.zip", + "checksum": "ec6a621b5949969c7313df2801e166b2", + "timestamp": "2021-04-25T16:17:59Z" + }, + { + "version": "11.2104.2515.5023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2515.5023.zip", + "checksum": "b01f592fc15577e5536eeaea6edcfa59", + "timestamp": "2021-04-25T15:50:30Z" + }, + { + "version": "11.2104.2420.4828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2420.4828.zip", + "checksum": "311220868f3aa7d4a3e1e6bc6a609503", + "timestamp": "2021-04-24T20:48:37Z" + }, + { + "version": "11.2104.2414.2155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2414.2155.zip", + "checksum": "0125cd1ee28531d6838fa1277dadcd25", + "timestamp": "2021-04-24T14:22:05Z" + }, + { + "version": "11.2104.2308.4127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2308.4127.zip", + "checksum": "f7793fc676361da9ec2530fcbe844ca7", + "timestamp": "2021-04-23T08:41:37Z" + }, + { + "version": "11.2104.2215.2907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2215.2907.zip", + "checksum": "0b02e50aa77ebf777b8f10f17417745b", + "timestamp": "2021-04-22T15:29:15Z" + }, + { + "version": "11.2104.2215.0134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2215.0134.zip", + "checksum": "0b912461aebabb3021931301cad9ff56", + "timestamp": "2021-04-22T15:01:42Z" + }, + { + "version": "11.2104.2118.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2118.2918.zip", + "checksum": "88a2660b6e53024d41c0db553f8b7a7c", + "timestamp": "2021-04-21T18:29:25Z" + }, + { + "version": "11.2104.2114.4055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2114.4055.zip", + "checksum": "45fb5a5010bd52c184d26859a5e25ea8", + "timestamp": "2021-04-21T14:41:04Z" + }, + { + "version": "11.2104.2114.1333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2114.1333.zip", + "checksum": "36390446fa93c79edf8f674c2f94c0f1", + "timestamp": "2021-04-21T14:13:42Z" + }, + { + "version": "11.2104.2112.4305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2112.4305.zip", + "checksum": "26e7b4379673c9c991df2c0c64ffb031", + "timestamp": "2021-04-21T12:43:14Z" + }, + { + "version": "11.2104.2112.1518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2112.1518.zip", + "checksum": "03f149ab0e886efabf7344bee724109d", + "timestamp": "2021-04-21T12:15:27Z" + }, + { + "version": "11.2104.2016.3024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2016.3024.zip", + "checksum": "11d9b6d49b020573b8837e8cf373caa0", + "timestamp": "2021-04-20T16:30:34Z" + }, + { + "version": "11.2104.2011.5303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.2011.5303.zip", + "checksum": "084c959a55dec11b7f4fafb820b68954", + "timestamp": "2021-04-20T11:53:12Z" + }, + { + "version": "11.2104.1918.5238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1918.5238.zip", + "checksum": "09bdc64c1031f7e926cf101e19f5504e", + "timestamp": "2021-04-19T18:52:45Z" + }, + { + "version": "11.2104.1913.4100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1913.4100.zip", + "checksum": "f7873db5e13f3f64f6d899d740d4b263", + "timestamp": "2021-04-19T13:41:08Z" + }, + { + "version": "11.2104.1913.0903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1913.0903.zip", + "checksum": "49ad9cbe528a6bc188e56b3585403cf1", + "timestamp": "2021-04-19T13:09:11Z" + }, + { + "version": "11.2104.1912.3900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1912.3900.zip", + "checksum": "9c3550f1fcadb8dd83fba69f856d998a", + "timestamp": "2021-04-19T12:39:09Z" + }, + { + "version": "11.2104.1906.5346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1906.5346.zip", + "checksum": "a3c300d3681dd3ceed6a274a35904e80", + "timestamp": "2021-04-19T06:53:54Z" + }, + { + "version": "11.2104.1804.4824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1804.4824.zip", + "checksum": "1b9a9ccd7baa2273572c2f3c21d09402", + "timestamp": "2021-04-18T04:48:32Z" + }, + { + "version": "11.2104.1713.1441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1713.1441.zip", + "checksum": "ca91c9cf6b2ff687b5c01d7d1e1f6562", + "timestamp": "2021-04-17T13:14:50Z" + }, + { + "version": "11.2104.1514.0308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1514.0308.zip", + "checksum": "9d06221ef56fa839e50e5074ad86ccf4", + "timestamp": "2021-04-15T14:03:17Z" + }, + { + "version": "11.2104.1421.1102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1421.1102.zip", + "checksum": "f0fed96e123d83b80e2b6d1c4f05d46d", + "timestamp": "2021-04-14T21:11:11Z" + }, + { + "version": "11.2104.1418.2013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1418.2013.zip", + "checksum": "e3411cf2bb70acd9927ac1285263093c", + "timestamp": "2021-04-14T18:20:21Z" + }, + { + "version": "11.2104.1416.4626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1416.4626.zip", + "checksum": "e67b8ec41c26d4ae3cedee27fd3f6a0b", + "timestamp": "2021-04-14T16:46:35Z" + }, + { + "version": "11.2104.1414.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1414.3221.zip", + "checksum": "243b38c551d636832b360414c4f132a7", + "timestamp": "2021-04-14T14:32:28Z" + }, + { + "version": "11.2104.1414.0440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1414.0440.zip", + "checksum": "b46288d47c6f557252c92da3c7a91c19", + "timestamp": "2021-04-14T14:04:48Z" + }, + { + "version": "11.2104.1413.2045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1413.2045.zip", + "checksum": "cd7ec9fa3523b38fc481f4911ea10528", + "timestamp": "2021-04-14T13:20:53Z" + }, + { + "version": "11.2104.1409.4906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1409.4906.zip", + "checksum": "2d7babfeb333eb4799a57e6cf2f867f4", + "timestamp": "2021-04-14T09:49:16Z" + }, + { + "version": "11.2104.1317.4039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1317.4039.zip", + "checksum": "fa6f54be0578e4ebf16862cd5ae31597", + "timestamp": "2021-04-13T17:40:48Z" + }, + { + "version": "11.2104.1315.0157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1315.0157.zip", + "checksum": "4362ca428f80bafc4ba616a2a871b230", + "timestamp": "2021-04-13T15:02:05Z" + }, + { + "version": "11.2104.1314.3712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1314.3712.zip", + "checksum": "2eab0d00d60c74b217f45110372cd4ab", + "timestamp": "2021-04-13T14:37:23Z" + }, + { + "version": "11.2104.1314.1027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1314.1027.zip", + "checksum": "8f373f998ce894f4db8bb1f06f4bbbef", + "timestamp": "2021-04-13T14:10:34Z" + }, + { + "version": "11.2104.1313.1419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1313.1419.zip", + "checksum": "cd59bc245a99c89f181ae58cca720dae", + "timestamp": "2021-04-13T13:14:27Z" + }, + { + "version": "11.2104.1309.4829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1309.4829.zip", + "checksum": "c823b12b82482dd9ea841d724f688628", + "timestamp": "2021-04-13T09:48:37Z" + }, + { + "version": "11.2104.1221.0524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1221.0524.zip", + "checksum": "04f1ff85b7f660304c2e6608d245024a", + "timestamp": "2021-04-12T21:05:32Z" + }, + { + "version": "11.2104.1218.1744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1218.1744.zip", + "checksum": "ec9d4060e8c576fc4e46d871fa270e1e", + "timestamp": "2021-04-12T18:17:52Z" + }, + { + "version": "11.2104.1214.3931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1214.3931.zip", + "checksum": "ab5da580ce9c796687361375457e119e", + "timestamp": "2021-04-12T14:39:39Z" + }, + { + "version": "11.2104.1214.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1214.1057.zip", + "checksum": "56a3601c9e7d8518f6ae743f63759db0", + "timestamp": "2021-04-12T14:11:06Z" + }, + { + "version": "11.2104.1209.1833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1209.1833.zip", + "checksum": "9a5486d0b1620f0bf5062e1d7fd15653", + "timestamp": "2021-04-12T09:18:41Z" + }, + { + "version": "11.2104.1121.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1121.5348.zip", + "checksum": "06c0c01122ee059c7a3ddfe22b2393fb", + "timestamp": "2021-04-11T21:53:55Z" + }, + { + "version": "11.2104.1118.1827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1118.1827.zip", + "checksum": "c8ff9d6e0ce817801062ccb89f2d72a6", + "timestamp": "2021-04-11T18:18:35Z" + }, + { + "version": "11.2104.1117.5118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1117.5118.zip", + "checksum": "82dc1ac0fa23fa45a81d459f86bd5862", + "timestamp": "2021-04-11T17:51:26Z" + }, + { + "version": "11.2104.1116.4738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1116.4738.zip", + "checksum": "b3f3e742e5fdbc65395b3b0ed0369191", + "timestamp": "2021-04-11T16:47:47Z" + }, + { + "version": "11.2104.1116.1932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1116.1932.zip", + "checksum": "2ce152c1bac2c4c05c8d29145fb1fc26", + "timestamp": "2021-04-11T16:19:40Z" + }, + { + "version": "11.2104.1112.3058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1112.3058.zip", + "checksum": "a08b547843c31a73f3070c88cb0d38f4", + "timestamp": "2021-04-11T12:31:05Z" + }, + { + "version": "11.2104.1112.0328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1112.0328.zip", + "checksum": "6b0c50e889eba34824b72d6c66191fba", + "timestamp": "2021-04-11T12:03:36Z" + }, + { + "version": "11.2104.1023.3100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1023.3100.zip", + "checksum": "384497d3724d26043f1c72df545cba53", + "timestamp": "2021-04-10T23:31:08Z" + }, + { + "version": "11.2104.1023.0352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1023.0352.zip", + "checksum": "b95f1b94a246447418abfdd6f3219240", + "timestamp": "2021-04-10T23:03:59Z" + }, + { + "version": "11.2104.1021.5947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1021.5947.zip", + "checksum": "989c2e13dd4fe36aced2469986429953", + "timestamp": "2021-04-10T21:59:55Z" + }, + { + "version": "11.2104.1021.3248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1021.3248.zip", + "checksum": "29ad1db8b68d0a74889760668087b2a2", + "timestamp": "2021-04-10T21:33:04Z" + }, + { + "version": "11.2104.1020.1251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1020.1251.zip", + "checksum": "1b12624b205aa6c094aa02427aa72678", + "timestamp": "2021-04-10T20:12:59Z" + }, + { + "version": "11.2104.1019.5131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1019.5131.zip", + "checksum": "edc98a0805766777630a4338aee60394", + "timestamp": "2021-04-10T19:51:39Z" + }, + { + "version": "11.2104.1017.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1017.4723.zip", + "checksum": "7a09fb1d6295974f9be1b0101bafede4", + "timestamp": "2021-04-10T17:47:32Z" + }, + { + "version": "11.2104.1015.4037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1015.4037.zip", + "checksum": "7c76834cc22f1c0ad3a449703f408baa", + "timestamp": "2021-04-10T15:40:45Z" + }, + { + "version": "11.2104.1001.2102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1001.2102.zip", + "checksum": "0668f102bd8464f46a8f66d4d05c54f7", + "timestamp": "2021-04-10T01:21:09Z" + }, + { + "version": "11.2104.1000.0300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.1000.0300.zip", + "checksum": "5ce64925608a2e7f924292837de9a415", + "timestamp": "2021-04-10T00:03:08Z" + }, + { + "version": "11.2104.0922.0049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0922.0049.zip", + "checksum": "49ec9044cff3b2db7f5f5347374aa5d8", + "timestamp": "2021-04-09T22:00:57Z" + }, + { + "version": "11.2104.0921.3150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0921.3150.zip", + "checksum": "17d4edc615ddba158eb74e7962d49ebd", + "timestamp": "2021-04-09T21:31:58Z" + }, + { + "version": "11.2104.0911.0445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0911.0445.zip", + "checksum": "adffcb1841b72b743a97b121f33a0b03", + "timestamp": "2021-04-09T11:04:53Z" + }, + { + "version": "11.2104.0910.3620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0910.3620.zip", + "checksum": "3a8079507b41632feb6a13f8b7f73d62", + "timestamp": "2021-04-09T10:36:28Z" + }, + { + "version": "11.2104.0821.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0821.5637.zip", + "checksum": "16917ac3cb6ea34b858ef3043b819622", + "timestamp": "2021-04-08T21:56:45Z" + }, + { + "version": "11.2104.0816.3946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0816.3946.zip", + "checksum": "2b2de74c9c766bf47cde036b77eb9f6d", + "timestamp": "2021-04-08T16:39:53Z" + }, + { + "version": "11.2104.0812.4923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0812.4923.zip", + "checksum": "79f82ca4e8ee1606904e70636945508d", + "timestamp": "2021-04-08T12:49:31Z" + }, + { + "version": "11.2104.0811.3814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0811.3814.zip", + "checksum": "e01186cacd40091026b18ff90989a8af", + "timestamp": "2021-04-08T11:38:22Z" + }, + { + "version": "11.2104.0723.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0723.2827.zip", + "checksum": "8054e265377f42ebffab0caed1bb8b64", + "timestamp": "2021-04-07T23:28:34Z" + }, + { + "version": "11.2104.0722.5303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0722.5303.zip", + "checksum": "a4bb33bd8202f171fd4e0b3da9d3dcf9", + "timestamp": "2021-04-07T22:53:11Z" + }, + { + "version": "11.2104.0721.4935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0721.4935.zip", + "checksum": "44b26bebe3d743716c643b209fe6a337", + "timestamp": "2021-04-07T21:49:44Z" + }, + { + "version": "11.2104.0721.0953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0721.0953.zip", + "checksum": "e3538286b7f3c03ee7bb712ec712d976", + "timestamp": "2021-04-07T21:10:00Z" + }, + { + "version": "11.2104.0717.2609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0717.2609.zip", + "checksum": "89cd851d10f81cd220f240d433f92ca1", + "timestamp": "2021-04-07T17:26:16Z" + }, + { + "version": "11.2104.0716.5311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0716.5311.zip", + "checksum": "d42930518d23d89279a7bb38902c4238", + "timestamp": "2021-04-07T16:53:18Z" + }, + { + "version": "11.2104.0713.2608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0713.2608.zip", + "checksum": "1621f55f4e7d606403ae596343a70ebc", + "timestamp": "2021-04-07T13:26:15Z" + }, + { + "version": "11.2104.0712.5900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0712.5900.zip", + "checksum": "f860c33e9181d96f6f0f924de770b178", + "timestamp": "2021-04-07T12:59:08Z" + }, + { + "version": "11.2104.0619.1510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0619.1510.zip", + "checksum": "1dcc816111310760e66c4fffad112abb", + "timestamp": "2021-04-06T19:15:18Z" + }, + { + "version": "11.2104.0515.5330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0515.5330.zip", + "checksum": "1ad8f7a1c839bcca66124a4495037642", + "timestamp": "2021-04-05T15:53:37Z" + }, + { + "version": "11.2104.0512.1428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0512.1428.zip", + "checksum": "2880045ae2980ecd90042f76a8456d99", + "timestamp": "2021-04-05T12:14:37Z" + }, + { + "version": "11.2104.0506.5755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0506.5755.zip", + "checksum": "6119a86073887efd30382122d352ee2e", + "timestamp": "2021-04-05T06:58:03Z" + }, + { + "version": "11.2104.0415.3811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0415.3811.zip", + "checksum": "3b5b7de1ea1dd5712d97efb1d8c32528", + "timestamp": "2021-04-04T15:38:19Z" + }, + { + "version": "11.2104.0411.4302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0411.4302.zip", + "checksum": "6e7dd9f9c9c5a42a8acc509a8851ac27", + "timestamp": "2021-04-04T11:43:09Z" + }, + { + "version": "11.2104.0322.1636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0322.1636.zip", + "checksum": "de716bfc8563b55408a3b77a07902c5a", + "timestamp": "2021-04-03T22:16:43Z" + }, + { + "version": "11.2104.0317.5029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0317.5029.zip", + "checksum": "427f63ccc9b2cd2cd2ef1db0f3385420", + "timestamp": "2021-04-03T17:50:37Z" + }, + { + "version": "11.2104.0300.2353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0300.2353.zip", + "checksum": "372ebf76cf76a12083fc0c1d31f51518", + "timestamp": "2021-04-03T00:24:01Z" + }, + { + "version": "11.2104.0223.2002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0223.2002.zip", + "checksum": "1c7f9355eface89a38f4ccffeca7da63", + "timestamp": "2021-04-02T23:20:10Z" + }, + { + "version": "11.2104.0222.5339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0222.5339.zip", + "checksum": "48bc99bd80cbdda7b7c2904afc56c0dd", + "timestamp": "2021-04-02T22:53:47Z" + }, + { + "version": "11.2104.0215.0141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0215.0141.zip", + "checksum": "646cfd44945931bbcbbe85dc9106a596", + "timestamp": "2021-04-02T15:01:51Z" + }, + { + "version": "11.2104.0117.4450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0117.4450.zip", + "checksum": "8586dc575b0fc70d9cb15231bf478857", + "timestamp": "2021-04-01T17:44:58Z" + }, + { + "version": "11.2104.0116.2851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0116.2851.zip", + "checksum": "6a11252b8a4d9ab1c87f30764d20fda8", + "timestamp": "2021-04-01T16:28:58Z" + }, + { + "version": "11.2104.0116.0200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2104.0116.0200.zip", + "checksum": "b78fb4a19cefbf9603a20c1bf333f4ef", + "timestamp": "2021-04-01T16:02:09Z" + }, + { + "version": "11.2103.3013.5949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.3013.5949.zip", + "checksum": "b27af7ecf7b7cc6864d027b246d982f9", + "timestamp": "2021-03-30T13:59:56Z" + }, + { + "version": "11.2103.2716.5002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2716.5002.zip", + "checksum": "92fdb9ccbbeea52287cf965eaf12b65d", + "timestamp": "2021-03-27T16:50:10Z" + }, + { + "version": "11.2103.2708.5023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2708.5023.zip", + "checksum": "a2f4972b5ed61fd5eaba77b9662ac1f5", + "timestamp": "2021-03-27T08:50:30Z" + }, + { + "version": "11.2103.2700.2939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2700.2939.zip", + "checksum": "db1c2ab541d2a25ed73f780e8b39a129", + "timestamp": "2021-03-27T00:29:48Z" + }, + { + "version": "11.2103.2700.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2700.0059.zip", + "checksum": "3169b86766fa66e598deef4b5c4af236", + "timestamp": "2021-03-27T00:01:08Z" + }, + { + "version": "11.2103.2612.0139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2612.0139.zip", + "checksum": "9b20b0c48d3da401ee1868d932c301d1", + "timestamp": "2021-03-26T12:01:46Z" + }, + { + "version": "11.2103.2611.3654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2611.3654.zip", + "checksum": "3a179979dce6ce2ea08266aae462a85f", + "timestamp": "2021-03-26T11:37:03Z" + }, + { + "version": "11.2103.2523.2033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2523.2033.zip", + "checksum": "b6a568ad93fecc8591b47e53f4cac3e1", + "timestamp": "2021-03-25T23:20:41Z" + }, + { + "version": "11.2103.2516.5400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2516.5400.zip", + "checksum": "e869792f1cc9b8c100e7a807e6bf854b", + "timestamp": "2021-03-25T16:54:09Z" + }, + { + "version": "11.2103.2516.2433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2516.2433.zip", + "checksum": "189bf257c7cab9e692a88c9125098c5b", + "timestamp": "2021-03-25T16:24:40Z" + }, + { + "version": "11.2103.2501.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2501.5847.zip", + "checksum": "1d0912d154cce8c07e1381388fd7bfa3", + "timestamp": "2021-03-25T01:58:56Z" + }, + { + "version": "11.2103.2501.3012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2501.3012.zip", + "checksum": "4e146709e5ada83b872e315013d32d43", + "timestamp": "2021-03-25T01:30:21Z" + }, + { + "version": "11.2103.2500.3446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2500.3446.zip", + "checksum": "6a8df48589e0c0d398852f9670f6acea", + "timestamp": "2021-03-25T00:34:54Z" + }, + { + "version": "11.2103.2422.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2422.2927.zip", + "checksum": "0bf184fe1fc480c07b12c11a0ec8ecdb", + "timestamp": "2021-03-24T22:29:35Z" + }, + { + "version": "11.2103.2314.4104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2314.4104.zip", + "checksum": "f26aaa913acb76f6cbed18226419367b", + "timestamp": "2021-03-23T14:41:11Z" + }, + { + "version": "11.2103.2306.3450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2306.3450.zip", + "checksum": "253d5c62d826fa10657382d97b7e4157", + "timestamp": "2021-03-23T06:34:57Z" + }, + { + "version": "11.2103.2305.0326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2305.0326.zip", + "checksum": "75f0f37b879bf2e45cdd4d6ffb986681", + "timestamp": "2021-03-23T05:03:34Z" + }, + { + "version": "11.2103.2301.2416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2301.2416.zip", + "checksum": "1c850f00555cf8664c7068114f25c247", + "timestamp": "2021-03-23T01:24:24Z" + }, + { + "version": "11.2103.2222.2415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2222.2415.zip", + "checksum": "1ec83c590b954310260b5540dca96f68", + "timestamp": "2021-03-22T22:24:24Z" + }, + { + "version": "11.2103.2219.0244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2219.0244.zip", + "checksum": "1f609b1a968801e85073cbc23037b1c1", + "timestamp": "2021-03-22T19:02:52Z" + }, + { + "version": "11.2103.2218.3752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2218.3752.zip", + "checksum": "b10846c962e6b8367e4c93458222b744", + "timestamp": "2021-03-22T18:38:04Z" + }, + { + "version": "11.2103.2218.3750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2218.3750.zip", + "checksum": "9afdf9a40df3075c95210dc0191ac7ab", + "timestamp": "2021-03-22T18:38:03Z" + }, + { + "version": "11.2103.2218.0710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2218.0710.zip", + "checksum": "d0651ad18c2d23ce5c028c005a64c71d", + "timestamp": "2021-03-22T18:07:18Z" + }, + { + "version": "11.2103.2217.2240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2217.2240.zip", + "checksum": "555610a0a1f46527bc39e6fa734c7b47", + "timestamp": "2021-03-22T17:22:48Z" + }, + { + "version": "11.2103.2123.2952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2123.2952.zip", + "checksum": "39a3df2ba8cdd0b9c07954de79df14a9", + "timestamp": "2021-03-21T23:30:06Z" + }, + { + "version": "11.2103.2119.3754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2119.3754.zip", + "checksum": "7bf9dc1bea8192cc3b28be25f2dd95d0", + "timestamp": "2021-03-21T19:38:03Z" + }, + { + "version": "11.2103.2114.2546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2114.2546.zip", + "checksum": "5682df70a219faf44832238bdb9751d1", + "timestamp": "2021-03-21T14:25:53Z" + }, + { + "version": "11.2103.2001.1523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2001.1523.zip", + "checksum": "2689062c082dec1bc333ece0a6a03968", + "timestamp": "2021-03-20T01:15:31Z" + }, + { + "version": "11.2103.2000.1318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.2000.1318.zip", + "checksum": "0bde61877235f9ef9cc64ce7de5a31d6", + "timestamp": "2021-03-20T00:13:26Z" + }, + { + "version": "11.2103.1918.0510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1918.0510.zip", + "checksum": "36021166104ff8114fef5296b95cba8e", + "timestamp": "2021-03-19T18:05:18Z" + }, + { + "version": "11.2103.1909.1753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1909.1753.zip", + "checksum": "f4b7f6dcb7121c63c1bedf67846a99d9", + "timestamp": "2021-03-19T09:18:01Z" + }, + { + "version": "11.2103.1908.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1908.4817.zip", + "checksum": "daf65dd76881a6319334979cbb3e7cb8", + "timestamp": "2021-03-19T08:48:25Z" + }, + { + "version": "11.2103.1907.4223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1907.4223.zip", + "checksum": "07134c2b8a8357daf3d3fd6093e67c28", + "timestamp": "2021-03-19T07:42:32Z" + }, + { + "version": "11.2103.1907.1520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1907.1520.zip", + "checksum": "9d6c3f89e21bf07e7650e082e2052ab0", + "timestamp": "2021-03-19T07:15:27Z" + }, + { + "version": "11.2103.1815.1004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1815.1004.zip", + "checksum": "4a29f58b9ef07d70dcf8e6cd47110807", + "timestamp": "2021-03-18T15:10:13Z" + }, + { + "version": "11.2103.1811.1511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1811.1511.zip", + "checksum": "6f0b0b4b670f4baaa71b1c8f05a2ae3d", + "timestamp": "2021-03-18T11:15:20Z" + }, + { + "version": "11.2103.1703.4704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1703.4704.zip", + "checksum": "c7216ada8027ce6080d84c32ce818c27", + "timestamp": "2021-03-17T03:47:11Z" + }, + { + "version": "11.2103.1620.1257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1620.1257.zip", + "checksum": "c745860cace099c1c2b9d39cc5252a65", + "timestamp": "2021-03-16T20:13:05Z" + }, + { + "version": "11.2103.1619.4543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1619.4543.zip", + "checksum": "488ce4a5bc17db558149051ae8948062", + "timestamp": "2021-03-16T19:45:51Z" + }, + { + "version": "11.2103.1614.0300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1614.0300.zip", + "checksum": "fb7c31f53d88696ab8a7f8cbc06826d9", + "timestamp": "2021-03-16T14:03:09Z" + }, + { + "version": "11.2103.1518.4404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1518.4404.zip", + "checksum": "05054b83c2f387e3af2db2bf735ecd9e", + "timestamp": "2021-03-15T18:44:11Z" + }, + { + "version": "11.2103.1517.2550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1517.2550.zip", + "checksum": "34887fe43c084d6195e03c355698c30b", + "timestamp": "2021-03-15T17:25:58Z" + }, + { + "version": "11.2103.1515.5752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1515.5752.zip", + "checksum": "3ed5ed618d4368f5845bcc29af0425a9", + "timestamp": "2021-03-15T15:58:00Z" + }, + { + "version": "11.2103.1513.4845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1513.4845.zip", + "checksum": "f171d59a1e915739f0fdd5790756e1e0", + "timestamp": "2021-03-15T13:48:53Z" + }, + { + "version": "11.2103.1508.3215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1508.3215.zip", + "checksum": "8ae14bdf2a72d4ffa159034119514adb", + "timestamp": "2021-03-15T08:32:36Z" + }, + { + "version": "11.2103.1422.4134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1422.4134.zip", + "checksum": "ee1000eefebf128a667fccc0d72f6523", + "timestamp": "2021-03-14T22:41:42Z" + }, + { + "version": "11.2103.1418.3326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2103.1418.3326.zip", + "checksum": "2cfd20cd0afb89e4ff9308e847e3f651", + "timestamp": "2021-03-14T18:33:34Z" + }, + { + "version": "11.2101.0519.4851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0519.4851.zip", + "checksum": "cc7c6f8a7f17f0222352abddcf026a92", + "timestamp": "2021-01-05T19:49:04Z" + }, + { + "version": "11.2101.0517.5225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0517.5225.zip", + "checksum": "73e1644704eabd5c9767c50e2c9a4f2a", + "timestamp": "2021-01-05T17:52:37Z" + }, + { + "version": "11.2101.0517.2346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0517.2346.zip", + "checksum": "3559e64e9442ee46ba2b31d78d68da37", + "timestamp": "2021-01-05T17:23:59Z" + }, + { + "version": "11.2101.0511.4057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0511.4057.zip", + "checksum": "0f6817b1315755e8a312ff4d956cd43c", + "timestamp": "2021-01-05T11:41:12Z" + }, + { + "version": "11.2101.0419.4116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0419.4116.zip", + "checksum": "7af530d5c27c44c32b9487df875b9ad1", + "timestamp": "2021-01-04T19:41:28Z" + }, + { + "version": "11.2101.0417.2940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0417.2940.zip", + "checksum": "e0446d0a4d77c58c7b706c5db430301f", + "timestamp": "2021-01-04T17:29:52Z" + }, + { + "version": "11.2101.0415.1702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0415.1702.zip", + "checksum": "a69e2f333883baf16693d888a44457dd", + "timestamp": "2021-01-04T15:17:14Z" + }, + { + "version": "11.2101.0414.4834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0414.4834.zip", + "checksum": "718c91f214cd13ae139a40cfbd9d7350", + "timestamp": "2021-01-04T14:48:47Z" + }, + { + "version": "11.2101.0412.4430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0412.4430.zip", + "checksum": "ded0f2c3d051b91897c5844f564600a4", + "timestamp": "2021-01-04T12:44:41Z" + }, + { + "version": "11.2101.0412.1752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0412.1752.zip", + "checksum": "6db8dc679122cd2981bfb6559ca02ce2", + "timestamp": "2021-01-04T12:18:02Z" + }, + { + "version": "11.2101.0411.5058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0411.5058.zip", + "checksum": "87f92ff28b8969fc4af4d2e00e63f6c8", + "timestamp": "2021-01-04T11:51:10Z" + }, + { + "version": "11.2101.0411.2041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0411.2041.zip", + "checksum": "ca3bc2d882cd6fdfa79284d087814a24", + "timestamp": "2021-01-04T11:20:55Z" + }, + { + "version": "11.2101.0317.4827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0317.4827.zip", + "checksum": "cae231e5fb380c7813c8002151584ffb", + "timestamp": "2021-01-03T17:48:39Z" + }, + { + "version": "11.2101.0317.0404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0317.0404.zip", + "checksum": "f46c7db4f082dff590043bac26b410b3", + "timestamp": "2021-01-03T17:04:17Z" + }, + { + "version": "11.2101.0311.2231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0311.2231.zip", + "checksum": "2dc234a7b2deeb828e17d9f07c9add81", + "timestamp": "2021-01-03T11:22:45Z" + }, + { + "version": "11.2101.0302.3520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0302.3520.zip", + "checksum": "cb8346066fb60332637cc5ac9cf25e00", + "timestamp": "2021-01-03T02:35:34Z" + }, + { + "version": "11.2101.0220.5034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0220.5034.zip", + "checksum": "ecbd70c5a6774e1bf1039aafead3fd1d", + "timestamp": "2021-01-02T20:50:46Z" + }, + { + "version": "11.2101.0219.3953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0219.3953.zip", + "checksum": "722c5e03b69080a9e1cfb1ba8ab1fc74", + "timestamp": "2021-01-02T19:40:05Z" + }, + { + "version": "11.2101.0218.4641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0218.4641.zip", + "checksum": "724f1fb012ac62fae7e4afb3d23d5ee4", + "timestamp": "2021-01-02T18:46:54Z" + }, + { + "version": "11.2101.0212.5908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0212.5908.zip", + "checksum": "00b1fbe14e4e9216e7febce7f33436fe", + "timestamp": "2021-01-02T12:59:20Z" + }, + { + "version": "11.2101.0211.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0211.2512.zip", + "checksum": "50b8f7661bea4358c33cf5011437c427", + "timestamp": "2021-01-02T11:25:24Z" + }, + { + "version": "11.2101.0210.2317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0210.2317.zip", + "checksum": "e7c243d151ce8a0277928d656bdc0bad", + "timestamp": "2021-01-02T10:23:30Z" + }, + { + "version": "11.2101.0207.0801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0207.0801.zip", + "checksum": "06b8cb409b17dc2fc4098ec12e7a313b", + "timestamp": "2021-01-02T07:08:15Z" + }, + { + "version": "11.2101.0118.5801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0118.5801.zip", + "checksum": "de4e401cc7ce25eb99cec5fe651ea901", + "timestamp": "2021-01-01T18:58:14Z" + }, + { + "version": "11.2101.0118.1156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0118.1156.zip", + "checksum": "6c84953da20a7876a8a0d5d5c9144c0b", + "timestamp": "2021-01-01T18:12:09Z" + }, + { + "version": "11.2101.0117.4448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0117.4448.zip", + "checksum": "24d9db718124010b0ff99ceb6315b85b", + "timestamp": "2021-01-01T17:44:59Z" + }, + { + "version": "11.2101.0117.0915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0117.0915.zip", + "checksum": "01cafeeecea1531321f50f85a0309673", + "timestamp": "2021-01-01T17:09:26Z" + }, + { + "version": "11.2101.0111.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0111.4620.zip", + "checksum": "20db42ec966c583632cbc89662652e98", + "timestamp": "2021-01-01T11:46:33Z" + }, + { + "version": "11.2101.0100.4039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0100.4039.zip", + "checksum": "d673fa065b2fa466b49d79c0e9408ef5", + "timestamp": "2021-01-01T00:40:49Z" + }, + { + "version": "11.2101.0100.1322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2101.0100.1322.zip", + "checksum": "83e626d73159686e4edb1faebce4a99a", + "timestamp": "2021-01-01T00:13:34Z" + }, + { + "version": "11.2012.3122.5449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3122.5449.zip", + "checksum": "e53264e6caca353ffe7a8d4498377400", + "timestamp": "2020-12-31T22:55:00Z" + }, + { + "version": "11.2012.3122.2800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3122.2800.zip", + "checksum": "e5456acc5a840f4ea1adf5cd755f7477", + "timestamp": "2020-12-31T22:28:14Z" + }, + { + "version": "11.2012.3115.0122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3115.0122.zip", + "checksum": "375f6ed0cebe7acc902492f7050e688c", + "timestamp": "2020-12-31T15:01:33Z" + }, + { + "version": "11.2012.3114.3357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3114.3357.zip", + "checksum": "f9bf6ee9c49776f644a6237325384e1d", + "timestamp": "2020-12-31T14:34:08Z" + }, + { + "version": "11.2012.3113.3925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3113.3925.zip", + "checksum": "0a020fe069b4689b82acfe77be820ac2", + "timestamp": "2020-12-31T13:39:38Z" + }, + { + "version": "11.2012.3111.3208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3111.3208.zip", + "checksum": "1f24afb32b9dcb6476d94d7cedc13fdc", + "timestamp": "2020-12-31T11:32:20Z" + }, + { + "version": "11.2012.3107.3224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3107.3224.zip", + "checksum": "77d61004c1cb39c4073998909b0ac131", + "timestamp": "2020-12-31T07:32:34Z" + }, + { + "version": "11.2012.3107.0429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3107.0429.zip", + "checksum": "3d4e9d0dd8c7a0baebe2a541f4e3c4f6", + "timestamp": "2020-12-31T07:04:42Z" + }, + { + "version": "11.2012.3101.4915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3101.4915.zip", + "checksum": "e53d5efa8563f6af25e3b6708db99dc0", + "timestamp": "2020-12-31T01:49:25Z" + }, + { + "version": "11.2012.3101.2117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3101.2117.zip", + "checksum": "6036f5a6602d5b512be7c6b3eaef24b1", + "timestamp": "2020-12-31T01:21:29Z" + }, + { + "version": "11.2012.3100.4026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3100.4026.zip", + "checksum": "539b4c5fa2efc2fecd46b1b62679d416", + "timestamp": "2020-12-31T00:40:38Z" + }, + { + "version": "11.2012.3022.2452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3022.2452.zip", + "checksum": "ba1dd08b56223c1dc3ca31a211e351b6", + "timestamp": "2020-12-30T22:25:03Z" + }, + { + "version": "11.2012.3021.5816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3021.5816.zip", + "checksum": "13894e55e66b81c0ff6f430a34dc8b46", + "timestamp": "2020-12-30T21:58:27Z" + }, + { + "version": "11.2012.3021.3129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3021.3129.zip", + "checksum": "2a1d4178285f9daa413f6bc4afbcc0ec", + "timestamp": "2020-12-30T21:31:42Z" + }, + { + "version": "11.2012.3017.5338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3017.5338.zip", + "checksum": "9f40413491288b76b6710ad132f05457", + "timestamp": "2020-12-30T17:53:50Z" + }, + { + "version": "11.2012.3010.0344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.3010.0344.zip", + "checksum": "9c45b2f8c9dbca3adab459d0086ee3ef", + "timestamp": "2020-12-30T10:03:57Z" + }, + { + "version": "11.2012.2917.2604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2917.2604.zip", + "checksum": "3f594e40fc99e3327b2395a2c23a4584", + "timestamp": "2020-12-29T17:26:15Z" + }, + { + "version": "11.2012.2917.0012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2917.0012.zip", + "checksum": "c993e26e6ce28fe8e60f321728d71791", + "timestamp": "2020-12-29T17:00:25Z" + }, + { + "version": "11.2012.2906.2443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2906.2443.zip", + "checksum": "1be3db1ad1b71c650326ec6d3a5e7036", + "timestamp": "2020-12-29T06:24:57Z" + }, + { + "version": "11.2012.2821.1959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2821.1959.zip", + "checksum": "cb3fc2943ef576c0784343fdfe51367d", + "timestamp": "2020-12-28T21:20:09Z" + }, + { + "version": "11.2012.2820.5324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2820.5324.zip", + "checksum": "9d224aa5354f5bebb297e76579306589", + "timestamp": "2020-12-28T20:53:37Z" + }, + { + "version": "11.2012.2817.2952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2817.2952.zip", + "checksum": "a8958615169cf7b04942d59d4dbaeb2f", + "timestamp": "2020-12-28T17:30:04Z" + }, + { + "version": "11.2012.2816.0536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2816.0536.zip", + "checksum": "86faa7e2c83e9493b24a3b9523e96f62", + "timestamp": "2020-12-28T16:05:47Z" + }, + { + "version": "11.2012.2815.4000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2815.4000.zip", + "checksum": "6db95310f4bf37f51fe58a5e618b2132", + "timestamp": "2020-12-28T15:40:11Z" + }, + { + "version": "11.2012.2815.1215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2815.1215.zip", + "checksum": "42f41e49939e73d84bbac65e387ffcc6", + "timestamp": "2020-12-28T15:12:28Z" + }, + { + "version": "11.2012.2810.2719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2810.2719.zip", + "checksum": "95950938fda20e1cecbe611e75a94265", + "timestamp": "2020-12-28T10:27:33Z" + }, + { + "version": "11.2012.2718.3913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2718.3913.zip", + "checksum": "f5c7fde9dd4f2b5106eea5758b481ac0", + "timestamp": "2020-12-27T18:39:27Z" + }, + { + "version": "11.2012.2713.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2713.5116.zip", + "checksum": "e2235d2161b3c3a8859ca41eed928823", + "timestamp": "2020-12-27T13:51:30Z" + }, + { + "version": "11.2012.2520.0312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2520.0312.zip", + "checksum": "b8a17d33be0b3bbae4fea36fd864203f", + "timestamp": "2020-12-25T20:03:27Z" + }, + { + "version": "11.2012.2515.4728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2515.4728.zip", + "checksum": "b42af27ee787725be817cf26cd187dcc", + "timestamp": "2020-12-25T15:47:41Z" + }, + { + "version": "11.2012.2513.3622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2513.3622.zip", + "checksum": "6f2b15e431d93a9b6b3e82f9ee715ea3", + "timestamp": "2020-12-25T13:36:39Z" + }, + { + "version": "11.2012.2420.0913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2420.0913.zip", + "checksum": "0cfce4ed940754658eb2c4a7d15c61da", + "timestamp": "2020-12-24T20:09:26Z" + }, + { + "version": "11.2012.2418.1128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2418.1128.zip", + "checksum": "6970cd7fed2d74ecf1c16d4091a2efb0", + "timestamp": "2020-12-24T18:11:40Z" + }, + { + "version": "11.2012.2410.2440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2410.2440.zip", + "checksum": "3b8f1660f61f5e444f3288c49d25f4dc", + "timestamp": "2020-12-24T10:24:53Z" + }, + { + "version": "11.2012.2405.3529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2405.3529.zip", + "checksum": "2e12928404303231c8b63c262fe36f1b", + "timestamp": "2020-12-24T05:35:42Z" + }, + { + "version": "11.2012.2319.1658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2319.1658.zip", + "checksum": "9d4640a23715335a484b98b31e03217a", + "timestamp": "2020-12-23T19:17:12Z" + }, + { + "version": "11.2012.2305.0143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2305.0143.zip", + "checksum": "2f5c81b7eccece95779ecdbfff68a183", + "timestamp": "2020-12-23T05:01:54Z" + }, + { + "version": "11.2012.2304.1400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2304.1400.zip", + "checksum": "3ab596553c6cec5d54f1b541bd4296b2", + "timestamp": "2020-12-23T04:14:10Z" + }, + { + "version": "11.2012.2303.4457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2303.4457.zip", + "checksum": "5c28adc4cb411e20f1596ef17859b699", + "timestamp": "2020-12-23T03:45:09Z" + }, + { + "version": "11.2012.2223.1328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2223.1328.zip", + "checksum": "22c20c834448b575cd23202822bc7be5", + "timestamp": "2020-12-22T23:13:41Z" + }, + { + "version": "11.2012.2215.1436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2215.1436.zip", + "checksum": "35e1dd90c84002f0de51062381495312", + "timestamp": "2020-12-22T15:14:48Z" + }, + { + "version": "11.2012.2212.4204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2212.4204.zip", + "checksum": "b52a5042d8c889512f54f01329665395", + "timestamp": "2020-12-22T12:42:21Z" + }, + { + "version": "11.2012.2123.0159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2123.0159.zip", + "checksum": "d46581d6d37b451aae6c1a7e706f4ed2", + "timestamp": "2020-12-21T23:02:09Z" + }, + { + "version": "11.2012.2122.3414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2122.3414.zip", + "checksum": "fe950a36588e10fcfdab17283b424ddb", + "timestamp": "2020-12-21T22:34:26Z" + }, + { + "version": "11.2012.2119.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2119.5116.zip", + "checksum": "67ba8cf05bb3a62adc7663389b441757", + "timestamp": "2020-12-21T19:51:28Z" + }, + { + "version": "11.2012.2119.2502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2119.2502.zip", + "checksum": "968923e6ae3b64e9ef8104e01e937449", + "timestamp": "2020-12-21T19:25:12Z" + }, + { + "version": "11.2012.2118.5843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2118.5843.zip", + "checksum": "6f766829829397ee9fb2a0e61ce20960", + "timestamp": "2020-12-21T18:58:56Z" + }, + { + "version": "11.2012.2107.4835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2107.4835.zip", + "checksum": "59b79a64f4d20e68c24dbf9ba58b4a51", + "timestamp": "2020-12-21T07:48:48Z" + }, + { + "version": "11.2012.2100.0740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2100.0740.zip", + "checksum": "ca669f8d8915dc34fef6ee912135a248", + "timestamp": "2020-12-21T00:07:50Z" + }, + { + "version": "11.2012.2023.3833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2023.3833.zip", + "checksum": "ddcc98aee88467af5448b75e1c8093b1", + "timestamp": "2020-12-20T23:38:46Z" + }, + { + "version": "11.2012.2013.4845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2013.4845.zip", + "checksum": "51e86b9e796103a4878307c10a975ada", + "timestamp": "2020-12-20T13:48:56Z" + }, + { + "version": "11.2012.2013.1904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2013.1904.zip", + "checksum": "6f122535c980dc507f93223cb21e7562", + "timestamp": "2020-12-20T13:19:16Z" + }, + { + "version": "11.2012.2009.4643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2009.4643.zip", + "checksum": "08adf677850026d5dc599b15fee57f3c", + "timestamp": "2020-12-20T09:46:53Z" + }, + { + "version": "11.2012.2009.1718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2009.1718.zip", + "checksum": "c9b6781e6870ccc06f8a026ca5922956", + "timestamp": "2020-12-20T09:17:32Z" + }, + { + "version": "11.2012.2000.4218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.2000.4218.zip", + "checksum": "b88e44179eac0b4daf2ef8d5418b4c51", + "timestamp": "2020-12-20T00:42:32Z" + }, + { + "version": "11.2012.1919.3935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1919.3935.zip", + "checksum": "6c8093bc8393999f63356e7a1085c4cc", + "timestamp": "2020-12-19T19:39:49Z" + }, + { + "version": "11.2012.1820.5757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1820.5757.zip", + "checksum": "ba5f7c13cac446a6d22ade09851b7f82", + "timestamp": "2020-12-18T20:58:08Z" + }, + { + "version": "11.2012.1820.3117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1820.3117.zip", + "checksum": "90164c714842cf4ef9e83627b7d7bba7", + "timestamp": "2020-12-18T20:31:30Z" + }, + { + "version": "11.2012.1813.1713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1813.1713.zip", + "checksum": "fc4934fec955b3dcf921353eec993493", + "timestamp": "2020-12-18T13:17:26Z" + }, + { + "version": "11.2012.1807.4033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1807.4033.zip", + "checksum": "70f24f1d9fb2bc291a5f95cd7303a202", + "timestamp": "2020-12-18T07:40:45Z" + }, + { + "version": "11.2012.1722.4705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1722.4705.zip", + "checksum": "06f72f3be739871d814722a5c3df3bf8", + "timestamp": "2020-12-17T22:47:17Z" + }, + { + "version": "11.2012.1722.2016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1722.2016.zip", + "checksum": "6639bcd877ea92cd8e63945354c94d3c", + "timestamp": "2020-12-17T22:20:29Z" + }, + { + "version": "11.2012.1718.3247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1718.3247.zip", + "checksum": "1147763cbf983cc982762dab81ab4970", + "timestamp": "2020-12-17T18:32:59Z" + }, + { + "version": "11.2012.1717.4140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1717.4140.zip", + "checksum": "7813435929bc3d821668281bd13678d3", + "timestamp": "2020-12-17T17:41:52Z" + }, + { + "version": "11.2012.1717.1447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1717.1447.zip", + "checksum": "5f629913e51f7cbe5ab04b8138c77590", + "timestamp": "2020-12-17T17:15:01Z" + }, + { + "version": "11.2012.1711.1520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1711.1520.zip", + "checksum": "ebe49b460a12bba281c73b1cdf8b8890", + "timestamp": "2020-12-17T11:15:34Z" + }, + { + "version": "11.2012.1623.1239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1623.1239.zip", + "checksum": "22777a5a920e174b0978539e1106058a", + "timestamp": "2020-12-16T23:12:56Z" + }, + { + "version": "11.2012.1622.0618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1622.0618.zip", + "checksum": "f4f7be3b48ec75637962a943cf614f65", + "timestamp": "2020-12-16T22:06:29Z" + }, + { + "version": "11.2012.1621.3810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1621.3810.zip", + "checksum": "d79815e413fc7e0d2dac1715e01281be", + "timestamp": "2020-12-16T21:38:22Z" + }, + { + "version": "11.2012.1620.2857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1620.2857.zip", + "checksum": "ef59c19bd9565cdf4fcc5f8dd4286c39", + "timestamp": "2020-12-16T20:29:07Z" + }, + { + "version": "11.2012.1620.0102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1620.0102.zip", + "checksum": "f195303ee3c0d8b587c6f479dc58a73b", + "timestamp": "2020-12-16T20:01:14Z" + }, + { + "version": "11.2012.1619.2243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1619.2243.zip", + "checksum": "cd16e8c9b260621aed928e674359ae62", + "timestamp": "2020-12-16T19:22:55Z" + }, + { + "version": "11.2012.1616.4855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1616.4855.zip", + "checksum": "e3b1ab1dd41e2ec604204130aebc438b", + "timestamp": "2020-12-16T16:49:09Z" + }, + { + "version": "11.2012.1519.5259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1519.5259.zip", + "checksum": "b6f301c7262014bb5694bf2e42b1413f", + "timestamp": "2020-12-15T19:53:12Z" + }, + { + "version": "11.2012.1512.1315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1512.1315.zip", + "checksum": "7717a7fd994495b26a0dab8ca55decbb", + "timestamp": "2020-12-15T12:13:27Z" + }, + { + "version": "11.2012.1511.4505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1511.4505.zip", + "checksum": "f8b89d97b7302be8b9a674b15c143714", + "timestamp": "2020-12-15T11:45:18Z" + }, + { + "version": "11.2012.1508.3309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1508.3309.zip", + "checksum": "d3cf0c8abfb704c15c59f2a7eb0b1c51", + "timestamp": "2020-12-15T08:33:22Z" + }, + { + "version": "11.2012.1421.4746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1421.4746.zip", + "checksum": "3158175359584d164ccd8a33d6595c00", + "timestamp": "2020-12-14T21:47:58Z" + }, + { + "version": "11.2012.1420.1320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1420.1320.zip", + "checksum": "d49ad19239bab2f23c5314cca39d164c", + "timestamp": "2020-12-14T20:13:33Z" + }, + { + "version": "11.2012.1417.1913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1417.1913.zip", + "checksum": "91b15b0b949693651ab09914723371fd", + "timestamp": "2020-12-14T17:19:27Z" + }, + { + "version": "11.2012.1416.3225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1416.3225.zip", + "checksum": "2a2be46e60f15cea5a429ac3cced0e0d", + "timestamp": "2020-12-14T16:32:36Z" + }, + { + "version": "11.2012.1416.0457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1416.0457.zip", + "checksum": "37a685fdf8096c49c774b7d54a47228e", + "timestamp": "2020-12-14T16:05:08Z" + }, + { + "version": "11.2012.1415.3746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1415.3746.zip", + "checksum": "a86c04ae09c85fc52782b829da3f3e21", + "timestamp": "2020-12-14T15:37:57Z" + }, + { + "version": "11.2012.1411.5949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1411.5949.zip", + "checksum": "a24b671b69aba512394b207d482ebac4", + "timestamp": "2020-12-14T12:00:01Z" + }, + { + "version": "11.2012.1405.1356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1405.1356.zip", + "checksum": "05a39cebbe20787011812aebc01e2755", + "timestamp": "2020-12-14T05:14:08Z" + }, + { + "version": "11.2012.1404.0753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1404.0753.zip", + "checksum": "0792130cb8fb18ab0de21415e9ab96ac", + "timestamp": "2020-12-14T04:08:05Z" + }, + { + "version": "11.2012.1323.0535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1323.0535.zip", + "checksum": "8a8c71dcc31cc355458ece0db4d535f9", + "timestamp": "2020-12-13T23:05:45Z" + }, + { + "version": "11.2012.1322.3651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1322.3651.zip", + "checksum": "15da5351e79fe8d1e9b5ea5b42d7a610", + "timestamp": "2020-12-13T22:37:02Z" + }, + { + "version": "11.2012.1322.1016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1322.1016.zip", + "checksum": "83c364db9076aaf3a022a7456e07dae5", + "timestamp": "2020-12-13T22:10:28Z" + }, + { + "version": "11.2012.1319.3353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1319.3353.zip", + "checksum": "c181d5aba386e9e5725558aa0cffa18d", + "timestamp": "2020-12-13T19:34:06Z" + }, + { + "version": "11.2012.1314.1138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1314.1138.zip", + "checksum": "a9b1946e1565d4c6f9edd10e6d843464", + "timestamp": "2020-12-13T14:11:49Z" + }, + { + "version": "11.2012.1313.4347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1313.4347.zip", + "checksum": "cd611ae4751697062a8570bf88982af5", + "timestamp": "2020-12-13T13:43:58Z" + }, + { + "version": "11.2012.1313.1601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1313.1601.zip", + "checksum": "d6339de6dc2a1cb1926608fe797aa5e1", + "timestamp": "2020-12-13T13:16:12Z" + }, + { + "version": "11.2012.1312.4744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1312.4744.zip", + "checksum": "38a21ffe86b64478cd7dc47180fe432a", + "timestamp": "2020-12-13T12:47:56Z" + }, + { + "version": "11.2012.1311.2132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1311.2132.zip", + "checksum": "5b5bb081803b80f58f3de9b4d39accfa", + "timestamp": "2020-12-13T11:21:45Z" + }, + { + "version": "11.2012.1218.4409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1218.4409.zip", + "checksum": "f1a62b62e1491f527d516ed0ea270a46", + "timestamp": "2020-12-12T18:44:21Z" + }, + { + "version": "11.2012.1122.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1122.4259.zip", + "checksum": "09257cbd8f46393db773b44fa99f6a0b", + "timestamp": "2020-12-11T22:43:10Z" + }, + { + "version": "11.2012.1121.5231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1121.5231.zip", + "checksum": "2b9f95139231f3f7ed99f5bd1554d9f2", + "timestamp": "2020-12-11T21:52:44Z" + }, + { + "version": "11.2012.1115.5106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1115.5106.zip", + "checksum": "17cf78046e1d92c95726a52eacda501e", + "timestamp": "2020-12-11T15:51:17Z" + }, + { + "version": "11.2012.1115.2351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1115.2351.zip", + "checksum": "34e763246e7f844b271a33b7f8064f8b", + "timestamp": "2020-12-11T15:24:04Z" + }, + { + "version": "11.2012.1109.4605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1109.4605.zip", + "checksum": "99f11cc463c72acc398b0738531aafd9", + "timestamp": "2020-12-11T09:46:17Z" + }, + { + "version": "11.2012.1109.1637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1109.1637.zip", + "checksum": "4acf2b4e6cfc188f39a8eeb1933ddef9", + "timestamp": "2020-12-11T09:16:49Z" + }, + { + "version": "11.2012.1108.0232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1108.0232.zip", + "checksum": "e221d451b6145174fa98bbcd5ba4b89d", + "timestamp": "2020-12-11T08:02:42Z" + }, + { + "version": "11.2012.1107.3405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1107.3405.zip", + "checksum": "65d5546a701c1f37dc837b2309b4eeaa", + "timestamp": "2020-12-11T07:34:16Z" + }, + { + "version": "11.2012.1104.2629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1104.2629.zip", + "checksum": "0e4f179ac1db715b400845668b90d7de", + "timestamp": "2020-12-11T04:26:39Z" + }, + { + "version": "11.2012.1103.5927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1103.5927.zip", + "checksum": "bc3d3de3d567a2a52a47141bc43b0f27", + "timestamp": "2020-12-11T03:59:37Z" + }, + { + "version": "11.2012.1103.3214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1103.3214.zip", + "checksum": "010606357126dd161ada7ed9fb98d577", + "timestamp": "2020-12-11T03:32:28Z" + }, + { + "version": "11.2012.1022.3707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1022.3707.zip", + "checksum": "d94a321d1f596c6f2b6f6f54d7a83d28", + "timestamp": "2020-12-10T22:37:17Z" + }, + { + "version": "11.2012.1022.1040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1022.1040.zip", + "checksum": "abf3c6f2e8e2b1ba93e19bdf99d967ec", + "timestamp": "2020-12-10T22:10:51Z" + }, + { + "version": "11.2012.1021.2339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1021.2339.zip", + "checksum": "c3f80016c4b94b7568eea9190cbb5177", + "timestamp": "2020-12-10T21:23:49Z" + }, + { + "version": "11.2012.1020.5533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1020.5533.zip", + "checksum": "e17db90796064caa9fb9e53a85e9feeb", + "timestamp": "2020-12-10T20:55:45Z" + }, + { + "version": "11.2012.1013.5838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1013.5838.zip", + "checksum": "a44c994ddcdfe4cbbf3d437175cf40db", + "timestamp": "2020-12-10T13:58:49Z" + }, + { + "version": "11.2012.1013.3048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1013.3048.zip", + "checksum": "b5c34b65db4274c6d6539e7e997f3272", + "timestamp": "2020-12-10T13:31:00Z" + }, + { + "version": "11.2012.1013.0256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.1013.0256.zip", + "checksum": "e9a8b495fbb00ec3a2d9e6bbd5f2b265", + "timestamp": "2020-12-10T13:03:11Z" + }, + { + "version": "11.2012.0919.4550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0919.4550.zip", + "checksum": "e2ee0e109eccf7b8be0056997d936a6f", + "timestamp": "2020-12-09T19:46:01Z" + }, + { + "version": "11.2012.0917.1910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0917.1910.zip", + "checksum": "74dfe311fa08a675c21375e2dbfecf4e", + "timestamp": "2020-12-09T17:19:28Z" + }, + { + "version": "11.2012.0915.5147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0915.5147.zip", + "checksum": "1e2387de9486b9a8cfdcdf28c1ed41af", + "timestamp": "2020-12-09T15:52:00Z" + }, + { + "version": "11.2012.0913.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0913.5934.zip", + "checksum": "3a28dc813176ed877f9b0e88b9208cb0", + "timestamp": "2020-12-09T13:59:49Z" + }, + { + "version": "11.2012.0908.0551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0908.0551.zip", + "checksum": "7e50d3cffe85d9ff5beb8fa38110f148", + "timestamp": "2020-12-09T08:06:01Z" + }, + { + "version": "11.2012.0907.3806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0907.3806.zip", + "checksum": "d9e3a07064746464fde03893cd218bd0", + "timestamp": "2020-12-09T07:38:18Z" + }, + { + "version": "11.2012.0904.2517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0904.2517.zip", + "checksum": "35179090de40b68d51043dea75336ccf", + "timestamp": "2020-12-09T04:25:32Z" + }, + { + "version": "11.2012.0823.5014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0823.5014.zip", + "checksum": "2537a725219e77d9407804e0acd33348", + "timestamp": "2020-12-08T23:50:27Z" + }, + { + "version": "11.2012.0819.4204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0819.4204.zip", + "checksum": "2da0ffff91badd802574fa387e1ff78c", + "timestamp": "2020-12-08T19:42:19Z" + }, + { + "version": "11.2012.0817.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0817.5943.zip", + "checksum": "c49525d472fb1fe3979121a1862d0f8a", + "timestamp": "2020-12-08T17:59:53Z" + }, + { + "version": "11.2012.0817.3147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0817.3147.zip", + "checksum": "385e17d1898b0592601091806ed4caf6", + "timestamp": "2020-12-08T17:32:00Z" + }, + { + "version": "11.2012.0816.3119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0816.3119.zip", + "checksum": "e60bd280ff15700206c0625fdb949b9d", + "timestamp": "2020-12-08T16:31:33Z" + }, + { + "version": "11.2012.0809.3345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0809.3345.zip", + "checksum": "d92a58a2aecc41be4bb9367357b9bc5f", + "timestamp": "2020-12-08T09:33:57Z" + }, + { + "version": "11.2012.0808.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0808.2640.zip", + "checksum": "c9d1e1e149280d96096eb03a9f996480", + "timestamp": "2020-12-08T08:26:50Z" + }, + { + "version": "11.2012.0807.5902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0807.5902.zip", + "checksum": "4c4b4b635a5fdb5292d69f337366c2e7", + "timestamp": "2020-12-08T07:59:15Z" + }, + { + "version": "11.2012.0801.0550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0801.0550.zip", + "checksum": "7c463e2d3cc700ddf1cc3728e713ba4b", + "timestamp": "2020-12-08T01:06:03Z" + }, + { + "version": "11.2012.0718.2020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0718.2020.zip", + "checksum": "918d1bd8bf21b3d9a24b63ec06243de5", + "timestamp": "2020-12-07T18:20:32Z" + }, + { + "version": "11.2012.0717.2947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0717.2947.zip", + "checksum": "845fde61b897b6622e5a56e1f00855f3", + "timestamp": "2020-12-07T17:29:58Z" + }, + { + "version": "11.2012.0717.0220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0717.0220.zip", + "checksum": "3858f810a653db220dd74c2b9e9a3241", + "timestamp": "2020-12-07T17:02:33Z" + }, + { + "version": "11.2012.0707.2824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0707.2824.zip", + "checksum": "8eae7abf02727aed580730fcb3d7e4b9", + "timestamp": "2020-12-07T07:28:35Z" + }, + { + "version": "11.2012.0707.0139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0707.0139.zip", + "checksum": "f740b03c8d449236ba7395ec0f7061ba", + "timestamp": "2020-12-07T07:01:53Z" + }, + { + "version": "11.2012.0615.3138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0615.3138.zip", + "checksum": "a78fb0724fa1eb7cf05c34fab63a1309", + "timestamp": "2020-12-06T15:31:48Z" + }, + { + "version": "11.2012.0615.0516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0615.0516.zip", + "checksum": "d87bf70ce2d0bfa1f059950656d0814c", + "timestamp": "2020-12-06T15:05:27Z" + }, + { + "version": "11.2012.0607.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0607.2827.zip", + "checksum": "3e076726bd0fe7942794e17d3079e545", + "timestamp": "2020-12-06T07:28:42Z" + }, + { + "version": "11.2012.0601.3208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0601.3208.zip", + "checksum": "ad0a5e10fe8744333a2ea90d426d5682", + "timestamp": "2020-12-06T01:32:19Z" + }, + { + "version": "11.2012.0601.0521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0601.0521.zip", + "checksum": "64a12d47d01e53c49f5e1684f1b1421d", + "timestamp": "2020-12-06T01:05:31Z" + }, + { + "version": "11.2012.0600.3844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0600.3844.zip", + "checksum": "3a6e069e65746c4c707198a8e51a6b0f", + "timestamp": "2020-12-06T00:38:55Z" + }, + { + "version": "11.2012.0519.4828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_11.2012.0519.4828.zip", + "checksum": "eb0d249b8093c6517681c9f7225dcd69", + "timestamp": "2020-12-05T19:48:37Z" + }, + { + "version": "10.2011.2301.0344", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2301.0344.zip", + "checksum": "a97e1992e539ea04b49efef4cb4b327e", + "timestamp": "2020-11-23T01:04:00Z" + }, + { + "version": "10.2011.2219.3703", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2219.3703.zip", + "checksum": "8169b015d311c9e152e06da1748567d6", + "timestamp": "2020-11-22T19:37:13Z" + }, + { + "version": "10.2011.2219.1016", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2219.1016.zip", + "checksum": "c3493ed3dd4621e21ac61ec4d3201c6b", + "timestamp": "2020-11-22T19:10:26Z" + }, + { + "version": "10.2011.2218.2848", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2218.2848.zip", + "checksum": "c34de93ea300ab272751af2ca2339f82", + "timestamp": "2020-11-22T18:28:58Z" + }, + { + "version": "10.2011.2217.5444", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2217.5444.zip", + "checksum": "ffb7584091bff5f3dcc0f932dd1f5f31", + "timestamp": "2020-11-22T17:54:54Z" + }, + { + "version": "10.2011.2215.5224", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2215.5224.zip", + "checksum": "8128451e6b5dccf3468c97f916b8b096", + "timestamp": "2020-11-22T15:52:34Z" + }, + { + "version": "10.2011.2214.5906", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2214.5906.zip", + "checksum": "fcb689a1bb643ef66c2f7d4bcd3ef1e9", + "timestamp": "2020-11-22T14:59:16Z" + }, + { + "version": "10.2011.2210.2800", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2210.2800.zip", + "checksum": "a349734ef66f578db7aee813675b373b", + "timestamp": "2020-11-22T10:28:10Z" + }, + { + "version": "10.2011.2208.1947", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2208.1947.zip", + "checksum": "3e923b092f0b475ac2e70c4cd5dc4ae5", + "timestamp": "2020-11-22T08:19:57Z" + }, + { + "version": "10.2011.2207.5400", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2207.5400.zip", + "checksum": "5e5e42fdf5959f597107074f3bab4ee2", + "timestamp": "2020-11-22T07:54:09Z" + }, + { + "version": "10.2011.2207.0017", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2207.0017.zip", + "checksum": "0e878f3a02a61b948bd1f37efe827955", + "timestamp": "2020-11-22T07:00:26Z" + }, + { + "version": "10.2011.2206.3529", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anime/anime_10.2011.2206.3529.zip", + "checksum": "07eb154f576f7c73b9358aa4417e4838", + "timestamp": "2020-11-22T06:35:39Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "70b7b43b-471b-4159-b4be-56750c795499", + "name": "Auto Organize", + "description": "Automatically organize your media", + "overview": "Automatically organize your media", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-autoorganize.png", + "versions": [ + { + "version": "12.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#76) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_12.0.0.0.zip", + "checksum": "3edc1d985af7405d85ca7f7bd4dd98a6", + "timestamp": "2022-01-07T21:09:26Z" + }, + { + "version": "11.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#76) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_11.0.0.0.zip", + "checksum": "c1729fe67f2215ac5b11f44b7a4b7858", + "timestamp": "2022-01-05T05:03:59Z" + }, + { + "version": "9.2102.903.2723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0903.2723.zip", + "checksum": "3192da2e4d67f0819e5bcde53911d31b", + "timestamp": "2021-02-09T03:27:41Z" + }, + { + "version": "9.2102.902.5804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0902.5804.zip", + "checksum": "cb47c1e95546bdc85ff63ce8bc4629dc", + "timestamp": "2021-02-09T02:58:18Z" + }, + { + "version": "9.2102.902.2903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0902.2903.zip", + "checksum": "4e7a28f3da7d43624847bc69ecadcdcb", + "timestamp": "2021-02-09T02:29:19Z" + }, + { + "version": "9.2102.816.2133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0816.2133.zip", + "checksum": "63b0d7bfd678718784cf01a784f0a307", + "timestamp": "2021-02-08T16:21:48Z" + }, + { + "version": "9.2102.815.5034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0815.5034.zip", + "checksum": "244196325ca717587278c13de90460cb", + "timestamp": "2021-02-08T15:50:48Z" + }, + { + "version": "9.2102.815.2135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0815.2135.zip", + "checksum": "fd0a238c849f1b87adb774cf246277c3", + "timestamp": "2021-02-08T15:21:55Z" + }, + { + "version": "9.2102.814.5217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0814.5217.zip", + "checksum": "cc559df407e5839c1dd58de87b9bc6b4", + "timestamp": "2021-02-08T14:52:32Z" + }, + { + "version": "9.2102.814.2225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0814.2225.zip", + "checksum": "900de316f59263163e3c92d8c53c882f", + "timestamp": "2021-02-08T14:22:41Z" + }, + { + "version": "9.2102.812.2330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0812.2330.zip", + "checksum": "2947c233d253931e939c274205724ab7", + "timestamp": "2021-02-08T12:23:46Z" + }, + { + "version": "9.2102.811.4902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0811.4902.zip", + "checksum": "ae0be96941db981db30af6f0ac1e3d22", + "timestamp": "2021-02-08T11:49:19Z" + }, + { + "version": "9.2102.809.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0809.4115.zip", + "checksum": "dcee261f3afdee5c5ebf98ba80638b27", + "timestamp": "2021-02-08T09:41:31Z" + }, + { + "version": "9.2102.808.5059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0808.5059.zip", + "checksum": "c7235ea8def443ddb045856d276b1828", + "timestamp": "2021-02-08T08:51:15Z" + }, + { + "version": "9.2102.806.2455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0806.2455.zip", + "checksum": "6f4360e8b77b59f8ee04685b2e6acc03", + "timestamp": "2021-02-08T06:25:10Z" + }, + { + "version": "9.2102.805.5624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0805.5624.zip", + "checksum": "27cbd6205f3ee1061173a9b3b9e6bf1e", + "timestamp": "2021-02-08T05:56:38Z" + }, + { + "version": "9.2102.720.2217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0720.2217.zip", + "checksum": "09dc54c8716a8aa295f7aeb993905668", + "timestamp": "2021-02-07T20:22:32Z" + }, + { + "version": "9.2102.716.5452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0716.5452.zip", + "checksum": "cc40f03513c500d42bb73cafd58e7a54", + "timestamp": "2021-02-07T16:55:06Z" + }, + { + "version": "9.2102.716.2700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0716.2700.zip", + "checksum": "56a87e8bad3c6551b66ee1c6d6a83f54", + "timestamp": "2021-02-07T16:27:17Z" + }, + { + "version": "9.2102.710.2438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0710.2438.zip", + "checksum": "364f3c37dc2c8ba383c73e134a919890", + "timestamp": "2021-02-07T10:24:56Z" + }, + { + "version": "9.2102.702.652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0702.0652.zip", + "checksum": "05bf7e93ff5340de49678da148ddc3dc", + "timestamp": "2021-02-07T02:07:07Z" + }, + { + "version": "9.2102.701.3812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0701.3812.zip", + "checksum": "99fb989ae3e6fd331ca7a7b73a4936d2", + "timestamp": "2021-02-07T01:38:27Z" + }, + { + "version": "9.2102.618.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0618.2208.zip", + "checksum": "7a1a2a12e6e4a905721faaeb4d1bf04c", + "timestamp": "2021-02-06T18:22:23Z" + }, + { + "version": "9.2102.519.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0519.2436.zip", + "checksum": "615581a47d2e5bfc284ca18f6d205b1f", + "timestamp": "2021-02-05T19:24:53Z" + }, + { + "version": "9.2102.511.5356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0511.5356.zip", + "checksum": "3dc7a1944e776691296b72ec757b0a01", + "timestamp": "2021-02-05T11:54:10Z" + }, + { + "version": "9.2102.511.2602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0511.2602.zip", + "checksum": "1d38cf95eb15669e00b9f22aeeaf589f", + "timestamp": "2021-02-05T11:26:17Z" + }, + { + "version": "9.2102.503.3427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0503.3427.zip", + "checksum": "65a23722242a5e0fd7bb88ef6c697ca5", + "timestamp": "2021-02-05T03:34:41Z" + }, + { + "version": "9.2102.503.449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0503.0449.zip", + "checksum": "e85a2db78a3b603016ce43a4704182d8", + "timestamp": "2021-02-05T03:05:05Z" + }, + { + "version": "9.2102.415.1819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0415.1819.zip", + "checksum": "244f4ab4d819757f650a28736c81e4fd", + "timestamp": "2021-02-04T15:18:34Z" + }, + { + "version": "9.2102.414.4633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0414.4633.zip", + "checksum": "ab325aaa848841647ada570cd327a94b", + "timestamp": "2021-02-04T14:46:49Z" + }, + { + "version": "9.2102.413.1037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0413.1037.zip", + "checksum": "d3c75802f2d2f90c50183205931cdab9", + "timestamp": "2021-02-04T13:10:54Z" + }, + { + "version": "9.2102.308.1201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0308.1201.zip", + "checksum": "f6d8061d506b054f6b59f34a2769e21a", + "timestamp": "2021-02-03T08:12:18Z" + }, + { + "version": "9.2102.307.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0307.4259.zip", + "checksum": "327c3800268f1f633782269d32b2c474", + "timestamp": "2021-02-03T07:43:16Z" + }, + { + "version": "9.2102.217.4856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0217.4856.zip", + "checksum": "218084dad37b138a21b165f7287509b2", + "timestamp": "2021-02-02T17:49:11Z" + }, + { + "version": "9.2102.210.1958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0210.1958.zip", + "checksum": "879cde11356040268c5c2bf83f372ea5", + "timestamp": "2021-02-02T10:20:29Z" + }, + { + "version": "9.2102.203.2001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0203.2001.zip", + "checksum": "b2e9efbf191c735b8bd55e4406443efe", + "timestamp": "2021-02-02T03:20:16Z" + }, + { + "version": "9.2102.119.2607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0119.2607.zip", + "checksum": "aa5932a80bea8e5568d032b0d44493fe", + "timestamp": "2021-02-01T19:26:21Z" + }, + { + "version": "9.2102.118.5729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0118.5729.zip", + "checksum": "0b635aaa8597e2a46a86d18b07fc3665", + "timestamp": "2021-02-01T18:57:45Z" + }, + { + "version": "9.2102.104.4635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2102.0104.4635.zip", + "checksum": "f1f38f1c95aee8524d4f71af6dbe3286", + "timestamp": "2021-02-01T04:46:52Z" + }, + { + "version": "9.2101.3122.4052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3122.4052.zip", + "checksum": "9e7098045814be99f51df9e036ff2866", + "timestamp": "2021-01-31T22:41:08Z" + }, + { + "version": "9.2101.3117.2649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3117.2649.zip", + "checksum": "321b2900eda9da132dfb117c2626ee19", + "timestamp": "2021-01-31T17:27:04Z" + }, + { + "version": "9.2101.3116.5918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3116.5918.zip", + "checksum": "1b100d5623ed6e442eefdc300f13b187", + "timestamp": "2021-01-31T16:59:33Z" + }, + { + "version": "9.2101.3112.1558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3112.1558.zip", + "checksum": "1bfd918668e96ddb3c809ce959ed9348", + "timestamp": "2021-01-31T12:16:13Z" + }, + { + "version": "9.2101.3022.1743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3022.1743.zip", + "checksum": "717fc2d9d94401ed54b9a863c1d588ba", + "timestamp": "2021-01-30T22:17:58Z" + }, + { + "version": "9.2101.3008.1711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3008.1711.zip", + "checksum": "afdfd9f6875c1f9b431a8006ced676ce", + "timestamp": "2021-01-30T08:17:26Z" + }, + { + "version": "9.2101.3007.4828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.3007.4828.zip", + "checksum": "08883807d5f2953749924ce7a457c395", + "timestamp": "2021-01-30T07:48:43Z" + }, + { + "version": "9.2101.2906.5532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2906.5532.zip", + "checksum": "3e70d9e034d6780de1bec8cb75d177d5", + "timestamp": "2021-01-29T06:55:48Z" + }, + { + "version": "9.2101.2801.438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2801.0438.zip", + "checksum": "8121317ffe74acd87571f0401fab82fd", + "timestamp": "2021-01-28T01:04:54Z" + }, + { + "version": "9.2101.2718.939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2718.0939.zip", + "checksum": "a97e6493a5abe202dd284ee8047595c1", + "timestamp": "2021-01-27T18:09:55Z" + }, + { + "version": "9.2101.2715.2847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2715.2847.zip", + "checksum": "3ed9a079dfb5c3119d27b9e1d3858012", + "timestamp": "2021-01-27T15:29:04Z" + }, + { + "version": "9.2101.2708.215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2708.0215.zip", + "checksum": "29fe9f179ac03a4aaf573c9c9cbd28b2", + "timestamp": "2021-01-27T08:02:33Z" + }, + { + "version": "9.2101.2618.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2618.3434.zip", + "checksum": "7f92709cdadbfc440b4aedd13679495b", + "timestamp": "2021-01-26T18:34:49Z" + }, + { + "version": "9.2101.2618.543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2618.0543.zip", + "checksum": "dd0d585d891d06083914b3b3b120e3eb", + "timestamp": "2021-01-26T18:06:00Z" + }, + { + "version": "9.2101.2617.911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2617.0911.zip", + "checksum": "9e30d0d851b03e9050f90767a4ac69f3", + "timestamp": "2021-01-26T17:09:28Z" + }, + { + "version": "9.2101.2611.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2611.3517.zip", + "checksum": "c0ab066fca20bc8646d6a13df896ffaa", + "timestamp": "2021-01-26T11:35:33Z" + }, + { + "version": "9.2101.2521.3323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2521.3323.zip", + "checksum": "3194d88e57de823a4377b8d4e69976a7", + "timestamp": "2021-01-25T21:33:39Z" + }, + { + "version": "9.2101.2519.5128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2519.5128.zip", + "checksum": "1d49eed1674a274b3b71c5e555fe37d7", + "timestamp": "2021-01-25T19:51:43Z" + }, + { + "version": "9.2101.2518.5243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2518.5243.zip", + "checksum": "3078ed4d7cd002cb549da3d8a0d6b400", + "timestamp": "2021-01-25T18:52:58Z" + }, + { + "version": "9.2101.2517.5309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2517.5309.zip", + "checksum": "51badc23df5b7b970045c813d5efdebe", + "timestamp": "2021-01-25T17:53:25Z" + }, + { + "version": "9.2101.2516.2448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2516.2448.zip", + "checksum": "7a787f0a9b4635bf567be799583843ff", + "timestamp": "2021-01-25T16:25:06Z" + }, + { + "version": "9.2101.2515.1700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2515.1700.zip", + "checksum": "01c7a60a1d42d1e1ea77dbcf70762d90", + "timestamp": "2021-01-25T15:17:19Z" + }, + { + "version": "9.2101.2513.403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2513.0403.zip", + "checksum": "1bc6eb8642f01ab66bfae3ee7d99887b", + "timestamp": "2021-01-25T13:04:20Z" + }, + { + "version": "9.2101.2512.2215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2512.2215.zip", + "checksum": "ce16f63eba6499447cd9fc8f4efde75c", + "timestamp": "2021-01-25T12:22:33Z" + }, + { + "version": "9.2101.2511.3216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2511.3216.zip", + "checksum": "451215b7991ffeace29c397d99bf2857", + "timestamp": "2021-01-25T11:32:36Z" + }, + { + "version": "9.2101.2504.2720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2504.2720.zip", + "checksum": "5cba62b76784b6ca8145ea6d02bf2c34", + "timestamp": "2021-01-25T04:27:37Z" + }, + { + "version": "9.2101.2420.727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2420.0727.zip", + "checksum": "fdbf4f0d45da3c73654e1de20d2642b3", + "timestamp": "2021-01-24T20:07:43Z" + }, + { + "version": "9.2101.2419.3735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2419.3735.zip", + "checksum": "c2859225142c53a27b6fb273f99523af", + "timestamp": "2021-01-24T19:37:51Z" + }, + { + "version": "9.2101.2418.2907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2418.2907.zip", + "checksum": "3ae58de88e7cd7e3a8a41c4ee6682d62", + "timestamp": "2021-01-24T18:29:23Z" + }, + { + "version": "9.2101.2413.3654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2413.3654.zip", + "checksum": "cf7a7556bdb0e3cdcb404e3a14e28654", + "timestamp": "2021-01-24T13:37:21Z" + }, + { + "version": "9.2101.2410.3934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2410.3934.zip", + "checksum": "918ab660557bd7338d90bd75e64cedc4", + "timestamp": "2021-01-24T10:39:49Z" + }, + { + "version": "9.2101.2400.2343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2400.2343.zip", + "checksum": "0f8f7755649ac4dc9b4a1bb8cf7f9d40", + "timestamp": "2021-01-24T00:23:58Z" + }, + { + "version": "9.2101.2323.5600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2323.5600.zip", + "checksum": "aba46b3c9d1fabab570ec2c253d2066b", + "timestamp": "2021-01-23T23:56:15Z" + }, + { + "version": "9.2101.2323.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2323.2538.zip", + "checksum": "66d5548864e70b532574379398fa0faf", + "timestamp": "2021-01-23T23:25:53Z" + }, + { + "version": "9.2101.2321.249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2321.0249.zip", + "checksum": "73517d0e933223877e32e288405cddfd", + "timestamp": "2021-01-23T21:03:04Z" + }, + { + "version": "9.2101.2320.3318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2320.3318.zip", + "checksum": "3920fa05c1d1fc7b23a5c79244749dac", + "timestamp": "2021-01-23T20:33:32Z" + }, + { + "version": "9.2101.2320.405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2320.0405.zip", + "checksum": "d935d3f9c324cfa0106009ffb00ba873", + "timestamp": "2021-01-23T20:04:21Z" + }, + { + "version": "9.2101.2314.3747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2314.3747.zip", + "checksum": "974b608fc0321ecc6e191cd4724107c3", + "timestamp": "2021-01-23T14:38:01Z" + }, + { + "version": "9.2101.2314.848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2314.0848.zip", + "checksum": "b76fd04771243654ae7b86dcbd239466", + "timestamp": "2021-01-23T14:09:03Z" + }, + { + "version": "9.2101.2313.1901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2313.1901.zip", + "checksum": "042a12da624aee6045d265b4d48b943e", + "timestamp": "2021-01-23T13:19:17Z" + }, + { + "version": "9.2101.2223.2124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2223.2124.zip", + "checksum": "71ed409c997fa284635fa604bf8e113c", + "timestamp": "2021-01-22T23:21:39Z" + }, + { + "version": "9.2101.2222.5317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2222.5317.zip", + "checksum": "b3cbdefc2e2d07af468c76b7930aee8f", + "timestamp": "2021-01-22T22:53:31Z" + }, + { + "version": "9.2101.2218.158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2218.0158.zip", + "checksum": "02c4a96bb958851b856935e5d420fb9e", + "timestamp": "2021-01-22T18:02:14Z" + }, + { + "version": "9.2101.2210.1925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2210.1925.zip", + "checksum": "5cceaacb6c51ad640c1431e7f89fe528", + "timestamp": "2021-01-22T10:19:42Z" + }, + { + "version": "9.2101.2208.936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2208.0936.zip", + "checksum": "90239ec89eef04ad6b00867d9ffc78a2", + "timestamp": "2021-01-22T08:09:52Z" + }, + { + "version": "9.2101.2201.1931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2201.1931.zip", + "checksum": "798075c4f608ee0aeebc7f8274d6682f", + "timestamp": "2021-01-22T01:19:47Z" + }, + { + "version": "9.2101.2200.5144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2200.5144.zip", + "checksum": "de52dbe763d8ba0c0ea584a83e45b28b", + "timestamp": "2021-01-22T00:51:59Z" + }, + { + "version": "9.2101.2200.2207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2200.2207.zip", + "checksum": "f64f119cab560d5a2e82519eee0e54e4", + "timestamp": "2021-01-22T00:22:22Z" + }, + { + "version": "9.2101.2121.3422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2121.3422.zip", + "checksum": "0a13c9fdcc7c1c4ec447fd76e17aa8f0", + "timestamp": "2021-01-21T21:34:36Z" + }, + { + "version": "9.2101.2121.640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2121.0640.zip", + "checksum": "c43da923732db57548fa96061ea716f6", + "timestamp": "2021-01-21T21:06:55Z" + }, + { + "version": "9.2101.2120.3527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2120.3527.zip", + "checksum": "fdf6fc67da3aa68e5d1807b06372b1e1", + "timestamp": "2021-01-21T20:35:41Z" + }, + { + "version": "9.2101.2120.604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2120.0604.zip", + "checksum": "45aefd2e49f4e5992b557542423783da", + "timestamp": "2021-01-21T20:06:19Z" + }, + { + "version": "9.2101.2118.3101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2118.3101.zip", + "checksum": "5430c3313bc2e9fddfd3bb264e288e2d", + "timestamp": "2021-01-21T18:31:16Z" + }, + { + "version": "9.2101.2118.206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2118.0206.zip", + "checksum": "fb6b3978947877c084f24aebbd619502", + "timestamp": "2021-01-21T18:02:22Z" + }, + { + "version": "9.2101.2100.3207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2100.3207.zip", + "checksum": "feb2dade0d2214c64fecddf334e02240", + "timestamp": "2021-01-21T00:32:22Z" + }, + { + "version": "9.2101.2100.239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2100.0239.zip", + "checksum": "0a7ead7acc83edb2d791251ae4e5eebd", + "timestamp": "2021-01-21T00:02:54Z" + }, + { + "version": "9.2101.2023.3408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2023.3408.zip", + "checksum": "9da70820c85fb9965c2c034f1f3542f6", + "timestamp": "2021-01-20T23:34:23Z" + }, + { + "version": "9.2101.2018.2321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2018.2321.zip", + "checksum": "b3825179fd022a442881ad23314ee537", + "timestamp": "2021-01-20T18:23:36Z" + }, + { + "version": "9.2101.2017.3303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2017.3303.zip", + "checksum": "a13774aaea8c5593356b2dad10dc9d0a", + "timestamp": "2021-01-20T17:33:18Z" + }, + { + "version": "9.2101.2012.5914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2012.5914.zip", + "checksum": "f9f3657f35219879b1d9046caebd3f60", + "timestamp": "2021-01-20T12:59:30Z" + }, + { + "version": "9.2101.2012.240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2012.0240.zip", + "checksum": "8292b7f7b29bd8dd21add29f18975738", + "timestamp": "2021-01-20T12:02:55Z" + }, + { + "version": "9.2101.2010.3923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2010.3923.zip", + "checksum": "6192a63ec1ab097884d216bbc701ee92", + "timestamp": "2021-01-20T10:39:39Z" + }, + { + "version": "9.2101.2010.1124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2010.1124.zip", + "checksum": "98ad28f6a9be8364167cfb9b3acc8dc5", + "timestamp": "2021-01-20T10:11:40Z" + }, + { + "version": "9.2101.2007.743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.2007.0743.zip", + "checksum": "ecea6b84c9139efee38947bab3375689", + "timestamp": "2021-01-20T07:07:59Z" + }, + { + "version": "9.2101.1920.2055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1920.2055.zip", + "checksum": "7710e2ac21059b4522a8ed88bc18aa6b", + "timestamp": "2021-01-19T20:21:10Z" + }, + { + "version": "9.2101.1919.4123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1919.4123.zip", + "checksum": "350e682300271130bbc83e98ec08fd7c", + "timestamp": "2021-01-19T19:42:00Z" + }, + { + "version": "9.2101.1917.4925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1917.4925.zip", + "checksum": "6fccfb9632201780614027fd9ccb44e6", + "timestamp": "2021-01-19T17:49:42Z" + }, + { + "version": "9.2101.1815.4340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1815.4340.zip", + "checksum": "5cfe16e869f863c10e36b8634d2ec3f9", + "timestamp": "2021-01-18T15:43:55Z" + }, + { + "version": "9.2101.1815.1510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1815.1510.zip", + "checksum": "a4db8a7d317f42c4f4094b113299def8", + "timestamp": "2021-01-18T15:15:26Z" + }, + { + "version": "9.2101.1813.5416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1813.5416.zip", + "checksum": "b9d9ccd24599d7b6857c476a155da09d", + "timestamp": "2021-01-18T13:54:30Z" + }, + { + "version": "9.2101.1800.5256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1800.5256.zip", + "checksum": "7a32efa730f75094e0dd18024eef7ff6", + "timestamp": "2021-01-18T00:53:12Z" + }, + { + "version": "9.2101.1720.2656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1720.2656.zip", + "checksum": "5e0a3726a67b621b18c413478ebed490", + "timestamp": "2021-01-17T20:27:14Z" + }, + { + "version": "9.2101.1717.528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1717.0528.zip", + "checksum": "54f654bc28968d8bab921eea82d657b3", + "timestamp": "2021-01-17T17:05:42Z" + }, + { + "version": "9.2101.1716.3637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1716.3637.zip", + "checksum": "eb65489f92e1be7d00e8ab9f27ead059", + "timestamp": "2021-01-17T16:36:52Z" + }, + { + "version": "9.2101.1715.4706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1715.4706.zip", + "checksum": "907184ddae17414df61088fc5161d28f", + "timestamp": "2021-01-17T15:47:20Z" + }, + { + "version": "9.2101.1715.1820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1715.1820.zip", + "checksum": "0ed0ac486ac674499d6394f304af5328", + "timestamp": "2021-01-17T15:18:35Z" + }, + { + "version": "9.2101.1714.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1714.1625.zip", + "checksum": "8514853a476dd2ba0b71b2237e305f4f", + "timestamp": "2021-01-17T14:16:40Z" + }, + { + "version": "9.2101.1706.3132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1706.3132.zip", + "checksum": "a946e7acc3e695f7eb71361cadcff157", + "timestamp": "2021-01-17T06:31:48Z" + }, + { + "version": "9.2101.1700.2729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1700.2729.zip", + "checksum": "8f8e01a84c06baa3ef124bd2ef9bdd2d", + "timestamp": "2021-01-17T00:27:45Z" + }, + { + "version": "9.2101.1621.5404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1621.5404.zip", + "checksum": "f19e4b06b8e016f74af03510ddf03ba8", + "timestamp": "2021-01-16T21:54:20Z" + }, + { + "version": "9.2101.1619.2128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1619.2128.zip", + "checksum": "a57caecb98b8e529da5eedf362180665", + "timestamp": "2021-01-16T19:21:42Z" + }, + { + "version": "9.2101.1618.5214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1618.5214.zip", + "checksum": "19fc41fc79982cb7a9923178532fde46", + "timestamp": "2021-01-16T18:52:32Z" + }, + { + "version": "9.2101.1612.718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1612.0718.zip", + "checksum": "bd09b95c5e5bd175db6c3be76e59eefe", + "timestamp": "2021-01-16T12:07:33Z" + }, + { + "version": "9.2101.1610.4936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1610.4936.zip", + "checksum": "db8ea6024e6d6b9cd758ea08542f12b2", + "timestamp": "2021-01-16T10:49:51Z" + }, + { + "version": "9.2101.1522.3951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1522.3951.zip", + "checksum": "e29b592e1d66e362c704cd2efaa3ed25", + "timestamp": "2021-01-15T22:40:06Z" + }, + { + "version": "9.2101.1418.731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1418.0731.zip", + "checksum": "ab2ff71f1c627b4aa76661d1201c94ae", + "timestamp": "2021-01-14T18:07:47Z" + }, + { + "version": "9.2101.1323.4129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1323.4129.zip", + "checksum": "71f41277cc668555351e591747c6d50c", + "timestamp": "2021-01-13T23:41:45Z" + }, + { + "version": "9.2101.1320.3420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1320.3420.zip", + "checksum": "8ab9c81ac1c0b74db218cfc7e2b833b3", + "timestamp": "2021-01-13T20:34:35Z" + }, + { + "version": "9.2101.1320.547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1320.0547.zip", + "checksum": "4fd958e1ff9f4eb0e114d01dafca362c", + "timestamp": "2021-01-13T20:06:02Z" + }, + { + "version": "9.2101.1318.4743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1318.4743.zip", + "checksum": "dd6356816c1718ca3247ad7c0ca49b0f", + "timestamp": "2021-01-13T18:47:59Z" + }, + { + "version": "9.2101.1316.4306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1316.4306.zip", + "checksum": "cddc3bb482e6811f5a9f905ec25103a5", + "timestamp": "2021-01-13T16:43:22Z" + }, + { + "version": "9.2101.1308.5551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1308.5551.zip", + "checksum": "3750aa1d02ccd23211f0afbd6d95601c", + "timestamp": "2021-01-13T08:56:06Z" + }, + { + "version": "9.2101.1308.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1308.2755.zip", + "checksum": "f7368e1be8f31f2f2343cfc8e4714a6c", + "timestamp": "2021-01-13T08:28:10Z" + }, + { + "version": "9.2101.1306.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1306.5943.zip", + "checksum": "01a39ecaeea76c53df82ba17d7aa95fb", + "timestamp": "2021-01-13T06:59:58Z" + }, + { + "version": "9.2101.1222.2807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1222.2807.zip", + "checksum": "d255a7ae2305bce249d54a251855152b", + "timestamp": "2021-01-12T22:28:22Z" + }, + { + "version": "9.2101.1222.17", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1222.0017.zip", + "checksum": "2450277728085549b4ed187c34b805c5", + "timestamp": "2021-01-12T22:00:33Z" + }, + { + "version": "9.2101.1215.3955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1215.3955.zip", + "checksum": "174e5dcbb4909e5be19b5ed98a81fc88", + "timestamp": "2021-01-12T15:40:11Z" + }, + { + "version": "9.2101.1119.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1119.1247.zip", + "checksum": "a63f4e15570f27f527315da5199da64c", + "timestamp": "2021-01-11T19:13:03Z" + }, + { + "version": "9.2101.1115.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1115.5323.zip", + "checksum": "7ef66ee62c26f20d01c97334dfbc324a", + "timestamp": "2021-01-11T15:53:38Z" + }, + { + "version": "9.2101.1114.5205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1114.5205.zip", + "checksum": "f82554273cffce0140450b179673c253", + "timestamp": "2021-01-11T14:52:20Z" + }, + { + "version": "9.2101.1114.2349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1114.2349.zip", + "checksum": "2b660faa56c740a88d892d948f64df96", + "timestamp": "2021-01-11T14:24:05Z" + }, + { + "version": "9.2101.1020.1025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1020.1025.zip", + "checksum": "cc099c80928665c82f94b91389327d0f", + "timestamp": "2021-01-10T20:10:40Z" + }, + { + "version": "9.2101.1015.4041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1015.4041.zip", + "checksum": "8c1ded4fbfc0a699099016a9705ccad5", + "timestamp": "2021-01-10T15:40:56Z" + }, + { + "version": "9.2101.1011.2838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1011.2838.zip", + "checksum": "8f985a6b89e53b4c1ebd12753894a167", + "timestamp": "2021-01-10T11:28:54Z" + }, + { + "version": "9.2101.1010.5845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1010.5845.zip", + "checksum": "332b064f888ab73f6754b341830a8ccc", + "timestamp": "2021-01-10T10:59:01Z" + }, + { + "version": "9.2101.1009.5810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.1009.5810.zip", + "checksum": "8ea6f53a33c4577d95ac43960afa040c", + "timestamp": "2021-01-10T09:58:26Z" + }, + { + "version": "9.2101.920.804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0920.0804.zip", + "checksum": "ae6b060ce191eca9a32c9810ebe62c77", + "timestamp": "2021-01-09T20:08:20Z" + }, + { + "version": "9.2101.918.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0918.5924.zip", + "checksum": "2048af2b76d9f4c4451b6d9af71d7daf", + "timestamp": "2021-01-09T18:59:40Z" + }, + { + "version": "9.2101.918.2438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0918.2438.zip", + "checksum": "2da496b37be63081a0dafb63e9eb96b9", + "timestamp": "2021-01-09T18:24:53Z" + }, + { + "version": "9.2101.917.202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0917.0202.zip", + "checksum": "57f52b1b93a6dc0f14dec3f51128aec6", + "timestamp": "2021-01-09T17:02:17Z" + }, + { + "version": "9.2101.915.4746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0915.4746.zip", + "checksum": "429c096ad73bfdd95298641a6aa02e06", + "timestamp": "2021-01-09T15:48:01Z" + }, + { + "version": "9.2101.914.2700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0914.2700.zip", + "checksum": "b3c7beed86f272b4d4b6d11dafbe83b3", + "timestamp": "2021-01-09T14:27:18Z" + }, + { + "version": "9.2101.900.736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0900.0736.zip", + "checksum": "2ddacd0cb34219d5750cebb36ca2fa6b", + "timestamp": "2021-01-09T00:07:52Z" + }, + { + "version": "9.2101.821.2614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0821.2614.zip", + "checksum": "756bffe8d1e7039a86ba864bf214221b", + "timestamp": "2021-01-08T21:26:30Z" + }, + { + "version": "9.2101.820.5627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0820.5627.zip", + "checksum": "42b3878cda73d13484ad7dd34379db38", + "timestamp": "2021-01-08T20:56:41Z" + }, + { + "version": "9.2101.820.2723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0820.2723.zip", + "checksum": "1ffd57c6d29aefc70c8216d4f2bd42b4", + "timestamp": "2021-01-08T20:27:41Z" + }, + { + "version": "9.2101.814.1211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0814.1211.zip", + "checksum": "5a408b9b549f7ebf33ad1a7ea9ff3768", + "timestamp": "2021-01-08T14:12:28Z" + }, + { + "version": "9.2101.813.1330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0813.1330.zip", + "checksum": "08c3c2be2c775c460533f91a2f6b7a44", + "timestamp": "2021-01-08T13:13:46Z" + }, + { + "version": "9.2101.800.3815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0800.3815.zip", + "checksum": "a63b4c189aba76f7a65a6a0d6118b814", + "timestamp": "2021-01-08T00:38:30Z" + }, + { + "version": "9.2101.722.958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0722.0958.zip", + "checksum": "a52871ae62f9f74ab874792090b4af4e", + "timestamp": "2021-01-07T22:10:13Z" + }, + { + "version": "9.2101.716.4041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0716.4041.zip", + "checksum": "b92299226cdf009b67501e06ece33edb", + "timestamp": "2021-01-07T16:40:55Z" + }, + { + "version": "9.2101.716.1241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0716.1241.zip", + "checksum": "69c28528a9b27b298238ff64f8f4ffb3", + "timestamp": "2021-01-07T16:12:57Z" + }, + { + "version": "9.2101.715.3450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0715.3450.zip", + "checksum": "1f2e09990a55c09e1be4a52a7dea1133", + "timestamp": "2021-01-07T15:35:05Z" + }, + { + "version": "9.2101.715.706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0715.0706.zip", + "checksum": "eb7771c900f74f572c836e0a008ff7a2", + "timestamp": "2021-01-07T15:07:22Z" + }, + { + "version": "9.2101.710.2832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0710.2832.zip", + "checksum": "8d21f9ee9f9adf68b9c3512daa192837", + "timestamp": "2021-01-07T10:28:48Z" + }, + { + "version": "9.2101.709.5826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0709.5826.zip", + "checksum": "4b78e0bd7f312369ef67d2f30b755e39", + "timestamp": "2021-01-07T09:58:42Z" + }, + { + "version": "9.2101.709.2720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0709.2720.zip", + "checksum": "00d61168066710da66b277c4e519c3ed", + "timestamp": "2021-01-07T09:27:38Z" + }, + { + "version": "9.2101.619.5331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0619.5331.zip", + "checksum": "df88d2de4186e624a06c01766ea40d91", + "timestamp": "2021-01-06T19:53:46Z" + }, + { + "version": "9.2101.617.2152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0617.2152.zip", + "checksum": "b3c4fc66a29e15d266d1aea1e7200d12", + "timestamp": "2021-01-06T17:22:07Z" + }, + { + "version": "9.2101.604.3437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0604.3437.zip", + "checksum": "926d8ee5426dbcae72513a27f09d9a48", + "timestamp": "2021-01-06T04:34:54Z" + }, + { + "version": "9.2101.522.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0522.2915.zip", + "checksum": "3f26111bbf6c8d2d5faa9bc9e0f4ab20", + "timestamp": "2021-01-05T22:29:31Z" + }, + { + "version": "9.2101.519.4905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0519.4905.zip", + "checksum": "1b29f61c9ebd71d7fc96011e3a2ec612", + "timestamp": "2021-01-05T19:49:21Z" + }, + { + "version": "9.2101.517.5238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0517.5238.zip", + "checksum": "c4b0c5b34a161199fa9722b881698039", + "timestamp": "2021-01-05T17:52:52Z" + }, + { + "version": "9.2101.517.2401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0517.2401.zip", + "checksum": "1c35fe8ea28ea6026f4a4c91892d8ede", + "timestamp": "2021-01-05T17:24:16Z" + }, + { + "version": "9.2101.511.4113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0511.4113.zip", + "checksum": "3dbfa95d9ca768e3ee16dfa86cc58820", + "timestamp": "2021-01-05T11:41:29Z" + }, + { + "version": "9.2101.419.4129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0419.4129.zip", + "checksum": "ca1a726a6bfadc250e67d0b003325139", + "timestamp": "2021-01-04T19:41:46Z" + }, + { + "version": "9.2101.417.2953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0417.2953.zip", + "checksum": "d646764b0e59ef448e3661c053c02be0", + "timestamp": "2021-01-04T17:30:08Z" + }, + { + "version": "9.2101.415.1716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0415.1716.zip", + "checksum": "a2cfeeafee201bea04d625bd8bce1503", + "timestamp": "2021-01-04T15:17:30Z" + }, + { + "version": "9.2101.414.4849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0414.4849.zip", + "checksum": "e37706f03d4cc439f6ea54b8c0d4406b", + "timestamp": "2021-01-04T14:49:03Z" + }, + { + "version": "9.2101.412.4442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0412.4442.zip", + "checksum": "2e718af939cf11429e52ea0fbca75e5d", + "timestamp": "2021-01-04T12:44:58Z" + }, + { + "version": "9.2101.412.1804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0412.1804.zip", + "checksum": "f65074714c3f668a1ceae22f46014294", + "timestamp": "2021-01-04T12:18:18Z" + }, + { + "version": "9.2101.411.5112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0411.5112.zip", + "checksum": "2e89e6ec049bc4d05fe2e3bbfe3909af", + "timestamp": "2021-01-04T11:51:26Z" + }, + { + "version": "9.2101.411.2056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0411.2056.zip", + "checksum": "e49088557f6735e613835403ad0faaff", + "timestamp": "2021-01-04T11:21:11Z" + }, + { + "version": "9.2101.317.4841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0317.4841.zip", + "checksum": "b0e5a808537a777ff9c4ebcb374fe718", + "timestamp": "2021-01-03T17:48:56Z" + }, + { + "version": "9.2101.317.418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0317.0418.zip", + "checksum": "7428703723b9d741729eaa0c921775bb", + "timestamp": "2021-01-03T17:04:34Z" + }, + { + "version": "9.2101.311.2247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0311.2247.zip", + "checksum": "d553d20c3e7d32336da5c119e3eb48ad", + "timestamp": "2021-01-03T11:23:02Z" + }, + { + "version": "9.2101.302.3535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0302.3535.zip", + "checksum": "1edfe996d16cc83f76598bee595771c1", + "timestamp": "2021-01-03T02:35:49Z" + }, + { + "version": "9.2101.220.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0220.5047.zip", + "checksum": "00954b86758e87fe6c46dee08b7ac3f9", + "timestamp": "2021-01-02T20:51:02Z" + }, + { + "version": "9.2101.219.4006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0219.4006.zip", + "checksum": "7960ad69b6af3d99e2905421c5d07ac6", + "timestamp": "2021-01-02T19:40:21Z" + }, + { + "version": "9.2101.218.4656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0218.4656.zip", + "checksum": "a00d2590fe914f5881ac6cc080175ff6", + "timestamp": "2021-01-02T18:47:10Z" + }, + { + "version": "9.2101.212.5922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0212.5922.zip", + "checksum": "c9aff5bc227a9783fc9519eb022d7c1a", + "timestamp": "2021-01-02T12:59:37Z" + }, + { + "version": "9.2101.211.2525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0211.2525.zip", + "checksum": "8274378612a0c29a66300c3ddbee92cd", + "timestamp": "2021-01-02T11:25:40Z" + }, + { + "version": "9.2101.210.2331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0210.2331.zip", + "checksum": "c29224ea103455bb674c92cd6c117284", + "timestamp": "2021-01-02T10:23:47Z" + }, + { + "version": "9.2101.207.816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0207.0816.zip", + "checksum": "75852f24319f68cec88214c9c0f2a8c9", + "timestamp": "2021-01-02T07:08:31Z" + }, + { + "version": "9.2101.118.5815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0118.5815.zip", + "checksum": "1b6c7581c717307a736726ed7802e832", + "timestamp": "2021-01-01T18:58:29Z" + }, + { + "version": "9.2101.118.1211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0118.1211.zip", + "checksum": "c18fe9a046956ece963af4b20c0b3730", + "timestamp": "2021-01-01T18:12:26Z" + }, + { + "version": "9.2101.117.4501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0117.4501.zip", + "checksum": "89df3aa4114ee4720ef5b59067557cef", + "timestamp": "2021-01-01T17:45:15Z" + }, + { + "version": "9.2101.117.929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0117.0929.zip", + "checksum": "2a59e4d023b0ce7b8b0667f71153b589", + "timestamp": "2021-01-01T17:09:44Z" + }, + { + "version": "9.2101.111.4635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0111.4635.zip", + "checksum": "8d891eb0671299074538fa2820f98090", + "timestamp": "2021-01-01T11:46:50Z" + }, + { + "version": "9.2101.100.4050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0100.4050.zip", + "checksum": "6eb05af30c044500f2cecd66bd21320a", + "timestamp": "2021-01-01T00:41:04Z" + }, + { + "version": "9.2101.100.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2101.0100.1335.zip", + "checksum": "ea3b5d94136fa1e1f2e5545d5d100b0c", + "timestamp": "2021-01-01T00:13:49Z" + }, + { + "version": "9.2012.3122.5502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3122.5502.zip", + "checksum": "a0506a62c101a378f6ec1bc36c0f6ce8", + "timestamp": "2020-12-31T22:55:16Z" + }, + { + "version": "9.2012.3122.2816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3122.2816.zip", + "checksum": "4316575ea4a8acb4c8feca1b5f7decaa", + "timestamp": "2020-12-31T22:28:31Z" + }, + { + "version": "9.2012.3115.134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3115.0134.zip", + "checksum": "62d2273a41740438fe400f3f3cffb35b", + "timestamp": "2020-12-31T15:01:48Z" + }, + { + "version": "9.2012.3114.3410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3114.3410.zip", + "checksum": "2d8c94b579447b22977021dcdb4ce36b", + "timestamp": "2020-12-31T14:34:25Z" + }, + { + "version": "9.2012.3113.3939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3113.3939.zip", + "checksum": "634711b8f1a81e51c5343df6761c171c", + "timestamp": "2020-12-31T13:39:53Z" + }, + { + "version": "9.2012.3111.3222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3111.3222.zip", + "checksum": "d4e08e6f731250ca62dfe303b5227592", + "timestamp": "2020-12-31T11:32:37Z" + }, + { + "version": "9.2012.3107.3236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3107.3236.zip", + "checksum": "dab77cc03efaaa04d079446a9de15471", + "timestamp": "2020-12-31T07:32:50Z" + }, + { + "version": "9.2012.3107.444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3107.0444.zip", + "checksum": "e8f6f39d9a2f7da92d88a43927cf7ee9", + "timestamp": "2020-12-31T07:04:59Z" + }, + { + "version": "9.2012.3101.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3101.4927.zip", + "checksum": "0c3e716da45f12794b66949594cd8882", + "timestamp": "2020-12-31T01:49:41Z" + }, + { + "version": "9.2012.3101.2131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3101.2131.zip", + "checksum": "c1044d187643fea7f7e0650de30e7022", + "timestamp": "2020-12-31T01:21:47Z" + }, + { + "version": "9.2012.3100.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3100.4040.zip", + "checksum": "a4c3f1676845a5f3c96ac97126e7fc8f", + "timestamp": "2020-12-31T00:40:54Z" + }, + { + "version": "9.2012.3022.2505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3022.2505.zip", + "checksum": "6edb73a35769e87ceb5780db3fe9bc8f", + "timestamp": "2020-12-30T22:25:19Z" + }, + { + "version": "9.2012.3021.5829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3021.5829.zip", + "checksum": "f6551ba9bd2926d65158c015ec2ae124", + "timestamp": "2020-12-30T21:58:43Z" + }, + { + "version": "9.2012.3021.3144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3021.3144.zip", + "checksum": "111da350f13489118dc9a9ebd941a5b3", + "timestamp": "2020-12-30T21:31:58Z" + }, + { + "version": "9.2012.3017.5352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3017.5352.zip", + "checksum": "2c8ab7953e2a64b1d1fe397f28caaea8", + "timestamp": "2020-12-30T17:54:07Z" + }, + { + "version": "9.2012.3010.359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.3010.0359.zip", + "checksum": "ec86b70ff371f137a0ba5ffcca513127", + "timestamp": "2020-12-30T10:04:14Z" + }, + { + "version": "9.2012.2917.2617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2917.2617.zip", + "checksum": "7e03a775e3603e95bbc5a627a3302a32", + "timestamp": "2020-12-29T17:26:31Z" + }, + { + "version": "9.2012.2917.27", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2917.0027.zip", + "checksum": "9bca395cc87c70fdfeccca5bda9e1ce3", + "timestamp": "2020-12-29T17:00:41Z" + }, + { + "version": "9.2012.2906.2459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2906.2459.zip", + "checksum": "822f0b8ed72ce2121b0847bd096e2296", + "timestamp": "2020-12-29T06:25:13Z" + }, + { + "version": "9.2012.2821.2011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2821.2011.zip", + "checksum": "f85f2d8fae11523840c2502ad98b9c1f", + "timestamp": "2020-12-28T21:20:25Z" + }, + { + "version": "9.2012.2820.5339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2820.5339.zip", + "checksum": "396481c9635714815860226f0e68b8c4", + "timestamp": "2020-12-28T20:53:53Z" + }, + { + "version": "9.2012.2817.3005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2817.3005.zip", + "checksum": "baab483594a820c8e0e6bc7280c3fdb0", + "timestamp": "2020-12-28T17:30:20Z" + }, + { + "version": "9.2012.2816.548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2816.0548.zip", + "checksum": "b5c2c375b4c7f08d194d5350dd763b3a", + "timestamp": "2020-12-28T16:06:03Z" + }, + { + "version": "9.2012.2815.4012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2815.4012.zip", + "checksum": "6a342f4dde225c4b8f815a13a24b875f", + "timestamp": "2020-12-28T15:40:26Z" + }, + { + "version": "9.2012.2815.1230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2815.1230.zip", + "checksum": "f15d4cc0ebc3de8492093d66eeee8e65", + "timestamp": "2020-12-28T15:12:45Z" + }, + { + "version": "9.2012.2810.2735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2810.2735.zip", + "checksum": "3cc5ee4fcc0dd45229518092b48edbf6", + "timestamp": "2020-12-28T10:27:51Z" + }, + { + "version": "9.2012.2718.3928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2718.3928.zip", + "checksum": "caf756ecdb7081e2b7d9a477398bf5e4", + "timestamp": "2020-12-27T18:39:43Z" + }, + { + "version": "9.2012.2713.5132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2713.5132.zip", + "checksum": "7f53846e046daa1a6c45e4c104328837", + "timestamp": "2020-12-27T13:51:45Z" + }, + { + "version": "9.2012.2520.329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2520.0329.zip", + "checksum": "59dac736c8630cb2ef9e568f4be5ddaf", + "timestamp": "2020-12-25T20:03:44Z" + }, + { + "version": "9.2012.2515.4743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2515.4743.zip", + "checksum": "07c2e1da50b46b0b4e31d94cbac63248", + "timestamp": "2020-12-25T15:47:57Z" + }, + { + "version": "9.2012.2513.3641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2513.3641.zip", + "checksum": "8a8493699127da0bf513c9b981c59cf2", + "timestamp": "2020-12-25T13:36:56Z" + }, + { + "version": "9.2012.2420.928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2420.0928.zip", + "checksum": "54df112f4ba622de96dc7374fec27d2d", + "timestamp": "2020-12-24T20:09:42Z" + }, + { + "version": "9.2012.2418.1142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2418.1142.zip", + "checksum": "d1a7e74b38df38b294bb07f5232a435b", + "timestamp": "2020-12-24T18:11:56Z" + }, + { + "version": "9.2012.2410.2455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2410.2455.zip", + "checksum": "9d29dc7a6f619060e747a843e5af3020", + "timestamp": "2020-12-24T10:25:10Z" + }, + { + "version": "9.2012.2405.3543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2405.3543.zip", + "checksum": "569e4c6cbd971ab43dbc3c2591d99357", + "timestamp": "2020-12-24T05:35:57Z" + }, + { + "version": "9.2012.2319.1714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2319.1714.zip", + "checksum": "fbcbf382ed44b2c832e41c98a32a1995", + "timestamp": "2020-12-23T19:17:29Z" + }, + { + "version": "9.2012.2305.155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2305.0155.zip", + "checksum": "d402b2b7dd2706f5d2e8c422d990c412", + "timestamp": "2020-12-23T05:02:09Z" + }, + { + "version": "9.2012.2304.1412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2304.1412.zip", + "checksum": "37b5762d800ad30d8d97a6bdb8093e00", + "timestamp": "2020-12-23T04:14:24Z" + }, + { + "version": "9.2012.2303.4510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2303.4510.zip", + "checksum": "fa157ee8036e10ebe93634ea2c2115cc", + "timestamp": "2020-12-23T03:45:25Z" + }, + { + "version": "9.2012.2223.1343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2223.1343.zip", + "checksum": "8028cc65aa24a0359d4822355a07974e", + "timestamp": "2020-12-22T23:13:57Z" + }, + { + "version": "9.2012.2215.1449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2215.1449.zip", + "checksum": "5f896e7cb3fb0b6d4b5444e5c30a82a7", + "timestamp": "2020-12-22T15:15:04Z" + }, + { + "version": "9.2012.2212.4222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2212.4222.zip", + "checksum": "e8fc4eb26896dbc35534e2d4396d2502", + "timestamp": "2020-12-22T12:42:38Z" + }, + { + "version": "9.2012.2123.211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2123.0211.zip", + "checksum": "b9433615413ac1e908d0661dc5f207ba", + "timestamp": "2020-12-21T23:02:24Z" + }, + { + "version": "9.2012.2122.3428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2122.3428.zip", + "checksum": "330f29d150e3ec837575a209cf4d697d", + "timestamp": "2020-12-21T22:34:43Z" + }, + { + "version": "9.2012.2119.5130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2119.5130.zip", + "checksum": "f1aafd6d76b924b4a9d66f4858d395cd", + "timestamp": "2020-12-21T19:51:45Z" + }, + { + "version": "9.2012.2119.2514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2119.2514.zip", + "checksum": "337d32744779d1e1f8932d413ec640b0", + "timestamp": "2020-12-21T19:25:28Z" + }, + { + "version": "9.2012.2118.5857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2118.5857.zip", + "checksum": "294d37265c99fe5964995d273804c5f4", + "timestamp": "2020-12-21T18:59:12Z" + }, + { + "version": "9.2012.2107.4850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2107.4850.zip", + "checksum": "db758da4b4fb63e5d781cfdbe200c6cc", + "timestamp": "2020-12-21T07:49:05Z" + }, + { + "version": "9.2012.2100.752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2100.0752.zip", + "checksum": "47072ba11ca8fe4a54da1be2742b7991", + "timestamp": "2020-12-21T00:08:06Z" + }, + { + "version": "9.2012.2023.3847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2023.3847.zip", + "checksum": "84b09312b2b8b0189650ea5cfa6b5107", + "timestamp": "2020-12-20T23:39:02Z" + }, + { + "version": "9.2012.2013.4857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2013.4857.zip", + "checksum": "a96506588671c408f56abd01b2c7e6df", + "timestamp": "2020-12-20T13:49:11Z" + }, + { + "version": "9.2012.2013.1918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2013.1918.zip", + "checksum": "4b71adc3060c9b85875fb8bf073545e4", + "timestamp": "2020-12-20T13:19:33Z" + }, + { + "version": "9.2012.2009.4654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2009.4654.zip", + "checksum": "b5be05a01994bdd861744e2afa274ab8", + "timestamp": "2020-12-20T09:47:10Z" + }, + { + "version": "9.2012.2009.1733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2009.1733.zip", + "checksum": "8708f1885f42373c856e300e3b0c31fd", + "timestamp": "2020-12-20T09:17:48Z" + }, + { + "version": "9.2012.2000.4234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.2000.4234.zip", + "checksum": "4d06e2fd3f6289d73beb688a4cf372ec", + "timestamp": "2020-12-20T00:42:49Z" + }, + { + "version": "9.2012.1919.3951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1919.3951.zip", + "checksum": "ba883f4f02778fa58b0c7cd7ceeb9229", + "timestamp": "2020-12-19T19:40:06Z" + }, + { + "version": "9.2012.1820.5810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1820.5810.zip", + "checksum": "4ad986a84b0232f5984fc95f176113f0", + "timestamp": "2020-12-18T20:58:24Z" + }, + { + "version": "9.2012.1820.3132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1820.3132.zip", + "checksum": "0ca455c7b6232f805200b834c788a7b1", + "timestamp": "2020-12-18T20:31:46Z" + }, + { + "version": "9.2012.1813.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1813.1728.zip", + "checksum": "f64bc1856cab4659dc3a3d34ea97cc08", + "timestamp": "2020-12-18T13:17:42Z" + }, + { + "version": "9.2012.1807.4047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1807.4047.zip", + "checksum": "12071c46125e42dac1593b1885ba40e1", + "timestamp": "2020-12-18T07:41:02Z" + }, + { + "version": "9.2012.1722.4719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1722.4719.zip", + "checksum": "387c466d958317d4f5e2fe0a35e6d9d3", + "timestamp": "2020-12-17T22:47:34Z" + }, + { + "version": "9.2012.1722.2031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1722.2031.zip", + "checksum": "cb960bdd1484e7956b02b65d981f0624", + "timestamp": "2020-12-17T22:20:45Z" + }, + { + "version": "9.2012.1718.3300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1718.3300.zip", + "checksum": "23a553bb88c8f70be4d93c6c9abaeb15", + "timestamp": "2020-12-17T18:33:15Z" + }, + { + "version": "9.2012.1717.4153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1717.4153.zip", + "checksum": "d56b072fc0939522befda50ddef76b59", + "timestamp": "2020-12-17T17:42:10Z" + }, + { + "version": "9.2012.1717.1502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1717.1502.zip", + "checksum": "ddb4fd20aa5a9da9a132a0b7b366bc37", + "timestamp": "2020-12-17T17:15:17Z" + }, + { + "version": "9.2012.1711.1536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1711.1536.zip", + "checksum": "bd009791ca18e7f7ae034ddd238d868a", + "timestamp": "2020-12-17T11:15:50Z" + }, + { + "version": "9.2012.1623.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1623.1258.zip", + "checksum": "2d4d9c76f696842cf626a86ade215067", + "timestamp": "2020-12-16T23:13:12Z" + }, + { + "version": "9.2012.1622.631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1622.0631.zip", + "checksum": "0a49e14d5b4a69028c8589866dcbdd45", + "timestamp": "2020-12-16T22:06:44Z" + }, + { + "version": "9.2012.1621.3824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1621.3824.zip", + "checksum": "c49df6320492a3911929ff9633f9c7c6", + "timestamp": "2020-12-16T21:38:38Z" + }, + { + "version": "9.2012.1620.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1620.2909.zip", + "checksum": "e0e5c61b5c5726841f2ec660afe0f6fc", + "timestamp": "2020-12-16T20:29:23Z" + }, + { + "version": "9.2012.1620.116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1620.0116.zip", + "checksum": "3e5740f1af4b359dca54fa46b2f8c4b5", + "timestamp": "2020-12-16T20:01:31Z" + }, + { + "version": "9.2012.1619.2256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1619.2256.zip", + "checksum": "7aabed39d4f9d5486d9e1efa44b7c43e", + "timestamp": "2020-12-16T19:23:10Z" + }, + { + "version": "9.2012.1616.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1616.4910.zip", + "checksum": "37f91eb3806dc6174b23a90bf832b6e0", + "timestamp": "2020-12-16T16:49:26Z" + }, + { + "version": "9.2012.1519.5314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1519.5314.zip", + "checksum": "78ce1f2e8506019e1257489f1f9db493", + "timestamp": "2020-12-15T19:53:28Z" + }, + { + "version": "9.2012.1512.1329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1512.1329.zip", + "checksum": "b916b0b50c7b2cbdbc5c2106234034ee", + "timestamp": "2020-12-15T12:13:43Z" + }, + { + "version": "9.2012.1511.4521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1511.4521.zip", + "checksum": "d6618a98a5f3c67b71749a8b076bef6b", + "timestamp": "2020-12-15T11:45:34Z" + }, + { + "version": "9.2012.1508.3324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1508.3324.zip", + "checksum": "4d64602b63a404b38a1666797b711556", + "timestamp": "2020-12-15T08:33:38Z" + }, + { + "version": "9.2012.1421.4759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1421.4759.zip", + "checksum": "e662f5bcc41c91127093f283ac69ce29", + "timestamp": "2020-12-14T21:48:14Z" + }, + { + "version": "9.2012.1420.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1420.1335.zip", + "checksum": "ebef37649a279fc5a461488c88e58728", + "timestamp": "2020-12-14T20:13:48Z" + }, + { + "version": "9.2012.1417.1928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1417.1928.zip", + "checksum": "3f2a430b7aabebf4ea06dc44cb94fb31", + "timestamp": "2020-12-14T17:19:44Z" + }, + { + "version": "9.2012.1416.3238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1416.3238.zip", + "checksum": "cb2bfe4faae4480d5484303873ea3dda", + "timestamp": "2020-12-14T16:32:53Z" + }, + { + "version": "9.2012.1416.510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1416.0510.zip", + "checksum": "284354a1b64d757c29fb470916203f0d", + "timestamp": "2020-12-14T16:05:24Z" + }, + { + "version": "9.2012.1415.3759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1415.3759.zip", + "checksum": "f28febd53cd2fd37bd383822aeff35b5", + "timestamp": "2020-12-14T15:38:12Z" + }, + { + "version": "9.2012.1412.3", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1412.0003.zip", + "checksum": "ac742f538dca5d8c42f07e47a44ccbae", + "timestamp": "2020-12-14T12:00:17Z" + }, + { + "version": "9.2012.1405.1410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1405.1410.zip", + "checksum": "2d60248881adb06aeff01f201338051a", + "timestamp": "2020-12-14T05:14:24Z" + }, + { + "version": "9.2012.1404.807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1404.0807.zip", + "checksum": "26641692624c68d31fc900d52ea92547", + "timestamp": "2020-12-14T04:08:22Z" + }, + { + "version": "9.2012.1323.546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1323.0546.zip", + "checksum": "86ec749e8fe37efd23d1d520b319236e", + "timestamp": "2020-12-13T23:06:01Z" + }, + { + "version": "9.2012.1322.3704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1322.3704.zip", + "checksum": "0a5fe9339a07e3f53deb4c2f6b571126", + "timestamp": "2020-12-13T22:37:18Z" + }, + { + "version": "9.2012.1322.1030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1322.1030.zip", + "checksum": "9aae0b8d7d8916750e5d9bde5968028c", + "timestamp": "2020-12-13T22:10:45Z" + }, + { + "version": "9.2012.1319.3408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1319.3408.zip", + "checksum": "37831d7a05ad72254b0197133551a6bb", + "timestamp": "2020-12-13T19:34:22Z" + }, + { + "version": "9.2012.1314.1151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1314.1151.zip", + "checksum": "370b224275177cc917c3fd0fbc1fb64e", + "timestamp": "2020-12-13T14:12:07Z" + }, + { + "version": "9.2012.1313.4400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1313.4400.zip", + "checksum": "17aec945d144f4e2a2fdca33256e397c", + "timestamp": "2020-12-13T13:44:14Z" + }, + { + "version": "9.2012.1313.1613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1313.1613.zip", + "checksum": "982d4db568ceafd5287afbae0c8f06d0", + "timestamp": "2020-12-13T13:16:26Z" + }, + { + "version": "9.2012.1312.4757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1312.4757.zip", + "checksum": "237800510aae29d0c126eeddc89b0d95", + "timestamp": "2020-12-13T12:48:12Z" + }, + { + "version": "9.2012.1311.2146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1311.2146.zip", + "checksum": "f6c27a2849c16bad5543c536451422ca", + "timestamp": "2020-12-13T11:22:00Z" + }, + { + "version": "9.2012.1218.4422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1218.4422.zip", + "checksum": "c98a4ad3cf9dc0646a0607df16d6f09d", + "timestamp": "2020-12-12T18:44:37Z" + }, + { + "version": "9.2012.1122.4312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1122.4312.zip", + "checksum": "fc9a3c2941f3e74f9771f277a92d9e3a", + "timestamp": "2020-12-11T22:43:27Z" + }, + { + "version": "9.2012.1121.5246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1121.5246.zip", + "checksum": "bdd988e6d05f819a363c6e2d404cbcc5", + "timestamp": "2020-12-11T21:53:01Z" + }, + { + "version": "9.2012.1115.5118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1115.5118.zip", + "checksum": "b962759b086b359b965db8452a09efa1", + "timestamp": "2020-12-11T15:51:31Z" + }, + { + "version": "9.2012.1115.2406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1115.2406.zip", + "checksum": "e2b498fa12f25b156530b86d0576b0f2", + "timestamp": "2020-12-11T15:24:21Z" + }, + { + "version": "9.2012.1109.4618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1109.4618.zip", + "checksum": "70c8278470753947981c32f03f351c6b", + "timestamp": "2020-12-11T09:46:33Z" + }, + { + "version": "9.2012.1109.1651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1109.1651.zip", + "checksum": "90657506efe5f7a61704c4889d0e4450", + "timestamp": "2020-12-11T09:17:05Z" + }, + { + "version": "9.2012.1108.244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1108.0244.zip", + "checksum": "0a329813145707a805178d7b984bf044", + "timestamp": "2020-12-11T08:02:58Z" + }, + { + "version": "9.2012.1107.3418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1107.3418.zip", + "checksum": "d34f8f8c3845c33b7740e61b23cba885", + "timestamp": "2020-12-11T07:34:33Z" + }, + { + "version": "9.2012.1104.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1104.2640.zip", + "checksum": "48ba1fef74226705451a4049627ae538", + "timestamp": "2020-12-11T04:26:55Z" + }, + { + "version": "9.2012.1103.5939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1103.5939.zip", + "checksum": "439218b78c3a7bdcb9d2e90dfb8ecb79", + "timestamp": "2020-12-11T03:59:54Z" + }, + { + "version": "9.2012.1103.3229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1103.3229.zip", + "checksum": "f5892b1a91b3929c27b3d01f13c0e101", + "timestamp": "2020-12-11T03:32:45Z" + }, + { + "version": "9.2012.1022.3719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1022.3719.zip", + "checksum": "c8c654b9feea3d22dbd23bb93c221334", + "timestamp": "2020-12-10T22:37:33Z" + }, + { + "version": "9.2012.1022.1053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1022.1053.zip", + "checksum": "2cb1abfbe13361ca65de6f720d4b1201", + "timestamp": "2020-12-10T22:11:08Z" + }, + { + "version": "9.2012.1021.2351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1021.2351.zip", + "checksum": "7a2d84758d150e076bae2beb6c4e9d5b", + "timestamp": "2020-12-10T21:24:05Z" + }, + { + "version": "9.2012.1020.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1020.5547.zip", + "checksum": "2fd9a9da678f9a89db3b0fd824f43c61", + "timestamp": "2020-12-10T20:56:03Z" + }, + { + "version": "9.2012.1013.5851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1013.5851.zip", + "checksum": "1e57daedcf18bc5e294bb17432a042a0", + "timestamp": "2020-12-10T13:59:06Z" + }, + { + "version": "9.2012.1013.3102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1013.3102.zip", + "checksum": "cbafb3f641468e4c005d62d9e62ba4fe", + "timestamp": "2020-12-10T13:31:16Z" + }, + { + "version": "9.2012.1013.313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.1013.0313.zip", + "checksum": "a310f8e0bce56a5d49cf42b0470fec82", + "timestamp": "2020-12-10T13:03:27Z" + }, + { + "version": "9.2012.919.4603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0919.4603.zip", + "checksum": "9ff54281be9e9c7b9b8c496f7a85de2a", + "timestamp": "2020-12-09T19:46:17Z" + }, + { + "version": "9.2012.917.1929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0917.1929.zip", + "checksum": "5ea320ead0843b4917b22372900ccf12", + "timestamp": "2020-12-09T17:19:45Z" + }, + { + "version": "9.2012.915.5201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0915.5201.zip", + "checksum": "5813f010eb000ab8a18c2a1524f8d557", + "timestamp": "2020-12-09T15:52:17Z" + }, + { + "version": "9.2012.913.5951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0913.5951.zip", + "checksum": "07f8ce000850c92ff19e0b59fab99130", + "timestamp": "2020-12-09T14:00:07Z" + }, + { + "version": "9.2012.908.603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0908.0603.zip", + "checksum": "3bb8dcac223b0fd17bac0daa831ba581", + "timestamp": "2020-12-09T08:06:17Z" + }, + { + "version": "9.2012.907.3820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0907.3820.zip", + "checksum": "1d03de3e994465cbfa96c852eb0b2973", + "timestamp": "2020-12-09T07:38:35Z" + }, + { + "version": "9.2012.904.2534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0904.2534.zip", + "checksum": "d91bbf2b025b7605e3927482c362a497", + "timestamp": "2020-12-09T04:25:48Z" + }, + { + "version": "9.2012.823.5029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0823.5029.zip", + "checksum": "71be24ab536877cbc895cc0935b87c18", + "timestamp": "2020-12-08T23:50:43Z" + }, + { + "version": "9.2012.819.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0819.4221.zip", + "checksum": "8df555e6e1571104f5647449825ed34a", + "timestamp": "2020-12-08T19:42:36Z" + }, + { + "version": "9.2012.817.5955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0817.5955.zip", + "checksum": "4e7d8ae34f231261c0a6e87d9155042b", + "timestamp": "2020-12-08T18:00:09Z" + }, + { + "version": "9.2012.817.3202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0817.3202.zip", + "checksum": "cd6610ec1c1b871b6192b49a23b39863", + "timestamp": "2020-12-08T17:32:18Z" + }, + { + "version": "9.2012.816.3134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0816.3134.zip", + "checksum": "7f71a212b013efe4ab50f80e54b125af", + "timestamp": "2020-12-08T16:31:49Z" + }, + { + "version": "9.2012.809.3359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0809.3359.zip", + "checksum": "fa552c708097ebd2eb48f7ea5c364452", + "timestamp": "2020-12-08T09:34:14Z" + }, + { + "version": "9.2012.808.2652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0808.2652.zip", + "checksum": "d8bc29ea48432c3fae484e1ee8c33f38", + "timestamp": "2020-12-08T08:27:07Z" + }, + { + "version": "9.2012.807.5917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0807.5917.zip", + "checksum": "6cccc5d70524055a4d096ecf128f80f4", + "timestamp": "2020-12-08T07:59:32Z" + }, + { + "version": "9.2012.801.605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0801.0605.zip", + "checksum": "55257366a07c7ee85c051635a9995e46", + "timestamp": "2020-12-08T01:06:20Z" + }, + { + "version": "9.2012.718.2034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0718.2034.zip", + "checksum": "f105741e4561464d0abf8e96aacaf21c", + "timestamp": "2020-12-07T18:20:47Z" + }, + { + "version": "9.2012.717.3000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0717.3000.zip", + "checksum": "218b0effb709c80c79c516da3d3d496c", + "timestamp": "2020-12-07T17:30:15Z" + }, + { + "version": "9.2012.717.234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0717.0234.zip", + "checksum": "4b41caf022f51375736db15e04212abd", + "timestamp": "2020-12-07T17:03:00Z" + }, + { + "version": "9.2012.707.2836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0707.2836.zip", + "checksum": "e5f16a1828897da4025c5893fbe9028c", + "timestamp": "2020-12-07T07:28:49Z" + }, + { + "version": "9.2012.707.155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0707.0155.zip", + "checksum": "79beff7e1de56d6eb7b602225819cdae", + "timestamp": "2020-12-07T07:02:09Z" + }, + { + "version": "9.2012.615.3149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0615.3149.zip", + "checksum": "36aac9350a58102a1714956b9986d69c", + "timestamp": "2020-12-06T15:32:03Z" + }, + { + "version": "9.2012.615.529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0615.0529.zip", + "checksum": "d1a3eede32999b0f4bc115426e1cacdf", + "timestamp": "2020-12-06T15:05:43Z" + }, + { + "version": "9.2012.607.2843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0607.2843.zip", + "checksum": "14847f4a0f1e62787f88020f7ced0714", + "timestamp": "2020-12-06T07:28:58Z" + }, + { + "version": "9.2012.601.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0601.3221.zip", + "checksum": "c24984edb7830a27fa5c5f800d3d4d7d", + "timestamp": "2020-12-06T01:32:35Z" + }, + { + "version": "9.2012.601.533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0601.0533.zip", + "checksum": "f86fcd3652caa0783e328b93c0d26a0c", + "timestamp": "2020-12-06T01:05:46Z" + }, + { + "version": "9.2012.600.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0600.3857.zip", + "checksum": "4d671de4c6145efaa95b0e7f10908377", + "timestamp": "2020-12-06T00:39:11Z" + }, + { + "version": "9.2012.519.4839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_9.2012.0519.4839.zip", + "checksum": "f0ef4d0d3107e36b8f451a31b046ee49", + "timestamp": "2020-12-05T19:48:53Z" + }, + { + "version": "8.2011.2301.400", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2301.0400.zip", + "checksum": "44b251ce8d51a44e255fa57f29a22dd7", + "timestamp": "2020-11-23T01:04:09Z" + }, + { + "version": "8.2011.2219.3713", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2219.3713.zip", + "checksum": "f6d73de450a711c8a4b3a31a2377363e", + "timestamp": "2020-11-22T19:37:21Z" + }, + { + "version": "8.2011.2219.1026", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2219.1026.zip", + "checksum": "37e3ecf80983f9d100267f82197a105b", + "timestamp": "2020-11-22T19:10:35Z" + }, + { + "version": "8.2011.2218.2858", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2218.2858.zip", + "checksum": "cdb6323653ae0bc2e5f98f588aca351f", + "timestamp": "2020-11-22T18:29:07Z" + }, + { + "version": "8.2011.2217.5454", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2217.5454.zip", + "checksum": "26b4f2ecd022141c417a159a123d2319", + "timestamp": "2020-11-22T17:55:02Z" + }, + { + "version": "8.2011.2215.5234", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2215.5234.zip", + "checksum": "fe5a97d0ecc2bcf211801dfddb4ea81a", + "timestamp": "2020-11-22T15:52:42Z" + }, + { + "version": "8.2011.2214.5916", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2214.5916.zip", + "checksum": "fba7afae4e1a171694c0362cccda1c9e", + "timestamp": "2020-11-22T14:59:25Z" + }, + { + "version": "8.2011.2210.2810", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2210.2810.zip", + "checksum": "c4940b4b0ca1db49a530ff7ccc55476f", + "timestamp": "2020-11-22T10:28:19Z" + }, + { + "version": "8.2011.2208.1957", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2208.1957.zip", + "checksum": "2086606bd549173cc55cc9607b13f0ab", + "timestamp": "2020-11-22T08:20:05Z" + }, + { + "version": "8.2011.2207.5409", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2207.5409.zip", + "checksum": "c098940e264bd7540de0c059e498e285", + "timestamp": "2020-11-22T07:54:18Z" + }, + { + "version": "8.2011.2207.26", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2207.0026.zip", + "checksum": "99910e4948a7784d2de16854820a4e74", + "timestamp": "2020-11-22T07:00:34Z" + }, + { + "version": "8.2011.2206.3539", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/auto-organize/auto-organize_8.2011.2206.3539.zip", + "checksum": "9897ac8cf910e7025565cd71966ce222", + "timestamp": "2020-11-22T06:35:48Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "9c4e63f1-031b-4f25-988b-4f7d78a8b53e", + "name": "Bookshelf", + "description": "Supports several different metadata providers and options for organizing your collection.\n", + "overview": "Manage your books", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "- 10.8 support (#33) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_7.0.0.0.zip", + "checksum": "9e07983548b40fef9abb764f4db95b6a", + "timestamp": "2022-01-07T21:09:37Z" + }, + { + "version": "5.2103.1400.1456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1400.1456.zip", + "checksum": "fedef2083331e0e10a94b163da4107cf", + "timestamp": "2021-03-14T00:15:04Z" + }, + { + "version": "5.2103.1323.4556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1323.4556.zip", + "checksum": "c46c9a5c9ba57f59baa5d736d897dcd5", + "timestamp": "2021-03-13T23:46:04Z" + }, + { + "version": "5.2103.1322.2440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1322.2440.zip", + "checksum": "2645c1dffb8843c855976fa6860f95a7", + "timestamp": "2021-03-13T22:24:47Z" + }, + { + "version": "5.2103.1314.5544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1314.5544.zip", + "checksum": "e3a279392f237df1cf19d8bd1ea97d13", + "timestamp": "2021-03-13T14:55:51Z" + }, + { + "version": "5.2103.1314.2734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1314.2734.zip", + "checksum": "d6946c01d4b5b5646cb0f912341397e8", + "timestamp": "2021-03-13T14:27:43Z" + }, + { + "version": "5.2103.1302.4059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1302.4059.zip", + "checksum": "b8b130459caa3a74a0e8d73f2f288c9d", + "timestamp": "2021-03-13T02:41:07Z" + }, + { + "version": "5.2103.1223.2357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1223.2357.zip", + "checksum": "cc619666680ec663f6001e467bfb30cf", + "timestamp": "2021-03-12T23:24:05Z" + }, + { + "version": "5.2103.1214.1804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1214.1804.zip", + "checksum": "79f4515faafb060a2ddc6f31225a718b", + "timestamp": "2021-03-12T14:18:11Z" + }, + { + "version": "5.2103.1213.5034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1213.5034.zip", + "checksum": "b5d7cfa3f262ab93d9b4d5abc78ea34d", + "timestamp": "2021-03-12T13:50:42Z" + }, + { + "version": "5.2103.1209.525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1209.0525.zip", + "checksum": "804a0e98c6f2d2fc1646976bdc67f697", + "timestamp": "2021-03-12T09:05:33Z" + }, + { + "version": "5.2103.1123.3931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1123.3931.zip", + "checksum": "8624d2c3b4d49a93e66f7d7f5314f527", + "timestamp": "2021-03-11T23:39:39Z" + }, + { + "version": "5.2103.1122.2507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1122.2507.zip", + "checksum": "aa22200bcf6caf11dff6f1b98b4bf53e", + "timestamp": "2021-03-11T22:25:15Z" + }, + { + "version": "5.2103.1121.5632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1121.5632.zip", + "checksum": "be4fea384f316ec20896fa548931c6b0", + "timestamp": "2021-03-11T21:56:39Z" + }, + { + "version": "5.2103.1120.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1120.1615.zip", + "checksum": "7806f2b0fe2677389d7b22127f8fec2a", + "timestamp": "2021-03-11T20:16:23Z" + }, + { + "version": "5.2103.1116.1024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1116.1024.zip", + "checksum": "e91ce278b67f28e0595bdd8f36464014", + "timestamp": "2021-03-11T16:10:31Z" + }, + { + "version": "5.2103.1115.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1115.2753.zip", + "checksum": "fcc07e4ae6e1064538d479ac66a48744", + "timestamp": "2021-03-11T15:28:02Z" + }, + { + "version": "5.2103.1111.939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1111.0939.zip", + "checksum": "03e9903b6d7e86ce7ef8927d49aa7a1b", + "timestamp": "2021-03-11T11:09:47Z" + }, + { + "version": "5.2103.1100.352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1100.0352.zip", + "checksum": "83df336ffb1a5424d0bcaf3c75ebf899", + "timestamp": "2021-03-11T00:04:01Z" + }, + { + "version": "5.2103.1022.4231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1022.4231.zip", + "checksum": "ddad8d6b56fe14c439531f957713df26", + "timestamp": "2021-03-10T22:42:39Z" + }, + { + "version": "5.2103.1019.3628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1019.3628.zip", + "checksum": "e21490c9dec42c56c6ad71311dff6a9d", + "timestamp": "2021-03-10T19:36:36Z" + }, + { + "version": "5.2103.1014.4246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1014.4246.zip", + "checksum": "6d4a2e3aa4f0fc9997e8007321ecc253", + "timestamp": "2021-03-10T14:42:54Z" + }, + { + "version": "5.2103.1011.2145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1011.2145.zip", + "checksum": "aa782553b6e5c6a2d1bb2eff3f0ec46d", + "timestamp": "2021-03-10T11:21:53Z" + }, + { + "version": "5.2103.1010.5346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1010.5346.zip", + "checksum": "8fc5e0c2ae019397773da75231c38c60", + "timestamp": "2021-03-10T10:53:54Z" + }, + { + "version": "5.2103.1008.110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1008.0110.zip", + "checksum": "740b28f9bcbc9a7cf2c7fe4db8e63131", + "timestamp": "2021-03-10T08:01:17Z" + }, + { + "version": "5.2103.1002.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.1002.5143.zip", + "checksum": "6d3dcd81cf27d6b018cbcf3a1d0039d6", + "timestamp": "2021-03-10T02:51:51Z" + }, + { + "version": "5.2103.923.4203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0923.4203.zip", + "checksum": "0008d6b9990288a80cca6bd2e74dfeca", + "timestamp": "2021-03-09T23:42:13Z" + }, + { + "version": "5.2103.921.5857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0921.5857.zip", + "checksum": "625425daf6d00f6b694292eb834bbf87", + "timestamp": "2021-03-09T21:59:05Z" + }, + { + "version": "5.2103.919.5128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0919.5128.zip", + "checksum": "e3d3c2d6bbe97b70464d9c70238a64ef", + "timestamp": "2021-03-09T19:51:36Z" + }, + { + "version": "5.2103.919.1701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0919.1701.zip", + "checksum": "f19464f2bb4d2336e6b38ccebd2d1ea2", + "timestamp": "2021-03-09T19:17:09Z" + }, + { + "version": "5.2103.913.4018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0913.4018.zip", + "checksum": "d9b7b1e06bc8a1bb0231e42eead38b89", + "timestamp": "2021-03-09T13:40:27Z" + }, + { + "version": "5.2103.904.2816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0904.2816.zip", + "checksum": "5fcc31ad655a57da0472e43ef1db75db", + "timestamp": "2021-03-09T04:28:25Z" + }, + { + "version": "5.2103.900.2215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0900.2215.zip", + "checksum": "7242e0758c6589512b35c1726de7ef4a", + "timestamp": "2021-03-09T00:22:23Z" + }, + { + "version": "5.2103.814.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0814.4238.zip", + "checksum": "9c2e739db06eb9393c2656c16fd97bf2", + "timestamp": "2021-03-08T14:42:46Z" + }, + { + "version": "5.2103.811.2622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0811.2622.zip", + "checksum": "3e25b619cdf50717a628fce41bf527df", + "timestamp": "2021-03-08T11:26:30Z" + }, + { + "version": "5.2103.809.1206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0809.1206.zip", + "checksum": "5fe0af9bb1f6f5e2d20a01431f79f582", + "timestamp": "2021-03-08T09:12:16Z" + }, + { + "version": "5.2103.808.1149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0808.1149.zip", + "checksum": "bd69da2d75cf9815d28a08333915d7e2", + "timestamp": "2021-03-08T08:11:57Z" + }, + { + "version": "5.2103.722.5027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0722.5027.zip", + "checksum": "10b18ccbc27d5a86e742c6089d7d1ed6", + "timestamp": "2021-03-07T22:50:35Z" + }, + { + "version": "5.2103.715.1823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0715.1823.zip", + "checksum": "86caa2f228e9b1393e9e1fa690f14ab4", + "timestamp": "2021-03-07T15:18:31Z" + }, + { + "version": "5.2103.312.349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0312.0349.zip", + "checksum": "dcf60ee2af2a906439f01686ff9851ba", + "timestamp": "2021-03-03T12:03:57Z" + }, + { + "version": "5.2103.217.432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0217.0432.zip", + "checksum": "d8aaaab534bf4bac6cb5b2009acf693f", + "timestamp": "2021-03-02T17:04:40Z" + }, + { + "version": "5.2103.216.3726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0216.3726.zip", + "checksum": "30ad94d3881e5e15723030fdffd559dc", + "timestamp": "2021-03-02T16:37:34Z" + }, + { + "version": "5.2103.214.3417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0214.3417.zip", + "checksum": "95e0f2460b1712bf3e559825a1239723", + "timestamp": "2021-03-02T14:34:25Z" + }, + { + "version": "5.2103.209.49", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0209.0049.zip", + "checksum": "86d15d49c2de5e110d4ff9c4349be4ec", + "timestamp": "2021-03-02T09:00:57Z" + }, + { + "version": "5.2103.202.3126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0202.3126.zip", + "checksum": "b19a880de5bb0b916bc2f820c126b93e", + "timestamp": "2021-03-02T02:31:34Z" + }, + { + "version": "5.2103.123.405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0123.0405.zip", + "checksum": "4825f92b96beeac82070960109a33718", + "timestamp": "2021-03-01T23:04:13Z" + }, + { + "version": "5.2103.121.2147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0121.2147.zip", + "checksum": "a207064e21483110ae989e633b353345", + "timestamp": "2021-03-01T21:21:56Z" + }, + { + "version": "5.2103.119.957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0119.0957.zip", + "checksum": "e7063aa9a45170316107ef9273988bf7", + "timestamp": "2021-03-01T19:10:05Z" + }, + { + "version": "5.2103.118.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0118.4238.zip", + "checksum": "aa90b9814f430daaf518e9d2f7489412", + "timestamp": "2021-03-01T18:42:47Z" + }, + { + "version": "5.2103.118.1439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0118.1439.zip", + "checksum": "4c75414b97cc8de4f19517ecab6cfbe6", + "timestamp": "2021-03-01T18:14:48Z" + }, + { + "version": "5.2103.117.2304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0117.2304.zip", + "checksum": "0997e2e6dde47148fc82c388f0e509fd", + "timestamp": "2021-03-01T17:23:12Z" + }, + { + "version": "5.2103.116.5607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0116.5607.zip", + "checksum": "16bc325e489a26bcf28d4d419e44a66d", + "timestamp": "2021-03-01T16:56:16Z" + }, + { + "version": "5.2103.115.1504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0115.1504.zip", + "checksum": "b11047603de1017b2467f3ebd7ea7ce0", + "timestamp": "2021-03-01T15:15:12Z" + }, + { + "version": "5.2103.114.2924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0114.2924.zip", + "checksum": "d5f6abee40c1dbd58935cd58e9a6a9a5", + "timestamp": "2021-03-01T14:29:32Z" + }, + { + "version": "5.2103.113.5457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0113.5457.zip", + "checksum": "4ac7245fe5e3848c8238b848c3c021c0", + "timestamp": "2021-03-01T13:55:04Z" + }, + { + "version": "5.2103.110.4654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0110.4654.zip", + "checksum": "362bf4e26c25234c083f22433b2fa6f6", + "timestamp": "2021-03-01T10:47:02Z" + }, + { + "version": "5.2103.110.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0110.1949.zip", + "checksum": "5f215d25faed0957064bf4ee9ced7ea2", + "timestamp": "2021-03-01T10:19:57Z" + }, + { + "version": "5.2103.109.600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0109.0600.zip", + "checksum": "b2ecc84238963b409700884c6466d73b", + "timestamp": "2021-03-01T09:06:09Z" + }, + { + "version": "5.2103.104.1600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2103.0104.1600.zip", + "checksum": "d6762282f528205405ac18a14b90e8d0", + "timestamp": "2021-03-01T04:16:09Z" + }, + { + "version": "5.2102.2820.3026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2820.3026.zip", + "checksum": "aa8d234ee2377ec3bed41c5cc80b8ac2", + "timestamp": "2021-02-28T20:30:34Z" + }, + { + "version": "5.2102.2816.2113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2816.2113.zip", + "checksum": "78a96f7752e9e4c58482b511d2c75ca2", + "timestamp": "2021-02-28T16:21:20Z" + }, + { + "version": "5.2102.2815.5349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2815.5349.zip", + "checksum": "27b06e994c585d7a85dc9dbf7e6f84cd", + "timestamp": "2021-02-28T15:53:57Z" + }, + { + "version": "5.2102.2815.2726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2815.2726.zip", + "checksum": "321c0fab6815cb47b2eff7881debbe63", + "timestamp": "2021-02-28T15:27:34Z" + }, + { + "version": "5.2102.2811.3339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2811.3339.zip", + "checksum": "d117438a195df7f3c24e7a03a88541a4", + "timestamp": "2021-02-28T11:33:47Z" + }, + { + "version": "5.2102.2811.751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2811.0751.zip", + "checksum": "2f43635829f663ce57dbcbff482dceb5", + "timestamp": "2021-02-28T11:07:59Z" + }, + { + "version": "5.2102.2810.3811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2810.3811.zip", + "checksum": "8ea5c9689ed56173a869bfd7da85a9d4", + "timestamp": "2021-02-28T10:38:19Z" + }, + { + "version": "5.2102.2810.1037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2810.1037.zip", + "checksum": "dbe48adba6c8b9857ddcc2ee89f90ca7", + "timestamp": "2021-02-28T10:10:45Z" + }, + { + "version": "5.2102.2809.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2809.4349.zip", + "checksum": "3b25d093147160a9d8a9670d3b859f0f", + "timestamp": "2021-02-28T09:43:57Z" + }, + { + "version": "5.2102.2806.4730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2806.4730.zip", + "checksum": "397f44fc805b0423f467dcd38cff58c4", + "timestamp": "2021-02-28T06:47:37Z" + }, + { + "version": "5.2102.2805.728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2805.0728.zip", + "checksum": "0a6e43b1ded2a50104d8704964e91494", + "timestamp": "2021-02-28T05:07:36Z" + }, + { + "version": "5.2102.2804.4028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2804.4028.zip", + "checksum": "1bc8019b4dccf2471ba56375c524c6e3", + "timestamp": "2021-02-28T04:40:36Z" + }, + { + "version": "5.2102.2722.4529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2722.4529.zip", + "checksum": "edd6a71cbe42ac83d34f326a5affceb1", + "timestamp": "2021-02-27T22:45:37Z" + }, + { + "version": "5.2102.2722.1705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2722.1705.zip", + "checksum": "5e55dd466ae98129bcd5558a743b7b7d", + "timestamp": "2021-02-27T22:17:14Z" + }, + { + "version": "5.2102.2719.4756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2719.4756.zip", + "checksum": "513dd7901685888acb36d1c2834493a3", + "timestamp": "2021-02-27T19:48:05Z" + }, + { + "version": "5.2102.2719.2003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2719.2003.zip", + "checksum": "2a0edb2490b501872de94e6532919207", + "timestamp": "2021-02-27T19:20:13Z" + }, + { + "version": "5.2102.2718.4106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2718.4106.zip", + "checksum": "b0a74c446ffabb31eec02efc7ec71432", + "timestamp": "2021-02-27T18:41:14Z" + }, + { + "version": "5.2102.2717.303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2717.0303.zip", + "checksum": "ab193ac4e22042f27f833401682cd9b2", + "timestamp": "2021-02-27T17:03:11Z" + }, + { + "version": "5.2102.2707.3533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2707.3533.zip", + "checksum": "fcc58c741898fb2328b908de35f52211", + "timestamp": "2021-02-27T07:35:41Z" + }, + { + "version": "5.2102.2705.5101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2705.5101.zip", + "checksum": "5177608d3e05e848a785b8fec1a9b709", + "timestamp": "2021-02-27T05:51:10Z" + }, + { + "version": "5.2102.2705.2416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2705.2416.zip", + "checksum": "9ca96eef33e5918f6d2b81019d033a18", + "timestamp": "2021-02-27T05:24:24Z" + }, + { + "version": "5.2102.2704.1808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2704.1808.zip", + "checksum": "ad1c8eb47b61d4a234dc34aefd5e589e", + "timestamp": "2021-02-27T04:18:16Z" + }, + { + "version": "5.2102.2703.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2703.5053.zip", + "checksum": "d8c3d152269145c6eca8cbe796d3e55e", + "timestamp": "2021-02-27T03:51:01Z" + }, + { + "version": "5.2102.2621.720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2621.0720.zip", + "checksum": "cb14ca219381f66e405f663762517d99", + "timestamp": "2021-02-26T21:07:28Z" + }, + { + "version": "5.2102.2619.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2619.1057.zip", + "checksum": "8360b039aa98fd42d336c5c31d1611b1", + "timestamp": "2021-02-26T19:11:05Z" + }, + { + "version": "5.2102.2618.4354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2618.4354.zip", + "checksum": "16b6e74110469240da4923fbc70119c2", + "timestamp": "2021-02-26T18:44:02Z" + }, + { + "version": "5.2102.2612.4144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2612.4144.zip", + "checksum": "3f84f222a01f46787ba4bac627becec3", + "timestamp": "2021-02-26T12:41:53Z" + }, + { + "version": "5.2102.2523.3855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2523.3855.zip", + "checksum": "34f7b50ebdce43e59ca2a98f411f7ff7", + "timestamp": "2021-02-25T23:39:02Z" + }, + { + "version": "5.2102.2508.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2508.4115.zip", + "checksum": "acd42ab7a7df4c7f055dbf70941469f7", + "timestamp": "2021-02-25T08:41:24Z" + }, + { + "version": "5.2102.2423.929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2423.0929.zip", + "checksum": "d3695ae8de32de2ae83699a0b4e40618", + "timestamp": "2021-02-24T23:09:37Z" + }, + { + "version": "5.2102.2422.4311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2422.4311.zip", + "checksum": "6e58726336fbb4a918ca14203b241848", + "timestamp": "2021-02-24T22:43:19Z" + }, + { + "version": "5.2102.2421.2604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2421.2604.zip", + "checksum": "d130219ad15889945703e60ee0954b4b", + "timestamp": "2021-02-24T21:26:13Z" + }, + { + "version": "5.2102.2416.4437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2416.4437.zip", + "checksum": "499b7188891511e3ecb8967b59c8dafe", + "timestamp": "2021-02-24T16:44:45Z" + }, + { + "version": "5.2102.2416.1746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2416.1746.zip", + "checksum": "d90c2d36c18e21ecde43c9eb564de7da", + "timestamp": "2021-02-24T16:17:55Z" + }, + { + "version": "5.2102.2411.3855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2411.3855.zip", + "checksum": "36be8b9990647acd24fc28a9ac242325", + "timestamp": "2021-02-24T11:39:03Z" + }, + { + "version": "5.2102.2401.5215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2401.5215.zip", + "checksum": "1abade8260bf0d1d83594f95abcc4551", + "timestamp": "2021-02-24T01:52:23Z" + }, + { + "version": "5.2102.2321.730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2321.0730.zip", + "checksum": "ac53e584150329d856ec02caf41438c2", + "timestamp": "2021-02-23T21:07:38Z" + }, + { + "version": "5.2102.2317.1037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2317.1037.zip", + "checksum": "121f70dcb7ea8ea1da3f0011a8048821", + "timestamp": "2021-02-23T17:10:45Z" + }, + { + "version": "5.2102.2312.2431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2312.2431.zip", + "checksum": "d972f73bdbe2e342b434a8c9065c0b75", + "timestamp": "2021-02-23T12:24:40Z" + }, + { + "version": "5.2102.2302.5505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2302.5505.zip", + "checksum": "cc5b82e94a4afbd71fd2412f8ce87e1a", + "timestamp": "2021-02-23T02:55:14Z" + }, + { + "version": "5.2102.2302.2622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2302.2622.zip", + "checksum": "9a4ab84fb47f72d94bfab4943ee41dd2", + "timestamp": "2021-02-23T02:26:31Z" + }, + { + "version": "5.2102.2221.5854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2221.5854.zip", + "checksum": "489768aa42bed6bba5c9d1a749995801", + "timestamp": "2021-02-22T21:59:03Z" + }, + { + "version": "5.2102.2217.3146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2217.3146.zip", + "checksum": "335d0597224784b67e991132c0ca10b5", + "timestamp": "2021-02-22T17:31:53Z" + }, + { + "version": "5.2102.2217.454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2217.0454.zip", + "checksum": "e6d04d1cce3c61345b462a6bfd9aaf90", + "timestamp": "2021-02-22T17:05:03Z" + }, + { + "version": "5.2102.2216.3701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2216.3701.zip", + "checksum": "f9c8af850c3568cb7bf3b36e4074f95a", + "timestamp": "2021-02-22T16:37:10Z" + }, + { + "version": "5.2102.2214.639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2214.0639.zip", + "checksum": "bf7286db08cb2c2a195bdcd4bd0d0115", + "timestamp": "2021-02-22T14:06:47Z" + }, + { + "version": "5.2102.2213.3844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2213.3844.zip", + "checksum": "b8e486d4497bba0d6f02a2294e9ec156", + "timestamp": "2021-02-22T13:38:53Z" + }, + { + "version": "5.2102.2207.3542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2207.3542.zip", + "checksum": "db3a2f76a5ce4f2921ec5c5a76bbf030", + "timestamp": "2021-02-22T07:35:50Z" + }, + { + "version": "5.2102.2205.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2205.5053.zip", + "checksum": "a7de8dcfa11f1607f3e702aeb29c593b", + "timestamp": "2021-02-22T05:51:01Z" + }, + { + "version": "5.2102.2204.4841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2204.4841.zip", + "checksum": "3bc9497de6d7e5b122fb382751fd52c7", + "timestamp": "2021-02-22T04:48:49Z" + }, + { + "version": "5.2102.2201.4435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2201.4435.zip", + "checksum": "2e5980b843e4798e3ef0919ecb3a79d2", + "timestamp": "2021-02-22T01:44:43Z" + }, + { + "version": "5.2102.2119.2248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2119.2248.zip", + "checksum": "0fbca824c53e3b91cb8ffc0abd60243e", + "timestamp": "2021-02-21T19:22:56Z" + }, + { + "version": "5.2102.2116.607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2116.0607.zip", + "checksum": "13e1a0d5eb54d5734350e7f71637830a", + "timestamp": "2021-02-21T16:06:15Z" + }, + { + "version": "5.2102.2107.2244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2107.2244.zip", + "checksum": "93321dcfabdf8c1de40d69700c60861d", + "timestamp": "2021-02-21T07:22:52Z" + }, + { + "version": "5.2102.2023.2943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2023.2943.zip", + "checksum": "dac395c09ecf9167a14c08b56d616107", + "timestamp": "2021-02-20T23:29:51Z" + }, + { + "version": "5.2102.2023.324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2023.0324.zip", + "checksum": "3f9b4861c0e4f10e55fbf3911b061431", + "timestamp": "2021-02-20T23:03:31Z" + }, + { + "version": "5.2102.2015.4508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2015.4508.zip", + "checksum": "04a928a4d814d135ac9b677d870b5769", + "timestamp": "2021-02-20T15:45:16Z" + }, + { + "version": "5.2102.2002.4649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2002.4649.zip", + "checksum": "c12993f0b55ce612c292ad5b242e7ecc", + "timestamp": "2021-02-20T02:46:58Z" + }, + { + "version": "5.2102.2002.1843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.2002.1843.zip", + "checksum": "bb5a07a5546519609ce8bfae5853b308", + "timestamp": "2021-02-20T02:18:51Z" + }, + { + "version": "5.2102.1912.4015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1912.4015.zip", + "checksum": "d0efb2d581f6297e110003efc96af3f6", + "timestamp": "2021-02-19T12:40:24Z" + }, + { + "version": "5.2102.1822.5246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1822.5246.zip", + "checksum": "b267f1c9650574619e69dfb3d2139540", + "timestamp": "2021-02-18T22:52:54Z" + }, + { + "version": "5.2102.1819.28", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1819.0028.zip", + "checksum": "8d81e88617de6a9a1cc373b293379cef", + "timestamp": "2021-02-18T19:00:37Z" + }, + { + "version": "5.2102.1817.4035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1817.4035.zip", + "checksum": "9808b2b4092f4bdf7db080f89e92c7bd", + "timestamp": "2021-02-18T17:40:43Z" + }, + { + "version": "5.2102.1817.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1817.1247.zip", + "checksum": "09ec28f5748a121108e5dd88113ce547", + "timestamp": "2021-02-18T17:12:55Z" + }, + { + "version": "5.2102.1719.4538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1719.4538.zip", + "checksum": "d1c6ace14585260e843a6d1c4ef09ccb", + "timestamp": "2021-02-17T19:45:45Z" + }, + { + "version": "5.2102.1710.801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1710.0801.zip", + "checksum": "c2416f641bc4c195340aff62c63ae250", + "timestamp": "2021-02-17T10:08:10Z" + }, + { + "version": "5.2102.1709.3313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1709.3313.zip", + "checksum": "62935c2e4198eefc9c724688b50452bd", + "timestamp": "2021-02-17T09:33:21Z" + }, + { + "version": "5.2102.1706.4257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1706.4257.zip", + "checksum": "3c43a459a44d264a1c5cff876bc1e7c1", + "timestamp": "2021-02-17T06:43:06Z" + }, + { + "version": "5.2102.1705.2421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1705.2421.zip", + "checksum": "9d66d7b0de6dbb15bfdf4e4eb010f0c5", + "timestamp": "2021-02-17T05:24:29Z" + }, + { + "version": "5.2102.1704.1937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1704.1937.zip", + "checksum": "3cf02ca05f428581315bd46a3844ec30", + "timestamp": "2021-02-17T04:19:45Z" + }, + { + "version": "5.2102.1703.5250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1703.5250.zip", + "checksum": "152dcaaf4ba1de8063f63589ccfae583", + "timestamp": "2021-02-17T03:52:59Z" + }, + { + "version": "5.2102.1703.2400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1703.2400.zip", + "checksum": "74f263414045c6846c26fee6ee2b898f", + "timestamp": "2021-02-17T03:24:10Z" + }, + { + "version": "5.2102.1618.5233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1618.5233.zip", + "checksum": "9057b502d8e258f1cfc9e3a80916f8af", + "timestamp": "2021-02-16T18:52:41Z" + }, + { + "version": "5.2102.1615.5557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1615.5557.zip", + "checksum": "01b689d8d3e1dcde8c555807cd0398af", + "timestamp": "2021-02-16T15:56:05Z" + }, + { + "version": "5.2102.1605.4114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1605.4114.zip", + "checksum": "68940d356aa3629d217a4278a7982c10", + "timestamp": "2021-02-16T05:41:21Z" + }, + { + "version": "5.2102.1605.1430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1605.1430.zip", + "checksum": "bf0cb7b7e364b2a14d5bc135459aaeb2", + "timestamp": "2021-02-16T05:14:37Z" + }, + { + "version": "5.2102.1519.4112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1519.4112.zip", + "checksum": "976e690778fe0e3c612f08bb9257e192", + "timestamp": "2021-02-15T19:41:20Z" + }, + { + "version": "5.2102.1514.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1514.2439.zip", + "checksum": "3ee8fe3e3fa864e9031564801aee7b66", + "timestamp": "2021-02-15T14:24:48Z" + }, + { + "version": "5.2102.1513.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1513.5637.zip", + "checksum": "178181351fb69bbd93d44e1356310147", + "timestamp": "2021-02-15T13:56:45Z" + }, + { + "version": "5.2102.1509.1049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1509.1049.zip", + "checksum": "1a345fe99559e9755fe91c3cbc50e56d", + "timestamp": "2021-02-15T09:10:58Z" + }, + { + "version": "5.2102.1417.4957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1417.4957.zip", + "checksum": "5eb5015b3b5ffbb8b5893e77cbd501bb", + "timestamp": "2021-02-14T17:50:06Z" + }, + { + "version": "5.2102.1416.2045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1416.2045.zip", + "checksum": "c1d27d3977191829ee69a3be9e56fa0f", + "timestamp": "2021-02-14T16:20:54Z" + }, + { + "version": "5.2102.1408.1532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1408.1532.zip", + "checksum": "ce67aecd6c532409c594bc62c8f8a41d", + "timestamp": "2021-02-14T08:15:40Z" + }, + { + "version": "5.2102.1407.3551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1407.3551.zip", + "checksum": "04b070c0d74f4860bb8f8ac1b3beae78", + "timestamp": "2021-02-14T07:35:59Z" + }, + { + "version": "5.2102.1407.808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1407.0808.zip", + "checksum": "0b1506ae28c833d46132113fc7bb2f28", + "timestamp": "2021-02-14T07:08:16Z" + }, + { + "version": "5.2102.1319.32", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1319.0032.zip", + "checksum": "f6f44667c28d2677a7734a0d5a95d6fe", + "timestamp": "2021-02-13T19:00:40Z" + }, + { + "version": "5.2102.1310.3401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1310.3401.zip", + "checksum": "fe8c158ad58677e033623ec4a7208128", + "timestamp": "2021-02-13T10:34:09Z" + }, + { + "version": "5.2102.1309.5725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1309.5725.zip", + "checksum": "e3457d49ed4f313a293d7a17388fef51", + "timestamp": "2021-02-13T09:57:34Z" + }, + { + "version": "5.2102.1304.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1304.5423.zip", + "checksum": "b1cb145f83fb05445daf0e3fe5462a0b", + "timestamp": "2021-02-13T04:54:31Z" + }, + { + "version": "5.2102.1302.1623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1302.1623.zip", + "checksum": "756b094998a402b6ce05142506655781", + "timestamp": "2021-02-13T02:16:31Z" + }, + { + "version": "5.2102.1218.2429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1218.2429.zip", + "checksum": "b3fb5565c92058e43174819672e42161", + "timestamp": "2021-02-12T18:24:36Z" + }, + { + "version": "5.2102.1209.445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1209.0445.zip", + "checksum": "0e803060f0815914c5a512fc95d17048", + "timestamp": "2021-02-12T09:04:55Z" + }, + { + "version": "5.2102.1118.5506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1118.5506.zip", + "checksum": "4ae4a2e2a964bdac7f6dfb99c5399258", + "timestamp": "2021-02-11T18:55:14Z" + }, + { + "version": "5.2102.1117.1201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1117.1201.zip", + "checksum": "69cbcf5d4060905b72f991a667a764e4", + "timestamp": "2021-02-11T17:12:11Z" + }, + { + "version": "5.2102.1116.3911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1116.3911.zip", + "checksum": "34555e738fa2be84cc2bec099bf7cdf2", + "timestamp": "2021-02-11T16:39:20Z" + }, + { + "version": "5.2102.1114.5319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1114.5319.zip", + "checksum": "708e762ec4190f653daea5f9e22fe0e4", + "timestamp": "2021-02-11T14:53:28Z" + }, + { + "version": "5.2102.1108.2049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1108.2049.zip", + "checksum": "7d625fa0d7e46617909b5aa66a290c25", + "timestamp": "2021-02-11T08:20:59Z" + }, + { + "version": "5.2102.1107.5237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1107.5237.zip", + "checksum": "8c329b1c7487cdbb9b6b070d2ce42fb9", + "timestamp": "2021-02-11T07:52:46Z" + }, + { + "version": "5.2102.1017.438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1017.0438.zip", + "checksum": "14337bceb6829cee3688af9d6ad3cac3", + "timestamp": "2021-02-10T17:04:47Z" + }, + { + "version": "5.2102.1015.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1015.3223.zip", + "checksum": "be4d8d8a03b7976c9e89cba5c2262a65", + "timestamp": "2021-02-10T15:32:32Z" + }, + { + "version": "5.2102.1015.316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1015.0316.zip", + "checksum": "f0386f8783c645659ffe4f888432aba7", + "timestamp": "2021-02-10T15:03:24Z" + }, + { + "version": "5.2102.1014.407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1014.0407.zip", + "checksum": "5c18dd045492aa3dcc176d72f8cf38ae", + "timestamp": "2021-02-10T14:04:15Z" + }, + { + "version": "5.2102.1011.3631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1011.3631.zip", + "checksum": "b4ddbdc069aeec97a18a076d26c80dd9", + "timestamp": "2021-02-10T11:36:48Z" + }, + { + "version": "5.2102.1010.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1010.4723.zip", + "checksum": "2304ae15d2780fb10c7ad893bfef0218", + "timestamp": "2021-02-10T10:47:40Z" + }, + { + "version": "5.2102.1007.3706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1007.3706.zip", + "checksum": "c302ef389d9d57d4a2451a00429c035a", + "timestamp": "2021-02-10T07:37:22Z" + }, + { + "version": "5.2102.1006.5446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1006.5446.zip", + "checksum": "86b841e1180e2f5634e390553fe5ffa4", + "timestamp": "2021-02-10T06:54:57Z" + }, + { + "version": "5.2102.1002.3733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1002.3733.zip", + "checksum": "24331c383594f8c9752ef21731768b8e", + "timestamp": "2021-02-10T02:37:40Z" + }, + { + "version": "5.2102.1001.2515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.1001.2515.zip", + "checksum": "88e3a6d5c15b3f4df4e6674ec14d5d87", + "timestamp": "2021-02-10T01:25:24Z" + }, + { + "version": "5.2102.916.1012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0916.1012.zip", + "checksum": "22b496100085b9d6220deef257fe7866", + "timestamp": "2021-02-09T16:10:20Z" + }, + { + "version": "5.2102.903.2743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0903.2743.zip", + "checksum": "d7ca51cb070482e5343d917f65fcc73b", + "timestamp": "2021-02-09T03:27:52Z" + }, + { + "version": "5.2102.902.5820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0902.5820.zip", + "checksum": "81d660128d18db465dc69413c3678c84", + "timestamp": "2021-02-09T02:58:28Z" + }, + { + "version": "5.2102.902.2920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0902.2920.zip", + "checksum": "5731fc9bf61bb7e5c955318bffee53e3", + "timestamp": "2021-02-09T02:29:28Z" + }, + { + "version": "5.2102.816.2150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0816.2150.zip", + "checksum": "bdd578752dcc58f87d2b8e8b88f9438c", + "timestamp": "2021-02-08T16:21:58Z" + }, + { + "version": "5.2102.815.5050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0815.5050.zip", + "checksum": "7da5d7ae1f40709c0704dda9ac8921c8", + "timestamp": "2021-02-08T15:50:59Z" + }, + { + "version": "5.2102.815.2157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0815.2157.zip", + "checksum": "4b36dde25100f9ca91430e57957cc3a7", + "timestamp": "2021-02-08T15:22:05Z" + }, + { + "version": "5.2102.814.5234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0814.5234.zip", + "checksum": "a8fbf968fb274dc45c20358633cbdbda", + "timestamp": "2021-02-08T14:52:43Z" + }, + { + "version": "5.2102.814.2243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0814.2243.zip", + "checksum": "004e9ad093193d97d1bbc6f797c4cf19", + "timestamp": "2021-02-08T14:22:50Z" + }, + { + "version": "5.2102.812.2347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0812.2347.zip", + "checksum": "6aa952564ebed0a25af4f0af220ddb7b", + "timestamp": "2021-02-08T12:23:57Z" + }, + { + "version": "5.2102.811.4921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0811.4921.zip", + "checksum": "f218338ad650bc6fc6d0010e3fcb9bc6", + "timestamp": "2021-02-08T11:49:29Z" + }, + { + "version": "5.2102.809.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0809.4133.zip", + "checksum": "ddf7c30e4a85e6b68cbd601735a2ed30", + "timestamp": "2021-02-08T09:41:42Z" + }, + { + "version": "5.2102.808.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0808.5116.zip", + "checksum": "0cd7948efd455839788e13d4304a98f7", + "timestamp": "2021-02-08T08:51:24Z" + }, + { + "version": "5.2102.806.2511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0806.2511.zip", + "checksum": "83aab7b95e0394b9628e5eaee5be6220", + "timestamp": "2021-02-08T06:25:19Z" + }, + { + "version": "5.2102.805.5640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0805.5640.zip", + "checksum": "9fb64db0d62ffb7b2a8dd1fc3603841c", + "timestamp": "2021-02-08T05:56:48Z" + }, + { + "version": "5.2102.720.2233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0720.2233.zip", + "checksum": "633a122178d1fe2c9c7f8d7019ac8db6", + "timestamp": "2021-02-07T20:22:41Z" + }, + { + "version": "5.2102.716.5508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0716.5508.zip", + "checksum": "2ad9aa94ddd0c9e7b01409ca888e4b19", + "timestamp": "2021-02-07T16:55:16Z" + }, + { + "version": "5.2102.716.2719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0716.2719.zip", + "checksum": "4cff9c847b7fa8664c78eb618d4a02bc", + "timestamp": "2021-02-07T16:27:28Z" + }, + { + "version": "5.2102.710.2458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0710.2458.zip", + "checksum": "fb7a6e0fd20c11d8c908ed81003bae88", + "timestamp": "2021-02-07T10:25:06Z" + }, + { + "version": "5.2102.702.708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0702.0708.zip", + "checksum": "06d7e03cdc8ece2d018b484a44ada832", + "timestamp": "2021-02-07T02:07:16Z" + }, + { + "version": "5.2102.701.3829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0701.3829.zip", + "checksum": "f4d3fe3b86dbdd54189de7539c842d1e", + "timestamp": "2021-02-07T01:38:37Z" + }, + { + "version": "5.2102.618.2225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0618.2225.zip", + "checksum": "87806f5054bd5912a5ebec6f9ce47449", + "timestamp": "2021-02-06T18:22:32Z" + }, + { + "version": "5.2102.519.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0519.2454.zip", + "checksum": "63cd68543e3351531348218a7af42272", + "timestamp": "2021-02-05T19:25:03Z" + }, + { + "version": "5.2102.511.5412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0511.5412.zip", + "checksum": "8d1d9d4dec56459fbfecb7af6ab10884", + "timestamp": "2021-02-05T11:54:20Z" + }, + { + "version": "5.2102.511.2618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0511.2618.zip", + "checksum": "4591fa77b8e3356811343ba9d6956142", + "timestamp": "2021-02-05T11:26:27Z" + }, + { + "version": "5.2102.503.3443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0503.3443.zip", + "checksum": "6a447a512ff1e7ebb63e8d5be3597361", + "timestamp": "2021-02-05T03:34:51Z" + }, + { + "version": "5.2102.503.506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0503.0506.zip", + "checksum": "b9296d752bf1079f5b47db705734c2b0", + "timestamp": "2021-02-05T03:05:14Z" + }, + { + "version": "5.2102.415.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0415.1836.zip", + "checksum": "0a80102f74c73ddf068d287364ad0dae", + "timestamp": "2021-02-04T15:18:43Z" + }, + { + "version": "5.2102.414.4651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0414.4651.zip", + "checksum": "8d39007a84641ead7baaaeab1bb27b2e", + "timestamp": "2021-02-04T14:46:59Z" + }, + { + "version": "5.2102.413.1055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0413.1055.zip", + "checksum": "6822438e5ad665cc85840d36e0534e97", + "timestamp": "2021-02-04T13:11:04Z" + }, + { + "version": "5.2102.308.1220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0308.1220.zip", + "checksum": "f5f8c7b36cb0828508d8c81f2b455707", + "timestamp": "2021-02-03T08:12:30Z" + }, + { + "version": "5.2102.307.4317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0307.4317.zip", + "checksum": "0a802445bf7d464e0daa7ebc8f075d72", + "timestamp": "2021-02-03T07:43:25Z" + }, + { + "version": "5.2102.217.4913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0217.4913.zip", + "checksum": "39d066ced8985742304efe730c389a27", + "timestamp": "2021-02-02T17:49:22Z" + }, + { + "version": "5.2102.210.2033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0210.2033.zip", + "checksum": "ad5ab8ee9deddf6ec3da52819879fece", + "timestamp": "2021-02-02T10:20:42Z" + }, + { + "version": "5.2102.203.2018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0203.2018.zip", + "checksum": "3ffa0a5532772a3079f739f984c7519c", + "timestamp": "2021-02-02T03:20:26Z" + }, + { + "version": "5.2102.119.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0119.2623.zip", + "checksum": "210322667289cd624e088729781e1046", + "timestamp": "2021-02-01T19:26:31Z" + }, + { + "version": "5.2102.118.5747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0118.5747.zip", + "checksum": "cd8086d998fd90af9bd721036808f96c", + "timestamp": "2021-02-01T18:57:55Z" + }, + { + "version": "5.2102.104.4654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2102.0104.4654.zip", + "checksum": "590833a4d22734227bb6980bab3cf272", + "timestamp": "2021-02-01T04:47:02Z" + }, + { + "version": "5.2101.3122.4109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3122.4109.zip", + "checksum": "b9a86c05657707a33ed14c4c5ef37dc1", + "timestamp": "2021-01-31T22:41:17Z" + }, + { + "version": "5.2101.3117.2706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3117.2706.zip", + "checksum": "d735bc983afe01c265a0511cf6baf2eb", + "timestamp": "2021-01-31T17:27:16Z" + }, + { + "version": "5.2101.3116.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3116.5934.zip", + "checksum": "f839ab0312fe415b623094e34ba0200d", + "timestamp": "2021-01-31T16:59:42Z" + }, + { + "version": "5.2101.3112.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3112.1615.zip", + "checksum": "090edd51942dd636632fecb17db3a427", + "timestamp": "2021-01-31T12:16:22Z" + }, + { + "version": "5.2101.3022.1800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3022.1800.zip", + "checksum": "fdf697f8c5d1eef3902ac190097bc22d", + "timestamp": "2021-01-30T22:18:08Z" + }, + { + "version": "5.2101.3008.1727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3008.1727.zip", + "checksum": "b1a01c5588a3805d3e4b2351f694a209", + "timestamp": "2021-01-30T08:17:35Z" + }, + { + "version": "5.2101.3007.4845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.3007.4845.zip", + "checksum": "f6ffe19652a4ba4df2f6e78f14e0229b", + "timestamp": "2021-01-30T07:48:54Z" + }, + { + "version": "5.2101.2906.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2906.5549.zip", + "checksum": "a6166ca77606e24b35c4c90eceabe13f", + "timestamp": "2021-01-29T06:55:57Z" + }, + { + "version": "5.2101.2801.456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2801.0456.zip", + "checksum": "5ea4b3297976099223cb382b0e285072", + "timestamp": "2021-01-28T01:05:05Z" + }, + { + "version": "5.2101.2718.957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2718.0957.zip", + "checksum": "a61963a6b304b869e558e21d3b6a1198", + "timestamp": "2021-01-27T18:10:05Z" + }, + { + "version": "5.2101.2715.2905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2715.2905.zip", + "checksum": "1ebce155fb2a99bbdad8bc523a7119d3", + "timestamp": "2021-01-27T15:29:13Z" + }, + { + "version": "5.2101.2708.234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2708.0234.zip", + "checksum": "3860240bd93723d29612f99d1c1b4299", + "timestamp": "2021-01-27T08:02:43Z" + }, + { + "version": "5.2101.2618.3451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2618.3451.zip", + "checksum": "b3c768b0393d46928ca09cdbe260f57b", + "timestamp": "2021-01-26T18:34:59Z" + }, + { + "version": "5.2101.2618.601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2618.0601.zip", + "checksum": "29a818b1a8e0ddb63261944b917ef338", + "timestamp": "2021-01-26T18:06:09Z" + }, + { + "version": "5.2101.2617.929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2617.0929.zip", + "checksum": "fe72d335b7c2db29763e37d998b9d246", + "timestamp": "2021-01-26T17:09:37Z" + }, + { + "version": "5.2101.2611.3535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2611.3535.zip", + "checksum": "b75d5665bd9fadf15a84650e9f649e1d", + "timestamp": "2021-01-26T11:35:43Z" + }, + { + "version": "5.2101.2521.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2521.3341.zip", + "checksum": "e93c81eac32897f44b1fe1dd027b8cbf", + "timestamp": "2021-01-25T21:33:48Z" + }, + { + "version": "5.2101.2519.5145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2519.5145.zip", + "checksum": "566745781df00e5f13d6d725a50d3a18", + "timestamp": "2021-01-25T19:51:52Z" + }, + { + "version": "5.2101.2518.5300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2518.5300.zip", + "checksum": "71bf54c82abe7637c9001b82fa5a88d3", + "timestamp": "2021-01-25T18:53:08Z" + }, + { + "version": "5.2101.2517.5326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2517.5326.zip", + "checksum": "3bebc3bda9b331cf6d8ebf57fa5424cf", + "timestamp": "2021-01-25T17:53:35Z" + }, + { + "version": "5.2101.2516.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2516.2508.zip", + "checksum": "f486c1c65b4bfa406f01607780e6b4c9", + "timestamp": "2021-01-25T16:25:22Z" + }, + { + "version": "5.2101.2515.1721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2515.1721.zip", + "checksum": "3ccd2738f155c0cf77f13e18200851eb", + "timestamp": "2021-01-25T15:17:29Z" + }, + { + "version": "5.2101.2513.421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2513.0421.zip", + "checksum": "339a8b0391b07f0b951f8fe485253ee5", + "timestamp": "2021-01-25T13:04:30Z" + }, + { + "version": "5.2101.2512.2234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2512.2234.zip", + "checksum": "8b2cce0a83e76663b189cf45b21db753", + "timestamp": "2021-01-25T12:22:44Z" + }, + { + "version": "5.2101.2511.3237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2511.3237.zip", + "checksum": "ffa099d3f43e24994ab9e3eda68c5318", + "timestamp": "2021-01-25T11:32:45Z" + }, + { + "version": "5.2101.2504.2739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2504.2739.zip", + "checksum": "332359ac7e92065e78d91547c0fcce8c", + "timestamp": "2021-01-25T04:27:47Z" + }, + { + "version": "5.2101.2420.745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2420.0745.zip", + "checksum": "2a588f21d6fb1808fdc9a047a3cb2867", + "timestamp": "2021-01-24T20:07:53Z" + }, + { + "version": "5.2101.2419.3752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2419.3752.zip", + "checksum": "2bd2df5d7a2eb2cb784c875ba910402a", + "timestamp": "2021-01-24T19:38:00Z" + }, + { + "version": "5.2101.2418.2925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2418.2925.zip", + "checksum": "dc6535f1364d242154ba29050c86adc6", + "timestamp": "2021-01-24T18:29:32Z" + }, + { + "version": "5.2101.2413.3723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2413.3723.zip", + "checksum": "534a65c2d402098143dbb7e18f05c69a", + "timestamp": "2021-01-24T13:37:31Z" + }, + { + "version": "5.2101.2410.3951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2410.3951.zip", + "checksum": "71841b2187ac0729ad7ef7d9241ede95", + "timestamp": "2021-01-24T10:40:00Z" + }, + { + "version": "5.2101.2400.2400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2400.2400.zip", + "checksum": "37b1a23b1513b7aa2d0bfbc19d3f4c6a", + "timestamp": "2021-01-24T00:24:07Z" + }, + { + "version": "5.2101.2323.5617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2323.5617.zip", + "checksum": "e4894ae5e28d2cab7c4561e8c148167f", + "timestamp": "2021-01-23T23:56:27Z" + }, + { + "version": "5.2101.2323.2554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2323.2554.zip", + "checksum": "c4c446f6fb5d75b955afaae431bdb586", + "timestamp": "2021-01-23T23:26:02Z" + }, + { + "version": "5.2101.2321.306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2321.0306.zip", + "checksum": "7325eb2493720326e371136b69b85fd4", + "timestamp": "2021-01-23T21:03:14Z" + }, + { + "version": "5.2101.2320.3334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2320.3334.zip", + "checksum": "6a3fa625667bd87ef94db93ad4a457dc", + "timestamp": "2021-01-23T20:33:42Z" + }, + { + "version": "5.2101.2320.423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2320.0423.zip", + "checksum": "1e7df51e8987455e06340a5e33ca7ad2", + "timestamp": "2021-01-23T20:04:30Z" + }, + { + "version": "5.2101.2314.3803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2314.3803.zip", + "checksum": "755546c1486808f0d12dfe1986f85bfa", + "timestamp": "2021-01-23T14:38:10Z" + }, + { + "version": "5.2101.2314.905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2314.0905.zip", + "checksum": "651a6be7cc078a190529cf58950f0c0c", + "timestamp": "2021-01-23T14:09:13Z" + }, + { + "version": "5.2101.2313.1918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2313.1918.zip", + "checksum": "208c97ad7585830acf2f4afff2283af3", + "timestamp": "2021-01-23T13:19:26Z" + }, + { + "version": "5.2101.2223.2141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2223.2141.zip", + "checksum": "305c973acb796bafd0be925dccce1268", + "timestamp": "2021-01-22T23:21:49Z" + }, + { + "version": "5.2101.2222.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2222.5333.zip", + "checksum": "464ed5267219ff7b220056f46ec8b1b7", + "timestamp": "2021-01-22T22:53:41Z" + }, + { + "version": "5.2101.2218.215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2218.0215.zip", + "checksum": "5deecff3e0fbad1629e6432494173e7f", + "timestamp": "2021-01-22T18:02:23Z" + }, + { + "version": "5.2101.2210.1943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2210.1943.zip", + "checksum": "79cf2fcb134bf407131eb6d0ac988c6a", + "timestamp": "2021-01-22T10:19:52Z" + }, + { + "version": "5.2101.2208.954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2208.0954.zip", + "checksum": "97061b2e6c224048375d6d699ad54017", + "timestamp": "2021-01-22T08:10:02Z" + }, + { + "version": "5.2101.2201.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2201.1949.zip", + "checksum": "3a1c1e0cee702ae7bbb8d2d1441aaeaf", + "timestamp": "2021-01-22T01:19:57Z" + }, + { + "version": "5.2101.2200.5200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2200.5200.zip", + "checksum": "e574a912fac87b600f8cf940a1ed923a", + "timestamp": "2021-01-22T00:52:09Z" + }, + { + "version": "5.2101.2200.2224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2200.2224.zip", + "checksum": "7182205f573ff746d194dddf33c4b4a0", + "timestamp": "2021-01-22T00:22:32Z" + }, + { + "version": "5.2101.2121.3438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2121.3438.zip", + "checksum": "5a117cecede969aeb8e0473c883749ec", + "timestamp": "2021-01-21T21:34:46Z" + }, + { + "version": "5.2101.2121.657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2121.0657.zip", + "checksum": "fa94fccc90a081a5f3242fc15373a6ec", + "timestamp": "2021-01-21T21:07:05Z" + }, + { + "version": "5.2101.2120.3543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2120.3543.zip", + "checksum": "ae9596b41ad06d72b034bb656a118588", + "timestamp": "2021-01-21T20:35:51Z" + }, + { + "version": "5.2101.2120.621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2120.0621.zip", + "checksum": "c9e454dd39c6c487e3d450ad18be5a64", + "timestamp": "2021-01-21T20:06:28Z" + }, + { + "version": "5.2101.2118.3118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2118.3118.zip", + "checksum": "3b5fbd1f7bc9a33b0f9365ec10a9bb6a", + "timestamp": "2021-01-21T18:31:26Z" + }, + { + "version": "5.2101.2118.224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2118.0224.zip", + "checksum": "70c0c967b3a38d2a094abf059e611276", + "timestamp": "2021-01-21T18:02:32Z" + }, + { + "version": "5.2101.2100.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2100.3223.zip", + "checksum": "a5a1409efc94bf470866ce05f246a0b1", + "timestamp": "2021-01-21T00:32:32Z" + }, + { + "version": "5.2101.2100.255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2100.0255.zip", + "checksum": "12c45b71d45d20c18b86a05ab58b4896", + "timestamp": "2021-01-21T00:03:03Z" + }, + { + "version": "5.2101.2023.3425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2023.3425.zip", + "checksum": "c6943aaf6adbf4e38ff6997a656d6d6f", + "timestamp": "2021-01-20T23:34:34Z" + }, + { + "version": "5.2101.2018.2339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2018.2339.zip", + "checksum": "4acb94d07724218007cb9e0e81587515", + "timestamp": "2021-01-20T18:23:47Z" + }, + { + "version": "5.2101.2017.3320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2017.3320.zip", + "checksum": "02641a4b8b73d63b8c820eda1ac66e0a", + "timestamp": "2021-01-20T17:33:28Z" + }, + { + "version": "5.2101.2012.5931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2012.5931.zip", + "checksum": "21c51939684dea7808633b278f3de276", + "timestamp": "2021-01-20T12:59:39Z" + }, + { + "version": "5.2101.2012.257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2012.0257.zip", + "checksum": "6c2643ecf3bc1c66490e13ecca7a4857", + "timestamp": "2021-01-20T12:03:05Z" + }, + { + "version": "5.2101.2010.3941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2010.3941.zip", + "checksum": "997c707636197771dbc04d8ca6b72bd0", + "timestamp": "2021-01-20T10:39:48Z" + }, + { + "version": "5.2101.2010.1142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2010.1142.zip", + "checksum": "e3ecf70537780a22df1ce37cc85d48a3", + "timestamp": "2021-01-20T10:11:49Z" + }, + { + "version": "5.2101.2007.800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.2007.0800.zip", + "checksum": "ef46ef5eb157cc4a21251a6df373c057", + "timestamp": "2021-01-20T07:08:08Z" + }, + { + "version": "5.2101.1920.2112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1920.2112.zip", + "checksum": "08fad9684e7377e23466da0302306b00", + "timestamp": "2021-01-19T20:21:19Z" + }, + { + "version": "5.2101.1919.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1919.4202.zip", + "checksum": "930efe324b1305210d37d98b402ec6e5", + "timestamp": "2021-01-19T19:42:12Z" + }, + { + "version": "5.2101.1917.4943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1917.4943.zip", + "checksum": "9f68e3d293c23cebc45b80742d6a263a", + "timestamp": "2021-01-19T17:49:52Z" + }, + { + "version": "5.2101.1815.4357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1815.4357.zip", + "checksum": "a5cbc618241f33a33a76e732d96d550a", + "timestamp": "2021-01-18T15:44:05Z" + }, + { + "version": "5.2101.1815.1527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1815.1527.zip", + "checksum": "30c919e90851c14e565a2fa7f13e0b83", + "timestamp": "2021-01-18T15:15:35Z" + }, + { + "version": "5.2101.1813.5432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1813.5432.zip", + "checksum": "a77e5753e64430fbdbd0dc6ecacd78f7", + "timestamp": "2021-01-18T13:54:40Z" + }, + { + "version": "5.2101.1800.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1800.5313.zip", + "checksum": "10ab88e70b71001c2d5007e089ab2ebd", + "timestamp": "2021-01-18T00:53:22Z" + }, + { + "version": "5.2101.1720.2716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1720.2716.zip", + "checksum": "2c952f86434c1482e86d734761193499", + "timestamp": "2021-01-17T20:27:25Z" + }, + { + "version": "5.2101.1717.544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1717.0544.zip", + "checksum": "f9a11a421b3e1f254d802a820a093f2f", + "timestamp": "2021-01-17T17:05:51Z" + }, + { + "version": "5.2101.1716.3653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1716.3653.zip", + "checksum": "eb37db65fe5e1d41b71d854e9dba0678", + "timestamp": "2021-01-17T16:37:01Z" + }, + { + "version": "5.2101.1715.4721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1715.4721.zip", + "checksum": "9f3d20fdb4931859c65aee2f7d90a238", + "timestamp": "2021-01-17T15:47:29Z" + }, + { + "version": "5.2101.1715.1837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1715.1837.zip", + "checksum": "57eef50ab9a44040c9a60d2f5b975b20", + "timestamp": "2021-01-17T15:18:45Z" + }, + { + "version": "5.2101.1714.1642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1714.1642.zip", + "checksum": "0cb59d0ab76ae8ae92c77879d3234dcd", + "timestamp": "2021-01-17T14:16:50Z" + }, + { + "version": "5.2101.1706.3150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1706.3150.zip", + "checksum": "6823ea5f0069bfcb8f3babfc0fb7bf71", + "timestamp": "2021-01-17T06:31:58Z" + }, + { + "version": "5.2101.1700.2747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1700.2747.zip", + "checksum": "115fd6370ed5b285a109cbe4e0c1da28", + "timestamp": "2021-01-17T00:27:55Z" + }, + { + "version": "5.2101.1621.5422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1621.5422.zip", + "checksum": "236f728ac6384ed07d6567f8d8d1ff52", + "timestamp": "2021-01-16T21:54:31Z" + }, + { + "version": "5.2101.1619.2144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1619.2144.zip", + "checksum": "bd992ce32a04127be7c7ab1c4297df51", + "timestamp": "2021-01-16T19:21:52Z" + }, + { + "version": "5.2101.1618.5234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1618.5234.zip", + "checksum": "b2e39ace09f35023594c2e71aa72c4c9", + "timestamp": "2021-01-16T18:52:41Z" + }, + { + "version": "5.2101.1612.735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1612.0735.zip", + "checksum": "0e66f6ad529641a8ad725c03ae636cd1", + "timestamp": "2021-01-16T12:07:43Z" + }, + { + "version": "5.2101.1610.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1610.4953.zip", + "checksum": "0c00d16c0c5dd817d626353ff9fadc2e", + "timestamp": "2021-01-16T10:50:01Z" + }, + { + "version": "5.2101.1522.4008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1522.4008.zip", + "checksum": "998aff6a10defc6880380f4ab6de7a0c", + "timestamp": "2021-01-15T22:40:16Z" + }, + { + "version": "5.2101.1418.748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1418.0748.zip", + "checksum": "b50bf24f39abedfb72509f73e116f6d6", + "timestamp": "2021-01-14T18:07:56Z" + }, + { + "version": "5.2101.1323.4147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1323.4147.zip", + "checksum": "a14d4111eaf6d5de69401f41ff020394", + "timestamp": "2021-01-13T23:41:55Z" + }, + { + "version": "5.2101.1320.3437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1320.3437.zip", + "checksum": "33f1f2db8648b5b850501ac3da2edf9e", + "timestamp": "2021-01-13T20:34:44Z" + }, + { + "version": "5.2101.1320.603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1320.0603.zip", + "checksum": "5698ad16173f4deb4635facce57c1613", + "timestamp": "2021-01-13T20:06:11Z" + }, + { + "version": "5.2101.1318.4800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1318.4800.zip", + "checksum": "310850ab2d7622422d91cfd7cd30b414", + "timestamp": "2021-01-13T18:48:08Z" + }, + { + "version": "5.2101.1316.4324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1316.4324.zip", + "checksum": "af76a4812cdece64546becd082455e49", + "timestamp": "2021-01-13T16:43:32Z" + }, + { + "version": "5.2101.1308.5608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1308.5608.zip", + "checksum": "c5216c1cc7e9d85cb20f355fd1719b1a", + "timestamp": "2021-01-13T08:56:16Z" + }, + { + "version": "5.2101.1308.2812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1308.2812.zip", + "checksum": "b2902ffef4e77c6ba2b22ed485b35b7a", + "timestamp": "2021-01-13T08:28:21Z" + }, + { + "version": "5.2101.1307.0", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1307.0000.zip", + "checksum": "1805b7917bb879e3a466aa31db47ea6f", + "timestamp": "2021-01-13T07:00:08Z" + }, + { + "version": "5.2101.1222.2824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1222.2824.zip", + "checksum": "09c1a0e148c160e731dcdc5ffdec1556", + "timestamp": "2021-01-12T22:28:32Z" + }, + { + "version": "5.2101.1222.34", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1222.0034.zip", + "checksum": "244c1dc837cceba03fef625d840ad214", + "timestamp": "2021-01-12T22:00:43Z" + }, + { + "version": "5.2101.1215.4013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1215.4013.zip", + "checksum": "db54722fce7ae7ec273f770691e54b03", + "timestamp": "2021-01-12T15:40:22Z" + }, + { + "version": "5.2101.1119.1305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1119.1305.zip", + "checksum": "4ca32041c814941ba703499e88c1d7ff", + "timestamp": "2021-01-11T19:13:13Z" + }, + { + "version": "5.2101.1115.5340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1115.5340.zip", + "checksum": "b4bf8bc253178a6894372bdda470f8e5", + "timestamp": "2021-01-11T15:53:48Z" + }, + { + "version": "5.2101.1114.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1114.5222.zip", + "checksum": "6c9c3d776fccf850421dffe2f4590d6f", + "timestamp": "2021-01-11T14:52:32Z" + }, + { + "version": "5.2101.1114.2406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1114.2406.zip", + "checksum": "318a275b41114a43c23297c4e9132cb2", + "timestamp": "2021-01-11T14:24:14Z" + }, + { + "version": "5.2101.1020.1041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1020.1041.zip", + "checksum": "a3130b66bee5ed96f2f28752f78b4c76", + "timestamp": "2021-01-10T20:10:49Z" + }, + { + "version": "5.2101.1015.4058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1015.4058.zip", + "checksum": "961ef0ffa314ee76b098d9c20dbd1e41", + "timestamp": "2021-01-10T15:41:06Z" + }, + { + "version": "5.2101.1011.2856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1011.2856.zip", + "checksum": "1a03d61e70fab38573bc35ea9867f3d2", + "timestamp": "2021-01-10T11:29:04Z" + }, + { + "version": "5.2101.1010.5902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1010.5902.zip", + "checksum": "20115716a8cb871983f801feb087d83c", + "timestamp": "2021-01-10T10:59:11Z" + }, + { + "version": "5.2101.1009.5828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.1009.5828.zip", + "checksum": "69fb48341176d2f91103e702916c9b9a", + "timestamp": "2021-01-10T09:58:36Z" + }, + { + "version": "5.2101.920.821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0920.0821.zip", + "checksum": "ad11756135f8a704b4205f3d7e7a208c", + "timestamp": "2021-01-09T20:08:29Z" + }, + { + "version": "5.2101.918.5941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0918.5941.zip", + "checksum": "f59ba6dc7224d6835de09f5d5db696e1", + "timestamp": "2021-01-09T18:59:49Z" + }, + { + "version": "5.2101.918.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0918.2454.zip", + "checksum": "10c34cc55bb1de8e3fbe62e3a43f5b48", + "timestamp": "2021-01-09T18:25:02Z" + }, + { + "version": "5.2101.917.219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0917.0219.zip", + "checksum": "bf16deb2b1e189f5e67331b196a8680f", + "timestamp": "2021-01-09T17:02:26Z" + }, + { + "version": "5.2101.915.4803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0915.4803.zip", + "checksum": "40f9d0a1fced7b129a5a5c89c2bdb7dc", + "timestamp": "2021-01-09T15:48:11Z" + }, + { + "version": "5.2101.914.2720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0914.2720.zip", + "checksum": "47ae174679942bf5184de04d565799e9", + "timestamp": "2021-01-09T14:27:28Z" + }, + { + "version": "5.2101.900.753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0900.0753.zip", + "checksum": "bf3b6482ade3ffaac9b67a605d2228cc", + "timestamp": "2021-01-09T00:08:01Z" + }, + { + "version": "5.2101.821.2631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0821.2631.zip", + "checksum": "f4b82235bb3d7779585089bdc9e9ead1", + "timestamp": "2021-01-08T21:26:39Z" + }, + { + "version": "5.2101.820.5643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0820.5643.zip", + "checksum": "c7c85a275f42bc709731451eb648ae08", + "timestamp": "2021-01-08T20:56:51Z" + }, + { + "version": "5.2101.820.2742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0820.2742.zip", + "checksum": "015f86102cedc7769e38247e62c2394f", + "timestamp": "2021-01-08T20:27:50Z" + }, + { + "version": "5.2101.814.1230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0814.1230.zip", + "checksum": "39b9b4a0d2e3b856df7d7152272a314c", + "timestamp": "2021-01-08T14:12:38Z" + }, + { + "version": "5.2101.813.1348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0813.1348.zip", + "checksum": "95324c971f811b1b79ee5ad2076009ca", + "timestamp": "2021-01-08T13:13:57Z" + }, + { + "version": "5.2101.800.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0800.3832.zip", + "checksum": "a826a03b2b50eea727ea0fb2efa4b0af", + "timestamp": "2021-01-08T00:38:40Z" + }, + { + "version": "5.2101.722.1014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0722.1014.zip", + "checksum": "84321fb7ee68f29f7818f50cc71f8257", + "timestamp": "2021-01-07T22:10:24Z" + }, + { + "version": "5.2101.716.4057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0716.4057.zip", + "checksum": "5a9f3b6a452a39d3de3c23f28f0496c3", + "timestamp": "2021-01-07T16:41:05Z" + }, + { + "version": "5.2101.716.1259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0716.1259.zip", + "checksum": "b9cf26d3fdf6301be66cd1eb65dfb501", + "timestamp": "2021-01-07T16:13:06Z" + }, + { + "version": "5.2101.715.3507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0715.3507.zip", + "checksum": "24099e02c4b43e3c42d7cc2ba7a7ceb4", + "timestamp": "2021-01-07T15:35:15Z" + }, + { + "version": "5.2101.715.724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0715.0724.zip", + "checksum": "8ac7096847fa4bc7b3064bdcb57de143", + "timestamp": "2021-01-07T15:07:31Z" + }, + { + "version": "5.2101.710.2850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0710.2850.zip", + "checksum": "38e3c504c2e0e58bdeae743c93b6ec80", + "timestamp": "2021-01-07T10:28:58Z" + }, + { + "version": "5.2101.709.5843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0709.5843.zip", + "checksum": "65fad92438bf2189b135e45c55fcc06b", + "timestamp": "2021-01-07T09:58:51Z" + }, + { + "version": "5.2101.709.2740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0709.2740.zip", + "checksum": "993f5e60953eec9291e011f836745304", + "timestamp": "2021-01-07T09:27:49Z" + }, + { + "version": "5.2101.619.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0619.5348.zip", + "checksum": "a845605a840fa67e6dbba346df5efb85", + "timestamp": "2021-01-06T19:53:56Z" + }, + { + "version": "5.2101.617.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0617.2208.zip", + "checksum": "4e351a317e6df175b173d079e0463830", + "timestamp": "2021-01-06T17:22:16Z" + }, + { + "version": "5.2101.604.3456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0604.3456.zip", + "checksum": "217851ad7adf83d46a3d19d3d5e98178", + "timestamp": "2021-01-06T04:35:03Z" + }, + { + "version": "5.2101.522.2932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0522.2932.zip", + "checksum": "b016cd2ff4c82572cf44d21979505e4f", + "timestamp": "2021-01-05T22:29:40Z" + }, + { + "version": "5.2101.519.4924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0519.4924.zip", + "checksum": "8cb4ce00d3f8decb3d26cf2bbfadfa86", + "timestamp": "2021-01-05T19:49:31Z" + }, + { + "version": "5.2101.517.5254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0517.5254.zip", + "checksum": "76d51ba4662fc82c4023fdb302b50e09", + "timestamp": "2021-01-05T17:53:02Z" + }, + { + "version": "5.2101.517.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0517.2418.zip", + "checksum": "aca6e214756381bf9f8e4adccaee2db2", + "timestamp": "2021-01-05T17:24:27Z" + }, + { + "version": "5.2101.511.4131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0511.4131.zip", + "checksum": "8f1ffb5e1c516f0f18838f2bec156810", + "timestamp": "2021-01-05T11:41:41Z" + }, + { + "version": "5.2101.419.4148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0419.4148.zip", + "checksum": "45cb90f72b97dd3850a5c80f7f0a66d0", + "timestamp": "2021-01-04T19:41:56Z" + }, + { + "version": "5.2101.417.3011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0417.3011.zip", + "checksum": "6c848d27d36ee8510f4bf98d3b3d0c3b", + "timestamp": "2021-01-04T17:30:20Z" + }, + { + "version": "5.2101.415.1733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0415.1733.zip", + "checksum": "7cc06de532703606067f150423947506", + "timestamp": "2021-01-04T15:17:41Z" + }, + { + "version": "5.2101.414.4906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0414.4906.zip", + "checksum": "4d7e9fc9f641f7606fd8232b86c58b6c", + "timestamp": "2021-01-04T14:49:14Z" + }, + { + "version": "5.2101.412.4500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0412.4500.zip", + "checksum": "d979337a3c86974ea6fc862367d0cbd1", + "timestamp": "2021-01-04T12:45:08Z" + }, + { + "version": "5.2101.412.1820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0412.1820.zip", + "checksum": "789b8325c60740cf9d732a9e55612924", + "timestamp": "2021-01-04T12:18:29Z" + }, + { + "version": "5.2101.411.5129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0411.5129.zip", + "checksum": "6d020b5dc8317bb7e25a4cb6ccf0a1e7", + "timestamp": "2021-01-04T11:51:38Z" + }, + { + "version": "5.2101.411.2115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0411.2115.zip", + "checksum": "469acb9468eaef877e72528be04cc88d", + "timestamp": "2021-01-04T11:21:23Z" + }, + { + "version": "5.2101.317.4858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0317.4858.zip", + "checksum": "29736159805f3cc3c88b597f84c5b3a7", + "timestamp": "2021-01-03T17:49:06Z" + }, + { + "version": "5.2101.317.436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0317.0436.zip", + "checksum": "a4db0d169be9517879856ea29301b1b3", + "timestamp": "2021-01-03T17:04:45Z" + }, + { + "version": "5.2101.311.2304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0311.2304.zip", + "checksum": "48fccd25d24555448fd62b4c93ed5066", + "timestamp": "2021-01-03T11:23:12Z" + }, + { + "version": "5.2101.302.3551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0302.3551.zip", + "checksum": "f08bd3513d67ec84aace41af1b619ffa", + "timestamp": "2021-01-03T02:36:00Z" + }, + { + "version": "5.2101.220.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0220.5104.zip", + "checksum": "2e29c5755bacf751b42f8ad6cdbe0bdd", + "timestamp": "2021-01-02T20:51:13Z" + }, + { + "version": "5.2101.219.4023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0219.4023.zip", + "checksum": "1f270f5421c8eb68b9feb09b64308e6c", + "timestamp": "2021-01-02T19:40:31Z" + }, + { + "version": "5.2101.218.4713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0218.4713.zip", + "checksum": "64f3ad6cf04c96db60afaded68ee2eed", + "timestamp": "2021-01-02T18:47:21Z" + }, + { + "version": "5.2101.212.5939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0212.5939.zip", + "checksum": "b4b97ba7b687f961d3b89bb68c3ffad2", + "timestamp": "2021-01-02T12:59:47Z" + }, + { + "version": "5.2101.211.2543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0211.2543.zip", + "checksum": "225f414729724368118236f08bc7bce8", + "timestamp": "2021-01-02T11:25:51Z" + }, + { + "version": "5.2101.210.2350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0210.2350.zip", + "checksum": "3f672fc5be2ea48912c0abee22f4a3bb", + "timestamp": "2021-01-02T10:23:58Z" + }, + { + "version": "5.2101.207.833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0207.0833.zip", + "checksum": "6e48228310c7d46666700a7a62de3dc1", + "timestamp": "2021-01-02T07:08:41Z" + }, + { + "version": "5.2101.118.5832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0118.5832.zip", + "checksum": "6daa761b715dc7f323fb14bd571305b7", + "timestamp": "2021-01-01T18:58:39Z" + }, + { + "version": "5.2101.118.1230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0118.1230.zip", + "checksum": "c607c5eb807c6fe64a06175fda032ab6", + "timestamp": "2021-01-01T18:12:39Z" + }, + { + "version": "5.2101.117.4518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0117.4518.zip", + "checksum": "1e041da42a52f33f8d52a38c040fcfbf", + "timestamp": "2021-01-01T17:45:26Z" + }, + { + "version": "5.2101.117.946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0117.0946.zip", + "checksum": "defbbfe260c8fc4b1b6e60886900ff4e", + "timestamp": "2021-01-01T17:09:54Z" + }, + { + "version": "5.2101.111.4653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0111.4653.zip", + "checksum": "767a25eeead8e8bfbcc45b67a1ab5698", + "timestamp": "2021-01-01T11:47:01Z" + }, + { + "version": "5.2101.100.4106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0100.4106.zip", + "checksum": "18c8cee98381e01765ed7aebb6c4d55b", + "timestamp": "2021-01-01T00:41:15Z" + }, + { + "version": "5.2101.100.1352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2101.0100.1352.zip", + "checksum": "b974536e1c2751a6a0198aea251e2b56", + "timestamp": "2021-01-01T00:14:02Z" + }, + { + "version": "5.2012.3122.5519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3122.5519.zip", + "checksum": "af6290c2d636040ec7db7eddbc06fa68", + "timestamp": "2020-12-31T22:55:26Z" + }, + { + "version": "5.2012.3122.2834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3122.2834.zip", + "checksum": "6b563a1bc0e358757e10ea6499239465", + "timestamp": "2020-12-31T22:28:42Z" + }, + { + "version": "5.2012.3115.150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3115.0150.zip", + "checksum": "4c840478bc92e1beb9abc51a681ca6f1", + "timestamp": "2020-12-31T15:01:58Z" + }, + { + "version": "5.2012.3114.3428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3114.3428.zip", + "checksum": "79dd43e75a175a30f1d3db935559118c", + "timestamp": "2020-12-31T14:34:36Z" + }, + { + "version": "5.2012.3113.3956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3113.3956.zip", + "checksum": "a7fadf5306edb5b02c976ff10ae2968d", + "timestamp": "2020-12-31T13:40:04Z" + }, + { + "version": "5.2012.3111.3240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3111.3240.zip", + "checksum": "7b8c92d2837a3cd82d0e8bbca9eda4bd", + "timestamp": "2020-12-31T11:32:47Z" + }, + { + "version": "5.2012.3107.3252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3107.3252.zip", + "checksum": "6345771330c602b63fe6bb61b890a80c", + "timestamp": "2020-12-31T07:33:00Z" + }, + { + "version": "5.2012.3107.501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3107.0501.zip", + "checksum": "2f5f5dcf142236ee6d68cae31b0be576", + "timestamp": "2020-12-31T07:05:09Z" + }, + { + "version": "5.2012.3101.4944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3101.4944.zip", + "checksum": "b12ad03511f110099adb7792060fadf9", + "timestamp": "2020-12-31T01:49:52Z" + }, + { + "version": "5.2012.3101.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3101.2149.zip", + "checksum": "4da6cfd376b8756229a81fefad4480ef", + "timestamp": "2020-12-31T01:21:57Z" + }, + { + "version": "5.2012.3100.4057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3100.4057.zip", + "checksum": "4cb9adf22607bc42fe4adaf68028ecc2", + "timestamp": "2020-12-31T00:41:05Z" + }, + { + "version": "5.2012.3022.2521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3022.2521.zip", + "checksum": "8d50b9972934bfefcef617d7c49e4c22", + "timestamp": "2020-12-30T22:25:30Z" + }, + { + "version": "5.2012.3021.5845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3021.5845.zip", + "checksum": "b7515402c76a6b33b28f11476e7da8b7", + "timestamp": "2020-12-30T21:58:54Z" + }, + { + "version": "5.2012.3021.3201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3021.3201.zip", + "checksum": "f441c1280d3c9bad52d62e900b1e34ea", + "timestamp": "2020-12-30T21:32:09Z" + }, + { + "version": "5.2012.3017.5409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3017.5409.zip", + "checksum": "eef7e3fe109adc33beab1fc1f62a9a89", + "timestamp": "2020-12-30T17:54:17Z" + }, + { + "version": "5.2012.3010.416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.3010.0416.zip", + "checksum": "5d5e50b49d3c35a390c168dc0126ab08", + "timestamp": "2020-12-30T10:04:24Z" + }, + { + "version": "5.2012.2917.2633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2917.2633.zip", + "checksum": "b836f9cd69ff85018c456c69b9cebd00", + "timestamp": "2020-12-29T17:26:41Z" + }, + { + "version": "5.2012.2917.43", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2917.0043.zip", + "checksum": "a41dd512c2fcef0e4441dfe99fe2bee4", + "timestamp": "2020-12-29T17:00:51Z" + }, + { + "version": "5.2012.2906.2516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2906.2516.zip", + "checksum": "62cad6349f86d8252b1633981d1dc0be", + "timestamp": "2020-12-29T06:25:24Z" + }, + { + "version": "5.2012.2821.2028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2821.2028.zip", + "checksum": "d80315d64690505c55ff7afb0d42724b", + "timestamp": "2020-12-28T21:20:37Z" + }, + { + "version": "5.2012.2820.5356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2820.5356.zip", + "checksum": "bbc55d9992485db0187f897343d3b00f", + "timestamp": "2020-12-28T20:54:04Z" + }, + { + "version": "5.2012.2817.3023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2817.3023.zip", + "checksum": "1f786c9b1ad4dd7aa9ee533983e37b7b", + "timestamp": "2020-12-28T17:30:31Z" + }, + { + "version": "5.2012.2816.605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2816.0605.zip", + "checksum": "49f8a3343ff1ac24ab5c4dc1bc684563", + "timestamp": "2020-12-28T16:06:14Z" + }, + { + "version": "5.2012.2815.4029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2815.4029.zip", + "checksum": "390afe3950bc1ea275ca6baaa940381c", + "timestamp": "2020-12-28T15:40:36Z" + }, + { + "version": "5.2012.2815.1248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2815.1248.zip", + "checksum": "0aeff81b3e9a1c47066fc7541ccd967a", + "timestamp": "2020-12-28T15:12:56Z" + }, + { + "version": "5.2012.2810.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2810.2753.zip", + "checksum": "2d74436679fbe16e65cbfb4884cbbf6f", + "timestamp": "2020-12-28T10:28:01Z" + }, + { + "version": "5.2012.2718.3945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2718.3945.zip", + "checksum": "36dc3527a4f323b212390954619a2dad", + "timestamp": "2020-12-27T18:39:53Z" + }, + { + "version": "5.2012.2713.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2713.5148.zip", + "checksum": "17dc35d35c510f2f56ee503026880615", + "timestamp": "2020-12-27T13:51:57Z" + }, + { + "version": "5.2012.2520.346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2520.0346.zip", + "checksum": "3cfe4f93eb6fd802f86000e631b18005", + "timestamp": "2020-12-25T20:03:54Z" + }, + { + "version": "5.2012.2515.4759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2515.4759.zip", + "checksum": "d6e1427892f6354a5defea34f39080c6", + "timestamp": "2020-12-25T15:48:07Z" + }, + { + "version": "5.2012.2513.3658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2513.3658.zip", + "checksum": "fe74c378a459bcca5ee7ae4761d60db4", + "timestamp": "2020-12-25T13:37:06Z" + }, + { + "version": "5.2012.2420.944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2420.0944.zip", + "checksum": "55aae8066e23eba89713f69dfb3d3cab", + "timestamp": "2020-12-24T20:09:51Z" + }, + { + "version": "5.2012.2418.1158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2418.1158.zip", + "checksum": "4bceb8aa7c4f7a32b27660090220534f", + "timestamp": "2020-12-24T18:12:08Z" + }, + { + "version": "5.2012.2410.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2410.2512.zip", + "checksum": "19b98820f81b4001acae2ca50f641b53", + "timestamp": "2020-12-24T10:25:20Z" + }, + { + "version": "5.2012.2405.3600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2405.3600.zip", + "checksum": "da74f50619a3ce9f9fbe9732c4d88b0e", + "timestamp": "2020-12-24T05:36:08Z" + }, + { + "version": "5.2012.2319.1731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2319.1731.zip", + "checksum": "ae2e7ab92ecbacf864cf6a77ed07b83d", + "timestamp": "2020-12-23T19:17:39Z" + }, + { + "version": "5.2012.2305.211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2305.0211.zip", + "checksum": "c4ce49491053d76c2889d59586453edb", + "timestamp": "2020-12-23T05:02:19Z" + }, + { + "version": "5.2012.2304.1427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2304.1427.zip", + "checksum": "76ddded14aa7dd28fb89fa38ba38479a", + "timestamp": "2020-12-23T04:14:35Z" + }, + { + "version": "5.2012.2303.4528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2303.4528.zip", + "checksum": "a673ac1b84adeda11b673bb46410d8f0", + "timestamp": "2020-12-23T03:45:36Z" + }, + { + "version": "5.2012.2223.1400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2223.1400.zip", + "checksum": "ee8e249d99f8cbf0c2bcdb9540eef8cd", + "timestamp": "2020-12-22T23:14:08Z" + }, + { + "version": "5.2012.2215.1507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2215.1507.zip", + "checksum": "fefbebe08a0f797d45a515aff3cd2a19", + "timestamp": "2020-12-22T15:15:15Z" + }, + { + "version": "5.2012.2212.4240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2212.4240.zip", + "checksum": "e86eca92e762ae029b47de4e47ebdfce", + "timestamp": "2020-12-22T12:42:49Z" + }, + { + "version": "5.2012.2123.227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2123.0227.zip", + "checksum": "7eff791f3a547260d532b704812806b7", + "timestamp": "2020-12-21T23:02:35Z" + }, + { + "version": "5.2012.2122.3446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2122.3446.zip", + "checksum": "70f0847627cededaf3e43288e72f6e9c", + "timestamp": "2020-12-21T22:34:53Z" + }, + { + "version": "5.2012.2119.5147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2119.5147.zip", + "checksum": "ddc5f598bd85215f27e8704bcc5e5b89", + "timestamp": "2020-12-21T19:51:54Z" + }, + { + "version": "5.2012.2119.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2119.2531.zip", + "checksum": "a028dfb6299a577ad1c3f8e9e30e0bfa", + "timestamp": "2020-12-21T19:25:38Z" + }, + { + "version": "5.2012.2118.5915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2118.5915.zip", + "checksum": "3eabd4d00f79b88203915d041f9a1f1f", + "timestamp": "2020-12-21T18:59:23Z" + }, + { + "version": "5.2012.2107.4907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2107.4907.zip", + "checksum": "f41eae2def365dd3927101682ec66fd8", + "timestamp": "2020-12-21T07:49:15Z" + }, + { + "version": "5.2012.2100.808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2100.0808.zip", + "checksum": "2379469791c7fab81429912abc49a0a4", + "timestamp": "2020-12-21T00:08:16Z" + }, + { + "version": "5.2012.2023.3905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2023.3905.zip", + "checksum": "67e92c81e86f0a15c6889ea60869662d", + "timestamp": "2020-12-20T23:39:13Z" + }, + { + "version": "5.2012.2013.4913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2013.4913.zip", + "checksum": "f6c9c14d1ff8076daa7562f829e6a821", + "timestamp": "2020-12-20T13:49:22Z" + }, + { + "version": "5.2012.2013.1935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2013.1935.zip", + "checksum": "e9a65748853c28787fd63b7821cfef5c", + "timestamp": "2020-12-20T13:19:43Z" + }, + { + "version": "5.2012.2009.4712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2009.4712.zip", + "checksum": "8d765e33c67e6876631e4c0827b1445a", + "timestamp": "2020-12-20T09:47:21Z" + }, + { + "version": "5.2012.2009.1751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2009.1751.zip", + "checksum": "1452988c2a72000f94b72e82d5980c9e", + "timestamp": "2020-12-20T09:17:58Z" + }, + { + "version": "5.2012.2000.4251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.2000.4251.zip", + "checksum": "49de2d5ed14592a2df803701b110934f", + "timestamp": "2020-12-20T00:42:59Z" + }, + { + "version": "5.2012.1919.4009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1919.4009.zip", + "checksum": "b6e9a6d59af091f3c6e9eaaf02dc841e", + "timestamp": "2020-12-19T19:40:17Z" + }, + { + "version": "5.2012.1820.5827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1820.5827.zip", + "checksum": "35c2aee1250dfc41ec1691d43df2af08", + "timestamp": "2020-12-18T20:58:35Z" + }, + { + "version": "5.2012.1820.3148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1820.3148.zip", + "checksum": "d65e83ae149498fa44a21c34824e21b4", + "timestamp": "2020-12-18T20:31:56Z" + }, + { + "version": "5.2012.1813.1745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1813.1745.zip", + "checksum": "a091f6c91d6c58d2364599fd79d02eda", + "timestamp": "2020-12-18T13:17:52Z" + }, + { + "version": "5.2012.1807.4104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1807.4104.zip", + "checksum": "21241d93c136c2a9f746eefce5f00bbb", + "timestamp": "2020-12-18T07:41:13Z" + }, + { + "version": "5.2012.1722.4736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1722.4736.zip", + "checksum": "86f7cca867b40de20337a2abede75ce7", + "timestamp": "2020-12-17T22:47:45Z" + }, + { + "version": "5.2012.1722.2047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1722.2047.zip", + "checksum": "07578f2af4b6319d46ceab5b2e748357", + "timestamp": "2020-12-17T22:20:55Z" + }, + { + "version": "5.2012.1718.3317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1718.3317.zip", + "checksum": "b2e2f91f9d6e2f6789a4e6f8982d570e", + "timestamp": "2020-12-17T18:33:25Z" + }, + { + "version": "5.2012.1717.4213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1717.4213.zip", + "checksum": "4c0209386d54bca84ec505ed3af266ca", + "timestamp": "2020-12-17T17:42:22Z" + }, + { + "version": "5.2012.1717.1520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1717.1520.zip", + "checksum": "56f5c01cb6fcba4def667362aa427b1b", + "timestamp": "2020-12-17T17:15:28Z" + }, + { + "version": "5.2012.1711.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1711.1553.zip", + "checksum": "9fd6b293d90f99ec3d7d0b7d14e894ac", + "timestamp": "2020-12-17T11:16:01Z" + }, + { + "version": "5.2012.1623.1315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1623.1315.zip", + "checksum": "dc3015ae3258acb5802ff0811847233b", + "timestamp": "2020-12-16T23:13:23Z" + }, + { + "version": "5.2012.1622.647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1622.0647.zip", + "checksum": "6043a243cfde311341cda78f01efb14b", + "timestamp": "2020-12-16T22:06:54Z" + }, + { + "version": "5.2012.1621.3841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1621.3841.zip", + "checksum": "11777f2d9be5c970134eda18138d69d2", + "timestamp": "2020-12-16T21:38:48Z" + }, + { + "version": "5.2012.1620.2925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1620.2925.zip", + "checksum": "e36dc51c8da667c21e8174f918a7c94b", + "timestamp": "2020-12-16T20:29:33Z" + }, + { + "version": "5.2012.1620.133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1620.0133.zip", + "checksum": "065bb2ee4a72747ab3ced06c51b89621", + "timestamp": "2020-12-16T20:01:41Z" + }, + { + "version": "5.2012.1619.2313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1619.2313.zip", + "checksum": "06cbb57197bc4d1b98c20bb78e1006bc", + "timestamp": "2020-12-16T19:23:21Z" + }, + { + "version": "5.2012.1616.4928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1616.4928.zip", + "checksum": "5e3fb91c03ecd8716de6ff344a6648d2", + "timestamp": "2020-12-16T16:49:37Z" + }, + { + "version": "5.2012.1519.5330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1519.5330.zip", + "checksum": "67a41e1554c80c58310a2ffa1e5c1e61", + "timestamp": "2020-12-15T19:53:38Z" + }, + { + "version": "5.2012.1512.1345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1512.1345.zip", + "checksum": "b4803dd400717bc23a27f0bf30870607", + "timestamp": "2020-12-15T12:13:56Z" + }, + { + "version": "5.2012.1511.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1511.4537.zip", + "checksum": "dc840a3ea4acaf37cbe9185e2363a41e", + "timestamp": "2020-12-15T11:45:45Z" + }, + { + "version": "5.2012.1508.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1508.3341.zip", + "checksum": "ea1ff3ab87d737dbb0421bca5e474dce", + "timestamp": "2020-12-15T08:33:49Z" + }, + { + "version": "5.2012.1421.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1421.4817.zip", + "checksum": "eecbea4ec091c83ea1c693d102d469a9", + "timestamp": "2020-12-14T21:48:26Z" + }, + { + "version": "5.2012.1420.1351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1420.1351.zip", + "checksum": "c731524d79c99ee39b59b89184792248", + "timestamp": "2020-12-14T20:13:59Z" + }, + { + "version": "5.2012.1417.1946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1417.1946.zip", + "checksum": "796b5eaf95e41d8dd9b1393e5fdeb117", + "timestamp": "2020-12-14T17:19:55Z" + }, + { + "version": "5.2012.1416.3255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1416.3255.zip", + "checksum": "9f87612dc25836adff089ed66488411c", + "timestamp": "2020-12-14T16:33:03Z" + }, + { + "version": "5.2012.1416.527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1416.0527.zip", + "checksum": "296f00f12f2d96099f2b906333591668", + "timestamp": "2020-12-14T16:05:35Z" + }, + { + "version": "5.2012.1415.3815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1415.3815.zip", + "checksum": "2633361dc408953879c5c5c8e77e6bdc", + "timestamp": "2020-12-14T15:38:24Z" + }, + { + "version": "5.2012.1412.20", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1412.0020.zip", + "checksum": "dea9043dbdb0286d5bf8b59290c797a5", + "timestamp": "2020-12-14T12:00:28Z" + }, + { + "version": "5.2012.1405.1426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1405.1426.zip", + "checksum": "536d14a92ba8f1a9e75b2cf8510d3df4", + "timestamp": "2020-12-14T05:14:33Z" + }, + { + "version": "5.2012.1404.825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1404.0825.zip", + "checksum": "cfa9a86e60f342b3fc651be31a69cacb", + "timestamp": "2020-12-14T04:08:32Z" + }, + { + "version": "5.2012.1323.604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1323.0604.zip", + "checksum": "1a69e42574e8ece979e73e0263d0efb0", + "timestamp": "2020-12-13T23:06:12Z" + }, + { + "version": "5.2012.1322.3720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1322.3720.zip", + "checksum": "395fec663dd2adace99f53d44681835e", + "timestamp": "2020-12-13T22:37:28Z" + }, + { + "version": "5.2012.1322.1047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1322.1047.zip", + "checksum": "8cd3f725b661038d957f0859716bab1a", + "timestamp": "2020-12-13T22:10:55Z" + }, + { + "version": "5.2012.1319.3424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1319.3424.zip", + "checksum": "bde6ef41fb474fb65f8c8122e1ac1e09", + "timestamp": "2020-12-13T19:34:32Z" + }, + { + "version": "5.2012.1314.1210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1314.1210.zip", + "checksum": "71d309ef69107945d012deb6e0834ca9", + "timestamp": "2020-12-13T14:12:19Z" + }, + { + "version": "5.2012.1313.4416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1313.4416.zip", + "checksum": "b4cc6599a502965fd1f94ef12489f342", + "timestamp": "2020-12-13T13:44:24Z" + }, + { + "version": "5.2012.1313.1629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1313.1629.zip", + "checksum": "081a3f4f5770a860611051f81ef0acc1", + "timestamp": "2020-12-13T13:16:36Z" + }, + { + "version": "5.2012.1312.4814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1312.4814.zip", + "checksum": "927ed08f37ac2d445400c5495608476d", + "timestamp": "2020-12-13T12:48:22Z" + }, + { + "version": "5.2012.1311.2203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1311.2203.zip", + "checksum": "b9c73f4874410a36124b132993596dec", + "timestamp": "2020-12-13T11:22:11Z" + }, + { + "version": "5.2012.1218.4439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1218.4439.zip", + "checksum": "212c1b146aec84093016c3cef106ce5a", + "timestamp": "2020-12-12T18:44:47Z" + }, + { + "version": "5.2012.1122.4330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1122.4330.zip", + "checksum": "f994eed30c3f7dd5c3c380b9b965efce", + "timestamp": "2020-12-11T22:43:37Z" + }, + { + "version": "5.2012.1121.5304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1121.5304.zip", + "checksum": "b3d9208a3b638b9da219639aac3f9a18", + "timestamp": "2020-12-11T21:53:11Z" + }, + { + "version": "5.2012.1115.5134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1115.5134.zip", + "checksum": "092595b9628f07de04dae1ef40e0efab", + "timestamp": "2020-12-11T15:51:41Z" + }, + { + "version": "5.2012.1115.2423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1115.2423.zip", + "checksum": "1932c774f594c089855330d3a5f25111", + "timestamp": "2020-12-11T15:24:31Z" + }, + { + "version": "5.2012.1109.4635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1109.4635.zip", + "checksum": "c748ba5ec55733e23475e871a60c114c", + "timestamp": "2020-12-11T09:46:44Z" + }, + { + "version": "5.2012.1109.1708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1109.1708.zip", + "checksum": "ca469de014cb9ef3348d72be9ec6c15f", + "timestamp": "2020-12-11T09:17:16Z" + }, + { + "version": "5.2012.1108.301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1108.0301.zip", + "checksum": "58d237f364a4dbd9b1f46a504cd5a990", + "timestamp": "2020-12-11T08:03:09Z" + }, + { + "version": "5.2012.1107.3435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1107.3435.zip", + "checksum": "a597ecc45e4bafeb2406e9ee22f6eb31", + "timestamp": "2020-12-11T07:34:43Z" + }, + { + "version": "5.2012.1104.2657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1104.2657.zip", + "checksum": "68c976b645b5eb68f7260a415e1e3cd2", + "timestamp": "2020-12-11T04:27:07Z" + }, + { + "version": "5.2012.1103.5956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1103.5956.zip", + "checksum": "5a2f57e3a9f2f8b6a183f204cd4cb05b", + "timestamp": "2020-12-11T04:00:05Z" + }, + { + "version": "5.2012.1103.3247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1103.3247.zip", + "checksum": "ee48df8479978683dbcc0dc4bfc98666", + "timestamp": "2020-12-11T03:32:56Z" + }, + { + "version": "5.2012.1022.3735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1022.3735.zip", + "checksum": "d3779bb346ab88a382890009932ff7d8", + "timestamp": "2020-12-10T22:37:43Z" + }, + { + "version": "5.2012.1022.1111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1022.1111.zip", + "checksum": "fcd11b375dce517bff7e1947ecb2838a", + "timestamp": "2020-12-10T22:11:18Z" + }, + { + "version": "5.2012.1021.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1021.2407.zip", + "checksum": "90e635bc0d98bf796c4eba019c4d9df9", + "timestamp": "2020-12-10T21:24:15Z" + }, + { + "version": "5.2012.1020.5606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1020.5606.zip", + "checksum": "adcdffae83a6b2d02b70eaa41296e36d", + "timestamp": "2020-12-10T20:56:14Z" + }, + { + "version": "5.2012.1013.5909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1013.5909.zip", + "checksum": "8be28b88a6e1b602241192e4ab1d19c6", + "timestamp": "2020-12-10T13:59:17Z" + }, + { + "version": "5.2012.1013.3118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1013.3118.zip", + "checksum": "a71ea8b855cfc4d1be81cc6370d36b05", + "timestamp": "2020-12-10T13:31:28Z" + }, + { + "version": "5.2012.1013.329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.1013.0329.zip", + "checksum": "2aae8366cc9a58ca13d16ea74b0797c1", + "timestamp": "2020-12-10T13:03:38Z" + }, + { + "version": "5.2012.919.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0919.4620.zip", + "checksum": "b2ec6c6fda4b8f9acf9a6aecdd733b0d", + "timestamp": "2020-12-09T19:46:27Z" + }, + { + "version": "5.2012.917.1947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0917.1947.zip", + "checksum": "0977ca5786b16d8ec61f60c0465f3988", + "timestamp": "2020-12-09T17:19:56Z" + }, + { + "version": "5.2012.915.5219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0915.5219.zip", + "checksum": "7438f68ee1a66aa7174b747e104e06af", + "timestamp": "2020-12-09T15:52:28Z" + }, + { + "version": "5.2012.914.10", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0914.0010.zip", + "checksum": "42d93f13d2495743fec524c9c378b0c0", + "timestamp": "2020-12-09T14:00:17Z" + }, + { + "version": "5.2012.908.619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0908.0619.zip", + "checksum": "944533371327256b299a77e570134cf0", + "timestamp": "2020-12-09T08:06:27Z" + }, + { + "version": "5.2012.907.3837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0907.3837.zip", + "checksum": "98add155671d840a63dbc751c87de88f", + "timestamp": "2020-12-09T07:38:45Z" + }, + { + "version": "5.2012.904.2550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0904.2550.zip", + "checksum": "f6770540f3a2924cc2e8507e12415c6f", + "timestamp": "2020-12-09T04:25:58Z" + }, + { + "version": "5.2012.823.5045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0823.5045.zip", + "checksum": "347274a2325f065645a8c699c8c9b864", + "timestamp": "2020-12-08T23:50:53Z" + }, + { + "version": "5.2012.819.4239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0819.4239.zip", + "checksum": "0441f8cda0ca90242d5b7479cd0ef534", + "timestamp": "2020-12-08T19:42:47Z" + }, + { + "version": "5.2012.818.12", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0818.0012.zip", + "checksum": "2662c37868486c83ba119af284ee9ef6", + "timestamp": "2020-12-08T18:00:20Z" + }, + { + "version": "5.2012.817.3220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0817.3220.zip", + "checksum": "d317ddeb78b14670b086ff2b4870652c", + "timestamp": "2020-12-08T17:32:28Z" + }, + { + "version": "5.2012.816.3152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0816.3152.zip", + "checksum": "2e4c1ffe05b80b9d8830423245d907c3", + "timestamp": "2020-12-08T16:31:59Z" + }, + { + "version": "5.2012.809.3416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0809.3416.zip", + "checksum": "d27b98b9c49cdd8ea44dcbfc9052bb99", + "timestamp": "2020-12-08T09:34:24Z" + }, + { + "version": "5.2012.808.2711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0808.2711.zip", + "checksum": "e6a7066abd33c0b360a05af75856d6ed", + "timestamp": "2020-12-08T08:27:20Z" + }, + { + "version": "5.2012.807.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0807.5934.zip", + "checksum": "3b8d48de928d63a9d3706e845a10eab5", + "timestamp": "2020-12-08T07:59:42Z" + }, + { + "version": "5.2012.801.622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0801.0622.zip", + "checksum": "b3ab21907ed443c2e055aea39dbb8c19", + "timestamp": "2020-12-08T01:06:30Z" + }, + { + "version": "5.2012.718.2049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0718.2049.zip", + "checksum": "f3a97791c6b9bdb8300315fae430ff9c", + "timestamp": "2020-12-07T18:20:57Z" + }, + { + "version": "5.2012.717.3017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0717.3017.zip", + "checksum": "5300528446981671c57801f8362785a3", + "timestamp": "2020-12-07T17:30:25Z" + }, + { + "version": "5.2012.717.303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0717.0303.zip", + "checksum": "a4bbcb1ac69206e10ce5800b907493d4", + "timestamp": "2020-12-07T17:03:13Z" + }, + { + "version": "5.2012.707.2852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0707.2852.zip", + "checksum": "079c5c848d4033f346b14c11917bb33b", + "timestamp": "2020-12-07T07:28:59Z" + }, + { + "version": "5.2012.707.212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0707.0212.zip", + "checksum": "3b0fa7778764e2b9f0a3e49ef2b8bd4b", + "timestamp": "2020-12-07T07:02:20Z" + }, + { + "version": "5.2012.615.3206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0615.3206.zip", + "checksum": "aa4e77cd59a4d2b06df783608b5a1f0e", + "timestamp": "2020-12-06T15:32:14Z" + }, + { + "version": "5.2012.615.546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0615.0546.zip", + "checksum": "33e517c70aa6dc0ab0b36f380a221c5f", + "timestamp": "2020-12-06T15:05:53Z" + }, + { + "version": "5.2012.607.2901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0607.2901.zip", + "checksum": "f247352697f30a95ae71299318ae6dbe", + "timestamp": "2020-12-06T07:29:09Z" + }, + { + "version": "5.2012.601.3237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0601.3237.zip", + "checksum": "3bd30aca4c4b55f66db4357488e5b1f7", + "timestamp": "2020-12-06T01:32:45Z" + }, + { + "version": "5.2012.601.549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0601.0549.zip", + "checksum": "5795fa1f52db5839c5889ae74fdb625a", + "timestamp": "2020-12-06T01:05:56Z" + }, + { + "version": "5.2012.600.3914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0600.3914.zip", + "checksum": "df4b690ee914c7f0584c8591daea5572", + "timestamp": "2020-12-06T00:39:22Z" + }, + { + "version": "5.2012.519.4856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_5.2012.0519.4856.zip", + "checksum": "9966e469d96ed9d71b62f476115da56c", + "timestamp": "2020-12-05T19:49:04Z" + }, + { + "version": "4.2011.2301.409", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2301.0409.zip", + "checksum": "1ae0d23475fcd21a2ba941f2404b11fd", + "timestamp": "2020-11-23T01:04:17Z" + }, + { + "version": "4.2011.2219.3721", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2219.3721.zip", + "checksum": "412a6f480f6ea5723b710a2949ed09ce", + "timestamp": "2020-11-22T19:37:29Z" + }, + { + "version": "4.2011.2219.1035", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2219.1035.zip", + "checksum": "9d9a48301662faf8edd546fac05495b0", + "timestamp": "2020-11-22T19:10:42Z" + }, + { + "version": "4.2011.2218.2907", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2218.2907.zip", + "checksum": "5f31b0deaac967bff4ee0021a4f6fe56", + "timestamp": "2020-11-22T18:29:14Z" + }, + { + "version": "4.2011.2217.5502", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2217.5502.zip", + "checksum": "1cef1dfa578829349ff31985dbc73595", + "timestamp": "2020-11-22T17:55:09Z" + }, + { + "version": "4.2011.2215.5242", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2215.5242.zip", + "checksum": "f9fad659186583623b3ff3cf4284d732", + "timestamp": "2020-11-22T15:52:50Z" + }, + { + "version": "4.2011.2214.5925", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2214.5925.zip", + "checksum": "0b2fb4f977ed71ae539130e553ef7dd5", + "timestamp": "2020-11-22T14:59:33Z" + }, + { + "version": "4.2011.2210.2819", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2210.2819.zip", + "checksum": "35a5c21cb0729648899a00f75376952d", + "timestamp": "2020-11-22T10:28:27Z" + }, + { + "version": "4.2011.2208.2005", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2208.2005.zip", + "checksum": "08c556acaace2b08cbdb89ed3f8a3c66", + "timestamp": "2020-11-22T08:20:13Z" + }, + { + "version": "4.2011.2207.5418", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2207.5418.zip", + "checksum": "619d40ecd9a3eac841a3d582c50f2e7f", + "timestamp": "2020-11-22T07:54:26Z" + }, + { + "version": "4.2011.2207.34", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2207.0034.zip", + "checksum": "86ac50ffffb15fb8c869c7e6ce4c7de9", + "timestamp": "2020-11-22T07:00:42Z" + }, + { + "version": "4.2011.2206.3548", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/bookshelf/bookshelf_4.2011.2206.3548.zip", + "checksum": "5932a031f099bd1b1f3de8ef99b21f22", + "timestamp": "2020-11-22T06:35:56Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "8119f3c6-cfc2-4d9c-a0ba-028f1d93e526", + "name": "Cover Art Archive", + "description": "This plugin provides images from the Cover Art Archive https://musicbrainz.org/doc/Cover_Art_Archive and depends on the MusicBrainz metadata provider to know what images belong where\n", + "overview": "MusicBrainz Cover Art Archive", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-coverartarchive.png", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#13) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_4.0.0.0.zip", + "checksum": "fddfd22374ebec9e2faf8cf5528536db", + "timestamp": "2022-01-07T21:09:46Z" + }, + { + "version": "2.2106.2121.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.2121.3341.zip", + "checksum": "ec2d35a06cba2d3763e2c13d4d8a4563", + "timestamp": "2021-06-21T21:33:51Z" + }, + { + "version": "2.2106.2114.1214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.2114.1214.zip", + "checksum": "34222d2c7dd86da72543dc18113f397a", + "timestamp": "2021-06-21T14:12:30Z" + }, + { + "version": "2.2106.2107.1319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.2107.1319.zip", + "checksum": "1ce591f3ef26ea525c3ada8704e64c42", + "timestamp": "2021-06-21T07:13:29Z" + }, + { + "version": "2.2106.1823.831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1823.0831.zip", + "checksum": "21c32d80a1a7a8439be703920d2396be", + "timestamp": "2021-06-18T23:08:40Z" + }, + { + "version": "2.2106.1815.5417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1815.5417.zip", + "checksum": "4e8c42ca215239515800e184ee5d10aa", + "timestamp": "2021-06-18T15:54:27Z" + }, + { + "version": "2.2106.1810.3306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1810.3306.zip", + "checksum": "41f7f82d73831eddd34526ddf497f6a8", + "timestamp": "2021-06-18T10:33:15Z" + }, + { + "version": "2.2106.1602.5051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1602.5051.zip", + "checksum": "9f0c05b4fb04c2a920515c1c12cc46c2", + "timestamp": "2021-06-16T02:51:02Z" + }, + { + "version": "2.2106.1514.3804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1514.3804.zip", + "checksum": "ccb00c1fbbc02c20be4ddb4e6167a82d", + "timestamp": "2021-06-15T14:38:13Z" + }, + { + "version": "2.2106.1514.1006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1514.1006.zip", + "checksum": "590820699d2bc13f7603e57f1d1786f6", + "timestamp": "2021-06-15T14:10:16Z" + }, + { + "version": "2.2106.1504.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1504.0011.zip", + "checksum": "e55ebccf3653ef817d31c3a0c0de1b06", + "timestamp": "2021-06-15T04:00:21Z" + }, + { + "version": "2.2106.1422.2117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1422.2117.zip", + "checksum": "65516b436be73d23db76be7ef119eceb", + "timestamp": "2021-06-14T22:21:25Z" + }, + { + "version": "2.2106.1421.5755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1421.5755.zip", + "checksum": "32aac86c5669b561a8a04eb3fa6f5a0d", + "timestamp": "2021-06-14T21:58:06Z" + }, + { + "version": "2.2106.1417.5504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1417.5504.zip", + "checksum": "6947cbdb74e9d19d5988a9cc58cc3b1b", + "timestamp": "2021-06-14T17:55:14Z" + }, + { + "version": "2.2106.1315.2957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1315.2957.zip", + "checksum": "726cbb751c1e2e419bf9e146456c7e99", + "timestamp": "2021-06-13T15:30:10Z" + }, + { + "version": "2.2106.1313.2946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1313.2946.zip", + "checksum": "5a004ffe690e79162f1090c1b2b97eb8", + "timestamp": "2021-06-13T13:29:56Z" + }, + { + "version": "2.2106.1306.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1306.4235.zip", + "checksum": "0bcfc93c752edd512d4f9318f5110d8d", + "timestamp": "2021-06-13T06:42:45Z" + }, + { + "version": "2.2106.1306.2005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1306.2005.zip", + "checksum": "52d90af9496c936b98b4c70d8a2eb3b3", + "timestamp": "2021-06-13T06:20:14Z" + }, + { + "version": "2.2106.1215.2607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1215.2607.zip", + "checksum": "e90650f19a1615ce050ec63d09fac836", + "timestamp": "2021-06-12T15:26:18Z" + }, + { + "version": "2.2106.1206.5712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1206.5712.zip", + "checksum": "bef2bf81a236e54d02a49f40aa2b7dea", + "timestamp": "2021-06-12T06:57:23Z" + }, + { + "version": "2.2106.1206.3528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1206.3528.zip", + "checksum": "73eb272e69527c28d5f4601f316fc82c", + "timestamp": "2021-06-12T06:35:38Z" + }, + { + "version": "2.2106.1123.4420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1123.4420.zip", + "checksum": "35ee41c39bcc6fb9b37e9960f9fd45a1", + "timestamp": "2021-06-11T23:44:29Z" + }, + { + "version": "2.2106.1123.1714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1123.1714.zip", + "checksum": "fb1467a12bf611be9a3dcb04199066e5", + "timestamp": "2021-06-11T23:17:25Z" + }, + { + "version": "2.2106.1122.4659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1122.4659.zip", + "checksum": "d50ab7bd726bd17c9c7655ee4bff2d00", + "timestamp": "2021-06-11T22:47:09Z" + }, + { + "version": "2.2106.1114.3538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1114.3538.zip", + "checksum": "5cfc64d3dae4def353a0c5437ab07a6b", + "timestamp": "2021-06-11T14:35:49Z" + }, + { + "version": "2.2106.1114.624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1114.0624.zip", + "checksum": "6e105971e380b4e56ca61c0868b4d646", + "timestamp": "2021-06-11T14:06:33Z" + }, + { + "version": "2.2106.1113.4330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1113.4330.zip", + "checksum": "bde9646f807de3da14aa8c07cf508f3f", + "timestamp": "2021-06-11T13:43:40Z" + }, + { + "version": "2.2106.1113.1039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1113.1039.zip", + "checksum": "d7e7ae1f7ee6e2b774ed996f41d3c853", + "timestamp": "2021-06-11T13:10:48Z" + }, + { + "version": "2.2106.1112.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1112.4751.zip", + "checksum": "f5e16614be965748acd726e0f2e3884b", + "timestamp": "2021-06-11T12:48:01Z" + }, + { + "version": "2.2106.1108.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1108.1908.zip", + "checksum": "1c77d822957c4d9d6fe9fc61ef3ce374", + "timestamp": "2021-06-11T08:19:19Z" + }, + { + "version": "2.2106.1106.742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1106.0742.zip", + "checksum": "3c0b680718bfce57bcc53332d7154dde", + "timestamp": "2021-06-11T06:07:51Z" + }, + { + "version": "2.2106.1105.4419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1105.4419.zip", + "checksum": "9a98e71848b4f902aa3f41f11100a124", + "timestamp": "2021-06-11T05:44:28Z" + }, + { + "version": "2.2106.1105.1504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1105.1504.zip", + "checksum": "0d5dc3ab0e8931caafac6365f38b291c", + "timestamp": "2021-06-11T05:15:15Z" + }, + { + "version": "2.2106.1021.1312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1021.1312.zip", + "checksum": "d861a682e5735b35cd57afb7872dee74", + "timestamp": "2021-06-10T21:13:24Z" + }, + { + "version": "2.2106.1015.1349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.1015.1349.zip", + "checksum": "52607d387bd5f4269acbd4502380350a", + "timestamp": "2021-06-10T15:13:59Z" + }, + { + "version": "2.2106.914.5551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0914.5551.zip", + "checksum": "be6c46a9a9589323ae4c18a9b978b9f0", + "timestamp": "2021-06-09T14:56:02Z" + }, + { + "version": "2.2106.912.5922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0912.5922.zip", + "checksum": "45bcb2abbb00b43173d0b5ef22ff423b", + "timestamp": "2021-06-09T12:59:32Z" + }, + { + "version": "2.2106.908.4908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0908.4908.zip", + "checksum": "ad1690cc1b52f6352713f03624fe5fe9", + "timestamp": "2021-06-09T08:49:18Z" + }, + { + "version": "2.2106.814.2818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0814.2818.zip", + "checksum": "87520366055274785d9606878d33fc96", + "timestamp": "2021-06-08T14:28:29Z" + }, + { + "version": "2.2106.722.37", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0722.0037.zip", + "checksum": "3c7c75909d078f2f91e36ac2269b689a", + "timestamp": "2021-06-07T22:00:45Z" + }, + { + "version": "2.2106.721.3219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0721.3219.zip", + "checksum": "794ae7c0104df2e9e47ccbf035b4ce25", + "timestamp": "2021-06-07T21:32:28Z" + }, + { + "version": "2.2106.713.5120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0713.5120.zip", + "checksum": "ce554f94f0f4e8ac3a0f676e6b046ab0", + "timestamp": "2021-06-07T13:51:30Z" + }, + { + "version": "2.2106.708.3840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0708.3840.zip", + "checksum": "ce04eca1197f047565b7a8e797641dad", + "timestamp": "2021-06-07T08:38:50Z" + }, + { + "version": "2.2106.708.308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0708.0308.zip", + "checksum": "9662d97c753eb01161b045fcc42ede1d", + "timestamp": "2021-06-07T08:03:18Z" + }, + { + "version": "2.2106.618.3609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0618.3609.zip", + "checksum": "90e2acab22bdd816354efaf371883538", + "timestamp": "2021-06-06T18:36:20Z" + }, + { + "version": "2.2106.615.4017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0615.4017.zip", + "checksum": "492e91142a44246019298a48d224d550", + "timestamp": "2021-06-06T15:40:28Z" + }, + { + "version": "2.2106.413.133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0413.0133.zip", + "checksum": "0c892b4554025a1eea050d8f9983b704", + "timestamp": "2021-06-04T13:01:42Z" + }, + { + "version": "2.2106.314.4902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0314.4902.zip", + "checksum": "15706bd4abe8d3c39456f8bb5523a3b8", + "timestamp": "2021-06-03T14:49:13Z" + }, + { + "version": "2.2106.302.3145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0302.3145.zip", + "checksum": "a32f46729402dfa320c7c7eba77e58f0", + "timestamp": "2021-06-03T02:31:54Z" + }, + { + "version": "2.2106.121.1650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2106.0121.1650.zip", + "checksum": "8d374c660c1856d00610970734e8be4d", + "timestamp": "2021-06-01T21:17:00Z" + }, + { + "version": "2.2105.3023.2406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.3023.2406.zip", + "checksum": "89e3dfb8de76a86ed5ab196a19ed1aaf", + "timestamp": "2021-05-30T23:24:15Z" + }, + { + "version": "2.2105.3018.1342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.3018.1342.zip", + "checksum": "371b9c05fbacde418ed0eefd99d5ae10", + "timestamp": "2021-05-30T18:13:52Z" + }, + { + "version": "2.2105.3008.3514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.3008.3514.zip", + "checksum": "b2973703808e0ab4e6ce0a936e6e319e", + "timestamp": "2021-05-30T08:35:23Z" + }, + { + "version": "2.2105.2711.3646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2711.3646.zip", + "checksum": "4706d27805698333f23dee3a1ec60648", + "timestamp": "2021-05-27T11:36:56Z" + }, + { + "version": "2.2105.2708.4541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2708.4541.zip", + "checksum": "a2e588a11767cf30113591b848b72074", + "timestamp": "2021-05-27T08:45:52Z" + }, + { + "version": "2.2105.2706.1242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2706.1242.zip", + "checksum": "22f74977b6884c59b7cec724fbf8760d", + "timestamp": "2021-05-27T06:12:52Z" + }, + { + "version": "2.2105.2705.4514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2705.4514.zip", + "checksum": "3f878087bbca0891df6856bc3f0ea4b1", + "timestamp": "2021-05-27T05:45:24Z" + }, + { + "version": "2.2105.2620.3144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2620.3144.zip", + "checksum": "cf31a1c3b0261378877384d3fd708627", + "timestamp": "2021-05-26T20:31:52Z" + }, + { + "version": "2.2105.2620.906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2620.0906.zip", + "checksum": "a7855170308a2274f1a956d8f651e6ff", + "timestamp": "2021-05-26T20:09:15Z" + }, + { + "version": "2.2105.2619.4036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2619.4036.zip", + "checksum": "8cb16317c021fbf449f832735a8e3c62", + "timestamp": "2021-05-26T19:40:45Z" + }, + { + "version": "2.2105.2619.1816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2619.1816.zip", + "checksum": "29a4252ec394f90a902a70fa23a3846d", + "timestamp": "2021-05-26T19:18:26Z" + }, + { + "version": "2.2105.2617.3443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2617.3443.zip", + "checksum": "098c2108986e9135bc063c876aebca0a", + "timestamp": "2021-05-26T17:34:52Z" + }, + { + "version": "2.2105.2615.4010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2615.4010.zip", + "checksum": "213cad7f66843604d392b4a92a35d148", + "timestamp": "2021-05-26T15:40:23Z" + }, + { + "version": "2.2105.2418.5911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2418.5911.zip", + "checksum": "0bd85747c738da3beb88348b7e04f851", + "timestamp": "2021-05-24T18:59:23Z" + }, + { + "version": "2.2105.2417.4940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2417.4940.zip", + "checksum": "b7f46fa5fbbb52264ec3f2213652f2cd", + "timestamp": "2021-05-24T17:49:49Z" + }, + { + "version": "2.2105.2412.1424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2412.1424.zip", + "checksum": "919a2c1d34cdcb632b858c049875eef8", + "timestamp": "2021-05-24T12:14:34Z" + }, + { + "version": "2.2105.2407.1838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2407.1838.zip", + "checksum": "877e4f726216c139a4e04482905a9582", + "timestamp": "2021-05-24T07:18:47Z" + }, + { + "version": "2.2105.2406.5146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2406.5146.zip", + "checksum": "8961354d1333f573b36cceac68f6960d", + "timestamp": "2021-05-24T06:51:55Z" + }, + { + "version": "2.2105.2304.4932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2304.4932.zip", + "checksum": "c071d996bc5209b1cf1e23d5e6326c75", + "timestamp": "2021-05-23T04:49:43Z" + }, + { + "version": "2.2105.2121.3945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2121.3945.zip", + "checksum": "586e2980d5c54eba7a8ebeb501711c96", + "timestamp": "2021-05-21T21:39:54Z" + }, + { + "version": "2.2105.2118.5327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2118.5327.zip", + "checksum": "6cd01a40d10ce87c141c293b6b212fa2", + "timestamp": "2021-05-21T18:53:37Z" + }, + { + "version": "2.2105.2116.3011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2116.3011.zip", + "checksum": "2aa2014307060f94f87d86b28cc602fd", + "timestamp": "2021-05-21T16:30:23Z" + }, + { + "version": "2.2105.2112.5508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2112.5508.zip", + "checksum": "dabe653b189ca64660c749f194a7f4f2", + "timestamp": "2021-05-21T12:55:20Z" + }, + { + "version": "2.2105.2112.2243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2112.2243.zip", + "checksum": "3f86430245de335a3772f2280c024704", + "timestamp": "2021-05-21T12:22:52Z" + }, + { + "version": "2.2105.2111.5513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2111.5513.zip", + "checksum": "7f7d6f034d0733ef3d116529c82664b0", + "timestamp": "2021-05-21T11:55:23Z" + }, + { + "version": "2.2105.2111.2812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2111.2812.zip", + "checksum": "757104eec10661e7b95712b01114a7cf", + "timestamp": "2021-05-21T11:28:23Z" + }, + { + "version": "2.2105.2104.5131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2104.5131.zip", + "checksum": "06699df27a70b0e38dd74cb2011534d9", + "timestamp": "2021-05-21T04:51:41Z" + }, + { + "version": "2.2105.2023.5219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2023.5219.zip", + "checksum": "8884121cf113d3795c3057bd2eed73ac", + "timestamp": "2021-05-20T23:52:29Z" + }, + { + "version": "2.2105.2021.520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.2021.0520.zip", + "checksum": "f0ffbbd3b9fdac5e3ff29249d878fc98", + "timestamp": "2021-05-20T21:05:29Z" + }, + { + "version": "2.2105.1920.5635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1920.5635.zip", + "checksum": "89e28290bd1b000701b8ac3a5163d143", + "timestamp": "2021-05-19T20:56:45Z" + }, + { + "version": "2.2105.1821.444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1821.0444.zip", + "checksum": "1b6f233426c15d16d55f03f9c814dfc0", + "timestamp": "2021-05-18T21:04:54Z" + }, + { + "version": "2.2105.1819.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1819.4537.zip", + "checksum": "1693d19a768b7eac64367f527b5c46d0", + "timestamp": "2021-05-18T19:45:46Z" + }, + { + "version": "2.2105.1818.4957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1818.4957.zip", + "checksum": "82da0e0a5b7d7e81ad10be19a3d7de36", + "timestamp": "2021-05-18T18:50:08Z" + }, + { + "version": "2.2105.1811.5038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1811.5038.zip", + "checksum": "8ec37778e4357872c9a3b4cbe0fd1258", + "timestamp": "2021-05-18T11:50:47Z" + }, + { + "version": "2.2105.1806.1737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1806.1737.zip", + "checksum": "8a9178840156d9c4d635e9c51b8f0b3b", + "timestamp": "2021-05-18T06:17:47Z" + }, + { + "version": "2.2105.1722.2958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1722.2958.zip", + "checksum": "3e72e23f2c4f84883b73f08938cdbdb0", + "timestamp": "2021-05-17T22:30:09Z" + }, + { + "version": "2.2105.1717.912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1717.0912.zip", + "checksum": "6569f1a6bf1b3d181b712abcba5d99b1", + "timestamp": "2021-05-17T17:09:21Z" + }, + { + "version": "2.2105.1716.4130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1716.4130.zip", + "checksum": "355ec4dd1dcea28b7e429abab93469ed", + "timestamp": "2021-05-17T16:41:41Z" + }, + { + "version": "2.2105.1619.517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1619.0517.zip", + "checksum": "4b37172c15e81170f28fd0d711d317ad", + "timestamp": "2021-05-16T19:05:29Z" + }, + { + "version": "2.2105.1612.2336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1612.2336.zip", + "checksum": "b2d65b145ee108d15b95fbad35a05546", + "timestamp": "2021-05-16T12:23:46Z" + }, + { + "version": "2.2105.1610.2310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1610.2310.zip", + "checksum": "e0f042b63e3eb61c3eb8089985386986", + "timestamp": "2021-05-16T10:23:20Z" + }, + { + "version": "2.2105.1521.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1521.2149.zip", + "checksum": "5c0916b854185641761943a037a28f36", + "timestamp": "2021-05-15T21:21:59Z" + }, + { + "version": "2.2105.1514.4915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1514.4915.zip", + "checksum": "7263c72e96d12e3293fc5145feae06de", + "timestamp": "2021-05-15T14:49:25Z" + }, + { + "version": "2.2105.1308.5633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1308.5633.zip", + "checksum": "cc0f3af95218bf53f7b66803175308ad", + "timestamp": "2021-05-13T08:56:43Z" + }, + { + "version": "2.2105.1114.1631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1114.1631.zip", + "checksum": "9016a646b8fd3dc081d2ea1b3c1682c4", + "timestamp": "2021-05-11T14:16:41Z" + }, + { + "version": "2.2105.1113.4424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1113.4424.zip", + "checksum": "eb9620f3c97c4af7ad247d19e1c7ee34", + "timestamp": "2021-05-11T13:44:34Z" + }, + { + "version": "2.2105.1113.1658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1113.1658.zip", + "checksum": "a4cdc3f3862687c5a55d29f59eece3fb", + "timestamp": "2021-05-11T13:17:09Z" + }, + { + "version": "2.2105.1112.4846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1112.4846.zip", + "checksum": "d7db32f771cde25ef6b85779b75e1e60", + "timestamp": "2021-05-11T12:48:55Z" + }, + { + "version": "2.2105.1112.2034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1112.2034.zip", + "checksum": "41324b708d38babe73605c7434b35b6b", + "timestamp": "2021-05-11T12:20:43Z" + }, + { + "version": "2.2105.1022.3034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1022.3034.zip", + "checksum": "168b9a5de564cbab815b4335e83415de", + "timestamp": "2021-05-10T22:30:49Z" + }, + { + "version": "2.2105.1021.5738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1021.5738.zip", + "checksum": "455134f74b85c9176faaa4aee4538dee", + "timestamp": "2021-05-10T21:57:55Z" + }, + { + "version": "2.2105.1021.5653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1021.5653.zip", + "checksum": "689fac419d1c9efc8b76f2882579c67f", + "timestamp": "2021-05-10T21:57:06Z" + }, + { + "version": "2.2105.1021.2432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1021.2432.zip", + "checksum": "c0c8f106f4c78843bd674431ec528577", + "timestamp": "2021-05-10T21:24:41Z" + }, + { + "version": "2.2105.1020.5426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1020.5426.zip", + "checksum": "f52b6544cfe6d12d298109158e680016", + "timestamp": "2021-05-10T20:54:36Z" + }, + { + "version": "2.2105.1015.5505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.1015.5505.zip", + "checksum": "8b40bce5fd2b5050fed7ad78ccfea092", + "timestamp": "2021-05-10T15:55:16Z" + }, + { + "version": "2.2105.720.3108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0720.3108.zip", + "checksum": "8e674a45cf68e6f714c730f9917911e3", + "timestamp": "2021-05-07T20:31:28Z" + }, + { + "version": "2.2105.713.4146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0713.4146.zip", + "checksum": "cbf08e981e2a8019c55c99121a325acf", + "timestamp": "2021-05-07T13:41:55Z" + }, + { + "version": "2.2105.712.3357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0712.3357.zip", + "checksum": "77b1fa9180c00683c17a9c395bbe65e6", + "timestamp": "2021-05-07T12:34:08Z" + }, + { + "version": "2.2105.706.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0706.1615.zip", + "checksum": "98ebfa71d502509a280686f5d590c108", + "timestamp": "2021-05-07T06:16:25Z" + }, + { + "version": "2.2105.621.5932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0621.5932.zip", + "checksum": "029e432b6d25d62d50b14d57ecc861e0", + "timestamp": "2021-05-06T21:59:41Z" + }, + { + "version": "2.2105.621.3142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0621.3142.zip", + "checksum": "f7db537236d55ad6560efa8832e59e54", + "timestamp": "2021-05-06T21:31:52Z" + }, + { + "version": "2.2105.616.357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0616.0357.zip", + "checksum": "a1d278142a21581127ccfb6529ab78b0", + "timestamp": "2021-05-06T16:04:08Z" + }, + { + "version": "2.2105.615.3529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0615.3529.zip", + "checksum": "0dbdc8b69732c8c01e0a3b24a153ef1c", + "timestamp": "2021-05-06T15:35:39Z" + }, + { + "version": "2.2105.517.4557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0517.4557.zip", + "checksum": "f8cbe1970c72bcbe28044fd3098deca8", + "timestamp": "2021-05-05T17:46:07Z" + }, + { + "version": "2.2105.515.4528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0515.4528.zip", + "checksum": "970604ad6564a2e692c6b0b55ccdf4c1", + "timestamp": "2021-05-05T15:45:38Z" + }, + { + "version": "2.2105.512.5106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0512.5106.zip", + "checksum": "488c417a2fbeb9dc9e5f9f296309935a", + "timestamp": "2021-05-05T12:51:15Z" + }, + { + "version": "2.2105.511.5315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0511.5315.zip", + "checksum": "3e7a3729c25898deeb706f0ff48b4489", + "timestamp": "2021-05-05T11:53:26Z" + }, + { + "version": "2.2105.508.19", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0508.0019.zip", + "checksum": "50aae2eb519d8ff7a8a022991e6f7b73", + "timestamp": "2021-05-05T08:00:31Z" + }, + { + "version": "2.2105.504.4633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0504.4633.zip", + "checksum": "3a24c37a6286d9694aa564f7cbb823f3", + "timestamp": "2021-05-05T04:46:42Z" + }, + { + "version": "2.2105.504.1917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0504.1917.zip", + "checksum": "4960d4eb6ee74a8ff550c0da50b125b1", + "timestamp": "2021-05-05T04:19:27Z" + }, + { + "version": "2.2105.502.2616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0502.2616.zip", + "checksum": "6ffd1f552ef976b594d53b29a9ad3e85", + "timestamp": "2021-05-05T02:26:25Z" + }, + { + "version": "2.2105.501.4139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0501.4139.zip", + "checksum": "00b641cc4609cdfab144bb3ef8e40922", + "timestamp": "2021-05-05T01:41:50Z" + }, + { + "version": "2.2105.423.441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0423.0441.zip", + "checksum": "3f6c46bce2202854da355c912d44f873", + "timestamp": "2021-05-04T23:04:51Z" + }, + { + "version": "2.2105.418.1352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0418.1352.zip", + "checksum": "a67e8071e7c79abd74603847318c5e03", + "timestamp": "2021-05-04T18:14:02Z" + }, + { + "version": "2.2105.417.3639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0417.3639.zip", + "checksum": "1cc8b079b729cb4cdfa624c28f319d22", + "timestamp": "2021-05-04T17:36:48Z" + }, + { + "version": "2.2105.416.1116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0416.1116.zip", + "checksum": "ac892fe2b0993a13cc901902cc93977e", + "timestamp": "2021-05-04T16:11:26Z" + }, + { + "version": "2.2105.415.4834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0415.4834.zip", + "checksum": "bbca9cac3170a7feb6700b053d41100b", + "timestamp": "2021-05-04T15:48:43Z" + }, + { + "version": "2.2105.415.2622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0415.2622.zip", + "checksum": "a389d5ad78caad552b0fdab04bc608b1", + "timestamp": "2021-05-04T15:26:34Z" + }, + { + "version": "2.2105.409.1850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0409.1850.zip", + "checksum": "e8cd94bd181a72cb9c083fdfc770e352", + "timestamp": "2021-05-04T09:19:00Z" + }, + { + "version": "2.2105.405.3252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0405.3252.zip", + "checksum": "f059035a9114c8002e6e05f7a8763788", + "timestamp": "2021-05-04T05:33:02Z" + }, + { + "version": "2.2105.405.1020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0405.1020.zip", + "checksum": "89387ce692a4a768cdcb12c7a89a2cb8", + "timestamp": "2021-05-04T05:10:30Z" + }, + { + "version": "2.2105.322.2923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0322.2923.zip", + "checksum": "eec1fc731b8137847886adb232390b31", + "timestamp": "2021-05-03T22:29:32Z" + }, + { + "version": "2.2105.322.719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0322.0719.zip", + "checksum": "ed8f2ffdf17d1791d1ff98c18b0021f0", + "timestamp": "2021-05-03T22:07:28Z" + }, + { + "version": "2.2105.315.5403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0315.5403.zip", + "checksum": "974fa84d4c09fec2683a133be85f41c4", + "timestamp": "2021-05-03T15:54:14Z" + }, + { + "version": "2.2105.308.1421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0308.1421.zip", + "checksum": "3647a9969a72be9d007b2f21fa11185a", + "timestamp": "2021-05-03T08:14:30Z" + }, + { + "version": "2.2105.221.1753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0221.1753.zip", + "checksum": "cca0bbefe63dad0c9d048acd191c64d1", + "timestamp": "2021-05-02T21:18:03Z" + }, + { + "version": "2.2105.219.4255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0219.4255.zip", + "checksum": "537d7a5109ddd1796ffbddeb439249bd", + "timestamp": "2021-05-02T19:43:06Z" + }, + { + "version": "2.2105.216.1025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0216.1025.zip", + "checksum": "0fc0f2e9da680de0771a17ccd68eaa3e", + "timestamp": "2021-05-02T16:10:36Z" + }, + { + "version": "2.2105.209.5708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0209.5708.zip", + "checksum": "96fb5bb3d56ee5b4c3ba8c852461d7ee", + "timestamp": "2021-05-02T09:57:18Z" + }, + { + "version": "2.2105.123.551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0123.0551.zip", + "checksum": "db043657005a54708e7102dadb83c09f", + "timestamp": "2021-05-01T23:06:00Z" + }, + { + "version": "2.2105.116.3141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0116.3141.zip", + "checksum": "35d98a6e7287a5d44fed14ee8090d9fb", + "timestamp": "2021-05-01T16:31:51Z" + }, + { + "version": "2.2105.116.459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2105.0116.0459.zip", + "checksum": "ddb48a4f5dc66c2384d1813f19778a37", + "timestamp": "2021-05-01T16:05:09Z" + }, + { + "version": "2.2104.3019.850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.3019.0850.zip", + "checksum": "ce6949e4060415fc98750072767444f9", + "timestamp": "2021-04-30T19:09:00Z" + }, + { + "version": "2.2104.3011.1109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.3011.1109.zip", + "checksum": "f29a68dfb023c381e1ebaabc420e6ad0", + "timestamp": "2021-04-30T11:11:19Z" + }, + { + "version": "2.2104.3008.5601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.3008.5601.zip", + "checksum": "ce848b3a557428f49e6509a85910639a", + "timestamp": "2021-04-30T08:56:12Z" + }, + { + "version": "2.2104.2920.520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2920.0520.zip", + "checksum": "16c85f3a4058f41fbfbe5c9ae73a0c00", + "timestamp": "2021-04-29T20:05:29Z" + }, + { + "version": "2.2104.2919.3708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2919.3708.zip", + "checksum": "10a699a3682f4b732e4ed9ab68c96a8a", + "timestamp": "2021-04-29T19:37:18Z" + }, + { + "version": "2.2104.2912.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2912.4359.zip", + "checksum": "92e3aad1e2b3e628649a4cdf6de7a8d3", + "timestamp": "2021-04-29T12:44:10Z" + }, + { + "version": "2.2104.2714.4550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2714.4550.zip", + "checksum": "d0a6a9e1c6e3466282334343ae3d45c2", + "timestamp": "2021-04-27T14:45:59Z" + }, + { + "version": "2.2104.2714.808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2714.0808.zip", + "checksum": "0d7a2fe1fa87160755da8cddaa7ce5ed", + "timestamp": "2021-04-27T14:08:18Z" + }, + { + "version": "2.2104.2622.3745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2622.3745.zip", + "checksum": "e528a7a9f28909b471688b463c5127f4", + "timestamp": "2021-04-26T22:37:54Z" + }, + { + "version": "2.2104.2622.949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2622.0949.zip", + "checksum": "19a1eac86c996fbd595266a1de384428", + "timestamp": "2021-04-26T22:09:58Z" + }, + { + "version": "2.2104.2615.613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2615.0613.zip", + "checksum": "394b38ad0cf13b093a647dcfcbda5da6", + "timestamp": "2021-04-26T15:06:23Z" + }, + { + "version": "2.2104.2614.654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2614.0654.zip", + "checksum": "e912c0afc37fa9d1fbe64331ad6ba07e", + "timestamp": "2021-04-26T14:07:06Z" + }, + { + "version": "2.2104.2517.5653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2517.5653.zip", + "checksum": "593bb8bcbdb4f0c84edbf2ffa6b607d9", + "timestamp": "2021-04-25T17:57:05Z" + }, + { + "version": "2.2104.2517.4255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2517.4255.zip", + "checksum": "586be3d65107792ad337e6ac99b1d44b", + "timestamp": "2021-04-25T17:43:05Z" + }, + { + "version": "2.2104.2517.1534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2517.1534.zip", + "checksum": "8848c0fd4a63358497f94fec8830ce8f", + "timestamp": "2021-04-25T17:15:43Z" + }, + { + "version": "2.2104.2516.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2516.1836.zip", + "checksum": "bf6a0cdee591c1d41c9e9cbd0cf2a884", + "timestamp": "2021-04-25T16:18:44Z" + }, + { + "version": "2.2104.2515.5106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2515.5106.zip", + "checksum": "c388a7753e3f9fefc250b29141419f20", + "timestamp": "2021-04-25T15:51:16Z" + }, + { + "version": "2.2104.2420.4913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2420.4913.zip", + "checksum": "994905564e264aa65ad2fd186fa1da41", + "timestamp": "2021-04-24T20:49:23Z" + }, + { + "version": "2.2104.2414.2240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2414.2240.zip", + "checksum": "e0e8a40db2396d0c77fec5e10c1ab6b5", + "timestamp": "2021-04-24T14:22:50Z" + }, + { + "version": "2.2104.2308.4218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2308.4218.zip", + "checksum": "3271213b37223ebd33a0c1652bbf2624", + "timestamp": "2021-04-23T08:42:30Z" + }, + { + "version": "2.2104.2215.2949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2215.2949.zip", + "checksum": "0807f77ab713bebf91806f61fc578e06", + "timestamp": "2021-04-22T15:29:57Z" + }, + { + "version": "2.2104.2215.219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2215.0219.zip", + "checksum": "624e83d8fa0ae97c181f51d26315d06a", + "timestamp": "2021-04-22T15:02:28Z" + }, + { + "version": "2.2104.2118.3002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2118.3002.zip", + "checksum": "62ef6699a45cfb59d6c6545ce5d0cf58", + "timestamp": "2021-04-21T18:30:12Z" + }, + { + "version": "2.2104.2114.4138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2114.4138.zip", + "checksum": "37123cb86e6d0b0a1f608f29826e0579", + "timestamp": "2021-04-21T14:41:47Z" + }, + { + "version": "2.2104.2114.1420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2114.1420.zip", + "checksum": "c065a32c8d9585bfc77d99e3f341223a", + "timestamp": "2021-04-21T14:14:30Z" + }, + { + "version": "2.2104.2112.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2112.4350.zip", + "checksum": "b12ab73b3e6cd1f4115fc06141c9a125", + "timestamp": "2021-04-21T12:44:00Z" + }, + { + "version": "2.2104.2112.1604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2112.1604.zip", + "checksum": "a035ce91f2ee7f65a9e35b37291561fb", + "timestamp": "2021-04-21T12:16:15Z" + }, + { + "version": "2.2104.2016.3111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2016.3111.zip", + "checksum": "a1b469cbd40fc31de4b5078e8777132b", + "timestamp": "2021-04-20T16:31:21Z" + }, + { + "version": "2.2104.2011.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.2011.5348.zip", + "checksum": "27f320266013db7a91657c2002c0f057", + "timestamp": "2021-04-20T11:53:58Z" + }, + { + "version": "2.2104.1918.5321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1918.5321.zip", + "checksum": "c380b8183805a8e28dc3d31000647a9e", + "timestamp": "2021-04-19T18:53:30Z" + }, + { + "version": "2.2104.1913.4143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1913.4143.zip", + "checksum": "22b8e7f349518e061393108701918207", + "timestamp": "2021-04-19T13:41:53Z" + }, + { + "version": "2.2104.1912.3946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1912.3946.zip", + "checksum": "a6b0bfb4c27dbfaec1a3062e22b4e072", + "timestamp": "2021-04-19T12:39:57Z" + }, + { + "version": "2.2104.1906.5431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1906.5431.zip", + "checksum": "4f0363d941547c99b95b36164f587de6", + "timestamp": "2021-04-19T06:54:40Z" + }, + { + "version": "2.2104.1804.4908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1804.4908.zip", + "checksum": "1b68e989627d40add1e956f8940e1483", + "timestamp": "2021-04-18T04:49:18Z" + }, + { + "version": "2.2104.1713.1526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1713.1526.zip", + "checksum": "af0755e4bcbd3b956eddc99f9f5c3173", + "timestamp": "2021-04-17T13:15:35Z" + }, + { + "version": "2.2104.1514.353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1514.0353.zip", + "checksum": "ccda61dd40d1e722c58323ab156c5ddd", + "timestamp": "2021-04-15T14:04:05Z" + }, + { + "version": "2.2104.1421.1147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1421.1147.zip", + "checksum": "361aea450d1537c7c1ddee2712ce8177", + "timestamp": "2021-04-14T21:11:57Z" + }, + { + "version": "2.2104.1418.2056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1418.2056.zip", + "checksum": "369c841af06fc411ba0dd4eda863df38", + "timestamp": "2021-04-14T18:21:06Z" + }, + { + "version": "2.2104.1416.4713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1416.4713.zip", + "checksum": "0ebb83995b4846e642054d1273bbc138", + "timestamp": "2021-04-14T16:47:24Z" + }, + { + "version": "2.2104.1414.3302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1414.3302.zip", + "checksum": "6bcd1c014626b3662a83f90ecbda131e", + "timestamp": "2021-04-14T14:33:13Z" + }, + { + "version": "2.2104.1414.524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1414.0524.zip", + "checksum": "408eafb4b604cff710518da9e0e717c3", + "timestamp": "2021-04-14T14:05:34Z" + }, + { + "version": "2.2104.1413.2130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1413.2130.zip", + "checksum": "b09933d73fc7b0714afaf31960132d01", + "timestamp": "2021-04-14T13:21:42Z" + }, + { + "version": "2.2104.1409.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1409.4953.zip", + "checksum": "c0f7af587df669c7ade3f7b04eeadcd7", + "timestamp": "2021-04-14T09:50:04Z" + }, + { + "version": "2.2104.1317.4125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1317.4125.zip", + "checksum": "1e3ee70b85c129b54c950c51cb22b686", + "timestamp": "2021-04-13T17:41:34Z" + }, + { + "version": "2.2104.1315.239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1315.0239.zip", + "checksum": "327c68aa66b2f430d3b259f366c6aba9", + "timestamp": "2021-04-13T15:02:49Z" + }, + { + "version": "2.2104.1314.3800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1314.3800.zip", + "checksum": "057a96363884f01ebf971ea294b5957b", + "timestamp": "2021-04-13T14:38:10Z" + }, + { + "version": "2.2104.1314.1111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1314.1111.zip", + "checksum": "c6102d09a9b5dceac3a3cd1e8dc58e57", + "timestamp": "2021-04-13T14:11:20Z" + }, + { + "version": "2.2104.1313.1503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1313.1503.zip", + "checksum": "5724dc01eacaf97707f79fc863d9d55f", + "timestamp": "2021-04-13T13:15:14Z" + }, + { + "version": "2.2104.1309.4914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1309.4914.zip", + "checksum": "c011e69ac73b131d12ade12ba40c9fa4", + "timestamp": "2021-04-13T09:49:24Z" + }, + { + "version": "2.2104.1221.611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1221.0611.zip", + "checksum": "49823b1cefa501ba1e4f8640c9b8028d", + "timestamp": "2021-04-12T21:06:20Z" + }, + { + "version": "2.2104.1218.1829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1218.1829.zip", + "checksum": "865f8587840ead587f4035ed78b47023", + "timestamp": "2021-04-12T18:18:39Z" + }, + { + "version": "2.2104.1214.4017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1214.4017.zip", + "checksum": "bed21b0ad518036f87d675b4fb27a20b", + "timestamp": "2021-04-12T14:40:27Z" + }, + { + "version": "2.2104.1214.1144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1214.1144.zip", + "checksum": "38f8933c1d56842cea0eed4dc21aa363", + "timestamp": "2021-04-12T14:11:55Z" + }, + { + "version": "2.2104.1209.1919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1209.1919.zip", + "checksum": "613962ecf70ad0af1edadc318a6eb8f8", + "timestamp": "2021-04-12T09:19:29Z" + }, + { + "version": "2.2104.1121.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1121.5430.zip", + "checksum": "2dddf448523c9e49a326d6c18b65dca7", + "timestamp": "2021-04-11T21:54:39Z" + }, + { + "version": "2.2104.1118.1909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1118.1909.zip", + "checksum": "f445d9e6c12ade587e732f001e98a457", + "timestamp": "2021-04-11T18:19:17Z" + }, + { + "version": "2.2104.1117.5159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1117.5159.zip", + "checksum": "f839388560ebaa94ee98e2adcc403610", + "timestamp": "2021-04-11T17:52:07Z" + }, + { + "version": "2.2104.1116.4821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1116.4821.zip", + "checksum": "4f971da37d57347bf54dd155c70a6fcd", + "timestamp": "2021-04-11T16:48:28Z" + }, + { + "version": "2.2104.1116.2013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1116.2013.zip", + "checksum": "f57407ef122ae436c234ec601a89401f", + "timestamp": "2021-04-11T16:20:22Z" + }, + { + "version": "2.2104.1112.3140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1112.3140.zip", + "checksum": "8289f37052356aef048aba7a30c43d08", + "timestamp": "2021-04-11T12:32:08Z" + }, + { + "version": "2.2104.1112.412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1112.0412.zip", + "checksum": "3f972060701601b98669c40ec41d1bfc", + "timestamp": "2021-04-11T12:04:21Z" + }, + { + "version": "2.2104.1023.3140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1023.3140.zip", + "checksum": "4a37ec05c7a7137877d009d40348f1ad", + "timestamp": "2021-04-10T23:31:49Z" + }, + { + "version": "2.2104.1023.434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1023.0434.zip", + "checksum": "643bb98d6d7607742147ebfb4492e773", + "timestamp": "2021-04-10T23:04:43Z" + }, + { + "version": "2.2104.1022.29", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1022.0029.zip", + "checksum": "ba4714a4b89d2537bb8ba2193061cdbc", + "timestamp": "2021-04-10T22:00:38Z" + }, + { + "version": "2.2104.1021.3338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1021.3338.zip", + "checksum": "dfc76ae9767a1b046ce1b16ff71e5793", + "timestamp": "2021-04-10T21:33:47Z" + }, + { + "version": "2.2104.1020.1331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1020.1331.zip", + "checksum": "372dc1fcd94f06755fc82e028007cca3", + "timestamp": "2021-04-10T20:13:39Z" + }, + { + "version": "2.2104.1019.5213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1019.5213.zip", + "checksum": "aecb1cf223edfebfe304ef4186b3fd6f", + "timestamp": "2021-04-10T19:52:22Z" + }, + { + "version": "2.2104.1017.4806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1017.4806.zip", + "checksum": "197b8d3156ce1ef0c9e7ba8b02d6b7c6", + "timestamp": "2021-04-10T17:48:14Z" + }, + { + "version": "2.2104.1015.4120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1015.4120.zip", + "checksum": "a388080f6d890d374364a1e8f408eebb", + "timestamp": "2021-04-10T15:41:28Z" + }, + { + "version": "2.2104.1001.2142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1001.2142.zip", + "checksum": "6416b65d3537ff52ad13d29ca7da16c9", + "timestamp": "2021-04-10T01:21:50Z" + }, + { + "version": "2.2104.1000.342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.1000.0342.zip", + "checksum": "e9498c05bd40a8bb82712e0dee627255", + "timestamp": "2021-04-10T00:03:51Z" + }, + { + "version": "2.2104.921.3232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0921.3232.zip", + "checksum": "3e735bbba8f35bb8ea3d6ed5e18b5238", + "timestamp": "2021-04-09T21:32:41Z" + }, + { + "version": "2.2104.911.529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0911.0529.zip", + "checksum": "4507248132453277ea72c420bc05a302", + "timestamp": "2021-04-09T11:05:56Z" + }, + { + "version": "2.2104.910.3705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0910.3705.zip", + "checksum": "9c4e838688a087e8637f99ae5df4a693", + "timestamp": "2021-04-09T10:37:14Z" + }, + { + "version": "2.2104.821.5723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0821.5723.zip", + "checksum": "f0a8687fbf7a17f1928ea93ff57640fd", + "timestamp": "2021-04-08T21:57:33Z" + }, + { + "version": "2.2104.816.4030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0816.4030.zip", + "checksum": "1c75f7d0f2b14784bb30948d1f7f34c1", + "timestamp": "2021-04-08T16:40:38Z" + }, + { + "version": "2.2104.812.5006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0812.5006.zip", + "checksum": "93bcead93e105eca377ce29659060e3e", + "timestamp": "2021-04-08T12:50:16Z" + }, + { + "version": "2.2104.811.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0811.3857.zip", + "checksum": "b17e410554f5c10f6642a1b67a92d555", + "timestamp": "2021-04-08T11:39:06Z" + }, + { + "version": "2.2104.723.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0723.2909.zip", + "checksum": "e85d04cdead17498d77a5d2d6b101874", + "timestamp": "2021-04-07T23:29:18Z" + }, + { + "version": "2.2104.722.5409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0722.5409.zip", + "checksum": "b743519633d4edfe3811ca8518f8f5be", + "timestamp": "2021-04-07T22:54:19Z" + }, + { + "version": "2.2104.721.5017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0721.5017.zip", + "checksum": "f94d0241709ed1fff8bc734c1e0bb54c", + "timestamp": "2021-04-07T21:50:26Z" + }, + { + "version": "2.2104.721.1035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0721.1035.zip", + "checksum": "5d02708fde9af0dcb647a96396ad4fd6", + "timestamp": "2021-04-07T21:10:43Z" + }, + { + "version": "2.2104.717.2650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0717.2650.zip", + "checksum": "6a6ab38ca728744c139bd6a7f568a7c0", + "timestamp": "2021-04-07T17:26:59Z" + }, + { + "version": "2.2104.716.5354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0716.5354.zip", + "checksum": "85f1d2d1c063fa5ad62e404364547d30", + "timestamp": "2021-04-07T16:54:03Z" + }, + { + "version": "2.2104.713.2649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0713.2649.zip", + "checksum": "a3e10b47722ffa8270b6b3353217b674", + "timestamp": "2021-04-07T13:26:57Z" + }, + { + "version": "2.2104.712.5944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0712.5944.zip", + "checksum": "8fe5d84fa41a4b7c4728ccdf6c76b54b", + "timestamp": "2021-04-07T12:59:53Z" + }, + { + "version": "2.2104.619.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0619.1553.zip", + "checksum": "5c0841c6245dedecc2c3b7816edb246c", + "timestamp": "2021-04-06T19:16:01Z" + }, + { + "version": "2.2104.515.5411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0515.5411.zip", + "checksum": "68adf3f0a1fed153574653bd61acfa25", + "timestamp": "2021-04-05T15:54:19Z" + }, + { + "version": "2.2104.512.1515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0512.1515.zip", + "checksum": "1af493bd5d331608022691176cdddac2", + "timestamp": "2021-04-05T12:15:23Z" + }, + { + "version": "2.2104.506.5836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0506.5836.zip", + "checksum": "16e33b80c006705be970d7f6988cdcdd", + "timestamp": "2021-04-05T06:58:45Z" + }, + { + "version": "2.2104.415.3853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0415.3853.zip", + "checksum": "20c8e7ea03d4796d7c3fdffaf7477df5", + "timestamp": "2021-04-04T15:39:02Z" + }, + { + "version": "2.2104.411.4343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0411.4343.zip", + "checksum": "1038425fd3dfb01a5e1ac62bddb8366c", + "timestamp": "2021-04-04T11:43:53Z" + }, + { + "version": "2.2104.322.1718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0322.1718.zip", + "checksum": "ff5fe28be029f1be9d81129d389d49bf", + "timestamp": "2021-04-03T22:17:27Z" + }, + { + "version": "2.2104.317.5114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0317.5114.zip", + "checksum": "4a0d109dd0c5cb9830b8b81d8c9eb457", + "timestamp": "2021-04-03T17:51:22Z" + }, + { + "version": "2.2104.300.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0300.2436.zip", + "checksum": "e940bb801327ab20e2d98b6813cb89de", + "timestamp": "2021-04-03T00:24:46Z" + }, + { + "version": "2.2104.223.2045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0223.2045.zip", + "checksum": "df7f842197a230f4e8a2485e3df78489", + "timestamp": "2021-04-02T23:20:52Z" + }, + { + "version": "2.2104.222.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0222.5421.zip", + "checksum": "a2d158383507210b7acc8efecd8c3158", + "timestamp": "2021-04-02T22:54:29Z" + }, + { + "version": "2.2104.215.225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0215.0225.zip", + "checksum": "9063a40b382caa27983cf22118c4c943", + "timestamp": "2021-04-02T15:02:34Z" + }, + { + "version": "2.2104.117.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0117.4532.zip", + "checksum": "778e23f762ae1a27e8f4b38e2081d60c", + "timestamp": "2021-04-01T17:45:42Z" + }, + { + "version": "2.2104.116.2931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0116.2931.zip", + "checksum": "e740d28347d59936b95184b969acd990", + "timestamp": "2021-04-01T16:29:40Z" + }, + { + "version": "2.2104.116.244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2104.0116.0244.zip", + "checksum": "7d10311618e878fc9ee95edd92c359cc", + "timestamp": "2021-04-01T16:02:53Z" + }, + { + "version": "2.2103.3014.31", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.3014.0031.zip", + "checksum": "b0a4acc7062b7c528767684a0ea46257", + "timestamp": "2021-03-30T14:00:40Z" + }, + { + "version": "2.2103.2716.5045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2716.5045.zip", + "checksum": "90346b6a28eba2d6717f7b1e5d6a7e2c", + "timestamp": "2021-03-27T16:50:54Z" + }, + { + "version": "2.2103.2708.5105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2708.5105.zip", + "checksum": "0fe50f393a567a7009c1aed2723b6adc", + "timestamp": "2021-03-27T08:51:13Z" + }, + { + "version": "2.2103.2700.3022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2700.3022.zip", + "checksum": "ef15f13a63b08d603d154ddf659655aa", + "timestamp": "2021-03-27T00:30:30Z" + }, + { + "version": "2.2103.2700.143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2700.0143.zip", + "checksum": "9a13e6db26d975a557a8e2819d7874bd", + "timestamp": "2021-03-27T00:01:52Z" + }, + { + "version": "2.2103.2612.219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2612.0219.zip", + "checksum": "3132151025e35d28353a2231324340d7", + "timestamp": "2021-03-26T12:02:27Z" + }, + { + "version": "2.2103.2611.3737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2611.3737.zip", + "checksum": "8b3bfeb7658dc766c3acc94c2a470a1f", + "timestamp": "2021-03-26T11:37:46Z" + }, + { + "version": "2.2103.2523.2116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2523.2116.zip", + "checksum": "419feac398402eb38ca302579d7949ef", + "timestamp": "2021-03-25T23:21:25Z" + }, + { + "version": "2.2103.2516.2514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2516.2514.zip", + "checksum": "921b483553824e1989c449c073938934", + "timestamp": "2021-03-25T16:25:23Z" + }, + { + "version": "2.2103.2501.5931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2501.5931.zip", + "checksum": "ed49f7dd6906680d797f7fe966449c2d", + "timestamp": "2021-03-25T01:59:39Z" + }, + { + "version": "2.2103.2501.3055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2501.3055.zip", + "checksum": "98f1c90991aa6f4daa278712ee507ba6", + "timestamp": "2021-03-25T01:31:03Z" + }, + { + "version": "2.2103.2500.3532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2500.3532.zip", + "checksum": "3bcb17c2f73d9e935912e6123e3db5de", + "timestamp": "2021-03-25T00:35:40Z" + }, + { + "version": "2.2103.2422.3007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2422.3007.zip", + "checksum": "9ae85abfe70a9d03507f9b55fbf3086b", + "timestamp": "2021-03-24T22:30:16Z" + }, + { + "version": "2.2103.2314.4145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2314.4145.zip", + "checksum": "7e87f32fa922549f51921db09aad170f", + "timestamp": "2021-03-23T14:41:54Z" + }, + { + "version": "2.2103.2306.3530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2306.3530.zip", + "checksum": "e0f90f3b7b2fc20c7aed1c511733b47f", + "timestamp": "2021-03-23T06:35:39Z" + }, + { + "version": "2.2103.2305.407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2305.0407.zip", + "checksum": "7c9b38a3b6ae90a9a9c23050f6ac0717", + "timestamp": "2021-03-23T05:04:16Z" + }, + { + "version": "2.2103.2301.2500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2301.2500.zip", + "checksum": "5d2078f741b82e1ec726e744afbe3ee5", + "timestamp": "2021-03-23T01:25:10Z" + }, + { + "version": "2.2103.2222.2458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2222.2458.zip", + "checksum": "61c57fffb52b208449912934371a7f51", + "timestamp": "2021-03-22T22:25:07Z" + }, + { + "version": "2.2103.2219.327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2219.0327.zip", + "checksum": "63ee2c6a787ac84abe11fcdf82c95c78", + "timestamp": "2021-03-22T19:03:35Z" + }, + { + "version": "2.2103.2218.3858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2218.3858.zip", + "checksum": "981f4926ddf6b9f6fde22cc2ccc12133", + "timestamp": "2021-03-22T18:39:12Z" + }, + { + "version": "2.2103.2218.753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2218.0753.zip", + "checksum": "c4def6e30eba78bc9985b86f6a29564f", + "timestamp": "2021-03-22T18:08:01Z" + }, + { + "version": "2.2103.2217.2324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2217.2324.zip", + "checksum": "c9de55ce0b48fd95fe2715f0c747ab0c", + "timestamp": "2021-03-22T17:23:33Z" + }, + { + "version": "2.2103.2123.3111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2123.3111.zip", + "checksum": "dd4b51878e557ad39e937c3219a83850", + "timestamp": "2021-03-21T23:31:31Z" + }, + { + "version": "2.2103.2119.3839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2119.3839.zip", + "checksum": "f36302349b076daf2f690c24f1aadaa1", + "timestamp": "2021-03-21T19:38:48Z" + }, + { + "version": "2.2103.2114.2626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2114.2626.zip", + "checksum": "fb4f39b83310198d62497e472080bb9c", + "timestamp": "2021-03-21T14:26:35Z" + }, + { + "version": "2.2103.2001.1606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2001.1606.zip", + "checksum": "098c2ba95c21f62d675a7e05b69ca065", + "timestamp": "2021-03-20T01:16:14Z" + }, + { + "version": "2.2103.2000.1402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.2000.1402.zip", + "checksum": "3670d701c75a418982225f88261b66e1", + "timestamp": "2021-03-20T00:14:11Z" + }, + { + "version": "2.2103.1918.552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1918.0552.zip", + "checksum": "976ebb9511d7ea0ba55a94cbf3a67efc", + "timestamp": "2021-03-19T18:06:00Z" + }, + { + "version": "2.2103.1908.4901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1908.4901.zip", + "checksum": "468fc4ec578ae25460f18621cba92396", + "timestamp": "2021-03-19T08:49:09Z" + }, + { + "version": "2.2103.1907.4306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1907.4306.zip", + "checksum": "ed5d768d3cd74ab91ba1c3b2f2cd35eb", + "timestamp": "2021-03-19T07:43:13Z" + }, + { + "version": "2.2103.1907.1604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1907.1604.zip", + "checksum": "6265b68af2749a5da4fd527d6f5106d9", + "timestamp": "2021-03-19T07:16:13Z" + }, + { + "version": "2.2103.1815.1047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1815.1047.zip", + "checksum": "9cbab6ab91bd81bc49c1985b6f50ec46", + "timestamp": "2021-03-18T15:10:57Z" + }, + { + "version": "2.2103.1811.1555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1811.1555.zip", + "checksum": "e99675b3732c1f6aa08a825eacfa466e", + "timestamp": "2021-03-18T11:16:05Z" + }, + { + "version": "2.2103.1703.4746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1703.4746.zip", + "checksum": "852e24e967beb603c686e119e7213e28", + "timestamp": "2021-03-17T03:47:55Z" + }, + { + "version": "2.2103.1620.1339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1620.1339.zip", + "checksum": "c6d5189387390b27240d79b089ed0833", + "timestamp": "2021-03-16T20:13:49Z" + }, + { + "version": "2.2103.1619.4627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1619.4627.zip", + "checksum": "7c03fc3637323518023e6efefc88e45e", + "timestamp": "2021-03-16T19:46:36Z" + }, + { + "version": "2.2103.1614.345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1614.0345.zip", + "checksum": "e0dabc5987f390ec78ad0c88c97a270e", + "timestamp": "2021-03-16T14:03:55Z" + }, + { + "version": "2.2103.1518.4444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1518.4444.zip", + "checksum": "79f8a62d590bbef7d5e936a69cc57346", + "timestamp": "2021-03-15T18:44:52Z" + }, + { + "version": "2.2103.1517.2632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1517.2632.zip", + "checksum": "897450de78db060c325876d09ec07cd8", + "timestamp": "2021-03-15T17:26:40Z" + }, + { + "version": "2.2103.1515.5836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1515.5836.zip", + "checksum": "45e0c86ee14c2386b2e2185f8722c176", + "timestamp": "2021-03-15T15:58:45Z" + }, + { + "version": "2.2103.1513.4928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1513.4928.zip", + "checksum": "5a598f02657c92bb5bff79466edf860e", + "timestamp": "2021-03-15T13:49:37Z" + }, + { + "version": "2.2103.1508.3311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1508.3311.zip", + "checksum": "f8da9d57bc40ec1900a512699a862bf9", + "timestamp": "2021-03-15T08:33:20Z" + }, + { + "version": "2.2103.1422.4218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1422.4218.zip", + "checksum": "9c1c0b61ccc577f0bd623bfdfe1e4291", + "timestamp": "2021-03-14T22:42:28Z" + }, + { + "version": "2.2103.1418.3409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1418.3409.zip", + "checksum": "a663bbc93b31c3aa2465ab30ee68ae4a", + "timestamp": "2021-03-14T18:34:18Z" + }, + { + "version": "2.2103.1417.2933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1417.2933.zip", + "checksum": "a50f5487b76d0f937e2abc3b37e7dcbe", + "timestamp": "2021-03-14T17:29:43Z" + }, + { + "version": "2.2103.1414.3343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1414.3343.zip", + "checksum": "0c61975b26b20875f200c1ff9eb3021b", + "timestamp": "2021-03-14T14:33:53Z" + }, + { + "version": "2.2103.1413.202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1413.0202.zip", + "checksum": "08a59cafdfcab967a13b229ef9366b6c", + "timestamp": "2021-03-14T13:02:12Z" + }, + { + "version": "2.2103.1407.5151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1407.5151.zip", + "checksum": "275dbde2271fcd8bb2104a903563bec6", + "timestamp": "2021-03-14T07:52:01Z" + }, + { + "version": "2.2103.1323.4606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1323.4606.zip", + "checksum": "782654360546a2caaa45841cfc58a728", + "timestamp": "2021-03-13T23:46:16Z" + }, + { + "version": "2.2103.1322.2449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1322.2449.zip", + "checksum": "426c137f82fdea66501bcc389aeb55d1", + "timestamp": "2021-03-13T22:24:58Z" + }, + { + "version": "2.2103.1314.5553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1314.5553.zip", + "checksum": "989bc9d1d6255e86911893c458c86c22", + "timestamp": "2021-03-13T14:56:00Z" + }, + { + "version": "2.2103.1314.2745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1314.2745.zip", + "checksum": "e1290a2fdf57a2f585bef6977a62a286", + "timestamp": "2021-03-13T14:27:53Z" + }, + { + "version": "2.2103.1302.4109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1302.4109.zip", + "checksum": "b1bae4fa2b811805effa54ede891b5b6", + "timestamp": "2021-03-13T02:41:17Z" + }, + { + "version": "2.2103.1223.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1223.2407.zip", + "checksum": "519ed01ab7d1d4574eaf5b9d94722bf6", + "timestamp": "2021-03-12T23:24:16Z" + }, + { + "version": "2.2103.1214.1813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1214.1813.zip", + "checksum": "c872d5b150cc4826f830ea3064271c33", + "timestamp": "2021-03-12T14:18:21Z" + }, + { + "version": "2.2103.1213.5044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1213.5044.zip", + "checksum": "ce18e8c67e38a80bcbae4e7854d66549", + "timestamp": "2021-03-12T13:50:52Z" + }, + { + "version": "2.2103.1209.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1209.0534.zip", + "checksum": "b19b8fba2b6c2ef86be3d92335f277d0", + "timestamp": "2021-03-12T09:05:42Z" + }, + { + "version": "2.2103.1123.3940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1123.3940.zip", + "checksum": "bcbb9379de742db617565d474f173ff8", + "timestamp": "2021-03-11T23:39:48Z" + }, + { + "version": "2.2103.1122.2516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1122.2516.zip", + "checksum": "d552e2492f5057c4fdd5541030dd851f", + "timestamp": "2021-03-11T22:25:24Z" + }, + { + "version": "2.2103.1121.5641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1121.5641.zip", + "checksum": "aee4bd814683d3f25d5e55b1e3b62093", + "timestamp": "2021-03-11T21:56:49Z" + }, + { + "version": "2.2103.1120.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1120.1625.zip", + "checksum": "4ff4f2d8188831bced9065e4c54e2f42", + "timestamp": "2021-03-11T20:16:33Z" + }, + { + "version": "2.2103.1116.1033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1116.1033.zip", + "checksum": "2fd9308d3012ecf60694e38950fdff74", + "timestamp": "2021-03-11T16:10:41Z" + }, + { + "version": "2.2103.1115.2803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1115.2803.zip", + "checksum": "229f973ae84cd874326d7d7916a30d94", + "timestamp": "2021-03-11T15:28:12Z" + }, + { + "version": "2.2103.1111.949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1111.0949.zip", + "checksum": "8b926a7c3c56445c77664532d22efb41", + "timestamp": "2021-03-11T11:09:57Z" + }, + { + "version": "2.2103.1100.403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1100.0403.zip", + "checksum": "d5e43aa5a456748fea5a005783228b62", + "timestamp": "2021-03-11T00:04:12Z" + }, + { + "version": "2.2103.1022.4241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1022.4241.zip", + "checksum": "6504b0b13535985cee813f7078d4a0e2", + "timestamp": "2021-03-10T22:42:50Z" + }, + { + "version": "2.2103.1019.3638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1019.3638.zip", + "checksum": "788612b01af579ed8d0d44eb1d13b0ea", + "timestamp": "2021-03-10T19:36:46Z" + }, + { + "version": "2.2103.1014.4257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1014.4257.zip", + "checksum": "ead0c5dc832b3dbb2ba4b3a8c50f4f82", + "timestamp": "2021-03-10T14:43:06Z" + }, + { + "version": "2.2103.1011.2155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1011.2155.zip", + "checksum": "e9d17ca692c471105b679b254ec60a67", + "timestamp": "2021-03-10T11:22:03Z" + }, + { + "version": "2.2103.1010.5357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1010.5357.zip", + "checksum": "c1e26fae1e1f4e1ad98bfc6444cff11d", + "timestamp": "2021-03-10T10:54:06Z" + }, + { + "version": "2.2103.1008.120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1008.0120.zip", + "checksum": "d690470037fc6b1978cc698231c0dedf", + "timestamp": "2021-03-10T08:01:28Z" + }, + { + "version": "2.2103.1002.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.1002.5153.zip", + "checksum": "50e448cc279d30cab38e4bbc95bc611f", + "timestamp": "2021-03-10T02:52:01Z" + }, + { + "version": "2.2103.923.4214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0923.4214.zip", + "checksum": "55db10c168b072f1f33ea9c41091d34d", + "timestamp": "2021-03-09T23:42:24Z" + }, + { + "version": "2.2103.921.5909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0921.5909.zip", + "checksum": "9b4ab57099c137e6abdd0235d90e7b0f", + "timestamp": "2021-03-09T21:59:17Z" + }, + { + "version": "2.2103.919.5139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0919.5139.zip", + "checksum": "ff0280adc5a284d2a794a158c652458f", + "timestamp": "2021-03-09T19:51:47Z" + }, + { + "version": "2.2103.919.1712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0919.1712.zip", + "checksum": "c31e88d475c0586454dc2af0221f2faa", + "timestamp": "2021-03-09T19:17:21Z" + }, + { + "version": "2.2103.913.4029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0913.4029.zip", + "checksum": "64177c64e5dfebb02f43b59fff095bbf", + "timestamp": "2021-03-09T13:40:37Z" + }, + { + "version": "2.2103.904.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0904.2827.zip", + "checksum": "19e450c83bf90ae03463c9de0c0f3cf1", + "timestamp": "2021-03-09T04:28:36Z" + }, + { + "version": "2.2103.900.2226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0900.2226.zip", + "checksum": "638f5a9d69358acebef138731b6b5106", + "timestamp": "2021-03-09T00:22:34Z" + }, + { + "version": "2.2103.814.4249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0814.4249.zip", + "checksum": "870e7af47c5853e6cb253b3f204c6f04", + "timestamp": "2021-03-08T14:42:57Z" + }, + { + "version": "2.2103.811.2633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0811.2633.zip", + "checksum": "475e4c5d30d01b4a7d337e94fcec948a", + "timestamp": "2021-03-08T11:26:42Z" + }, + { + "version": "2.2103.809.1219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0809.1219.zip", + "checksum": "944af35924a2892b8073c4fecc443fd7", + "timestamp": "2021-03-08T09:12:28Z" + }, + { + "version": "2.2103.808.1200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0808.1200.zip", + "checksum": "af7843217e38e9975fd0a65910ab85cd", + "timestamp": "2021-03-08T08:12:11Z" + }, + { + "version": "2.2103.722.5037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0722.5037.zip", + "checksum": "d3f23f4c9bfe249a37d8d0762e117a00", + "timestamp": "2021-03-07T22:50:46Z" + }, + { + "version": "2.2103.715.1834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0715.1834.zip", + "checksum": "c06caa0e77cfc14da7434ae44d494694", + "timestamp": "2021-03-07T15:18:43Z" + }, + { + "version": "2.2103.312.400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0312.0400.zip", + "checksum": "5ea99d656cd91466a5c7a2759e986df1", + "timestamp": "2021-03-03T12:04:10Z" + }, + { + "version": "2.2103.217.442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0217.0442.zip", + "checksum": "4df11ef3aea8a15362c073e6c31ad195", + "timestamp": "2021-03-02T17:04:50Z" + }, + { + "version": "2.2103.216.3737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0216.3737.zip", + "checksum": "4777069a4915b5c7267db2c6a3d24e54", + "timestamp": "2021-03-02T16:37:46Z" + }, + { + "version": "2.2103.214.3428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0214.3428.zip", + "checksum": "bd52add48cb17bf9aeaafc1a7dfeedc4", + "timestamp": "2021-03-02T14:34:36Z" + }, + { + "version": "2.2103.209.100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0209.0100.zip", + "checksum": "9e57fbdf8d75701a27acc820072965de", + "timestamp": "2021-03-02T09:01:08Z" + }, + { + "version": "2.2103.202.3137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0202.3137.zip", + "checksum": "78c81977738fd38ade3c6a93d211aff5", + "timestamp": "2021-03-02T02:31:45Z" + }, + { + "version": "2.2103.123.416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0123.0416.zip", + "checksum": "408c3ec1e32e71c3069d8f50f70f398f", + "timestamp": "2021-03-01T23:04:24Z" + }, + { + "version": "2.2103.121.2158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0121.2158.zip", + "checksum": "10fee82554b54cd2917cb1791a7a2967", + "timestamp": "2021-03-01T21:22:06Z" + }, + { + "version": "2.2103.119.1008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0119.1008.zip", + "checksum": "36b771da3d9270251a44ec05d1f624a6", + "timestamp": "2021-03-01T19:10:17Z" + }, + { + "version": "2.2103.118.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0118.4250.zip", + "checksum": "aeede6223b9a446ad422852eedd2c0c8", + "timestamp": "2021-03-01T18:42:57Z" + }, + { + "version": "2.2103.118.1450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0118.1450.zip", + "checksum": "30f0f6f1e8d4df771b678fd13b31c794", + "timestamp": "2021-03-01T18:14:58Z" + }, + { + "version": "2.2103.117.2315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0117.2315.zip", + "checksum": "3fd9b6ef00a6f48dfbdadd793879b660", + "timestamp": "2021-03-01T17:23:23Z" + }, + { + "version": "2.2103.116.5618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0116.5618.zip", + "checksum": "cb78efacdb3b7c8ca8eaea3a2af0c824", + "timestamp": "2021-03-01T16:56:27Z" + }, + { + "version": "2.2103.115.1514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0115.1514.zip", + "checksum": "c2f2ef1886853d25126db17724294c5e", + "timestamp": "2021-03-01T15:15:22Z" + }, + { + "version": "2.2103.114.2934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0114.2934.zip", + "checksum": "fa76a9d9284deb7b8e2cd2868810314e", + "timestamp": "2021-03-01T14:29:43Z" + }, + { + "version": "2.2103.113.5506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0113.5506.zip", + "checksum": "e8c890c7bcab1ad6b7cee99e62f88707", + "timestamp": "2021-03-01T13:55:16Z" + }, + { + "version": "2.2103.110.4705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0110.4705.zip", + "checksum": "9375ec7219f19fa573725d11a2596f14", + "timestamp": "2021-03-01T10:47:13Z" + }, + { + "version": "2.2103.110.1959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0110.1959.zip", + "checksum": "09edffcb47fcf41937a25bbbb61e3add", + "timestamp": "2021-03-01T10:20:08Z" + }, + { + "version": "2.2103.109.611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0109.0611.zip", + "checksum": "cfd4802d3c97270f9665a99ecc381750", + "timestamp": "2021-03-01T09:06:20Z" + }, + { + "version": "2.2103.104.1611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2103.0104.1611.zip", + "checksum": "8429bcd6540232a46e1ec194df7fccbf", + "timestamp": "2021-03-01T04:16:20Z" + }, + { + "version": "2.2102.2820.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2820.3036.zip", + "checksum": "e8df22113820d41b9459050f8c61352d", + "timestamp": "2021-02-28T20:30:44Z" + }, + { + "version": "2.2102.2816.2122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2816.2122.zip", + "checksum": "60459a9df4e072108b5d45cb104af1d4", + "timestamp": "2021-02-28T16:21:30Z" + }, + { + "version": "2.2102.2815.5359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2815.5359.zip", + "checksum": "e61597571c60a5183f452ba4e971c667", + "timestamp": "2021-02-28T15:54:08Z" + }, + { + "version": "2.2102.2815.2737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2815.2737.zip", + "checksum": "a047bf88c1c4d7c5cc00b9f78a2e661d", + "timestamp": "2021-02-28T15:27:45Z" + }, + { + "version": "2.2102.2811.3350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2811.3350.zip", + "checksum": "2cfd13465daad13dacbeca18a62adfaa", + "timestamp": "2021-02-28T11:33:57Z" + }, + { + "version": "2.2102.2810.3821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2810.3821.zip", + "checksum": "2151ff944b52e5821340daf72309bcba", + "timestamp": "2021-02-28T10:38:29Z" + }, + { + "version": "2.2102.2810.1047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2810.1047.zip", + "checksum": "2ba8f6914e00f1227742510c64cf3f10", + "timestamp": "2021-02-28T10:10:55Z" + }, + { + "version": "2.2102.2809.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2809.4359.zip", + "checksum": "0e651482c8ad5ec72d3c5c824316ed7a", + "timestamp": "2021-02-28T09:44:08Z" + }, + { + "version": "2.2102.2806.4740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2806.4740.zip", + "checksum": "3f7622fc8880d23435a298e363fc6164", + "timestamp": "2021-02-28T06:47:48Z" + }, + { + "version": "2.2102.2805.739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2805.0739.zip", + "checksum": "8810abe31ef0ecf5f5a0966124a044a4", + "timestamp": "2021-02-28T05:07:46Z" + }, + { + "version": "2.2102.2804.4039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2804.4039.zip", + "checksum": "37425acd3cdcbebaaa95ae0a70a4e856", + "timestamp": "2021-02-28T04:40:47Z" + }, + { + "version": "2.2102.2722.4540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2722.4540.zip", + "checksum": "35f9e417d6e5dcafb01b31d72ea9f1aa", + "timestamp": "2021-02-27T22:45:48Z" + }, + { + "version": "2.2102.2722.1716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2722.1716.zip", + "checksum": "ef12b84d29355f82c9d868680d2c22af", + "timestamp": "2021-02-27T22:17:24Z" + }, + { + "version": "2.2102.2719.4806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2719.4806.zip", + "checksum": "27e0fb50edcef551b887d624b5e2ff76", + "timestamp": "2021-02-27T19:48:14Z" + }, + { + "version": "2.2102.2719.2014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2719.2014.zip", + "checksum": "63fe06b56d064099b870749ff906fc2f", + "timestamp": "2021-02-27T19:20:23Z" + }, + { + "version": "2.2102.2718.4117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2718.4117.zip", + "checksum": "7c1d088feec889f17fff4766745a0015", + "timestamp": "2021-02-27T18:41:25Z" + }, + { + "version": "2.2102.2717.314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2717.0314.zip", + "checksum": "279211d5790ae2f43b6b6a1a25385f95", + "timestamp": "2021-02-27T17:03:23Z" + }, + { + "version": "2.2102.2707.3544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2707.3544.zip", + "checksum": "87cde78901e625f5c4909a7896e13306", + "timestamp": "2021-02-27T07:35:52Z" + }, + { + "version": "2.2102.2705.5113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2705.5113.zip", + "checksum": "3eac3f0d25f50f6e644ff61138c2cca4", + "timestamp": "2021-02-27T05:51:20Z" + }, + { + "version": "2.2102.2705.2426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2705.2426.zip", + "checksum": "a004cafd350240722b74ceee7b35e006", + "timestamp": "2021-02-27T05:24:34Z" + }, + { + "version": "2.2102.2704.1818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2704.1818.zip", + "checksum": "9a6f2d88dac946d03920d457eb22db56", + "timestamp": "2021-02-27T04:18:25Z" + }, + { + "version": "2.2102.2703.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2703.5104.zip", + "checksum": "5818aa013a83b9c61803afcbaeeaadcd", + "timestamp": "2021-02-27T03:51:13Z" + }, + { + "version": "2.2102.2621.731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2621.0731.zip", + "checksum": "28a51446edfbd7831be372fd3f6f0501", + "timestamp": "2021-02-26T21:07:39Z" + }, + { + "version": "2.2102.2619.1108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2619.1108.zip", + "checksum": "9987d1a6f76f0c2dd04c72977195bf25", + "timestamp": "2021-02-26T19:11:16Z" + }, + { + "version": "2.2102.2618.4405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2618.4405.zip", + "checksum": "d82727a12c793b417ea06ec422f6bcd7", + "timestamp": "2021-02-26T18:44:14Z" + }, + { + "version": "2.2102.2612.4156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2612.4156.zip", + "checksum": "06dbc08ff8321c0934a8387868dca504", + "timestamp": "2021-02-26T12:42:06Z" + }, + { + "version": "2.2102.2523.3906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2523.3906.zip", + "checksum": "83bf4f95d74a1540f54c2b6420408b12", + "timestamp": "2021-02-25T23:39:15Z" + }, + { + "version": "2.2102.2508.4126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2508.4126.zip", + "checksum": "faa21800c2376abdc63cb73ca8f5ea20", + "timestamp": "2021-02-25T08:41:35Z" + }, + { + "version": "2.2102.2423.940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2423.0940.zip", + "checksum": "a4521601ea6569000074f749f79ef1f1", + "timestamp": "2021-02-24T23:09:48Z" + }, + { + "version": "2.2102.2422.4322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2422.4322.zip", + "checksum": "f95fdf118043196ac1750e3d69ee1f81", + "timestamp": "2021-02-24T22:43:30Z" + }, + { + "version": "2.2102.2421.2615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2421.2615.zip", + "checksum": "0a2bea24bfad602d48ffc2160b3f84fb", + "timestamp": "2021-02-24T21:26:24Z" + }, + { + "version": "2.2102.2416.4447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2416.4447.zip", + "checksum": "53fe46c3d5b9b3936d3338f42b152ba4", + "timestamp": "2021-02-24T16:44:55Z" + }, + { + "version": "2.2102.2416.1758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2416.1758.zip", + "checksum": "7cac964ec1a58736cec26f92f3ffbdd1", + "timestamp": "2021-02-24T16:18:08Z" + }, + { + "version": "2.2102.2411.3908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2411.3908.zip", + "checksum": "d2487089b156a17ac2838f4e3bcdb392", + "timestamp": "2021-02-24T11:39:17Z" + }, + { + "version": "2.2102.2401.5226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2401.5226.zip", + "checksum": "38c5597299ac6ae8d0c7dc5062d2db59", + "timestamp": "2021-02-24T01:52:35Z" + }, + { + "version": "2.2102.2321.741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2321.0741.zip", + "checksum": "311344a5b739a1b657da38c900baf360", + "timestamp": "2021-02-23T21:07:49Z" + }, + { + "version": "2.2102.2317.1048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2317.1048.zip", + "checksum": "f37cc60ea92c7bb178305a992aed43fd", + "timestamp": "2021-02-23T17:10:55Z" + }, + { + "version": "2.2102.2312.2442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2312.2442.zip", + "checksum": "66fd84584d4dceec8ca1330f75666975", + "timestamp": "2021-02-23T12:24:50Z" + }, + { + "version": "2.2102.2302.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2302.5517.zip", + "checksum": "7aa1e81a3e12438f95df0f320c0b8004", + "timestamp": "2021-02-23T02:55:24Z" + }, + { + "version": "2.2102.2302.2633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2302.2633.zip", + "checksum": "75cb28e836c6393034d6f818e8c95b45", + "timestamp": "2021-02-23T02:26:42Z" + }, + { + "version": "2.2102.2221.5906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2221.5906.zip", + "checksum": "cd46ef43af4038dbf2d378ccfb03ae36", + "timestamp": "2021-02-22T21:59:14Z" + }, + { + "version": "2.2102.2217.3156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2217.3156.zip", + "checksum": "7834d919e9795476c0d8cd4b613a40a0", + "timestamp": "2021-02-22T17:32:04Z" + }, + { + "version": "2.2102.2217.506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2217.0506.zip", + "checksum": "1b69d4c38ae3a2eaa3ec7ef0ebdfed62", + "timestamp": "2021-02-22T17:05:15Z" + }, + { + "version": "2.2102.2216.3713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2216.3713.zip", + "checksum": "fad009c28fe7ede3fbceba76d5ece404", + "timestamp": "2021-02-22T16:37:21Z" + }, + { + "version": "2.2102.2214.649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2214.0649.zip", + "checksum": "ac4ce281cf22218e3e2f77a8e368c1e3", + "timestamp": "2021-02-22T14:06:57Z" + }, + { + "version": "2.2102.2213.3855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2213.3855.zip", + "checksum": "dca907b4840487bac8ac12b1e3badbc5", + "timestamp": "2021-02-22T13:39:05Z" + }, + { + "version": "2.2102.2207.3552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2207.3552.zip", + "checksum": "8cd1e98fe36917e26b87154f56f7dc4d", + "timestamp": "2021-02-22T07:36:01Z" + }, + { + "version": "2.2102.2205.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2205.5104.zip", + "checksum": "dfeba73e20eed85ffc1a1e07d73d6dce", + "timestamp": "2021-02-22T05:51:13Z" + }, + { + "version": "2.2102.2204.4852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2204.4852.zip", + "checksum": "413dcdca3190a11472787738e883f079", + "timestamp": "2021-02-22T04:49:00Z" + }, + { + "version": "2.2102.2201.4446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2201.4446.zip", + "checksum": "27f1a782be8d1eed9feb7297303ef96c", + "timestamp": "2021-02-22T01:44:54Z" + }, + { + "version": "2.2102.2119.2259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2119.2259.zip", + "checksum": "ae24ccf176ed266e6403251f468a64b6", + "timestamp": "2021-02-21T19:23:09Z" + }, + { + "version": "2.2102.2116.617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2116.0617.zip", + "checksum": "ad8eabc0c2980e64ce8382c4ec29480d", + "timestamp": "2021-02-21T16:06:25Z" + }, + { + "version": "2.2102.2107.2254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2107.2254.zip", + "checksum": "8f5005bd39cac9df5134cb2cb4e448c3", + "timestamp": "2021-02-21T07:23:04Z" + }, + { + "version": "2.2102.2023.2953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2023.2953.zip", + "checksum": "10d3046920f74a0af25ea7aded982d92", + "timestamp": "2021-02-20T23:30:01Z" + }, + { + "version": "2.2102.2023.334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2023.0334.zip", + "checksum": "1a146c19a976a6c1bc862a4dc72cee19", + "timestamp": "2021-02-20T23:03:42Z" + }, + { + "version": "2.2102.2015.4519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2015.4519.zip", + "checksum": "b637e14b3d5f3be12b146e6d3fc3383a", + "timestamp": "2021-02-20T15:45:28Z" + }, + { + "version": "2.2102.2002.4701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2002.4701.zip", + "checksum": "4f808681f395949d3e2f6c04dbdb6f6d", + "timestamp": "2021-02-20T02:47:09Z" + }, + { + "version": "2.2102.2002.1854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.2002.1854.zip", + "checksum": "1d78bb1d365a96900290a39333928ae6", + "timestamp": "2021-02-20T02:19:03Z" + }, + { + "version": "2.2102.1912.4026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1912.4026.zip", + "checksum": "7a7da5d3155bf94b2814d6cca26b5224", + "timestamp": "2021-02-19T12:40:36Z" + }, + { + "version": "2.2102.1822.5257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1822.5257.zip", + "checksum": "f46abdee3958b82396737ce05fc2d8f1", + "timestamp": "2021-02-18T22:53:07Z" + }, + { + "version": "2.2102.1819.39", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1819.0039.zip", + "checksum": "1b4640ce068a60a443f0e8f665abd534", + "timestamp": "2021-02-18T19:00:48Z" + }, + { + "version": "2.2102.1817.4046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1817.4046.zip", + "checksum": "363edf42331eb79f4d4da90b7fb48e65", + "timestamp": "2021-02-18T17:40:54Z" + }, + { + "version": "2.2102.1817.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1817.1258.zip", + "checksum": "fb8e36346665ec1c710da86c94c2d715", + "timestamp": "2021-02-18T17:13:08Z" + }, + { + "version": "2.2102.1719.4548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1719.4548.zip", + "checksum": "baabfa609b9b5e721f64f81d8d331ec7", + "timestamp": "2021-02-17T19:45:58Z" + }, + { + "version": "2.2102.1710.813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1710.0813.zip", + "checksum": "8428e8e235ba8c180ff618a563d5c1ce", + "timestamp": "2021-02-17T10:08:23Z" + }, + { + "version": "2.2102.1709.3324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1709.3324.zip", + "checksum": "3270685cc224a985406645b679ea3a48", + "timestamp": "2021-02-17T09:33:32Z" + }, + { + "version": "2.2102.1706.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1706.4308.zip", + "checksum": "daf13f82fecdbf1af23cbc146a72415c", + "timestamp": "2021-02-17T06:43:16Z" + }, + { + "version": "2.2102.1705.2432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1705.2432.zip", + "checksum": "ffdb467c4c6078ac66df2e850a67d761", + "timestamp": "2021-02-17T05:24:40Z" + }, + { + "version": "2.2102.1704.1948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1704.1948.zip", + "checksum": "f2866724b32f30bed15f6b7523c32a6b", + "timestamp": "2021-02-17T04:19:55Z" + }, + { + "version": "2.2102.1703.5302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1703.5302.zip", + "checksum": "e56575b7666261040ac16fd443b0832a", + "timestamp": "2021-02-17T03:53:10Z" + }, + { + "version": "2.2102.1703.2413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1703.2413.zip", + "checksum": "1aea56d35a78538774c5efbe04d52a2d", + "timestamp": "2021-02-17T03:24:22Z" + }, + { + "version": "2.2102.1618.5243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1618.5243.zip", + "checksum": "07d1661901fac94886665c29a0bd1e08", + "timestamp": "2021-02-16T18:52:53Z" + }, + { + "version": "2.2102.1615.5608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1615.5608.zip", + "checksum": "c97e7c7f6262575872933e0605cecc67", + "timestamp": "2021-02-16T15:56:17Z" + }, + { + "version": "2.2102.1605.4123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1605.4123.zip", + "checksum": "f466b6afaea84d4a8fd32fa92339501e", + "timestamp": "2021-02-16T05:41:31Z" + }, + { + "version": "2.2102.1605.1439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1605.1439.zip", + "checksum": "09cf5bc40d2ba30f23d09b26b557dfa4", + "timestamp": "2021-02-16T05:14:47Z" + }, + { + "version": "2.2102.1519.4123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1519.4123.zip", + "checksum": "5c81ef716487cbdfd53e5a8c3377706f", + "timestamp": "2021-02-15T19:41:31Z" + }, + { + "version": "2.2102.1514.2450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1514.2450.zip", + "checksum": "50f3510d2de7be0160eb0a9633c7c2b0", + "timestamp": "2021-02-15T14:24:59Z" + }, + { + "version": "2.2102.1513.5648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1513.5648.zip", + "checksum": "e606fbd2a8b90202ef14ddf7cb39b7d5", + "timestamp": "2021-02-15T13:56:57Z" + }, + { + "version": "2.2102.1509.1100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1509.1100.zip", + "checksum": "69c50c1bf2c16820fc6985355a4239c1", + "timestamp": "2021-02-15T09:11:10Z" + }, + { + "version": "2.2102.1417.5008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1417.5008.zip", + "checksum": "70f15c3374b0fe3da1a0c9099de4ecc5", + "timestamp": "2021-02-14T17:50:18Z" + }, + { + "version": "2.2102.1416.2057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1416.2057.zip", + "checksum": "d6059da18db632c00c00897e737090b7", + "timestamp": "2021-02-14T16:21:06Z" + }, + { + "version": "2.2102.1408.1543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1408.1543.zip", + "checksum": "95a5b6e3639e66a363482196a63ac5fc", + "timestamp": "2021-02-14T08:15:51Z" + }, + { + "version": "2.2102.1407.3602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1407.3602.zip", + "checksum": "7e17e27febd18e7a694452c65125f971", + "timestamp": "2021-02-14T07:36:09Z" + }, + { + "version": "2.2102.1407.818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1407.0818.zip", + "checksum": "b598dd6ec9b7752fbc2963cd7f6d5002", + "timestamp": "2021-02-14T07:08:26Z" + }, + { + "version": "2.2102.1319.43", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1319.0043.zip", + "checksum": "c16597b46efe9a838db7e7a4dba3f126", + "timestamp": "2021-02-13T19:00:52Z" + }, + { + "version": "2.2102.1310.3411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1310.3411.zip", + "checksum": "a0b9980dd66715d71a551f330a5200dd", + "timestamp": "2021-02-13T10:34:19Z" + }, + { + "version": "2.2102.1309.5737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1309.5737.zip", + "checksum": "777caaa74c2bd05c54019efd6d87b7c1", + "timestamp": "2021-02-13T09:57:45Z" + }, + { + "version": "2.2102.1304.5433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1304.5433.zip", + "checksum": "bf3f5fd3f145c28411ec55dcacbb961a", + "timestamp": "2021-02-13T04:54:42Z" + }, + { + "version": "2.2102.1302.1633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1302.1633.zip", + "checksum": "7b7042aa1c92e8e70c863557eeadac5c", + "timestamp": "2021-02-13T02:16:42Z" + }, + { + "version": "2.2102.1218.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1218.2439.zip", + "checksum": "6a099c84058f5fd1422310d4d38f3ee0", + "timestamp": "2021-02-12T18:24:48Z" + }, + { + "version": "2.2102.1209.458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1209.0458.zip", + "checksum": "314aaeab8b880c601f72268a2fab2c04", + "timestamp": "2021-02-12T09:05:07Z" + }, + { + "version": "2.2102.1118.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1118.5517.zip", + "checksum": "5024fa51ef9ceabdea78446b441d1339", + "timestamp": "2021-02-11T18:55:25Z" + }, + { + "version": "2.2102.1117.1214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1117.1214.zip", + "checksum": "144c7f8a610a46d2022fb96f61944e21", + "timestamp": "2021-02-11T17:12:24Z" + }, + { + "version": "2.2102.1116.3924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1116.3924.zip", + "checksum": "8d0687b42d1ce32ac7f6d96daaed848f", + "timestamp": "2021-02-11T16:39:32Z" + }, + { + "version": "2.2102.1114.5330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1114.5330.zip", + "checksum": "e3c7f78c5cdb8e8584ae3c2285f82b8a", + "timestamp": "2021-02-11T14:53:39Z" + }, + { + "version": "2.2102.1108.2102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1108.2102.zip", + "checksum": "0cd0e06210857c4e1731db05becda2b6", + "timestamp": "2021-02-11T08:21:10Z" + }, + { + "version": "2.2102.1107.5248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1107.5248.zip", + "checksum": "92dc00fc3b6e6df12efb40ae1bf65ad1", + "timestamp": "2021-02-11T07:52:58Z" + }, + { + "version": "2.2102.1017.450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1017.0450.zip", + "checksum": "10aa8c883d5c0c2c452b759664ae9b48", + "timestamp": "2021-02-10T17:04:59Z" + }, + { + "version": "2.2102.1015.3233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1015.3233.zip", + "checksum": "61e235dfc2547cbbd547d0b5df89508e", + "timestamp": "2021-02-10T15:32:42Z" + }, + { + "version": "2.2102.1015.327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1015.0327.zip", + "checksum": "ea31416f2fe5cb7bc032f65f8f49ee16", + "timestamp": "2021-02-10T15:03:35Z" + }, + { + "version": "2.2102.1014.417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1014.0417.zip", + "checksum": "07f11e66cf07b2b2b37b78b4f205fe59", + "timestamp": "2021-02-10T14:04:27Z" + }, + { + "version": "2.2102.1011.3653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1011.3653.zip", + "checksum": "04486d2fab8c4202aefa4a47c8d01a20", + "timestamp": "2021-02-10T11:37:11Z" + }, + { + "version": "2.2102.1010.4744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1010.4744.zip", + "checksum": "1d2890126dd845e6bf3709285bb2cec3", + "timestamp": "2021-02-10T10:48:01Z" + }, + { + "version": "2.2102.1007.3726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1007.3726.zip", + "checksum": "5645d18132280dc4fde9a0089da95ea3", + "timestamp": "2021-02-10T07:37:40Z" + }, + { + "version": "2.2102.1006.5501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1006.5501.zip", + "checksum": "f26d7b468fe0480568e94b9139c27e81", + "timestamp": "2021-02-10T06:55:11Z" + }, + { + "version": "2.2102.1002.3743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1002.3743.zip", + "checksum": "535bbac9a0833338efc524fe09ba7061", + "timestamp": "2021-02-10T02:37:52Z" + }, + { + "version": "2.2102.1001.2526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.1001.2526.zip", + "checksum": "26b8deb36ae28ac8b7b0aee3cd3f9f10", + "timestamp": "2021-02-10T01:25:34Z" + }, + { + "version": "2.2102.916.1023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0916.1023.zip", + "checksum": "ae40001414a49aab72e70fdd0c1b4255", + "timestamp": "2021-02-09T16:10:32Z" + }, + { + "version": "2.2102.903.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0903.2755.zip", + "checksum": "8b8e4ff390929321dc22e06b32788cfc", + "timestamp": "2021-02-09T03:28:03Z" + }, + { + "version": "2.2102.902.5830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0902.5830.zip", + "checksum": "dc7722d9bc5fd5f67031560a4f972882", + "timestamp": "2021-02-09T02:58:37Z" + }, + { + "version": "2.2102.902.2931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0902.2931.zip", + "checksum": "bb3cf7054751bcd0ac80c2b838a300a3", + "timestamp": "2021-02-09T02:29:39Z" + }, + { + "version": "2.2102.816.2201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0816.2201.zip", + "checksum": "08781263e6e816a74f1b456ba1ddc33d", + "timestamp": "2021-02-08T16:22:11Z" + }, + { + "version": "2.2102.815.5102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0815.5102.zip", + "checksum": "ef6a0b81e30c54ffb6092f99bcb4d60c", + "timestamp": "2021-02-08T15:51:09Z" + }, + { + "version": "2.2102.815.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0815.2208.zip", + "checksum": "ae600947b625992f187d804884774d64", + "timestamp": "2021-02-08T15:22:16Z" + }, + { + "version": "2.2102.814.5246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0814.5246.zip", + "checksum": "a7c987409ee0086101a7dd4e4574a136", + "timestamp": "2021-02-08T14:52:54Z" + }, + { + "version": "2.2102.814.2254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0814.2254.zip", + "checksum": "3983c5894bacd02d4ffd544ffecf34eb", + "timestamp": "2021-02-08T14:23:02Z" + }, + { + "version": "2.2102.812.2359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0812.2359.zip", + "checksum": "34884a29db74f459e646f3a962d85262", + "timestamp": "2021-02-08T12:24:09Z" + }, + { + "version": "2.2102.811.4931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0811.4931.zip", + "checksum": "ed874e2020e110feb92d70f1ca7f133a", + "timestamp": "2021-02-08T11:49:40Z" + }, + { + "version": "2.2102.809.4143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0809.4143.zip", + "checksum": "8f8d3e6a6090af03afe65ba968b1ca74", + "timestamp": "2021-02-08T09:41:52Z" + }, + { + "version": "2.2102.808.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0808.5126.zip", + "checksum": "a3e924dc03a55802adce21c39d5f75d7", + "timestamp": "2021-02-08T08:51:35Z" + }, + { + "version": "2.2102.806.2521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0806.2521.zip", + "checksum": "49ffca7306fd5dd7216d600a203ac20e", + "timestamp": "2021-02-08T06:25:29Z" + }, + { + "version": "2.2102.805.5651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0805.5651.zip", + "checksum": "3c5f33980dbcd18d38f24e8c21582fb5", + "timestamp": "2021-02-08T05:56:59Z" + }, + { + "version": "2.2102.720.2244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0720.2244.zip", + "checksum": "e7e32961ee1887946ef069982bee7617", + "timestamp": "2021-02-07T20:22:52Z" + }, + { + "version": "2.2102.716.5519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0716.5519.zip", + "checksum": "af6572c681f7ecdac8933106b2515f4a", + "timestamp": "2021-02-07T16:55:26Z" + }, + { + "version": "2.2102.716.2731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0716.2731.zip", + "checksum": "142c26ca2ddf8812eb61a861b8e5f8a9", + "timestamp": "2021-02-07T16:27:39Z" + }, + { + "version": "2.2102.710.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0710.2508.zip", + "checksum": "a63baa5a18c830798bbab4a6d4d6bcc1", + "timestamp": "2021-02-07T10:25:16Z" + }, + { + "version": "2.2102.702.718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0702.0718.zip", + "checksum": "068b2a0c3981ff20554f202fac015321", + "timestamp": "2021-02-07T02:07:26Z" + }, + { + "version": "2.2102.701.3840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0701.3840.zip", + "checksum": "ba821c7865688c36a50103efdb215e37", + "timestamp": "2021-02-07T01:38:49Z" + }, + { + "version": "2.2102.618.2235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0618.2235.zip", + "checksum": "f67349ff3eefe504c0d79a458930bd46", + "timestamp": "2021-02-06T18:22:43Z" + }, + { + "version": "2.2102.519.2505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0519.2505.zip", + "checksum": "f429331ad751372c706198da39534d9c", + "timestamp": "2021-02-05T19:25:14Z" + }, + { + "version": "2.2102.511.5422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0511.5422.zip", + "checksum": "717f2329f69c1736766e1e5e1ddc2548", + "timestamp": "2021-02-05T11:54:32Z" + }, + { + "version": "2.2102.511.2630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0511.2630.zip", + "checksum": "022f549f9fdd7c7053582af7d9317f84", + "timestamp": "2021-02-05T11:26:38Z" + }, + { + "version": "2.2102.503.3454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0503.3454.zip", + "checksum": "6ed2079372bff1d140e8923d7541d853", + "timestamp": "2021-02-05T03:35:03Z" + }, + { + "version": "2.2102.503.517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0503.0517.zip", + "checksum": "ed1ffac84ebea1f77c202ecc412beace", + "timestamp": "2021-02-05T03:05:24Z" + }, + { + "version": "2.2102.415.1846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0415.1846.zip", + "checksum": "3afa7f0b71841a5b2b5d4aee5c3b1888", + "timestamp": "2021-02-04T15:18:55Z" + }, + { + "version": "2.2102.414.4702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0414.4702.zip", + "checksum": "46a020162be3eea3524f1cce7630a60f", + "timestamp": "2021-02-04T14:47:11Z" + }, + { + "version": "2.2102.413.1107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0413.1107.zip", + "checksum": "e52d449397a739f22fccee4737652a21", + "timestamp": "2021-02-04T13:11:16Z" + }, + { + "version": "2.2102.308.1233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0308.1233.zip", + "checksum": "a6f60b4b47130471b324a0a1ffe6c89d", + "timestamp": "2021-02-03T08:12:41Z" + }, + { + "version": "2.2102.307.4328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0307.4328.zip", + "checksum": "b1e4862a9e6188d28098f7bf67aefb87", + "timestamp": "2021-02-03T07:43:36Z" + }, + { + "version": "2.2102.217.4923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0217.4923.zip", + "checksum": "8741f0ab041a9872db0b1bc7fd5b49e3", + "timestamp": "2021-02-02T17:49:33Z" + }, + { + "version": "2.2102.210.2044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0210.2044.zip", + "checksum": "19d7713dcc6abeebc80ae37c606c3567", + "timestamp": "2021-02-02T10:20:53Z" + }, + { + "version": "2.2102.203.2029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0203.2029.zip", + "checksum": "1085cf97ef98040e16699d433885cbcb", + "timestamp": "2021-02-02T03:20:37Z" + }, + { + "version": "2.2102.119.2634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0119.2634.zip", + "checksum": "2ae83c4ee497665e3edcded221592514", + "timestamp": "2021-02-01T19:26:41Z" + }, + { + "version": "2.2102.118.5758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0118.5758.zip", + "checksum": "249c40afef05a9f29fcfbc2927b5a01f", + "timestamp": "2021-02-01T18:58:07Z" + }, + { + "version": "2.2102.104.4703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2102.0104.4703.zip", + "checksum": "41366e3d47cbfa5e2d8af30203bb220e", + "timestamp": "2021-02-01T04:47:12Z" + }, + { + "version": "2.2101.3122.4120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3122.4120.zip", + "checksum": "7d7b60b8d5ae281c6a5aeeaf0eb5da90", + "timestamp": "2021-01-31T22:41:28Z" + }, + { + "version": "2.2101.3117.2718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3117.2718.zip", + "checksum": "a542e0dd1a77ce495a9a8f55a196a086", + "timestamp": "2021-01-31T17:27:26Z" + }, + { + "version": "2.2101.3116.5945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3116.5945.zip", + "checksum": "19548eb9e20456089ff73dfd3cbec2cb", + "timestamp": "2021-01-31T16:59:54Z" + }, + { + "version": "2.2101.3112.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3112.1625.zip", + "checksum": "7265d36d03bcd7be1da3fd0fd54fbc17", + "timestamp": "2021-01-31T12:16:33Z" + }, + { + "version": "2.2101.3022.1811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3022.1811.zip", + "checksum": "a48dce92975ab7abc97a74a43654bf99", + "timestamp": "2021-01-30T22:18:19Z" + }, + { + "version": "2.2101.3008.1738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3008.1738.zip", + "checksum": "173881084d004109f6e72f35a96bc60a", + "timestamp": "2021-01-30T08:17:45Z" + }, + { + "version": "2.2101.3007.4857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.3007.4857.zip", + "checksum": "0f7d02b24b656ebaca027d626fb47141", + "timestamp": "2021-01-30T07:49:05Z" + }, + { + "version": "2.2101.2906.5600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2906.5600.zip", + "checksum": "a39c4c1646899d550459511a70618f04", + "timestamp": "2021-01-29T06:56:09Z" + }, + { + "version": "2.2101.2801.507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2801.0507.zip", + "checksum": "4413744f1ba1593e46fce6016fe1309d", + "timestamp": "2021-01-28T01:05:15Z" + }, + { + "version": "2.2101.2718.1008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2718.1008.zip", + "checksum": "1dfef13e01a393abff8e951157d98b3d", + "timestamp": "2021-01-27T18:10:18Z" + }, + { + "version": "2.2101.2715.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2715.2915.zip", + "checksum": "3767ca238f4d24f4b81b577c3033e0ae", + "timestamp": "2021-01-27T15:29:25Z" + }, + { + "version": "2.2101.2708.246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2708.0246.zip", + "checksum": "8e20b13edec28e10193442b6a57ad672", + "timestamp": "2021-01-27T08:02:56Z" + }, + { + "version": "2.2101.2618.3502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2618.3502.zip", + "checksum": "bd505306d25104820ac7965848a3c7e9", + "timestamp": "2021-01-26T18:35:09Z" + }, + { + "version": "2.2101.2618.612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2618.0612.zip", + "checksum": "164a73e62f4fe4e6b93efbccd5d849da", + "timestamp": "2021-01-26T18:06:20Z" + }, + { + "version": "2.2101.2617.940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2617.0940.zip", + "checksum": "d9ff014a55186798fc6223d12bdcd3f3", + "timestamp": "2021-01-26T17:09:50Z" + }, + { + "version": "2.2101.2611.3546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2611.3546.zip", + "checksum": "ec4348c9fc11cb345c3b85dada815a67", + "timestamp": "2021-01-26T11:35:54Z" + }, + { + "version": "2.2101.2521.3351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2521.3351.zip", + "checksum": "e54f01d1f933746078d5095878b2236c", + "timestamp": "2021-01-25T21:34:00Z" + }, + { + "version": "2.2101.2519.5155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2519.5155.zip", + "checksum": "f90152fe3bc9d41d8bb2bbaea0b8334a", + "timestamp": "2021-01-25T19:52:03Z" + }, + { + "version": "2.2101.2518.5310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2518.5310.zip", + "checksum": "c6c89289e830a5d6a13d6e7adb9f682f", + "timestamp": "2021-01-25T18:53:21Z" + }, + { + "version": "2.2101.2517.5338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2517.5338.zip", + "checksum": "92994f7d53beac1528dca32bdc9b249b", + "timestamp": "2021-01-25T17:53:47Z" + }, + { + "version": "2.2101.2516.2525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2516.2525.zip", + "checksum": "df59ad10b383b1e2f31ce4cdd97a2e5f", + "timestamp": "2021-01-25T16:25:43Z" + }, + { + "version": "2.2101.2515.1731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2515.1731.zip", + "checksum": "0e5e816a63dbeba537417b52e9a36412", + "timestamp": "2021-01-25T15:17:39Z" + }, + { + "version": "2.2101.2513.432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2513.0432.zip", + "checksum": "8e5c9ffcc7fc8560a24a99d172697d73", + "timestamp": "2021-01-25T13:04:41Z" + }, + { + "version": "2.2101.2512.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2512.2246.zip", + "checksum": "1844e8b831e37ea8409541478ef270e2", + "timestamp": "2021-01-25T12:22:55Z" + }, + { + "version": "2.2101.2511.3248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2511.3248.zip", + "checksum": "b7571fe1fff9d81dcf5d192eb837a652", + "timestamp": "2021-01-25T11:32:58Z" + }, + { + "version": "2.2101.2504.2749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2504.2749.zip", + "checksum": "494c51c63405589fb0ba0927e21ed383", + "timestamp": "2021-01-25T04:27:57Z" + }, + { + "version": "2.2101.2420.755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2420.0755.zip", + "checksum": "a927f7b178284e511677802efa91a13e", + "timestamp": "2021-01-24T20:08:03Z" + }, + { + "version": "2.2101.2419.3803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2419.3803.zip", + "checksum": "5ac515452f9b9bc8599b5c7f17b3885e", + "timestamp": "2021-01-24T19:38:11Z" + }, + { + "version": "2.2101.2418.2934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2418.2934.zip", + "checksum": "b0842da603af03c5b17302ebd47e9cf6", + "timestamp": "2021-01-24T18:29:42Z" + }, + { + "version": "2.2101.2413.3733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2413.3733.zip", + "checksum": "6c4b477e85b9c42f6bb811ae473f6c3e", + "timestamp": "2021-01-24T13:37:42Z" + }, + { + "version": "2.2101.2410.4003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2410.4003.zip", + "checksum": "37ab7c1044f585683a360193f2f076b7", + "timestamp": "2021-01-24T10:40:11Z" + }, + { + "version": "2.2101.2400.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2400.2410.zip", + "checksum": "8041488ee31f0b523d663f654f7ac0d8", + "timestamp": "2021-01-24T00:24:17Z" + }, + { + "version": "2.2101.2323.5630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2323.5630.zip", + "checksum": "e97e0f8b1fb29af764130bc161a9aefb", + "timestamp": "2021-01-23T23:56:38Z" + }, + { + "version": "2.2101.2323.2605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2323.2605.zip", + "checksum": "f466a5f4e5a12439a694cb30f0acd7d2", + "timestamp": "2021-01-23T23:26:12Z" + }, + { + "version": "2.2101.2321.317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2321.0317.zip", + "checksum": "ec17cd35749f41c4f3a78d4e0d720f53", + "timestamp": "2021-01-23T21:03:24Z" + }, + { + "version": "2.2101.2320.3344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2320.3344.zip", + "checksum": "eb013bd5efed850d945ff9a2f47940d8", + "timestamp": "2021-01-23T20:33:53Z" + }, + { + "version": "2.2101.2320.433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2320.0433.zip", + "checksum": "cbb90272395449ad1cda8f254186726f", + "timestamp": "2021-01-23T20:04:42Z" + }, + { + "version": "2.2101.2314.3813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2314.3813.zip", + "checksum": "e7b2fd958eb56d575d713719c896a925", + "timestamp": "2021-01-23T14:38:20Z" + }, + { + "version": "2.2101.2314.915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2314.0915.zip", + "checksum": "ce8ee19a1cbc3ec177e59a35279fa8df", + "timestamp": "2021-01-23T14:09:24Z" + }, + { + "version": "2.2101.2313.1929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2313.1929.zip", + "checksum": "f0952355edb7cdcceab6479a4d1ab858", + "timestamp": "2021-01-23T13:19:37Z" + }, + { + "version": "2.2101.2223.2151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2223.2151.zip", + "checksum": "5405c9c19a480b8106a54f63bbdfdd1f", + "timestamp": "2021-01-22T23:21:59Z" + }, + { + "version": "2.2101.2222.5344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2222.5344.zip", + "checksum": "fa69f6f277a9e5e1c0ab30f00fc7cbfa", + "timestamp": "2021-01-22T22:53:53Z" + }, + { + "version": "2.2101.2218.226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2218.0226.zip", + "checksum": "d3b4088b8084e447d648fd340647a683", + "timestamp": "2021-01-22T18:02:34Z" + }, + { + "version": "2.2101.2210.1955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2210.1955.zip", + "checksum": "a4048f1673ac737bddbfa10fcaed7b3a", + "timestamp": "2021-01-22T10:20:04Z" + }, + { + "version": "2.2101.2208.1005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2208.1005.zip", + "checksum": "cc26912ce47b6537be031541fa09a04e", + "timestamp": "2021-01-22T08:10:13Z" + }, + { + "version": "2.2101.2201.2000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2201.2000.zip", + "checksum": "33633655d3599348973e149d5918b636", + "timestamp": "2021-01-22T01:20:07Z" + }, + { + "version": "2.2101.2200.5212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2200.5212.zip", + "checksum": "e23f7715cfd34d5099913f0980da62e1", + "timestamp": "2021-01-22T00:52:20Z" + }, + { + "version": "2.2101.2200.2235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2200.2235.zip", + "checksum": "076731188067526629a0bc82a17e6f33", + "timestamp": "2021-01-22T00:22:44Z" + }, + { + "version": "2.2101.2121.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2121.3449.zip", + "checksum": "0f90d0c12dd68165def01e5e3c97cb52", + "timestamp": "2021-01-21T21:34:58Z" + }, + { + "version": "2.2101.2121.707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2121.0707.zip", + "checksum": "9e8ac8b24a34496e299de75c50443564", + "timestamp": "2021-01-21T21:07:15Z" + }, + { + "version": "2.2101.2120.3553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2120.3553.zip", + "checksum": "2f0e8ca522d21de428d3ed3bd9073115", + "timestamp": "2021-01-21T20:36:01Z" + }, + { + "version": "2.2101.2120.631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2120.0631.zip", + "checksum": "96b7a64b8c5fb37689f7a23da1a50e52", + "timestamp": "2021-01-21T20:06:39Z" + }, + { + "version": "2.2101.2118.3128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2118.3128.zip", + "checksum": "3731d2acc9b2f56b0d057ccd680ce71f", + "timestamp": "2021-01-21T18:31:36Z" + }, + { + "version": "2.2101.2118.234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2118.0234.zip", + "checksum": "88ca48fb7d8318b138f12db51f87dd2e", + "timestamp": "2021-01-21T18:02:43Z" + }, + { + "version": "2.2101.2100.3234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2100.3234.zip", + "checksum": "12797e894190167ea33400f98b8b19c6", + "timestamp": "2021-01-21T00:32:43Z" + }, + { + "version": "2.2101.2100.306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2100.0306.zip", + "checksum": "a41a94d869e7e2c39b8c160dcb6e3db9", + "timestamp": "2021-01-21T00:03:14Z" + }, + { + "version": "2.2101.2023.3436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2023.3436.zip", + "checksum": "28663284a9b539561cc36f97d0c199a6", + "timestamp": "2021-01-20T23:34:45Z" + }, + { + "version": "2.2101.2018.2349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2018.2349.zip", + "checksum": "341c782b301a9a5e72044e7200a2b370", + "timestamp": "2021-01-20T18:23:58Z" + }, + { + "version": "2.2101.2017.3330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2017.3330.zip", + "checksum": "fde2a6f2349dcecaa5c3d37cf62cad27", + "timestamp": "2021-01-20T17:33:39Z" + }, + { + "version": "2.2101.2012.5942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2012.5942.zip", + "checksum": "2bf446837be4cf30b11dec6d680a046f", + "timestamp": "2021-01-20T12:59:50Z" + }, + { + "version": "2.2101.2012.308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2012.0308.zip", + "checksum": "78268a944b5941d97777c43d423f09c3", + "timestamp": "2021-01-20T12:03:16Z" + }, + { + "version": "2.2101.2010.3950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2010.3950.zip", + "checksum": "b982401a21dae88e1238c763a0498e79", + "timestamp": "2021-01-20T10:39:58Z" + }, + { + "version": "2.2101.2010.1152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2010.1152.zip", + "checksum": "7b45d4f34cc8c1d7ff9805dd73a07040", + "timestamp": "2021-01-20T10:12:02Z" + }, + { + "version": "2.2101.2007.810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.2007.0810.zip", + "checksum": "d41969fb2737a849b67f7727ab228afa", + "timestamp": "2021-01-20T07:08:19Z" + }, + { + "version": "2.2101.1920.2122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1920.2122.zip", + "checksum": "faa9248f390d9db3904cab125c9498fd", + "timestamp": "2021-01-19T20:21:30Z" + }, + { + "version": "2.2101.1919.4214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1919.4214.zip", + "checksum": "8c1dcc2617fb8bee13a615b73da373a6", + "timestamp": "2021-01-19T19:42:24Z" + }, + { + "version": "2.2101.1917.4956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1917.4956.zip", + "checksum": "dd0d30e277be671975804e340765cacc", + "timestamp": "2021-01-19T17:50:04Z" + }, + { + "version": "2.2101.1815.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1815.4407.zip", + "checksum": "193eed775fddbefce51c3cdadb72cc5a", + "timestamp": "2021-01-18T15:44:14Z" + }, + { + "version": "2.2101.1815.1538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1815.1538.zip", + "checksum": "6411c05a05f54008b0a759de7cbb5c40", + "timestamp": "2021-01-18T15:15:46Z" + }, + { + "version": "2.2101.1813.5443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1813.5443.zip", + "checksum": "2d35a2025d6e880385eefb6baf801d26", + "timestamp": "2021-01-18T13:54:52Z" + }, + { + "version": "2.2101.1800.5325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1800.5325.zip", + "checksum": "e54c72163ec7623dfd6ce7cb0f8124e6", + "timestamp": "2021-01-18T00:53:33Z" + }, + { + "version": "2.2101.1720.2728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1720.2728.zip", + "checksum": "deb30f544f364fe4e0ca7105eeb17202", + "timestamp": "2021-01-17T20:27:37Z" + }, + { + "version": "2.2101.1717.554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1717.0554.zip", + "checksum": "e2c32d85a32e1a77fde0b95cae3bdd80", + "timestamp": "2021-01-17T17:06:02Z" + }, + { + "version": "2.2101.1716.3703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1716.3703.zip", + "checksum": "2fc41bb530d0273d44c7f4b7f0a85195", + "timestamp": "2021-01-17T16:37:11Z" + }, + { + "version": "2.2101.1715.4732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1715.4732.zip", + "checksum": "62e29c42c4fc8790b9a082bb95459cb1", + "timestamp": "2021-01-17T15:47:40Z" + }, + { + "version": "2.2101.1715.1847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1715.1847.zip", + "checksum": "7d0524b377fd3098c9d04384b222cefc", + "timestamp": "2021-01-17T15:18:56Z" + }, + { + "version": "2.2101.1714.1653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1714.1653.zip", + "checksum": "d14b65c0b6985435c4fd12f061c3eaa1", + "timestamp": "2021-01-17T14:17:02Z" + }, + { + "version": "2.2101.1706.3200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1706.3200.zip", + "checksum": "f9a9e182173f3ab975223ce411281964", + "timestamp": "2021-01-17T06:32:09Z" + }, + { + "version": "2.2101.1700.2757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1700.2757.zip", + "checksum": "f258fa7e0825fa623263407f74b74df8", + "timestamp": "2021-01-17T00:28:06Z" + }, + { + "version": "2.2101.1621.5432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1621.5432.zip", + "checksum": "cfa4c816eacac51e1222cd8eb504630c", + "timestamp": "2021-01-16T21:54:42Z" + }, + { + "version": "2.2101.1619.2153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1619.2153.zip", + "checksum": "03fdc8f44233fdce3b8df477edd582d2", + "timestamp": "2021-01-16T19:22:01Z" + }, + { + "version": "2.2101.1618.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1618.5244.zip", + "checksum": "08c45b5940d97c5f0017b8e1dbdd52ca", + "timestamp": "2021-01-16T18:52:52Z" + }, + { + "version": "2.2101.1612.746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1612.0746.zip", + "checksum": "62bb95c8d93acde97a027021ede74d18", + "timestamp": "2021-01-16T12:07:54Z" + }, + { + "version": "2.2101.1610.5004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1610.5004.zip", + "checksum": "ad7389af9a3e14d86cecd566c92f3d6b", + "timestamp": "2021-01-16T10:50:12Z" + }, + { + "version": "2.2101.1522.4019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1522.4019.zip", + "checksum": "352ac6b158ef8db0fc78adf78339c9b3", + "timestamp": "2021-01-15T22:40:27Z" + }, + { + "version": "2.2101.1418.759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1418.0759.zip", + "checksum": "b98223c92fc93b8a13f78f55c96dee31", + "timestamp": "2021-01-14T18:08:08Z" + }, + { + "version": "2.2101.1323.4157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1323.4157.zip", + "checksum": "4b9f313d933c5962f378081c8d999106", + "timestamp": "2021-01-13T23:42:06Z" + }, + { + "version": "2.2101.1320.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1320.3447.zip", + "checksum": "705fad6ce8a074bd12fe5d40349ee7f3", + "timestamp": "2021-01-13T20:34:54Z" + }, + { + "version": "2.2101.1320.613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1320.0613.zip", + "checksum": "6829686f95bd54557246d57e819d26f9", + "timestamp": "2021-01-13T20:06:22Z" + }, + { + "version": "2.2101.1318.4810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1318.4810.zip", + "checksum": "b2ce3dba303a1fd85cc67fe12189d64a", + "timestamp": "2021-01-13T18:48:18Z" + }, + { + "version": "2.2101.1316.4335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1316.4335.zip", + "checksum": "db2876821f904127b3b065d51c634359", + "timestamp": "2021-01-13T16:43:44Z" + }, + { + "version": "2.2101.1308.5619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1308.5619.zip", + "checksum": "68abd01c4766f1a349f92283247f0fba", + "timestamp": "2021-01-13T08:56:26Z" + }, + { + "version": "2.2101.1308.2823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1308.2823.zip", + "checksum": "0e44b861261793033f28b86271dd9299", + "timestamp": "2021-01-13T08:28:32Z" + }, + { + "version": "2.2101.1307.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1307.0011.zip", + "checksum": "51e733a040986cd1c942741306e2be9f", + "timestamp": "2021-01-13T07:00:20Z" + }, + { + "version": "2.2101.1222.2835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1222.2835.zip", + "checksum": "723a46e9f8c0c547b708a258b272cb80", + "timestamp": "2021-01-12T22:28:43Z" + }, + { + "version": "2.2101.1222.46", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1222.0046.zip", + "checksum": "028a8877648df177158b9b64d9ea28c5", + "timestamp": "2021-01-12T22:00:56Z" + }, + { + "version": "2.2101.1215.4024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1215.4024.zip", + "checksum": "b5d42db36a30e75137e7f6a1636e178e", + "timestamp": "2021-01-12T15:40:32Z" + }, + { + "version": "2.2101.1119.1317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1119.1317.zip", + "checksum": "0c376b76945ce41db49d39824787057f", + "timestamp": "2021-01-11T19:13:25Z" + }, + { + "version": "2.2101.1115.5351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1115.5351.zip", + "checksum": "4ab265ec557ab2bf064af691ec36590a", + "timestamp": "2021-01-11T15:54:00Z" + }, + { + "version": "2.2101.1114.5235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1114.5235.zip", + "checksum": "4759ed815417444ecfd3d94ca8a15c3e", + "timestamp": "2021-01-11T14:52:43Z" + }, + { + "version": "2.2101.1114.2417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1114.2417.zip", + "checksum": "d533b53920c257c022e5e3ebfb10d9de", + "timestamp": "2021-01-11T14:24:26Z" + }, + { + "version": "2.2101.1020.1052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1020.1052.zip", + "checksum": "0298bb4af353c3e231bb88829b3759b8", + "timestamp": "2021-01-10T20:11:00Z" + }, + { + "version": "2.2101.1015.4108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1015.4108.zip", + "checksum": "e7f558ee32222f972082a19c059d3596", + "timestamp": "2021-01-10T15:41:17Z" + }, + { + "version": "2.2101.1011.2906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1011.2906.zip", + "checksum": "b4a2f28668110e7e75a3eba2309dbf14", + "timestamp": "2021-01-10T11:29:13Z" + }, + { + "version": "2.2101.1010.5913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1010.5913.zip", + "checksum": "945f46d36432662d013a2189178cf868", + "timestamp": "2021-01-10T10:59:22Z" + }, + { + "version": "2.2101.1009.5839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.1009.5839.zip", + "checksum": "f275de6aadf77bb99cccbb892169f586", + "timestamp": "2021-01-10T09:58:47Z" + }, + { + "version": "2.2101.920.831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0920.0831.zip", + "checksum": "27434df2a63831687f6a6b2ac5c9bcfd", + "timestamp": "2021-01-09T20:08:40Z" + }, + { + "version": "2.2101.918.5952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0918.5952.zip", + "checksum": "f6423cc990d78b65ff02ea84b847ec5d", + "timestamp": "2021-01-09T19:00:00Z" + }, + { + "version": "2.2101.918.2505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0918.2505.zip", + "checksum": "57c1f55637e7aa0c84775ede6feedb63", + "timestamp": "2021-01-09T18:25:13Z" + }, + { + "version": "2.2101.917.229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0917.0229.zip", + "checksum": "cd8c40fac4a74968dd0015c2a4c1cd69", + "timestamp": "2021-01-09T17:02:37Z" + }, + { + "version": "2.2101.915.4813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0915.4813.zip", + "checksum": "ff22f9bb3ed28bb21f8d2263bf4a4567", + "timestamp": "2021-01-09T15:48:21Z" + }, + { + "version": "2.2101.914.2731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0914.2731.zip", + "checksum": "5f55ec544d7c5ea41fabcd795ffe2ace", + "timestamp": "2021-01-09T14:27:39Z" + }, + { + "version": "2.2101.900.804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0900.0804.zip", + "checksum": "297df92490686066f626e39310862922", + "timestamp": "2021-01-09T00:08:13Z" + }, + { + "version": "2.2101.821.2642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0821.2642.zip", + "checksum": "f058f8b544d2bbf6e7861e6bdaa32308", + "timestamp": "2021-01-08T21:26:49Z" + }, + { + "version": "2.2101.820.5653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0820.5653.zip", + "checksum": "4ce3b850b274e9e5644cbd53ca90e50c", + "timestamp": "2021-01-08T20:57:01Z" + }, + { + "version": "2.2101.820.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0820.2753.zip", + "checksum": "d97142185a99bcfbcd3fd244edec4ce6", + "timestamp": "2021-01-08T20:28:02Z" + }, + { + "version": "2.2101.814.1241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0814.1241.zip", + "checksum": "c4ed18867a10790bc8b34a584008c3ac", + "timestamp": "2021-01-08T14:12:49Z" + }, + { + "version": "2.2101.813.1359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0813.1359.zip", + "checksum": "c71c4c90211c262842d887bf83083b3a", + "timestamp": "2021-01-08T13:14:08Z" + }, + { + "version": "2.2101.800.3843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0800.3843.zip", + "checksum": "c32c4bccc4a26e891c417892dd1e5f2d", + "timestamp": "2021-01-08T00:38:52Z" + }, + { + "version": "2.2101.722.1026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0722.1026.zip", + "checksum": "38d7ed5ea38916b68ba90240ce9c2286", + "timestamp": "2021-01-07T22:10:35Z" + }, + { + "version": "2.2101.716.4108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0716.4108.zip", + "checksum": "4bb08db29c2339feb5b638a193ca6a80", + "timestamp": "2021-01-07T16:41:16Z" + }, + { + "version": "2.2101.716.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0716.1309.zip", + "checksum": "9c4ded98f17635a0e975d4c9d715df62", + "timestamp": "2021-01-07T16:13:17Z" + }, + { + "version": "2.2101.715.3518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0715.3518.zip", + "checksum": "ad9dfd0809bf2a30d9964f7c6c9b5a94", + "timestamp": "2021-01-07T15:35:25Z" + }, + { + "version": "2.2101.715.735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0715.0735.zip", + "checksum": "443fe4eb285733721fd19804f2ccc7e0", + "timestamp": "2021-01-07T15:07:43Z" + }, + { + "version": "2.2101.710.2901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0710.2901.zip", + "checksum": "17099fd29929882a9515852bbd2ddf0f", + "timestamp": "2021-01-07T10:29:10Z" + }, + { + "version": "2.2101.709.5854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0709.5854.zip", + "checksum": "4c29dd1d8810aa725768cd0f2209935f", + "timestamp": "2021-01-07T09:59:04Z" + }, + { + "version": "2.2101.709.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0709.2755.zip", + "checksum": "8ae6fba3659cbcf75eb36e1666fb2f07", + "timestamp": "2021-01-07T09:28:05Z" + }, + { + "version": "2.2101.619.5359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0619.5359.zip", + "checksum": "3db956fa0585f81092410e4f405475b4", + "timestamp": "2021-01-06T19:54:07Z" + }, + { + "version": "2.2101.617.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0617.2219.zip", + "checksum": "409eac4e4197d2c03829be4db05af8f4", + "timestamp": "2021-01-06T17:22:31Z" + }, + { + "version": "2.2101.604.3506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0604.3506.zip", + "checksum": "2ff76b03fa12410c8581304faa2c7f4c", + "timestamp": "2021-01-06T04:35:15Z" + }, + { + "version": "2.2101.522.2943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0522.2943.zip", + "checksum": "0e6a36f6d3e64d152720b3d224b06bfe", + "timestamp": "2021-01-05T22:29:50Z" + }, + { + "version": "2.2101.519.4933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0519.4933.zip", + "checksum": "c2ff149abf91b29ad7d9ed31c22dcb39", + "timestamp": "2021-01-05T19:49:41Z" + }, + { + "version": "2.2101.517.5304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0517.5304.zip", + "checksum": "9b5aa0b85666db6ecde918ae6f872217", + "timestamp": "2021-01-05T17:53:11Z" + }, + { + "version": "2.2101.517.2428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0517.2428.zip", + "checksum": "9fa2153baf08b75ae88e63802dbc9fdd", + "timestamp": "2021-01-05T17:24:37Z" + }, + { + "version": "2.2101.511.4142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0511.4142.zip", + "checksum": "f1601078cd290fd787db00aaaea2b21b", + "timestamp": "2021-01-05T11:41:51Z" + }, + { + "version": "2.2101.419.4158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0419.4158.zip", + "checksum": "70604e6f107ce5c500d993d2cf95076e", + "timestamp": "2021-01-04T19:42:07Z" + }, + { + "version": "2.2101.417.3021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0417.3021.zip", + "checksum": "b4f1906aa42f0d25226da11c7dd15a97", + "timestamp": "2021-01-04T17:30:30Z" + }, + { + "version": "2.2101.415.1743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0415.1743.zip", + "checksum": "d3fe7527b93dbf44714d5e784f41bf32", + "timestamp": "2021-01-04T15:17:50Z" + }, + { + "version": "2.2101.414.4916", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0414.4916.zip", + "checksum": "5e1f99a85f2fcb3b9b5b8080a48e7b01", + "timestamp": "2021-01-04T14:49:24Z" + }, + { + "version": "2.2101.412.4510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0412.4510.zip", + "checksum": "75a1db1386a6b5513d658d13dc7f350b", + "timestamp": "2021-01-04T12:45:18Z" + }, + { + "version": "2.2101.412.1831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0412.1831.zip", + "checksum": "b96c9d6d5e88daf858de8fd16efaedf5", + "timestamp": "2021-01-04T12:18:40Z" + }, + { + "version": "2.2101.411.5140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0411.5140.zip", + "checksum": "41563823daa519002730d09062a0a30c", + "timestamp": "2021-01-04T11:51:48Z" + }, + { + "version": "2.2101.411.2124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0411.2124.zip", + "checksum": "78f63855974114b0e00d6dd8490cd6e0", + "timestamp": "2021-01-04T11:21:34Z" + }, + { + "version": "2.2101.317.4908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0317.4908.zip", + "checksum": "fe36d5046e42eec6cb20a2a3340b2d18", + "timestamp": "2021-01-03T17:49:17Z" + }, + { + "version": "2.2101.317.446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0317.0446.zip", + "checksum": "a2815708c8edd3dde4395affa0b28850", + "timestamp": "2021-01-03T17:04:54Z" + }, + { + "version": "2.2101.311.2314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0311.2314.zip", + "checksum": "0ab8ec2e1ecb116e7f0181c0ba7b0208", + "timestamp": "2021-01-03T11:23:23Z" + }, + { + "version": "2.2101.302.3601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0302.3601.zip", + "checksum": "0c06c5b097a15b905f8fe9c78ab2ee10", + "timestamp": "2021-01-03T02:36:10Z" + }, + { + "version": "2.2101.220.5114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0220.5114.zip", + "checksum": "5b689d148d1937aaa01c252884acac7b", + "timestamp": "2021-01-02T20:51:23Z" + }, + { + "version": "2.2101.219.4033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0219.4033.zip", + "checksum": "c2731d7080ee7b568fd09239de0815fe", + "timestamp": "2021-01-02T19:40:41Z" + }, + { + "version": "2.2101.218.4722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0218.4722.zip", + "checksum": "35dfa98ad12e229f2646b71e2a58ce1a", + "timestamp": "2021-01-02T18:47:31Z" + }, + { + "version": "2.2101.212.5948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0212.5948.zip", + "checksum": "e59095dfa14a86153760c143e74526e1", + "timestamp": "2021-01-02T12:59:57Z" + }, + { + "version": "2.2101.211.2553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0211.2553.zip", + "checksum": "fa527df8a404b7eb5d185ad448c166a7", + "timestamp": "2021-01-02T11:26:01Z" + }, + { + "version": "2.2101.210.2400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0210.2400.zip", + "checksum": "09f9a4efa1ac4eeae751f88559d9f8d0", + "timestamp": "2021-01-02T10:24:08Z" + }, + { + "version": "2.2101.207.843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0207.0843.zip", + "checksum": "1cc098a7532adc1e6fc46f53de43d416", + "timestamp": "2021-01-02T07:08:52Z" + }, + { + "version": "2.2101.118.5841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0118.5841.zip", + "checksum": "e6d2ea6d9e98752d3da27cb4eb2c5e37", + "timestamp": "2021-01-01T18:58:49Z" + }, + { + "version": "2.2101.118.1241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0118.1241.zip", + "checksum": "42c01b91f224ddfe8b40a18a81f2be62", + "timestamp": "2021-01-01T18:12:48Z" + }, + { + "version": "2.2101.117.4527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0117.4527.zip", + "checksum": "9f67365d45ca217725692fcd8d1d1d11", + "timestamp": "2021-01-01T17:45:36Z" + }, + { + "version": "2.2101.117.956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0117.0956.zip", + "checksum": "56ef7617c18de6fccc6b152244863500", + "timestamp": "2021-01-01T17:10:08Z" + }, + { + "version": "2.2101.111.4703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0111.4703.zip", + "checksum": "b88ff165a1655daf5741ea67331096a4", + "timestamp": "2021-01-01T11:47:11Z" + }, + { + "version": "2.2101.100.4116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0100.4116.zip", + "checksum": "764cd3e251ada8ad300ed522415d086b", + "timestamp": "2021-01-01T00:41:24Z" + }, + { + "version": "2.2101.100.1403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2101.0100.1403.zip", + "checksum": "2d6930bf8b1a5a1585265d23d213499c", + "timestamp": "2021-01-01T00:14:11Z" + }, + { + "version": "2.2012.3122.5529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3122.5529.zip", + "checksum": "681b8c3e7310ab35964e652126145041", + "timestamp": "2020-12-31T22:55:35Z" + }, + { + "version": "2.2012.3122.2843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3122.2843.zip", + "checksum": "b1a22da52a0be12439ee39684a95a28f", + "timestamp": "2020-12-31T22:28:52Z" + }, + { + "version": "2.2012.3115.159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3115.0159.zip", + "checksum": "e0bf69478f2b61d7f52c0782eb62ee50", + "timestamp": "2020-12-31T15:02:07Z" + }, + { + "version": "2.2012.3114.3437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3114.3437.zip", + "checksum": "675a57ca19515afbb4fb1ef76101643b", + "timestamp": "2020-12-31T14:34:45Z" + }, + { + "version": "2.2012.3113.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3113.4005.zip", + "checksum": "0a080becc3cabefad0d2ecb907823fce", + "timestamp": "2020-12-31T13:40:14Z" + }, + { + "version": "2.2012.3111.3249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3111.3249.zip", + "checksum": "01323ad0bfceccb084cee681a4985b88", + "timestamp": "2020-12-31T11:32:57Z" + }, + { + "version": "2.2012.3107.3301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3107.3301.zip", + "checksum": "d3609328d4c5ea5c70f41ce37e3e9392", + "timestamp": "2020-12-31T07:33:09Z" + }, + { + "version": "2.2012.3107.511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3107.0511.zip", + "checksum": "338e7fb3f4f7a50c946818412e449398", + "timestamp": "2020-12-31T07:05:19Z" + }, + { + "version": "2.2012.3101.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3101.4953.zip", + "checksum": "e5391621f67eb98374dcbad10a8d1838", + "timestamp": "2020-12-31T01:50:01Z" + }, + { + "version": "2.2012.3101.2158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3101.2158.zip", + "checksum": "85c80fe44fff60e97e6b5cc6479d35aa", + "timestamp": "2020-12-31T01:22:06Z" + }, + { + "version": "2.2012.3100.4107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3100.4107.zip", + "checksum": "e8188a3ecf0a2c139a27680fc3ae1aa9", + "timestamp": "2020-12-31T00:41:15Z" + }, + { + "version": "2.2012.3022.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3022.2531.zip", + "checksum": "fac4eda618d11be42a697a54c203299c", + "timestamp": "2020-12-30T22:25:39Z" + }, + { + "version": "2.2012.3021.5855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3021.5855.zip", + "checksum": "c85ce8edebd5d9e1b428736002a8f21e", + "timestamp": "2020-12-30T21:59:03Z" + }, + { + "version": "2.2012.3021.3211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3021.3211.zip", + "checksum": "d3ddf326b55e304cd7cf816b08256a10", + "timestamp": "2020-12-30T21:32:19Z" + }, + { + "version": "2.2012.3017.5419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3017.5419.zip", + "checksum": "6c6cc90c5e8a9a4b585aa95de3bcf2b5", + "timestamp": "2020-12-30T17:54:27Z" + }, + { + "version": "2.2012.3010.427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.3010.0427.zip", + "checksum": "6dcb24469b13ed7ac4992758e2a5bbb8", + "timestamp": "2020-12-30T10:04:35Z" + }, + { + "version": "2.2012.2917.2642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2917.2642.zip", + "checksum": "f1eb764f20c23b2f91040a8655255b61", + "timestamp": "2020-12-29T17:26:49Z" + }, + { + "version": "2.2012.2917.53", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2917.0053.zip", + "checksum": "b00e4612636ad8487dd6f0cd53522021", + "timestamp": "2020-12-29T17:01:01Z" + }, + { + "version": "2.2012.2906.2526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2906.2526.zip", + "checksum": "06af19513ef54d24dfa4df55eb080ded", + "timestamp": "2020-12-29T06:25:34Z" + }, + { + "version": "2.2012.2821.2038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2821.2038.zip", + "checksum": "f0883d48f2cbc86f5eb4d0be57f9c995", + "timestamp": "2020-12-28T21:20:46Z" + }, + { + "version": "2.2012.2820.5405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2820.5405.zip", + "checksum": "120eb865e9196f4eb3326ac8d8336d75", + "timestamp": "2020-12-28T20:54:14Z" + }, + { + "version": "2.2012.2817.3033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2817.3033.zip", + "checksum": "d63a7aaadec373320d6f9ea42e8f4690", + "timestamp": "2020-12-28T17:30:40Z" + }, + { + "version": "2.2012.2816.615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2816.0615.zip", + "checksum": "7d8cc15bb4729066888002f2e91e801c", + "timestamp": "2020-12-28T16:06:25Z" + }, + { + "version": "2.2012.2815.4038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2815.4038.zip", + "checksum": "dec432983395ea62bdffc825eac5782a", + "timestamp": "2020-12-28T15:40:45Z" + }, + { + "version": "2.2012.2815.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2815.1258.zip", + "checksum": "d12cce4d47e4c5db08f0d7bfd94c2a46", + "timestamp": "2020-12-28T15:13:07Z" + }, + { + "version": "2.2012.2810.2803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2810.2803.zip", + "checksum": "ac85636c177fc03d96b93bf59322962d", + "timestamp": "2020-12-28T10:28:12Z" + }, + { + "version": "2.2012.2718.3955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2718.3955.zip", + "checksum": "ef4770817acfcbf489b3180b906152a2", + "timestamp": "2020-12-27T18:40:04Z" + }, + { + "version": "2.2012.2713.5158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2713.5158.zip", + "checksum": "9993ee3797ff7f49caaea34d378cfc98", + "timestamp": "2020-12-27T13:52:07Z" + }, + { + "version": "2.2012.2520.355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2520.0355.zip", + "checksum": "d5777d5d4797e5fe344baa56f832ee63", + "timestamp": "2020-12-25T20:04:04Z" + }, + { + "version": "2.2012.2515.4809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2515.4809.zip", + "checksum": "7228a8e1f442218e09ed121dfd5c5332", + "timestamp": "2020-12-25T15:48:17Z" + }, + { + "version": "2.2012.2513.3708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2513.3708.zip", + "checksum": "d7d0eafa3b5f6aff8916eb37171c1a0a", + "timestamp": "2020-12-25T13:37:16Z" + }, + { + "version": "2.2012.2420.953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2420.0953.zip", + "checksum": "7baf4820c791baed0812eb72e252fc62", + "timestamp": "2020-12-24T20:10:02Z" + }, + { + "version": "2.2012.2418.1211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2418.1211.zip", + "checksum": "3cb3e99e8bacb3284ae7a84e66e1efb0", + "timestamp": "2020-12-24T18:12:20Z" + }, + { + "version": "2.2012.2410.2522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2410.2522.zip", + "checksum": "d86360abfbe774b069b5f630aaa27c2c", + "timestamp": "2020-12-24T10:25:31Z" + }, + { + "version": "2.2012.2405.3610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2405.3610.zip", + "checksum": "ddcec3e8427e634f494e62df15fde13f", + "timestamp": "2020-12-24T05:36:18Z" + }, + { + "version": "2.2012.2319.1741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2319.1741.zip", + "checksum": "42e3bf913237f3cd1dd17e604fe87c18", + "timestamp": "2020-12-23T19:17:49Z" + }, + { + "version": "2.2012.2305.221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2305.0221.zip", + "checksum": "c8870e8dd85f36d7c971dee5a7652b96", + "timestamp": "2020-12-23T05:02:29Z" + }, + { + "version": "2.2012.2304.1437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2304.1437.zip", + "checksum": "72bf1da7a3c5eb3f30c3c3259b2bde42", + "timestamp": "2020-12-23T04:14:44Z" + }, + { + "version": "2.2012.2303.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2303.4537.zip", + "checksum": "6f4facd9bc13e591cf1af8f20f7d69b5", + "timestamp": "2020-12-23T03:45:46Z" + }, + { + "version": "2.2012.2223.1410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2223.1410.zip", + "checksum": "76ad06258e767ee0198ca5991c8d795f", + "timestamp": "2020-12-22T23:14:18Z" + }, + { + "version": "2.2012.2215.1517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2215.1517.zip", + "checksum": "b65e3faabe93a2c59f37d2784102ea0b", + "timestamp": "2020-12-22T15:15:26Z" + }, + { + "version": "2.2012.2212.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2212.4250.zip", + "checksum": "01770a05ee34a804d7f329f68977b331", + "timestamp": "2020-12-22T12:42:59Z" + }, + { + "version": "2.2012.2123.236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2123.0236.zip", + "checksum": "2e0366ee48cae78c81c0cc55b0066c26", + "timestamp": "2020-12-21T23:02:43Z" + }, + { + "version": "2.2012.2122.3455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2122.3455.zip", + "checksum": "0e186276a7fc2f35a6b569949ac252f3", + "timestamp": "2020-12-21T22:35:04Z" + }, + { + "version": "2.2012.2119.5156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2119.5156.zip", + "checksum": "c86e522efbff25ab6c4272a6c4f9c835", + "timestamp": "2020-12-21T19:52:05Z" + }, + { + "version": "2.2012.2119.2540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2119.2540.zip", + "checksum": "b8840f212a3389ac06c2c15a31dbc35d", + "timestamp": "2020-12-21T19:25:48Z" + }, + { + "version": "2.2012.2118.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2118.5924.zip", + "checksum": "eae2a22f917923f8f5872f8f9e672eb1", + "timestamp": "2020-12-21T18:59:33Z" + }, + { + "version": "2.2012.2107.4917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2107.4917.zip", + "checksum": "cf7ab9209d3269b0d49af849269e4a97", + "timestamp": "2020-12-21T07:49:25Z" + }, + { + "version": "2.2012.2100.818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2100.0818.zip", + "checksum": "25fbac98374e0eb05a69c686a0270dd8", + "timestamp": "2020-12-21T00:08:25Z" + }, + { + "version": "2.2012.2023.3915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2023.3915.zip", + "checksum": "50ab1e1ded973a7691ecd05f8914f2bf", + "timestamp": "2020-12-20T23:39:23Z" + }, + { + "version": "2.2012.2013.4923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2013.4923.zip", + "checksum": "1b441e28aefae1d889146eef78b3e076", + "timestamp": "2020-12-20T13:49:31Z" + }, + { + "version": "2.2012.2013.1945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2013.1945.zip", + "checksum": "44ccad51fbac6fe9b8db9d827721047f", + "timestamp": "2020-12-20T13:19:53Z" + }, + { + "version": "2.2012.2009.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2009.4723.zip", + "checksum": "6e720b440f10cc3b80fa25e5b9450a2f", + "timestamp": "2020-12-20T09:47:32Z" + }, + { + "version": "2.2012.2009.1800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2009.1800.zip", + "checksum": "2deba5aa08c268c68281c846c5a47734", + "timestamp": "2020-12-20T09:18:08Z" + }, + { + "version": "2.2012.2000.4301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.2000.4301.zip", + "checksum": "f3effc555dd96278450cbd71b4b2a214", + "timestamp": "2020-12-20T00:43:10Z" + }, + { + "version": "2.2012.1919.4018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1919.4018.zip", + "checksum": "9ccad5e60d24d504936a4f19a5c85227", + "timestamp": "2020-12-19T19:40:27Z" + }, + { + "version": "2.2012.1820.5837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1820.5837.zip", + "checksum": "d6dac83fbc874f0c8cff3b4d28042216", + "timestamp": "2020-12-18T20:58:44Z" + }, + { + "version": "2.2012.1820.3157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1820.3157.zip", + "checksum": "8dfbf6572c27c110b0021639d23d75c6", + "timestamp": "2020-12-18T20:32:06Z" + }, + { + "version": "2.2012.1813.1754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1813.1754.zip", + "checksum": "4b8be73e00a1c03e3f03b2dd3badd5a9", + "timestamp": "2020-12-18T13:18:03Z" + }, + { + "version": "2.2012.1807.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1807.4115.zip", + "checksum": "8d2b53593b62a624f5af303390b7bf7a", + "timestamp": "2020-12-18T07:41:23Z" + }, + { + "version": "2.2012.1722.4747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1722.4747.zip", + "checksum": "f1f514e2f2f1b3442c8ac430b7a5c010", + "timestamp": "2020-12-17T22:47:54Z" + }, + { + "version": "2.2012.1722.2057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1722.2057.zip", + "checksum": "2d8a00f134352d818749f97927f4fe4a", + "timestamp": "2020-12-17T22:21:05Z" + }, + { + "version": "2.2012.1718.3326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1718.3326.zip", + "checksum": "85484659588e2dfa0b9ef444491ce229", + "timestamp": "2020-12-17T18:33:35Z" + }, + { + "version": "2.2012.1717.4224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1717.4224.zip", + "checksum": "5a4576e3d529dd8cbfe43ca64170c49a", + "timestamp": "2020-12-17T17:42:33Z" + }, + { + "version": "2.2012.1717.1530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1717.1530.zip", + "checksum": "adceff859c6d0f8b18cde142a072a2a8", + "timestamp": "2020-12-17T17:15:41Z" + }, + { + "version": "2.2012.1711.1603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1711.1603.zip", + "checksum": "c671d84d0e7244141d9bfe8c53f0b80b", + "timestamp": "2020-12-17T11:16:12Z" + }, + { + "version": "2.2012.1623.1324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1623.1324.zip", + "checksum": "64dd4c153098d8fdcc8fb3ecfde619a4", + "timestamp": "2020-12-16T23:13:32Z" + }, + { + "version": "2.2012.1622.656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1622.0656.zip", + "checksum": "27c8b14fbd3f40b07e3cf49d806ad5e2", + "timestamp": "2020-12-16T22:07:04Z" + }, + { + "version": "2.2012.1621.3850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1621.3850.zip", + "checksum": "3815966ea9bff1c5d074d862c9771be4", + "timestamp": "2020-12-16T21:38:59Z" + }, + { + "version": "2.2012.1620.2934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1620.2934.zip", + "checksum": "59a99996cc3170c390f13b58bf37788e", + "timestamp": "2020-12-16T20:29:42Z" + }, + { + "version": "2.2012.1620.143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1620.0143.zip", + "checksum": "6c8d7ecd2f670d4476fd129a308ea83a", + "timestamp": "2020-12-16T20:01:51Z" + }, + { + "version": "2.2012.1619.2323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1619.2323.zip", + "checksum": "e9553832b454cf7708b7b3177c1f93db", + "timestamp": "2020-12-16T19:23:30Z" + }, + { + "version": "2.2012.1616.4938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1616.4938.zip", + "checksum": "57916999a5e2ef2db3298a22fff29ebe", + "timestamp": "2020-12-16T16:49:47Z" + }, + { + "version": "2.2012.1519.5340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1519.5340.zip", + "checksum": "165f150ed77f0d1ada8a0c972099b66e", + "timestamp": "2020-12-15T19:53:48Z" + }, + { + "version": "2.2012.1512.1357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1512.1357.zip", + "checksum": "558f62172bde6dae32025b380654598a", + "timestamp": "2020-12-15T12:14:05Z" + }, + { + "version": "2.2012.1511.4546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1511.4546.zip", + "checksum": "7f11ce4430437a0500050bd1bf5a81d7", + "timestamp": "2020-12-15T11:45:54Z" + }, + { + "version": "2.2012.1508.3351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1508.3351.zip", + "checksum": "8425f4793033beadb09ba150a11ee364", + "timestamp": "2020-12-15T08:34:00Z" + }, + { + "version": "2.2012.1421.4827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1421.4827.zip", + "checksum": "e65abd9f7567e19f6747f86fa19432ff", + "timestamp": "2020-12-14T21:48:36Z" + }, + { + "version": "2.2012.1420.1401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1420.1401.zip", + "checksum": "b1f00087674832e33b7b312716a4cc00", + "timestamp": "2020-12-14T20:14:09Z" + }, + { + "version": "2.2012.1417.1957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1417.1957.zip", + "checksum": "af03ea8b3cc96361e0bd75306821ecb6", + "timestamp": "2020-12-14T17:20:06Z" + }, + { + "version": "2.2012.1416.3305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1416.3305.zip", + "checksum": "a5d30b81c56381203dd1a1d0a6161eb2", + "timestamp": "2020-12-14T16:33:12Z" + }, + { + "version": "2.2012.1416.536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1416.0536.zip", + "checksum": "32c64331a8231a0ae51807cfd72eb603", + "timestamp": "2020-12-14T16:05:44Z" + }, + { + "version": "2.2012.1415.3825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1415.3825.zip", + "checksum": "249c40d672953790d27d45750d9f975d", + "timestamp": "2020-12-14T15:38:34Z" + }, + { + "version": "2.2012.1412.30", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1412.0030.zip", + "checksum": "d821fcd9d6628e68dd4f483f9c06cbba", + "timestamp": "2020-12-14T12:00:39Z" + }, + { + "version": "2.2012.1405.1435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1405.1435.zip", + "checksum": "b930e09c1ee4807e998e2f10f4362acd", + "timestamp": "2020-12-14T05:14:43Z" + }, + { + "version": "2.2012.1404.834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1404.0834.zip", + "checksum": "9cbcf8f8a1fb535c67bebfc761ad58a4", + "timestamp": "2020-12-14T04:08:42Z" + }, + { + "version": "2.2012.1323.614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1323.0614.zip", + "checksum": "2702356bdf4849515bc4eb8572f1fdeb", + "timestamp": "2020-12-13T23:06:22Z" + }, + { + "version": "2.2012.1322.3730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1322.3730.zip", + "checksum": "e257816fdccada599e3365018ccab367", + "timestamp": "2020-12-13T22:37:37Z" + }, + { + "version": "2.2012.1322.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1322.1057.zip", + "checksum": "7cde25fe5f9b7d3e2eaaac6bfa653b23", + "timestamp": "2020-12-13T22:11:05Z" + }, + { + "version": "2.2012.1319.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1319.3434.zip", + "checksum": "82d9d049bdd9e330e9bd7a4b340a169d", + "timestamp": "2020-12-13T19:34:42Z" + }, + { + "version": "2.2012.1314.1221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1314.1221.zip", + "checksum": "d846689502c1fb7521c26547c50db582", + "timestamp": "2020-12-13T14:12:30Z" + }, + { + "version": "2.2012.1313.4426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1313.4426.zip", + "checksum": "0ad812540de3e8ee8312fe19cfffbd63", + "timestamp": "2020-12-13T13:44:33Z" + }, + { + "version": "2.2012.1313.1638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1313.1638.zip", + "checksum": "68d3572599827f5942441b43b69ded2e", + "timestamp": "2020-12-13T13:16:45Z" + }, + { + "version": "2.2012.1312.4824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1312.4824.zip", + "checksum": "756d19fdfc925d32c27d4b5a40c5e58b", + "timestamp": "2020-12-13T12:48:32Z" + }, + { + "version": "2.2012.1311.2213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1311.2213.zip", + "checksum": "b5cf0390235fb5734cedac6c23355603", + "timestamp": "2020-12-13T11:22:21Z" + }, + { + "version": "2.2012.1218.4448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1218.4448.zip", + "checksum": "123eeb4cc2861c12bd624adaa9926127", + "timestamp": "2020-12-12T18:44:57Z" + }, + { + "version": "2.2012.1122.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1122.4339.zip", + "checksum": "d585992d606038bfb20d0eaaefc7ce4a", + "timestamp": "2020-12-11T22:43:47Z" + }, + { + "version": "2.2012.1121.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1121.5313.zip", + "checksum": "054a987e920a5719b1cc829e41f774b7", + "timestamp": "2020-12-11T21:53:21Z" + }, + { + "version": "2.2012.1115.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1115.5143.zip", + "checksum": "7ff3101f3af59c7d0fce0b210a20b693", + "timestamp": "2020-12-11T15:51:51Z" + }, + { + "version": "2.2012.1115.2433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1115.2433.zip", + "checksum": "a5c37bb5b304d928d5b7d9092abd4f21", + "timestamp": "2020-12-11T15:24:42Z" + }, + { + "version": "2.2012.1109.4646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1109.4646.zip", + "checksum": "9f13ff30440aa949222f375279ccc299", + "timestamp": "2020-12-11T09:46:55Z" + }, + { + "version": "2.2012.1109.1718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1109.1718.zip", + "checksum": "d997f582c012c003098f6e1aa874681c", + "timestamp": "2020-12-11T09:17:26Z" + }, + { + "version": "2.2012.1108.311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1108.0311.zip", + "checksum": "a0bba3c5399d0396e4d461445a7f001a", + "timestamp": "2020-12-11T08:03:18Z" + }, + { + "version": "2.2012.1107.3444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1107.3444.zip", + "checksum": "5da4485413abb44f6c216fd2243f2cd2", + "timestamp": "2020-12-11T07:34:53Z" + }, + { + "version": "2.2012.1104.2709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1104.2709.zip", + "checksum": "6bacc57d3925cb695fddeebe5e3c66da", + "timestamp": "2020-12-11T04:27:18Z" + }, + { + "version": "2.2012.1104.6", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1104.0006.zip", + "checksum": "f8d0228daad2c3bd007daed7ad17590e", + "timestamp": "2020-12-11T04:00:14Z" + }, + { + "version": "2.2012.1103.3257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1103.3257.zip", + "checksum": "df85ebc100f3a49e0a487f6d994a32bf", + "timestamp": "2020-12-11T03:33:06Z" + }, + { + "version": "2.2012.1022.3744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1022.3744.zip", + "checksum": "ae6a4e61f19eaad572509bf884ad8d4b", + "timestamp": "2020-12-10T22:37:52Z" + }, + { + "version": "2.2012.1022.1120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1022.1120.zip", + "checksum": "0064b458f7de421ee1fe5a5408503c5b", + "timestamp": "2020-12-10T22:11:28Z" + }, + { + "version": "2.2012.1021.2417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1021.2417.zip", + "checksum": "38bb45e5f893b6919e0eb7bbf76ea557", + "timestamp": "2020-12-10T21:24:24Z" + }, + { + "version": "2.2012.1020.5616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1020.5616.zip", + "checksum": "b042a7803fb6966eb503861077e9eb5f", + "timestamp": "2020-12-10T20:56:24Z" + }, + { + "version": "2.2012.1013.5918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1013.5918.zip", + "checksum": "079bed28977095606ceec45b9451c438", + "timestamp": "2020-12-10T13:59:26Z" + }, + { + "version": "2.2012.1013.3129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1013.3129.zip", + "checksum": "6c8dea4bfdbc7b4352579500367a2b0a", + "timestamp": "2020-12-10T13:31:37Z" + }, + { + "version": "2.2012.1013.340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.1013.0340.zip", + "checksum": "916136a00de6924e50b80a9499ff6469", + "timestamp": "2020-12-10T13:03:48Z" + }, + { + "version": "2.2012.919.4629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0919.4629.zip", + "checksum": "863292f2a2da34d728c1b5ab690b5500", + "timestamp": "2020-12-09T19:46:37Z" + }, + { + "version": "2.2012.917.1957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0917.1957.zip", + "checksum": "cc2b9968666b3f8c515deeffc4b60aae", + "timestamp": "2020-12-09T17:20:06Z" + }, + { + "version": "2.2012.915.5229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0915.5229.zip", + "checksum": "9e682d3f0d37bae49feebf3f2b2dec2f", + "timestamp": "2020-12-09T15:52:37Z" + }, + { + "version": "2.2012.914.19", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0914.0019.zip", + "checksum": "3bf45439a10bb767f3d161880f549c8c", + "timestamp": "2020-12-09T14:00:30Z" + }, + { + "version": "2.2012.908.629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0908.0629.zip", + "checksum": "6f014727628a444ce791b42964fdeb3d", + "timestamp": "2020-12-09T08:06:36Z" + }, + { + "version": "2.2012.907.3847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0907.3847.zip", + "checksum": "f4340fabdb9561aca77a800342202c47", + "timestamp": "2020-12-09T07:38:56Z" + }, + { + "version": "2.2012.904.2559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0904.2559.zip", + "checksum": "5d604dbe45578b590c113d4081494e5c", + "timestamp": "2020-12-09T04:26:07Z" + }, + { + "version": "2.2012.823.5054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0823.5054.zip", + "checksum": "f0d6189b4265ed0d182269ff8f52db23", + "timestamp": "2020-12-08T23:51:02Z" + }, + { + "version": "2.2012.819.4249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0819.4249.zip", + "checksum": "0655afab019e22bb2bde63936dd8dbd4", + "timestamp": "2020-12-08T19:42:57Z" + }, + { + "version": "2.2012.818.22", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0818.0022.zip", + "checksum": "5b905f0bc463b1e164d95e6a002796bf", + "timestamp": "2020-12-08T18:00:29Z" + }, + { + "version": "2.2012.817.3229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0817.3229.zip", + "checksum": "84380258e64d8ec8aceb2d191d3a2f5d", + "timestamp": "2020-12-08T17:32:38Z" + }, + { + "version": "2.2012.816.3201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0816.3201.zip", + "checksum": "a223f09b218f5205e0ad80f0238d7cd0", + "timestamp": "2020-12-08T16:32:10Z" + }, + { + "version": "2.2012.809.3426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0809.3426.zip", + "checksum": "39c6788dd6c6328d68f270e2f66ef0e0", + "timestamp": "2020-12-08T09:34:34Z" + }, + { + "version": "2.2012.808.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0808.2722.zip", + "checksum": "e5e26a9c95b6dfe98eb3c793db794d6c", + "timestamp": "2020-12-08T08:27:31Z" + }, + { + "version": "2.2012.807.5944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0807.5944.zip", + "checksum": "39e45dd9dd3b4494323c6815ed00b255", + "timestamp": "2020-12-08T07:59:52Z" + }, + { + "version": "2.2012.801.632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0801.0632.zip", + "checksum": "05d52a24d72f55c8f7b588c7c32e5181", + "timestamp": "2020-12-08T01:06:40Z" + }, + { + "version": "2.2012.718.2059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0718.2059.zip", + "checksum": "1d14c70bec07dedfddd57200ee1e598b", + "timestamp": "2020-12-07T18:21:07Z" + }, + { + "version": "2.2012.717.3027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0717.3027.zip", + "checksum": "63d8e044807753440f24079a14f665e7", + "timestamp": "2020-12-07T17:30:34Z" + }, + { + "version": "2.2012.717.315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0717.0315.zip", + "checksum": "5d1341a52c603fffe0aaecd391da389f", + "timestamp": "2020-12-07T17:03:37Z" + }, + { + "version": "2.2012.707.2901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0707.2901.zip", + "checksum": "2218da98f77018060bc59030b632e16d", + "timestamp": "2020-12-07T07:29:10Z" + }, + { + "version": "2.2012.707.221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0707.0221.zip", + "checksum": "16a318f961d7d3c33b19ad7f8fad2dc6", + "timestamp": "2020-12-07T07:02:30Z" + }, + { + "version": "2.2012.615.3215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0615.3215.zip", + "checksum": "3c777c2deda70f9bb9193e4f1f68d18c", + "timestamp": "2020-12-06T15:32:23Z" + }, + { + "version": "2.2012.615.555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0615.0555.zip", + "checksum": "a1066d1d16769cd42c5da0ee35fb5477", + "timestamp": "2020-12-06T15:06:03Z" + }, + { + "version": "2.2012.607.2910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0607.2910.zip", + "checksum": "4a557a1c51d3a2c809951ef06a733e96", + "timestamp": "2020-12-06T07:29:19Z" + }, + { + "version": "2.2012.601.3246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0601.3246.zip", + "checksum": "2a7137f6dedb65c569b80ea1ff174298", + "timestamp": "2020-12-06T01:32:54Z" + }, + { + "version": "2.2012.601.558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0601.0558.zip", + "checksum": "b8359bd2265194d152a8f7fd3961230a", + "timestamp": "2020-12-06T01:06:06Z" + }, + { + "version": "2.2012.600.3923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0600.3923.zip", + "checksum": "2c505d00f99f4b55ed5d04f9820989df", + "timestamp": "2020-12-06T00:39:31Z" + }, + { + "version": "2.2012.519.4905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_2.2012.0519.4905.zip", + "checksum": "46f32321f3e552f32f941c97fe656655", + "timestamp": "2020-12-05T19:49:13Z" + }, + { + "version": "1.2011.2301.417", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2301.0417.zip", + "checksum": "086f3d955f2768a398961a9b314234e8", + "timestamp": "2020-11-23T01:04:25Z" + }, + { + "version": "1.2011.2219.3729", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2219.3729.zip", + "checksum": "7c1e7237abfc11db860812e9ecc6dc21", + "timestamp": "2020-11-22T19:37:36Z" + }, + { + "version": "1.2011.2219.1042", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2219.1042.zip", + "checksum": "45232cf99eccdb6db3d9225a6282c16b", + "timestamp": "2020-11-22T19:10:50Z" + }, + { + "version": "1.2011.2218.2914", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2218.2914.zip", + "checksum": "b2b97491df1222fb6227847bc2b4f7cd", + "timestamp": "2020-11-22T18:29:22Z" + }, + { + "version": "1.2011.2217.5510", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2217.5510.zip", + "checksum": "484bf432a8648f7072e742bf09cdfc5a", + "timestamp": "2020-11-22T17:55:17Z" + }, + { + "version": "1.2011.2215.5250", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2215.5250.zip", + "checksum": "040d0b3cdd5c26dfd9963d511efd3242", + "timestamp": "2020-11-22T15:52:57Z" + }, + { + "version": "1.2011.2214.5933", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2214.5933.zip", + "checksum": "ab1b5e49dd6a7c4dc5fbef18949329c8", + "timestamp": "2020-11-22T14:59:40Z" + }, + { + "version": "1.2011.2210.2827", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2210.2827.zip", + "checksum": "7ff55a378c6a96408278dcef7d4bbc64", + "timestamp": "2020-11-22T10:28:35Z" + }, + { + "version": "1.2011.2208.2013", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2208.2013.zip", + "checksum": "8ab58ff171700e5aedabd00761f82da5", + "timestamp": "2020-11-22T08:20:20Z" + }, + { + "version": "1.2011.2207.5426", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2207.5426.zip", + "checksum": "2e4c794a9f0059a4a6ca11e54397d2b3", + "timestamp": "2020-11-22T07:54:33Z" + }, + { + "version": "1.2011.2207.42", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2207.0042.zip", + "checksum": "c15a28e9eba26d46911bd144c57f4385", + "timestamp": "2020-11-22T07:00:49Z" + }, + { + "version": "1.2011.2206.3556", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/cover-art-archive/cover-art-archive_1.2011.2206.3556.zip", + "checksum": "c072dbe025ca226f9b2883977d038cce", + "timestamp": "2020-11-22T06:36:04Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "cfa0f7f4-4155-4d71-849b-d6598dc4c5bb", + "name": "Email", + "description": "Send SMTP email notifications", + "overview": "Send SMTP email notifications", + "owner": "jellyfin", + "category": "Notifications", + "versions": [ + { + "version": "9.2106.2121.3353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.2121.3353.zip", + "checksum": "a6bb04d63c9c114b72dce7dd6fc14441", + "timestamp": "2021-06-21T21:34:05Z" + }, + { + "version": "9.2106.2114.1233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.2114.1233.zip", + "checksum": "cb2b01d9e9da8e4aebad5346edf54b6d", + "timestamp": "2021-06-21T14:12:44Z" + }, + { + "version": "9.2106.2107.1332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.2107.1332.zip", + "checksum": "da077cd83d1e8bda9890b2f18dfc364b", + "timestamp": "2021-06-21T07:13:41Z" + }, + { + "version": "9.2106.1823.0843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1823.0843.zip", + "checksum": "dada3f6d3dd2e707d426bc622144a32e", + "timestamp": "2021-06-18T23:08:52Z" + }, + { + "version": "9.2106.1815.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1815.5430.zip", + "checksum": "e0c2c51dc3a6b85bd91c94ea9dccd7cb", + "timestamp": "2021-06-18T15:54:39Z" + }, + { + "version": "9.2106.1810.3318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1810.3318.zip", + "checksum": "818935cb9b96a1e1ade5f548792b4cee", + "timestamp": "2021-06-18T10:33:27Z" + }, + { + "version": "9.2106.1602.5106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1602.5106.zip", + "checksum": "4d5f49a3e4a136abb30db904a71142bf", + "timestamp": "2021-06-16T02:51:15Z" + }, + { + "version": "9.2106.1514.3816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1514.3816.zip", + "checksum": "efd12db7aeaad0c6744b34c1c8c5021f", + "timestamp": "2021-06-15T14:38:24Z" + }, + { + "version": "9.2106.1514.1019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1514.1019.zip", + "checksum": "5190990b920d1872c9a1cc52d7bc4e9d", + "timestamp": "2021-06-15T14:10:29Z" + }, + { + "version": "9.2106.1504.0024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1504.0024.zip", + "checksum": "441f9991d4c58678747238b54096aa25", + "timestamp": "2021-06-15T04:00:32Z" + }, + { + "version": "9.2106.1422.2128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1422.2128.zip", + "checksum": "fd1ce05202be69e2175e1d94b4e79b3d", + "timestamp": "2021-06-14T22:21:36Z" + }, + { + "version": "9.2106.1421.5809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1421.5809.zip", + "checksum": "98fcfae07aa3e0da37f5fb4869ac8b9a", + "timestamp": "2021-06-14T21:58:18Z" + }, + { + "version": "9.2106.1417.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1417.5517.zip", + "checksum": "da9a58be7bfde2e87adddeed9276a3a9", + "timestamp": "2021-06-14T17:55:27Z" + }, + { + "version": "9.2106.1315.3013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1315.3013.zip", + "checksum": "743652771b0d30b54ec981bde30551f8", + "timestamp": "2021-06-13T15:30:22Z" + }, + { + "version": "9.2106.1313.3001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1313.3001.zip", + "checksum": "514abd86f67f9a291b27aa73998f1881", + "timestamp": "2021-06-13T13:30:12Z" + }, + { + "version": "9.2106.1306.4248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1306.4248.zip", + "checksum": "9efbf9260817b341a77eb02151850519", + "timestamp": "2021-06-13T06:42:57Z" + }, + { + "version": "9.2106.1306.2017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1306.2017.zip", + "checksum": "84696d9bc116fb3d136fe4ef8073456c", + "timestamp": "2021-06-13T06:20:26Z" + }, + { + "version": "9.2106.1215.2621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1215.2621.zip", + "checksum": "3bdb0b0d865b07b027a453c1efcc78f6", + "timestamp": "2021-06-12T15:26:30Z" + }, + { + "version": "9.2106.1206.5726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1206.5726.zip", + "checksum": "0256231f8e471e445c4eb56fa00085c8", + "timestamp": "2021-06-12T06:57:35Z" + }, + { + "version": "9.2106.1206.3540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1206.3540.zip", + "checksum": "4f541f7e71a99f9bbd89b928b7ba7a7b", + "timestamp": "2021-06-12T06:35:49Z" + }, + { + "version": "9.2106.1123.4432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1123.4432.zip", + "checksum": "b7b3a0c2bea7601974aa78c418c39f42", + "timestamp": "2021-06-11T23:44:40Z" + }, + { + "version": "9.2106.1123.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1123.1728.zip", + "checksum": "75c9cf60db9e7497e7195f8e34dfe598", + "timestamp": "2021-06-11T23:17:37Z" + }, + { + "version": "9.2106.1122.4712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1122.4712.zip", + "checksum": "435023b2c8b33393f03457bd712ff42f", + "timestamp": "2021-06-11T22:47:21Z" + }, + { + "version": "9.2106.1114.3551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1114.3551.zip", + "checksum": "d7f52fd8e979340a8c578392c70c7010", + "timestamp": "2021-06-11T14:36:01Z" + }, + { + "version": "9.2106.1114.0635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1114.0635.zip", + "checksum": "7a776cb341d65e9cb7f073e264d6fed1", + "timestamp": "2021-06-11T14:06:44Z" + }, + { + "version": "9.2106.1113.4342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1113.4342.zip", + "checksum": "9fdd05db24407d76fd68fa2b9dbdb7d4", + "timestamp": "2021-06-11T13:43:51Z" + }, + { + "version": "9.2106.1113.1050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1113.1050.zip", + "checksum": "efd53339bce5ae554f82eee615c12a85", + "timestamp": "2021-06-11T13:10:59Z" + }, + { + "version": "9.2106.1112.4805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1112.4805.zip", + "checksum": "de2c359fe70d7ff726ad6a36492c4219", + "timestamp": "2021-06-11T12:48:14Z" + }, + { + "version": "9.2106.1108.1922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1108.1922.zip", + "checksum": "a166376dd0775adf42d8362a1b6c1d74", + "timestamp": "2021-06-11T08:19:31Z" + }, + { + "version": "9.2106.1106.0754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1106.0754.zip", + "checksum": "9430f8b01d3f6572c8db9d94812ecb3b", + "timestamp": "2021-06-11T06:08:04Z" + }, + { + "version": "9.2106.1105.4431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1105.4431.zip", + "checksum": "dc9f114606127be9e1b4aca981c22f2b", + "timestamp": "2021-06-11T05:44:39Z" + }, + { + "version": "9.2106.1105.1518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1105.1518.zip", + "checksum": "86fd539aaaf614c2e6d791206f168107", + "timestamp": "2021-06-11T05:15:26Z" + }, + { + "version": "9.2106.1021.1327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1021.1327.zip", + "checksum": "e19d523db8af2a2f2c863a5f203af7cb", + "timestamp": "2021-06-10T21:13:36Z" + }, + { + "version": "9.2106.1015.1403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.1015.1403.zip", + "checksum": "5db05f052d8dabf0ddbc0bce6f2a40e4", + "timestamp": "2021-06-10T15:14:13Z" + }, + { + "version": "9.2106.0914.5606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0914.5606.zip", + "checksum": "4975ee70086e506e3bf0c58e30454a5b", + "timestamp": "2021-06-09T14:56:15Z" + }, + { + "version": "9.2106.0912.5935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0912.5935.zip", + "checksum": "4e300446787a2fb0ec931a875d9019ce", + "timestamp": "2021-06-09T12:59:45Z" + }, + { + "version": "9.2106.0908.4921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0908.4921.zip", + "checksum": "5bd4ac4fd66f33b6a6bbc9f4eb107c6c", + "timestamp": "2021-06-09T08:49:31Z" + }, + { + "version": "9.2106.0814.2832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0814.2832.zip", + "checksum": "6ddfb99c8eb13fa840990b8ec82e9ac2", + "timestamp": "2021-06-08T14:28:41Z" + }, + { + "version": "9.2106.0722.0048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0722.0048.zip", + "checksum": "4d5f789d77d899d07ee77b48bb2a0282", + "timestamp": "2021-06-07T22:00:57Z" + }, + { + "version": "9.2106.0721.3231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0721.3231.zip", + "checksum": "dc969cfd37f8eaa731b7d1425d77a9ce", + "timestamp": "2021-06-07T21:32:40Z" + }, + { + "version": "9.2106.0713.5133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0713.5133.zip", + "checksum": "f529de18d947fd4892cfd5b8bccb695b", + "timestamp": "2021-06-07T13:51:43Z" + }, + { + "version": "9.2106.0708.3853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0708.3853.zip", + "checksum": "28ec8066d2aff9616b63a07ce2369031", + "timestamp": "2021-06-07T08:39:02Z" + }, + { + "version": "9.2106.0708.0321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0708.0321.zip", + "checksum": "dd59b6ad8476b08931de6c3c2c1d87c6", + "timestamp": "2021-06-07T08:03:30Z" + }, + { + "version": "9.2106.0618.3623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0618.3623.zip", + "checksum": "28f603b5ad81d961f6f49e1fb87a42f3", + "timestamp": "2021-06-06T18:36:32Z" + }, + { + "version": "9.2106.0615.4031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0615.4031.zip", + "checksum": "0dad7261e0cccd7da3ee2f56cf3975c4", + "timestamp": "2021-06-06T15:40:40Z" + }, + { + "version": "9.2106.0413.0145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0413.0145.zip", + "checksum": "fe9f0853d4f768dfeb01a8ada9b45a96", + "timestamp": "2021-06-04T13:01:55Z" + }, + { + "version": "9.2106.0314.4915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0314.4915.zip", + "checksum": "5baa25152a828e55a2cf3bba93df54ee", + "timestamp": "2021-06-03T14:49:25Z" + }, + { + "version": "9.2106.0302.3157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0302.3157.zip", + "checksum": "084cd315468cd2f5f36bc545e9b4ddec", + "timestamp": "2021-06-03T02:32:07Z" + }, + { + "version": "9.2106.0121.1704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2106.0121.1704.zip", + "checksum": "cfcd8be2ac1f71776ee3a94c08e1d769", + "timestamp": "2021-06-01T21:17:13Z" + }, + { + "version": "9.2105.3023.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.3023.2418.zip", + "checksum": "dc0498b2faf4c29b97cb418434147d35", + "timestamp": "2021-05-30T23:24:27Z" + }, + { + "version": "9.2105.3018.1355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.3018.1355.zip", + "checksum": "7d7bfc0d2c42859c72b3cdf6a803a349", + "timestamp": "2021-05-30T18:14:05Z" + }, + { + "version": "9.2105.3008.3526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.3008.3526.zip", + "checksum": "4e175a2a909310cd28b795208391f10b", + "timestamp": "2021-05-30T08:35:35Z" + }, + { + "version": "9.2105.2711.3659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2711.3659.zip", + "checksum": "235e34f9060d4448a6cc94aa6ef8bff2", + "timestamp": "2021-05-27T11:37:15Z" + }, + { + "version": "9.2105.2708.4554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2708.4554.zip", + "checksum": "cf7380256c8eecd06f20a26ff9f55a06", + "timestamp": "2021-05-27T08:46:05Z" + }, + { + "version": "9.2105.2706.1255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2706.1255.zip", + "checksum": "f101fe15670ad51eb8079bf13d216a0b", + "timestamp": "2021-05-27T06:13:05Z" + }, + { + "version": "9.2105.2705.4527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2705.4527.zip", + "checksum": "cb9cf79d1538ce7edde51530d4cbcbab", + "timestamp": "2021-05-27T05:45:36Z" + }, + { + "version": "9.2105.2620.3155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2620.3155.zip", + "checksum": "1c645216bbfe0e95af03de8b6eca5f5d", + "timestamp": "2021-05-26T20:32:04Z" + }, + { + "version": "9.2105.2620.0917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2620.0917.zip", + "checksum": "d9d8bb7f9665e9979efefd1fd8951cdb", + "timestamp": "2021-05-26T20:09:26Z" + }, + { + "version": "9.2105.2619.4048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2619.4048.zip", + "checksum": "a14da6aca5150297eb587939673b2f70", + "timestamp": "2021-05-26T19:40:56Z" + }, + { + "version": "9.2105.2619.1829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2619.1829.zip", + "checksum": "bb7304836f130ce1e593a6965d4ef150", + "timestamp": "2021-05-26T19:18:38Z" + }, + { + "version": "9.2105.2617.3455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2617.3455.zip", + "checksum": "11e2264ae229ad3eb3a0f9271a152712", + "timestamp": "2021-05-26T17:35:05Z" + }, + { + "version": "9.2105.2615.4026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2615.4026.zip", + "checksum": "2ee72ee870fe42d66f98f79190056433", + "timestamp": "2021-05-26T15:40:35Z" + }, + { + "version": "9.2105.2418.5925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2418.5925.zip", + "checksum": "8fec89b0cd91cdbbd01a2b5bea5e4bad", + "timestamp": "2021-05-24T18:59:36Z" + }, + { + "version": "9.2105.2417.4951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2417.4951.zip", + "checksum": "c15c4a4e51770a5f5e524743b18e846f", + "timestamp": "2021-05-24T17:50:02Z" + }, + { + "version": "9.2105.2412.1436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2412.1436.zip", + "checksum": "c608e0bd5d43af23c15973e14ce87103", + "timestamp": "2021-05-24T12:14:45Z" + }, + { + "version": "9.2105.2407.1849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2407.1849.zip", + "checksum": "5b9fd3b0962789a70a1c81c0dd9911bc", + "timestamp": "2021-05-24T07:18:58Z" + }, + { + "version": "9.2105.2406.5158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2406.5158.zip", + "checksum": "58c9d5f511aef71546139dc6cf1cb925", + "timestamp": "2021-05-24T06:52:08Z" + }, + { + "version": "9.2105.2304.4945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2304.4945.zip", + "checksum": "0f802b448d950c0f9d6732ea7815df55", + "timestamp": "2021-05-23T04:49:55Z" + }, + { + "version": "9.2105.2121.3957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2121.3957.zip", + "checksum": "facf478dd5778e96f2a313feb7adabdb", + "timestamp": "2021-05-21T21:40:07Z" + }, + { + "version": "9.2105.2118.5340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2118.5340.zip", + "checksum": "61c89c468230e496b1ba85c8e1044e01", + "timestamp": "2021-05-21T18:53:49Z" + }, + { + "version": "9.2105.2116.3026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2116.3026.zip", + "checksum": "d491f27f6ddeaab569ea97571e6a020d", + "timestamp": "2021-05-21T16:30:35Z" + }, + { + "version": "9.2105.2112.5522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2112.5522.zip", + "checksum": "cfdb7f81b155dc4ff8ae9a1163e57bb8", + "timestamp": "2021-05-21T12:55:31Z" + }, + { + "version": "9.2105.2112.2255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2112.2255.zip", + "checksum": "1ec1de3970481132546c149a1a98cfbc", + "timestamp": "2021-05-21T12:23:04Z" + }, + { + "version": "9.2105.2111.5526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2111.5526.zip", + "checksum": "2ebe6af7c06851099aa15f38ca62a9ee", + "timestamp": "2021-05-21T11:55:34Z" + }, + { + "version": "9.2105.2111.2826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2111.2826.zip", + "checksum": "f1353e70e62f2d82e7371954baf941d4", + "timestamp": "2021-05-21T11:28:36Z" + }, + { + "version": "9.2105.2104.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2104.5143.zip", + "checksum": "8bd86d784486b39c38e0362f78fc5264", + "timestamp": "2021-05-21T04:51:52Z" + }, + { + "version": "9.2105.2023.5232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2023.5232.zip", + "checksum": "755eca5fa4b4d86a884aaa1185247237", + "timestamp": "2021-05-20T23:52:40Z" + }, + { + "version": "9.2105.2021.0532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.2021.0532.zip", + "checksum": "615e3a1dbe1dac69d4aeedda22564b84", + "timestamp": "2021-05-20T21:05:41Z" + }, + { + "version": "9.2105.1920.5647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1920.5647.zip", + "checksum": "1c300a6fd95b87d8684f907d638a7ba6", + "timestamp": "2021-05-19T20:56:56Z" + }, + { + "version": "9.2105.1821.0458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1821.0458.zip", + "checksum": "c4eb276793e3d6ad2fe563bed1884559", + "timestamp": "2021-05-18T21:05:08Z" + }, + { + "version": "9.2105.1819.4549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1819.4549.zip", + "checksum": "604cb2b1b7c30180435b7afe3f45bbdc", + "timestamp": "2021-05-18T19:45:57Z" + }, + { + "version": "9.2105.1818.5011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1818.5011.zip", + "checksum": "b31912e238731f7065aa41421066762b", + "timestamp": "2021-05-18T18:50:22Z" + }, + { + "version": "9.2105.1811.5050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1811.5050.zip", + "checksum": "a07f9f153029043a5a667d821b2d8ede", + "timestamp": "2021-05-18T11:50:59Z" + }, + { + "version": "9.2105.1806.1749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1806.1749.zip", + "checksum": "243b39658bc13215efdf58c26a90a854", + "timestamp": "2021-05-18T06:17:58Z" + }, + { + "version": "9.2105.1722.3012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1722.3012.zip", + "checksum": "4c6305eced822f44133cf2c6a4c35673", + "timestamp": "2021-05-17T22:30:22Z" + }, + { + "version": "9.2105.1717.0924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1717.0924.zip", + "checksum": "93c5ff5c3945512b7a4f1c08b52ccc8c", + "timestamp": "2021-05-17T17:09:32Z" + }, + { + "version": "9.2105.1716.4144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1716.4144.zip", + "checksum": "8a9c06ffc95baa26364b43c86d8dcc51", + "timestamp": "2021-05-17T16:41:54Z" + }, + { + "version": "9.2105.1619.0531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1619.0531.zip", + "checksum": "6acb681919e5812ddf03b267f0835395", + "timestamp": "2021-05-16T19:05:40Z" + }, + { + "version": "9.2105.1612.2348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1612.2348.zip", + "checksum": "8e2af0e55a818742121d365651707d26", + "timestamp": "2021-05-16T12:23:57Z" + }, + { + "version": "9.2105.1610.2322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1610.2322.zip", + "checksum": "d09c1372697270cbf06da03ee686e0b9", + "timestamp": "2021-05-16T10:23:31Z" + }, + { + "version": "9.2105.1521.2203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1521.2203.zip", + "checksum": "5779acf74402852f58a8ac9d0a7ba876", + "timestamp": "2021-05-15T21:22:12Z" + }, + { + "version": "9.2105.1514.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1514.4927.zip", + "checksum": "eab570496aefaa5bc3a90a47adca14af", + "timestamp": "2021-05-15T14:49:36Z" + }, + { + "version": "9.2105.1308.5645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1308.5645.zip", + "checksum": "488073ad28c952b8a06a955de4303d3c", + "timestamp": "2021-05-13T08:56:55Z" + }, + { + "version": "9.2105.1114.1644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1114.1644.zip", + "checksum": "fed173ad7ca4f1526467965078a4c9c9", + "timestamp": "2021-05-11T14:16:53Z" + }, + { + "version": "9.2105.1113.4437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1113.4437.zip", + "checksum": "b8cf4168a4054d11f2bf7c7449b692fb", + "timestamp": "2021-05-11T13:44:45Z" + }, + { + "version": "9.2105.1113.1712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1113.1712.zip", + "checksum": "b00c0c12a779cf1f6482ad9491e15a33", + "timestamp": "2021-05-11T13:17:20Z" + }, + { + "version": "9.2105.1112.4857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1112.4857.zip", + "checksum": "e668486325cca754793680dbf3160827", + "timestamp": "2021-05-11T12:49:07Z" + }, + { + "version": "9.2105.1112.2046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1112.2046.zip", + "checksum": "c65b4af05976079b03533153ed528106", + "timestamp": "2021-05-11T12:20:54Z" + }, + { + "version": "9.2105.1022.3052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1022.3052.zip", + "checksum": "0e68048af6343f16bfba4ed0dcc0dd8f", + "timestamp": "2021-05-10T22:31:07Z" + }, + { + "version": "9.2105.1021.5711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1021.5711.zip", + "checksum": "db18e1a90cc29878afd9cbf15dd18282", + "timestamp": "2021-05-10T21:57:30Z" + }, + { + "version": "9.2105.1021.2444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1021.2444.zip", + "checksum": "b3d3f7697a29969c9434461eb0065a89", + "timestamp": "2021-05-10T21:24:53Z" + }, + { + "version": "9.2105.1020.5439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1020.5439.zip", + "checksum": "e4aab46cc546f60691e28ffa2056086e", + "timestamp": "2021-05-10T20:54:49Z" + }, + { + "version": "9.2105.1015.5520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.1015.5520.zip", + "checksum": "004f57fb120605ac311643acc4cd67e0", + "timestamp": "2021-05-10T15:55:29Z" + }, + { + "version": "9.2105.0720.3133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0720.3133.zip", + "checksum": "5f1b38982c9aa5d254108594e54208c1", + "timestamp": "2021-05-07T20:31:52Z" + }, + { + "version": "9.2105.0713.4158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0713.4158.zip", + "checksum": "b3502793649ef33e4b29c874537d8418", + "timestamp": "2021-05-07T13:42:12Z" + }, + { + "version": "9.2105.0712.3411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0712.3411.zip", + "checksum": "e61d62a8badfaddc41466aac906eab69", + "timestamp": "2021-05-07T12:34:19Z" + }, + { + "version": "9.2105.0706.1628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0706.1628.zip", + "checksum": "325f6fea1fea1b18cb21cbb04d80e28e", + "timestamp": "2021-05-07T06:16:36Z" + }, + { + "version": "9.2105.0621.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0621.5943.zip", + "checksum": "882cfe0abdf49c346eb3f01f66404f17", + "timestamp": "2021-05-06T21:59:51Z" + }, + { + "version": "9.2105.0621.3155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0621.3155.zip", + "checksum": "481c1d52e915406e91b9d57b802e59d4", + "timestamp": "2021-05-06T21:32:05Z" + }, + { + "version": "9.2105.0616.0411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0616.0411.zip", + "checksum": "d6258cd2c86ba21a987d119b3b28cfc8", + "timestamp": "2021-05-06T16:04:20Z" + }, + { + "version": "9.2105.0615.3541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0615.3541.zip", + "checksum": "7545cbaec7656088308df14ffc7a4f64", + "timestamp": "2021-05-06T15:35:51Z" + }, + { + "version": "9.2105.0517.4610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0517.4610.zip", + "checksum": "260e5869f493e0a1ed44c10be1a0f8b2", + "timestamp": "2021-05-05T17:46:19Z" + }, + { + "version": "9.2105.0515.4541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0515.4541.zip", + "checksum": "92243db06f589d617cfeed50b1bc5697", + "timestamp": "2021-05-05T15:45:49Z" + }, + { + "version": "9.2105.0512.5118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0512.5118.zip", + "checksum": "4dc40903bc7f6dd219a2ee024893bf78", + "timestamp": "2021-05-05T12:51:26Z" + }, + { + "version": "9.2105.0511.5328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0511.5328.zip", + "checksum": "46a82295acd69b195da965381eb3c5ff", + "timestamp": "2021-05-05T11:53:38Z" + }, + { + "version": "9.2105.0508.0034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0508.0034.zip", + "checksum": "afb398b6c7794a254fbc1be97a7f91ff", + "timestamp": "2021-05-05T08:00:42Z" + }, + { + "version": "9.2105.0504.4644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0504.4644.zip", + "checksum": "0979f627858cfbfcbfee8cd3273ef6e8", + "timestamp": "2021-05-05T04:46:52Z" + }, + { + "version": "9.2105.0504.1929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0504.1929.zip", + "checksum": "2ad6f04583e914eb21ffb3e640c15bc6", + "timestamp": "2021-05-05T04:19:38Z" + }, + { + "version": "9.2105.0502.2627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0502.2627.zip", + "checksum": "a141f722c775175ad6667f5cd09e4ed4", + "timestamp": "2021-05-05T02:26:36Z" + }, + { + "version": "9.2105.0501.4152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0501.4152.zip", + "checksum": "b6b315adf6a63f14ff0e540f2388d64b", + "timestamp": "2021-05-05T01:42:02Z" + }, + { + "version": "9.2105.0423.0453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0423.0453.zip", + "checksum": "c938017e5736813cfdd0cac34fbd364d", + "timestamp": "2021-05-04T23:05:04Z" + }, + { + "version": "9.2105.0418.1405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0418.1405.zip", + "checksum": "c97d5af4a892785d37a5a46111a20f86", + "timestamp": "2021-05-04T18:14:15Z" + }, + { + "version": "9.2105.0417.3651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0417.3651.zip", + "checksum": "cb0c6ddc6c38aebe560b48dd5694e980", + "timestamp": "2021-05-04T17:37:00Z" + }, + { + "version": "9.2105.0416.1129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0416.1129.zip", + "checksum": "7493d1fb3d1c3c223c4f03aab8e6f2cf", + "timestamp": "2021-05-04T16:11:38Z" + }, + { + "version": "9.2105.0415.4846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0415.4846.zip", + "checksum": "81fed20a5ee10b81fc63e401ed10a0a4", + "timestamp": "2021-05-04T15:48:54Z" + }, + { + "version": "9.2105.0415.2637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0415.2637.zip", + "checksum": "b98301a2499e8a4a7c5e3b896135e002", + "timestamp": "2021-05-04T15:26:46Z" + }, + { + "version": "9.2105.0409.1904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0409.1904.zip", + "checksum": "fe6fc133224d57e9972108d0c9bf8e71", + "timestamp": "2021-05-04T09:19:13Z" + }, + { + "version": "9.2105.0405.3305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0405.3305.zip", + "checksum": "f22bfbd976e8d0a0b65997a0bbc8d323", + "timestamp": "2021-05-04T05:33:14Z" + }, + { + "version": "9.2105.0405.1032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0405.1032.zip", + "checksum": "dd13d278b9a176976d70333906a50b21", + "timestamp": "2021-05-04T05:10:42Z" + }, + { + "version": "9.2105.0322.2934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0322.2934.zip", + "checksum": "c4cd84e76fd3ee4cf06869b28859bbd9", + "timestamp": "2021-05-03T22:29:43Z" + }, + { + "version": "9.2105.0322.0731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0322.0731.zip", + "checksum": "2c8a480e0f226542e49044d098334c06", + "timestamp": "2021-05-03T22:07:40Z" + }, + { + "version": "9.2105.0315.5416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0315.5416.zip", + "checksum": "85e283a9f8e8ea7ddfb22ab01526d279", + "timestamp": "2021-05-03T15:54:25Z" + }, + { + "version": "9.2105.0308.1433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0308.1433.zip", + "checksum": "596d323be246ac7f081fae994e512c5c", + "timestamp": "2021-05-03T08:14:42Z" + }, + { + "version": "9.2105.0221.1806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0221.1806.zip", + "checksum": "e6b2bcef5be3fed34026f542481b30a1", + "timestamp": "2021-05-02T21:18:15Z" + }, + { + "version": "9.2105.0219.4309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0219.4309.zip", + "checksum": "8efdb7c0fe6169434c0097807a7bbe91", + "timestamp": "2021-05-02T19:43:18Z" + }, + { + "version": "9.2105.0216.1038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0216.1038.zip", + "checksum": "512f42e50cac531bbd16a2dd7c42e8c1", + "timestamp": "2021-05-02T16:10:47Z" + }, + { + "version": "9.2105.0209.5721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0209.5721.zip", + "checksum": "ad062bce9f179e3ab53ab4893a3488ca", + "timestamp": "2021-05-02T09:57:32Z" + }, + { + "version": "9.2105.0123.0604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0123.0604.zip", + "checksum": "2fcfa2ec8f8335921cdf2d3fef893751", + "timestamp": "2021-05-01T23:06:13Z" + }, + { + "version": "9.2105.0116.3153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0116.3153.zip", + "checksum": "ea5aaa69670eee3e36c2ab64ab20ddde", + "timestamp": "2021-05-01T16:32:02Z" + }, + { + "version": "9.2105.0116.0512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2105.0116.0512.zip", + "checksum": "c108919af392279e4a4a8b3c0a0ad4d9", + "timestamp": "2021-05-01T16:05:21Z" + }, + { + "version": "9.2104.3019.0904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.3019.0904.zip", + "checksum": "12d4df57291790c6a7d75ecd43790e72", + "timestamp": "2021-04-30T19:09:13Z" + }, + { + "version": "9.2104.3011.1122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.3011.1122.zip", + "checksum": "c6231809ceeab9e589d60d80ab9b481c", + "timestamp": "2021-04-30T11:11:31Z" + }, + { + "version": "9.2104.3008.5614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.3008.5614.zip", + "checksum": "97e10b9620234f205e2f9b1e9d0afb20", + "timestamp": "2021-04-30T08:56:23Z" + }, + { + "version": "9.2104.2920.0531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2920.0531.zip", + "checksum": "bc53fc207ec55cc583e4de85a89e1e9c", + "timestamp": "2021-04-29T20:05:39Z" + }, + { + "version": "9.2104.2919.3721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2919.3721.zip", + "checksum": "e77c332a04b57b1401280b62659e48b2", + "timestamp": "2021-04-29T19:37:29Z" + }, + { + "version": "9.2104.2912.4413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2912.4413.zip", + "checksum": "d143ee73f0c585423b91035d3e3faad2", + "timestamp": "2021-04-29T12:44:23Z" + }, + { + "version": "9.2104.2714.4604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2714.4604.zip", + "checksum": "712859b384b9f458d4179952fd9e6b6b", + "timestamp": "2021-04-27T14:46:13Z" + }, + { + "version": "9.2104.2714.0821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2714.0821.zip", + "checksum": "0a00251e53dec9a9634af56cd6fc8634", + "timestamp": "2021-04-27T14:08:30Z" + }, + { + "version": "9.2104.2622.3756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2622.3756.zip", + "checksum": "72155aa44021165c3488c63d009e9204", + "timestamp": "2021-04-26T22:38:06Z" + }, + { + "version": "9.2104.2622.1001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2622.1001.zip", + "checksum": "4bcf34e3d4e15ec8a174896ba0cd2cbe", + "timestamp": "2021-04-26T22:10:12Z" + }, + { + "version": "9.2104.2615.0625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2615.0625.zip", + "checksum": "758a1f48a85e1e8c452992dac8b335a2", + "timestamp": "2021-04-26T15:06:34Z" + }, + { + "version": "9.2104.2614.0709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2614.0709.zip", + "checksum": "fe6d5bd92baa6d863a0c3f771a124006", + "timestamp": "2021-04-26T14:07:18Z" + }, + { + "version": "9.2104.2517.5709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2517.5709.zip", + "checksum": "2a08d7d41492db6d6c4428e4c2ee0e20", + "timestamp": "2021-04-25T17:57:22Z" + }, + { + "version": "9.2104.2517.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2517.4308.zip", + "checksum": "efc870c59f5332e835a3d7212ca37fd5", + "timestamp": "2021-04-25T17:43:25Z" + }, + { + "version": "9.2104.2517.1546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2517.1546.zip", + "checksum": "6ed51df14cfa377fe5bdcd8435b071a4", + "timestamp": "2021-04-25T17:15:55Z" + }, + { + "version": "9.2104.2516.1847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2516.1847.zip", + "checksum": "2137552e0c9ead62217567045e6e1f8c", + "timestamp": "2021-04-25T16:18:55Z" + }, + { + "version": "9.2104.2515.5119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2515.5119.zip", + "checksum": "5b47f44babaedc9c857258566a6bfa7f", + "timestamp": "2021-04-25T15:51:28Z" + }, + { + "version": "9.2104.2420.4926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2420.4926.zip", + "checksum": "1e73c8e3086bb04f72ad169e2a7b0009", + "timestamp": "2021-04-24T20:49:34Z" + }, + { + "version": "9.2104.2414.2254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2414.2254.zip", + "checksum": "ff3c348da68ea21855a6680ed9df68a0", + "timestamp": "2021-04-24T14:23:04Z" + }, + { + "version": "9.2104.2308.4234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2308.4234.zip", + "checksum": "a167a5a5362a03bf00f407e5f907637d", + "timestamp": "2021-04-23T08:42:44Z" + }, + { + "version": "9.2104.2215.3002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2215.3002.zip", + "checksum": "86d61f2758456fddcbc1a15e4e248020", + "timestamp": "2021-04-22T15:30:10Z" + }, + { + "version": "9.2104.2215.0231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2215.0231.zip", + "checksum": "fdeafd9c78ad8d182c6d17fb745e2f52", + "timestamp": "2021-04-22T15:02:40Z" + }, + { + "version": "9.2104.2118.3015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2118.3015.zip", + "checksum": "d52fbe17d471c4d6dc76e13a46ef12d9", + "timestamp": "2021-04-21T18:30:24Z" + }, + { + "version": "9.2104.2114.4151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2114.4151.zip", + "checksum": "f52f8f8921e67872dc0e36d0b0192c7c", + "timestamp": "2021-04-21T14:42:00Z" + }, + { + "version": "9.2104.2114.1432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2114.1432.zip", + "checksum": "5547d79793c7feec2f0bbdaa71479b19", + "timestamp": "2021-04-21T14:14:41Z" + }, + { + "version": "9.2104.2112.4404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2112.4404.zip", + "checksum": "47b445513c0e4c413567a4d5c89be33b", + "timestamp": "2021-04-21T12:44:13Z" + }, + { + "version": "9.2104.2112.1618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2112.1618.zip", + "checksum": "a998d9d2b00f24eeccdae7d456d5b159", + "timestamp": "2021-04-21T12:16:27Z" + }, + { + "version": "9.2104.2016.3124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2016.3124.zip", + "checksum": "e76d4657213eeafbe41bcce1d32348c5", + "timestamp": "2021-04-20T16:31:32Z" + }, + { + "version": "9.2104.2011.5401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.2011.5401.zip", + "checksum": "cdbd0e81545437131dfac010678b9473", + "timestamp": "2021-04-20T11:54:11Z" + }, + { + "version": "9.2104.1918.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1918.5333.zip", + "checksum": "a562ee5bbfa4ff4c02ffc7d9988007ad", + "timestamp": "2021-04-19T18:53:41Z" + }, + { + "version": "9.2104.1913.4156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1913.4156.zip", + "checksum": "704294cd4005f976c61c347310734a09", + "timestamp": "2021-04-19T13:42:07Z" + }, + { + "version": "9.2104.1912.4000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1912.4000.zip", + "checksum": "b525962bfe7032dbb7044b6dcf298c22", + "timestamp": "2021-04-19T12:40:10Z" + }, + { + "version": "9.2104.1906.5443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1906.5443.zip", + "checksum": "615239c2d0a285427fb8ea98474c9182", + "timestamp": "2021-04-19T06:54:52Z" + }, + { + "version": "9.2104.1804.4920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1804.4920.zip", + "checksum": "ee703e8bab0dcecd822cf049710b42ad", + "timestamp": "2021-04-18T04:49:30Z" + }, + { + "version": "9.2104.1713.1538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1713.1538.zip", + "checksum": "f2aa6a2508cafc1b39428d6c5077b46c", + "timestamp": "2021-04-17T13:15:47Z" + }, + { + "version": "9.2104.1514.0408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1514.0408.zip", + "checksum": "6a730f148743b369e59abaa487bfd4f3", + "timestamp": "2021-04-15T14:04:17Z" + }, + { + "version": "9.2104.1421.1159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1421.1159.zip", + "checksum": "6c385aed09dc56964a1923284366e7eb", + "timestamp": "2021-04-14T21:12:12Z" + }, + { + "version": "9.2104.1418.2109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1418.2109.zip", + "checksum": "a2d21a75e46e1c837b46f0e007885382", + "timestamp": "2021-04-14T18:21:18Z" + }, + { + "version": "9.2104.1416.4727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1416.4727.zip", + "checksum": "eddac5bb69343cdc332733c73e5ad270", + "timestamp": "2021-04-14T16:47:37Z" + }, + { + "version": "9.2104.1414.3316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1414.3316.zip", + "checksum": "1e18630b473e4e73d712a6bd0d902f10", + "timestamp": "2021-04-14T14:33:24Z" + }, + { + "version": "9.2104.1414.0537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1414.0537.zip", + "checksum": "7275d53c3ffc4e417f31b1fd3acbca3a", + "timestamp": "2021-04-14T14:05:46Z" + }, + { + "version": "9.2104.1413.2146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1413.2146.zip", + "checksum": "07a6176bb5a23a99f467c6ad41b118c6", + "timestamp": "2021-04-14T13:21:55Z" + }, + { + "version": "9.2104.1409.5007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1409.5007.zip", + "checksum": "e4e549c45909c5aa354933e21c523ed2", + "timestamp": "2021-04-14T09:50:16Z" + }, + { + "version": "9.2104.1317.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1317.4137.zip", + "checksum": "e741c2fb681600b9ba6ee753b943e2d0", + "timestamp": "2021-04-13T17:41:46Z" + }, + { + "version": "9.2104.1315.0251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1315.0251.zip", + "checksum": "7581d4803486fcf49e737e658b9bdb1e", + "timestamp": "2021-04-13T15:03:00Z" + }, + { + "version": "9.2104.1314.3814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1314.3814.zip", + "checksum": "afcac0049cc4c0a241d2381a55f5b680", + "timestamp": "2021-04-13T14:38:22Z" + }, + { + "version": "9.2104.1314.1123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1314.1123.zip", + "checksum": "368dae2970d06f713ae4944cfbdac780", + "timestamp": "2021-04-13T14:11:32Z" + }, + { + "version": "9.2104.1313.1516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1313.1516.zip", + "checksum": "43bac670d20800a692589d415be22d04", + "timestamp": "2021-04-13T13:15:25Z" + }, + { + "version": "9.2104.1309.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1309.4927.zip", + "checksum": "f0356896763bd1592a95edd10825fe47", + "timestamp": "2021-04-13T09:49:35Z" + }, + { + "version": "9.2104.1221.0623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1221.0623.zip", + "checksum": "a4b93d2e0cc28710579726c33eff9620", + "timestamp": "2021-04-12T21:06:32Z" + }, + { + "version": "9.2104.1218.1841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1218.1841.zip", + "checksum": "5e70ecd69b0721109e33f724d87f2147", + "timestamp": "2021-04-12T18:18:52Z" + }, + { + "version": "9.2104.1214.1157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1214.1157.zip", + "checksum": "446e418c778db3ec574f12f4d60108c2", + "timestamp": "2021-04-12T14:12:12Z" + }, + { + "version": "9.2104.1209.1932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1209.1932.zip", + "checksum": "f1c1072c2dee7a838524b961743445f8", + "timestamp": "2021-04-12T09:19:40Z" + }, + { + "version": "9.2104.1121.5441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1121.5441.zip", + "checksum": "cc6d5ae088bae9d94311b09f923b4e48", + "timestamp": "2021-04-11T21:54:50Z" + }, + { + "version": "9.2104.1118.1919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1118.1919.zip", + "checksum": "babc210e1fa94784663627ee7e2b05bc", + "timestamp": "2021-04-11T18:19:26Z" + }, + { + "version": "9.2104.1117.5209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1117.5209.zip", + "checksum": "092665915cfe30f9d326a17f6e18b234", + "timestamp": "2021-04-11T17:52:17Z" + }, + { + "version": "9.2104.1116.4830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1116.4830.zip", + "checksum": "70be7a8ceef396893180aec4fdeee46a", + "timestamp": "2021-04-11T16:48:39Z" + }, + { + "version": "9.2104.1116.2024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1116.2024.zip", + "checksum": "86f11f5191bf805421f2f04285e7ee2d", + "timestamp": "2021-04-11T16:20:32Z" + }, + { + "version": "9.2104.1112.3210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1112.3210.zip", + "checksum": "4f1e663da028cc6a5ca4cdde73c55623", + "timestamp": "2021-04-11T12:32:18Z" + }, + { + "version": "9.2104.1112.0423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1112.0423.zip", + "checksum": "1c7cc9c1ba2b46f95e552912d6bc0b30", + "timestamp": "2021-04-11T12:04:31Z" + }, + { + "version": "9.2104.1023.3150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1023.3150.zip", + "checksum": "a7c2de9d3deba4ffeb95e1cef374db76", + "timestamp": "2021-04-10T23:31:59Z" + }, + { + "version": "9.2104.1023.0445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1023.0445.zip", + "checksum": "aed64a756d726c92768eed47a28f2ec9", + "timestamp": "2021-04-10T23:04:53Z" + }, + { + "version": "9.2104.1022.0039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1022.0039.zip", + "checksum": "1fb946f351ae08dcf2128596cebb56c2", + "timestamp": "2021-04-10T22:00:47Z" + }, + { + "version": "9.2104.1021.3348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1021.3348.zip", + "checksum": "4959332e1359c03af58f409c47e2b524", + "timestamp": "2021-04-10T21:33:57Z" + }, + { + "version": "9.2104.1020.1341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1020.1341.zip", + "checksum": "4da3c1bf2164f2b3c70665588d4d6618", + "timestamp": "2021-04-10T20:13:49Z" + }, + { + "version": "9.2104.1019.5224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1019.5224.zip", + "checksum": "dcbd3414bbdafef6d19d7c26b8774691", + "timestamp": "2021-04-10T19:52:32Z" + }, + { + "version": "9.2104.1017.4816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1017.4816.zip", + "checksum": "92ff942931a97436edf7e952d4d39891", + "timestamp": "2021-04-10T17:48:25Z" + }, + { + "version": "9.2104.1015.4130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1015.4130.zip", + "checksum": "76cf9b9af053116dedc399ecc033527c", + "timestamp": "2021-04-10T15:41:39Z" + }, + { + "version": "9.2104.1001.2152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1001.2152.zip", + "checksum": "3cc27858e52f8902f124c978a2526386", + "timestamp": "2021-04-10T01:22:01Z" + }, + { + "version": "9.2104.1000.0353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.1000.0353.zip", + "checksum": "8cb078e019221f1eb6c4a34ac17ea46d", + "timestamp": "2021-04-10T00:04:02Z" + }, + { + "version": "9.2104.0921.3243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0921.3243.zip", + "checksum": "985c90ac60ace7082890c6ef8b9dadba", + "timestamp": "2021-04-09T21:32:51Z" + }, + { + "version": "9.2104.0910.3716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0910.3716.zip", + "checksum": "54e0b6fb4c2bbdde7dafe8136db43d25", + "timestamp": "2021-04-09T10:37:25Z" + }, + { + "version": "9.2104.0821.5735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0821.5735.zip", + "checksum": "0bb6e92166bcbd46d4eeb782f97c6011", + "timestamp": "2021-04-08T21:57:44Z" + }, + { + "version": "9.2104.0816.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0816.4040.zip", + "checksum": "b16ab64c189db54499e3bb8fbf74c0bd", + "timestamp": "2021-04-08T16:40:49Z" + }, + { + "version": "9.2104.0812.5017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0812.5017.zip", + "checksum": "b61f2e5240b2ad8722524f82a05dcfa4", + "timestamp": "2021-04-08T12:50:26Z" + }, + { + "version": "9.2104.0811.3908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0811.3908.zip", + "checksum": "5e4c8432b9b7ed0429fa153bc5549dce", + "timestamp": "2021-04-08T11:39:17Z" + }, + { + "version": "9.2104.0723.2920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0723.2920.zip", + "checksum": "aada3e8ce3c29da6120ea097f36d270a", + "timestamp": "2021-04-07T23:29:29Z" + }, + { + "version": "9.2104.0722.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0722.5421.zip", + "checksum": "045c495d9dafd62cbcd9483ed5cb9137", + "timestamp": "2021-04-07T22:54:30Z" + }, + { + "version": "9.2104.0721.5027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0721.5027.zip", + "checksum": "65b71674e5b245d8a09dcc4c9a80ef31", + "timestamp": "2021-04-07T21:50:36Z" + }, + { + "version": "9.2104.0721.1045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0721.1045.zip", + "checksum": "deb39430cad4309f683cf80583431aa7", + "timestamp": "2021-04-07T21:10:55Z" + }, + { + "version": "9.2104.0717.2701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0717.2701.zip", + "checksum": "0cc93886095333ebe822f65959e7410f", + "timestamp": "2021-04-07T17:27:12Z" + }, + { + "version": "9.2104.0716.5405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0716.5405.zip", + "checksum": "e6e40897833d89df5a5d40ea9a92d57b", + "timestamp": "2021-04-07T16:54:14Z" + }, + { + "version": "9.2104.0713.2659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0713.2659.zip", + "checksum": "d5dfb11e87faa5d6f1656a110935f7a2", + "timestamp": "2021-04-07T13:27:09Z" + }, + { + "version": "9.2104.0712.5955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0712.5955.zip", + "checksum": "4796f9ff51ee6618528e1736d7d8700c", + "timestamp": "2021-04-07T13:00:04Z" + }, + { + "version": "9.2104.0619.1603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0619.1603.zip", + "checksum": "ba41d7cfece1e04b756308101fdb56b3", + "timestamp": "2021-04-06T19:16:12Z" + }, + { + "version": "9.2104.0515.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0515.5421.zip", + "checksum": "9b581f1da4ecc25f7dbb6251e382b989", + "timestamp": "2021-04-05T15:54:29Z" + }, + { + "version": "9.2104.0512.1525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0512.1525.zip", + "checksum": "0613ea0698316305d71500408846274e", + "timestamp": "2021-04-05T12:15:34Z" + }, + { + "version": "9.2104.0506.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0506.5847.zip", + "checksum": "db99886c644fadd628826f12bddfd0f2", + "timestamp": "2021-04-05T06:58:55Z" + }, + { + "version": "9.2104.0415.3904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0415.3904.zip", + "checksum": "f748fae5cb5ee3f822ad25533e355228", + "timestamp": "2021-04-04T15:39:12Z" + }, + { + "version": "9.2104.0411.4354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0411.4354.zip", + "checksum": "542b4667c29b1ff4e12d80c5da8b5895", + "timestamp": "2021-04-04T11:44:04Z" + }, + { + "version": "9.2104.0322.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0322.1728.zip", + "checksum": "f60b0806ef2a953192dcf588bae79706", + "timestamp": "2021-04-03T22:17:37Z" + }, + { + "version": "9.2104.0317.5124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0317.5124.zip", + "checksum": "1bca0c523be0d3908a71164cee7b5fd4", + "timestamp": "2021-04-03T17:51:33Z" + }, + { + "version": "9.2104.0300.2448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0300.2448.zip", + "checksum": "54b2b3332720c4808aa010424970f500", + "timestamp": "2021-04-03T00:24:57Z" + }, + { + "version": "9.2104.0223.2054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0223.2054.zip", + "checksum": "0b4fa75fd3d067dfcddd86a083e03fed", + "timestamp": "2021-04-02T23:21:02Z" + }, + { + "version": "9.2104.0222.5431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0222.5431.zip", + "checksum": "d690737cf49e153c82d7df715cc8ce94", + "timestamp": "2021-04-02T22:54:40Z" + }, + { + "version": "9.2104.0215.0236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0215.0236.zip", + "checksum": "4cad96e0322ad82b5a604130bdf40893", + "timestamp": "2021-04-02T15:02:45Z" + }, + { + "version": "9.2104.0117.4544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0117.4544.zip", + "checksum": "f206ffb06ee79706a43fa9803d764b7b", + "timestamp": "2021-04-01T17:45:53Z" + }, + { + "version": "9.2104.0116.2941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0116.2941.zip", + "checksum": "ad7630ec48367827115e821aea321703", + "timestamp": "2021-04-01T16:29:50Z" + }, + { + "version": "9.2104.0116.0254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2104.0116.0254.zip", + "checksum": "0f3d65882d7f665ef2be79ecbcf4a047", + "timestamp": "2021-04-01T16:03:03Z" + }, + { + "version": "9.2103.3014.0043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.3014.0043.zip", + "checksum": "23f2ebf54f81e45cb3e6476d3f69eb82", + "timestamp": "2021-03-30T14:00:52Z" + }, + { + "version": "9.2103.2716.5056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2716.5056.zip", + "checksum": "3ddb637fce4c8e5126ff1c88098b12de", + "timestamp": "2021-03-27T16:51:04Z" + }, + { + "version": "9.2103.2708.5115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2708.5115.zip", + "checksum": "cf9d93e1a358414b8918996f6e3a9a86", + "timestamp": "2021-03-27T08:51:24Z" + }, + { + "version": "9.2103.2700.3032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2700.3032.zip", + "checksum": "5af58e88ca0ce9fa00629d1843c733a5", + "timestamp": "2021-03-27T00:30:41Z" + }, + { + "version": "9.2103.2700.0154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2700.0154.zip", + "checksum": "4374691a3f960483fb16795fe3c9098b", + "timestamp": "2021-03-27T00:02:03Z" + }, + { + "version": "9.2103.2612.0229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2612.0229.zip", + "checksum": "acfd0649beac6f7ed4e5e28ca75ba4d1", + "timestamp": "2021-03-26T12:02:38Z" + }, + { + "version": "9.2103.2611.3748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2611.3748.zip", + "checksum": "18111c023d2148b4471d6e322d730660", + "timestamp": "2021-03-26T11:37:57Z" + }, + { + "version": "9.2103.2523.2127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2523.2127.zip", + "checksum": "04e3b8b86efc77a16be4238b68b9746a", + "timestamp": "2021-03-25T23:21:39Z" + }, + { + "version": "9.2103.2516.2525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2516.2525.zip", + "checksum": "832e134686d23d1db95a61a52ee3a30b", + "timestamp": "2021-03-25T16:25:34Z" + }, + { + "version": "9.2103.2501.5941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2501.5941.zip", + "checksum": "4d57c4a10cd9d9717f7b830bff606a12", + "timestamp": "2021-03-25T01:59:49Z" + }, + { + "version": "9.2103.2501.3105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2501.3105.zip", + "checksum": "d262e95e85542986bdc187c68cc87de8", + "timestamp": "2021-03-25T01:31:13Z" + }, + { + "version": "9.2103.2500.3542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2500.3542.zip", + "checksum": "83eac1cd7133ec7636a22dbfca082332", + "timestamp": "2021-03-25T00:35:51Z" + }, + { + "version": "9.2103.2422.3018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2422.3018.zip", + "checksum": "9eacfc850fefa09844cdd7b5b3e6960d", + "timestamp": "2021-03-24T22:30:26Z" + }, + { + "version": "9.2103.2314.4156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2314.4156.zip", + "checksum": "bfbacf2a6a57925e88aeb5d752ee6bb1", + "timestamp": "2021-03-23T14:42:06Z" + }, + { + "version": "9.2103.2306.3541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2306.3541.zip", + "checksum": "64aad0319b441e59befaefa65235cc90", + "timestamp": "2021-03-23T06:35:50Z" + }, + { + "version": "9.2103.2305.0417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2305.0417.zip", + "checksum": "46e5be8690f57a0a5329584fa2718c42", + "timestamp": "2021-03-23T05:04:26Z" + }, + { + "version": "9.2103.2301.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2301.2512.zip", + "checksum": "1084fa5b96629d926c3ade45808ffb7f", + "timestamp": "2021-03-23T01:25:21Z" + }, + { + "version": "9.2103.2222.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2222.2508.zip", + "checksum": "1c255d69be8500e812d1e0dd34c3b73b", + "timestamp": "2021-03-22T22:25:17Z" + }, + { + "version": "9.2103.2219.0336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2219.0336.zip", + "checksum": "6cc6007a2904281e06bd4631f0d81bea", + "timestamp": "2021-03-22T19:03:45Z" + }, + { + "version": "9.2103.2218.3914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2218.3914.zip", + "checksum": "ea8b4b3616fca59444b9e97dc9358093", + "timestamp": "2021-03-22T18:39:29Z" + }, + { + "version": "9.2103.2218.0803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2218.0803.zip", + "checksum": "52f3533c508c429928c435c9e7f3cd11", + "timestamp": "2021-03-22T18:08:11Z" + }, + { + "version": "9.2103.2217.2335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2217.2335.zip", + "checksum": "3ed52c2b14bd836df588624e6ccd22e1", + "timestamp": "2021-03-22T17:23:43Z" + }, + { + "version": "9.2103.2123.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2123.3135.zip", + "checksum": "13b574a2303d2cb6199639c5c0b03359", + "timestamp": "2021-03-21T23:31:53Z" + }, + { + "version": "9.2103.2119.3849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2119.3849.zip", + "checksum": "7fa44e70ecf721ef257b78a32979ccb8", + "timestamp": "2021-03-21T19:38:59Z" + }, + { + "version": "9.2103.2114.2637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2114.2637.zip", + "checksum": "66c74a073b0a9efec807ac78d4bb88c4", + "timestamp": "2021-03-21T14:26:46Z" + }, + { + "version": "9.2103.2001.1616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2001.1616.zip", + "checksum": "2ff1f5729232076bede457da62d4cd01", + "timestamp": "2021-03-20T01:16:25Z" + }, + { + "version": "9.2103.2000.1413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.2000.1413.zip", + "checksum": "afc6db283307d85b906f90ba81462c62", + "timestamp": "2021-03-20T00:14:22Z" + }, + { + "version": "9.2103.1918.0602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1918.0602.zip", + "checksum": "46fbdfc9161a73a340e0593056158659", + "timestamp": "2021-03-19T18:06:11Z" + }, + { + "version": "9.2103.1908.4911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1908.4911.zip", + "checksum": "1ff188ef59c9f7a5359070aa05df5269", + "timestamp": "2021-03-19T08:49:20Z" + }, + { + "version": "9.2103.1907.4315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1907.4315.zip", + "checksum": "ee231221c6f6e5ce45109eb286933a87", + "timestamp": "2021-03-19T07:43:24Z" + }, + { + "version": "9.2103.1907.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1907.1615.zip", + "checksum": "5511888199350cf6b4360e70fa0f03c6", + "timestamp": "2021-03-19T07:16:24Z" + }, + { + "version": "9.2103.1815.1059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1815.1059.zip", + "checksum": "daa1383bd3bb05c7b8989bd0b9058c75", + "timestamp": "2021-03-18T15:11:08Z" + }, + { + "version": "9.2103.1811.1607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1811.1607.zip", + "checksum": "b7b526232bf28a77b8b430b8de2d16c0", + "timestamp": "2021-03-18T11:16:16Z" + }, + { + "version": "9.2103.1703.4757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1703.4757.zip", + "checksum": "78e38d66eb09462bf50e4c39aa2c97f4", + "timestamp": "2021-03-17T03:48:06Z" + }, + { + "version": "9.2103.1620.1351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1620.1351.zip", + "checksum": "5ab72217da90d8042d7a7a25f4605ad3", + "timestamp": "2021-03-16T20:14:00Z" + }, + { + "version": "9.2103.1619.4638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1619.4638.zip", + "checksum": "fdae9c1b500eafb3401b5f599ad88bc5", + "timestamp": "2021-03-16T19:46:48Z" + }, + { + "version": "9.2103.1614.0357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1614.0357.zip", + "checksum": "0bd2a9dfac32c0d083a5875c08e08c01", + "timestamp": "2021-03-16T14:04:07Z" + }, + { + "version": "9.2103.1518.4454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1518.4454.zip", + "checksum": "8d13686dc4c493d00e675fb5b6694b18", + "timestamp": "2021-03-15T18:45:03Z" + }, + { + "version": "9.2103.1517.2642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1517.2642.zip", + "checksum": "9c00ec69e05b7ba19d3854f51d89680c", + "timestamp": "2021-03-15T17:26:51Z" + }, + { + "version": "9.2103.1515.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1515.5847.zip", + "checksum": "ffb28c392910624694fca78b6882f9d5", + "timestamp": "2021-03-15T15:58:56Z" + }, + { + "version": "9.2103.1513.4939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1513.4939.zip", + "checksum": "652cbda049387aae23fc72ee6c9642eb", + "timestamp": "2021-03-15T13:49:48Z" + }, + { + "version": "9.2103.1508.3321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1508.3321.zip", + "checksum": "6886db72ebe1ec5548f670e6bd7412a8", + "timestamp": "2021-03-15T08:33:31Z" + }, + { + "version": "9.2103.1422.4230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1422.4230.zip", + "checksum": "ae607d5c7fd5004dc3677ac4a64bccdb", + "timestamp": "2021-03-14T22:42:40Z" + }, + { + "version": "9.2103.1418.3420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1418.3420.zip", + "checksum": "4fe0faea2adb260609ae84fa495d0bc0", + "timestamp": "2021-03-14T18:34:28Z" + }, + { + "version": "9.2103.1417.2945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1417.2945.zip", + "checksum": "34c91e9d53227d19c729308dfcc5166d", + "timestamp": "2021-03-14T17:29:54Z" + }, + { + "version": "9.2103.1414.3355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1414.3355.zip", + "checksum": "066a6acf78ccf45daccde0fd3597f7e3", + "timestamp": "2021-03-14T14:34:04Z" + }, + { + "version": "9.2103.1413.0214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1413.0214.zip", + "checksum": "4335194b4d98e11b1c1a853c5da757c9", + "timestamp": "2021-03-14T13:02:22Z" + }, + { + "version": "9.2103.1407.5203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1407.5203.zip", + "checksum": "ebb32a1d09a485da71ddbf9374276bff", + "timestamp": "2021-03-14T07:52:12Z" + }, + { + "version": "9.2103.1323.4617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1323.4617.zip", + "checksum": "381c0d025ebab8d2fe11e5d07b97f8d1", + "timestamp": "2021-03-13T23:46:26Z" + }, + { + "version": "9.2103.1322.2500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1322.2500.zip", + "checksum": "646e50eb93fa025a79d125dd0c0ff053", + "timestamp": "2021-03-13T22:25:09Z" + }, + { + "version": "9.2103.1314.5602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1314.5602.zip", + "checksum": "49ad3f1333c6bf4b0fc050bc3a0ba933", + "timestamp": "2021-03-13T14:56:11Z" + }, + { + "version": "9.2103.1314.2754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1314.2754.zip", + "checksum": "aa71a8988e4df958a90d1b065263428a", + "timestamp": "2021-03-13T14:28:03Z" + }, + { + "version": "9.2103.1302.4119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1302.4119.zip", + "checksum": "cb3972921f2fa348d6cabb4844657dd9", + "timestamp": "2021-03-13T02:41:28Z" + }, + { + "version": "9.2103.1223.2417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1223.2417.zip", + "checksum": "1bac35d5448524ecfeadf853510105b9", + "timestamp": "2021-03-12T23:24:26Z" + }, + { + "version": "9.2103.1214.1823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1214.1823.zip", + "checksum": "6e3db0af23ae1873912531993ab8d324", + "timestamp": "2021-03-12T14:18:31Z" + }, + { + "version": "9.2103.1213.5054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1213.5054.zip", + "checksum": "a785b9a04c9aa6c317ec60ca2406b296", + "timestamp": "2021-03-12T13:51:22Z" + }, + { + "version": "9.2103.1209.0544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1209.0544.zip", + "checksum": "73afe69bbdb02f4ba59b13a90faa39a0", + "timestamp": "2021-03-12T09:05:52Z" + }, + { + "version": "9.2103.1123.3950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1123.3950.zip", + "checksum": "73988541bbc73e6ec1d8bfd31a0cf619", + "timestamp": "2021-03-11T23:39:59Z" + }, + { + "version": "9.2103.1122.2526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1122.2526.zip", + "checksum": "59685ea2c7b3ad4259150f060801c559", + "timestamp": "2021-03-11T22:25:34Z" + }, + { + "version": "9.2103.1121.5651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1121.5651.zip", + "checksum": "cc62d1b124df9ee3029a67cadbbda4d0", + "timestamp": "2021-03-11T21:56:59Z" + }, + { + "version": "9.2103.1120.1635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1120.1635.zip", + "checksum": "f282655a06f38bee7debfe8bea66247a", + "timestamp": "2021-03-11T20:16:44Z" + }, + { + "version": "9.2103.1116.1043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1116.1043.zip", + "checksum": "c9522fa6438723621c5f52ffab5330df", + "timestamp": "2021-03-11T16:10:51Z" + }, + { + "version": "9.2103.1115.2814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1115.2814.zip", + "checksum": "eaf9c73c023c6486e77070e496e9623e", + "timestamp": "2021-03-11T15:28:24Z" + }, + { + "version": "9.2103.1111.0958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1111.0958.zip", + "checksum": "de20f31f43222e7cd2552bf699c0ab23", + "timestamp": "2021-03-11T11:10:08Z" + }, + { + "version": "9.2103.1100.0414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1100.0414.zip", + "checksum": "0d5f1a28468969c9ef23dcf7319845ba", + "timestamp": "2021-03-11T00:04:22Z" + }, + { + "version": "9.2103.1022.4252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1022.4252.zip", + "checksum": "02689a38f81a76d72f5cce11b5f2d728", + "timestamp": "2021-03-10T22:43:01Z" + }, + { + "version": "9.2103.1019.3647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1019.3647.zip", + "checksum": "e94e136ad73bf268213c734eb2fc8a67", + "timestamp": "2021-03-10T19:36:56Z" + }, + { + "version": "9.2103.1014.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1014.4308.zip", + "checksum": "b069f8baba958488d719e57031d99da0", + "timestamp": "2021-03-10T14:43:18Z" + }, + { + "version": "9.2103.1011.2205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1011.2205.zip", + "checksum": "d0279bbcd52556cc55099531ff615e42", + "timestamp": "2021-03-10T11:22:14Z" + }, + { + "version": "9.2103.1010.5408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1010.5408.zip", + "checksum": "9dacd70f606045291758ede8fadeef5f", + "timestamp": "2021-03-10T10:54:17Z" + }, + { + "version": "9.2103.1008.0130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1008.0130.zip", + "checksum": "6b4612b77ee653909b90aea1a7d84c4c", + "timestamp": "2021-03-10T08:01:39Z" + }, + { + "version": "9.2103.1002.5203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.1002.5203.zip", + "checksum": "09b0d926b349624d7224f7c60fa5819a", + "timestamp": "2021-03-10T02:52:12Z" + }, + { + "version": "9.2103.0923.4226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0923.4226.zip", + "checksum": "d88cc57e9ba2ee9c711839988435b974", + "timestamp": "2021-03-09T23:42:36Z" + }, + { + "version": "9.2103.0921.5919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0921.5919.zip", + "checksum": "df8b1914d96a9f0fe905b8caa10f0ef2", + "timestamp": "2021-03-09T21:59:28Z" + }, + { + "version": "9.2103.0919.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0919.5148.zip", + "checksum": "9dff7dbdaf5b4dac7c1673d2c6338009", + "timestamp": "2021-03-09T19:51:58Z" + }, + { + "version": "9.2103.0919.1722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0919.1722.zip", + "checksum": "95376d29abd829d7b697cf665fd72a37", + "timestamp": "2021-03-09T19:17:32Z" + }, + { + "version": "9.2103.0913.4039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0913.4039.zip", + "checksum": "38c82646ef948641a10f9565e827f7e9", + "timestamp": "2021-03-09T13:40:48Z" + }, + { + "version": "9.2103.0904.2838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0904.2838.zip", + "checksum": "9a0eaf43f576acec2f59fdd1ec29090f", + "timestamp": "2021-03-09T04:28:47Z" + }, + { + "version": "9.2103.0900.2235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0900.2235.zip", + "checksum": "92615f76ada1dae3013834b4e826100f", + "timestamp": "2021-03-09T00:22:44Z" + }, + { + "version": "9.2103.0814.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0814.4259.zip", + "checksum": "1c283700d505df4a85e2f22fd11dae05", + "timestamp": "2021-03-08T14:43:10Z" + }, + { + "version": "9.2103.0811.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0811.2643.zip", + "checksum": "0c297179b5868aceeaa0848d83345f8a", + "timestamp": "2021-03-08T11:26:53Z" + }, + { + "version": "9.2103.0809.1230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0809.1230.zip", + "checksum": "30031c1cc11a67f5456e35d5c573fbe4", + "timestamp": "2021-03-08T09:12:39Z" + }, + { + "version": "9.2103.0808.1213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0808.1213.zip", + "checksum": "752f6cc264b9b29d936bb695cd92f232", + "timestamp": "2021-03-08T08:12:23Z" + }, + { + "version": "9.2103.0722.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0722.5047.zip", + "checksum": "3427a3500f960bb8172f6ffcd4f5b969", + "timestamp": "2021-03-07T22:50:57Z" + }, + { + "version": "9.2103.0715.1845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0715.1845.zip", + "checksum": "b0dbee8ab01ad036963413d3fc408c6c", + "timestamp": "2021-03-07T15:18:54Z" + }, + { + "version": "9.2103.0312.0412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0312.0412.zip", + "checksum": "1072fb503c32d01f8cf41bc2b4e05bc7", + "timestamp": "2021-03-03T12:04:22Z" + }, + { + "version": "9.2103.0217.0452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0217.0452.zip", + "checksum": "81cfdcf3fad20c54a9d1bf91c8b227bc", + "timestamp": "2021-03-02T17:05:00Z" + }, + { + "version": "9.2103.0216.3747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0216.3747.zip", + "checksum": "64673bc8d42625243c1150dff2bbedeb", + "timestamp": "2021-03-02T16:37:57Z" + }, + { + "version": "9.2103.0214.3438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0214.3438.zip", + "checksum": "e20660323d3a33fee69310876cd6d0f0", + "timestamp": "2021-03-02T14:34:47Z" + }, + { + "version": "9.2103.0209.0110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0209.0110.zip", + "checksum": "13fafebc1f8eb4181206e8f2541b7e80", + "timestamp": "2021-03-02T09:01:19Z" + }, + { + "version": "9.2103.0202.3147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0202.3147.zip", + "checksum": "c5048693c63c07ecbc182ac256009425", + "timestamp": "2021-03-02T02:31:56Z" + }, + { + "version": "9.2103.0123.0426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0123.0426.zip", + "checksum": "85fb26c2627bcc129676849404c29ad3", + "timestamp": "2021-03-01T23:04:35Z" + }, + { + "version": "9.2103.0121.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0121.2208.zip", + "checksum": "096f1195931618feba701af221f039ee", + "timestamp": "2021-03-01T21:22:17Z" + }, + { + "version": "9.2103.0119.1018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0119.1018.zip", + "checksum": "cd1ac2a7dc69613b64233da695bc221e", + "timestamp": "2021-03-01T19:10:26Z" + }, + { + "version": "9.2103.0118.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0118.4259.zip", + "checksum": "8e31ec911462744c8b6c31a70072a885", + "timestamp": "2021-03-01T18:43:09Z" + }, + { + "version": "9.2103.0118.1500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0118.1500.zip", + "checksum": "efc52b72d5968c52061430910af297b6", + "timestamp": "2021-03-01T18:15:11Z" + }, + { + "version": "9.2103.0117.2324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0117.2324.zip", + "checksum": "aa396c0bc44f1d89467abbc526181655", + "timestamp": "2021-03-01T17:23:33Z" + }, + { + "version": "9.2103.0116.5629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0116.5629.zip", + "checksum": "41c0cc62e254602b22af5993520dceb7", + "timestamp": "2021-03-01T16:56:38Z" + }, + { + "version": "9.2103.0115.1524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0115.1524.zip", + "checksum": "1f2762509dfcacaea9dfe1174b68a6d8", + "timestamp": "2021-03-01T15:15:34Z" + }, + { + "version": "9.2103.0114.2944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0114.2944.zip", + "checksum": "d69656174c060580818176417cf39bc8", + "timestamp": "2021-03-01T14:29:54Z" + }, + { + "version": "9.2103.0113.5518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0113.5518.zip", + "checksum": "80cbbde7fa3c2fbacb6a0a6d4314c6e5", + "timestamp": "2021-03-01T13:55:27Z" + }, + { + "version": "9.2103.0110.4715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0110.4715.zip", + "checksum": "9735deef9b9b379003549d0f93b2c9fa", + "timestamp": "2021-03-01T10:47:24Z" + }, + { + "version": "9.2103.0110.2011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0110.2011.zip", + "checksum": "5d79fbbbd49f58e8cfa69f46d505ac21", + "timestamp": "2021-03-01T10:20:21Z" + }, + { + "version": "9.2103.0109.0622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0109.0622.zip", + "checksum": "27a8c2a978ae20fea87976c1ad8c1343", + "timestamp": "2021-03-01T09:06:31Z" + }, + { + "version": "9.2103.0104.1622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2103.0104.1622.zip", + "checksum": "572fbea186c960b1b9f91d2451ac8670", + "timestamp": "2021-03-01T04:16:31Z" + }, + { + "version": "9.2102.2820.3046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2820.3046.zip", + "checksum": "b3bdc72af5f525b19089dae99b7990ae", + "timestamp": "2021-02-28T20:30:56Z" + }, + { + "version": "9.2102.2816.2132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2816.2132.zip", + "checksum": "126cbc07adccd69676faec5ba7e01685", + "timestamp": "2021-02-28T16:21:41Z" + }, + { + "version": "9.2102.2815.5410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2815.5410.zip", + "checksum": "371a7e0b16113f620d46e8a057a9a133", + "timestamp": "2021-02-28T15:54:18Z" + }, + { + "version": "9.2102.2815.2747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2815.2747.zip", + "checksum": "3300aa4440ac0f8127f9a2df02135aae", + "timestamp": "2021-02-28T15:27:57Z" + }, + { + "version": "9.2102.2811.3359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2811.3359.zip", + "checksum": "71d11c7ab9608d3d170d29a6f9eb81e3", + "timestamp": "2021-02-28T11:34:08Z" + }, + { + "version": "9.2102.2810.3831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2810.3831.zip", + "checksum": "565d1e93bfcecb73c78af2226f9841da", + "timestamp": "2021-02-28T10:38:40Z" + }, + { + "version": "9.2102.2810.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2810.1057.zip", + "checksum": "ad2306988f8d3dce0b178ce893f8d537", + "timestamp": "2021-02-28T10:11:05Z" + }, + { + "version": "9.2102.2809.4410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2809.4410.zip", + "checksum": "36d24a28a5659d2e762e69caa6eb7dc5", + "timestamp": "2021-02-28T09:44:19Z" + }, + { + "version": "9.2102.2806.4750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2806.4750.zip", + "checksum": "15cbe4e4cb57157b5906ab6c27ec805d", + "timestamp": "2021-02-28T06:47:59Z" + }, + { + "version": "9.2102.2805.0748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2805.0748.zip", + "checksum": "8fb5ac67b035f37987faad5a8176fbb9", + "timestamp": "2021-02-28T05:07:56Z" + }, + { + "version": "9.2102.2804.4049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2804.4049.zip", + "checksum": "136fc3e582a51292bcfc8a88cee3eeeb", + "timestamp": "2021-02-28T04:40:58Z" + }, + { + "version": "9.2102.2722.4550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2722.4550.zip", + "checksum": "b558b79fb235f16777ca2a8850ada32e", + "timestamp": "2021-02-27T22:45:58Z" + }, + { + "version": "9.2102.2722.1726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2722.1726.zip", + "checksum": "711da738fbd0c6a88837ce7a19a267be", + "timestamp": "2021-02-27T22:17:35Z" + }, + { + "version": "9.2102.2719.4816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2719.4816.zip", + "checksum": "b999763fb81441f503e0e23ffd5d1f76", + "timestamp": "2021-02-27T19:48:25Z" + }, + { + "version": "9.2102.2719.2025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2719.2025.zip", + "checksum": "f92d88233a6baef4daf955fd6d56719c", + "timestamp": "2021-02-27T19:20:33Z" + }, + { + "version": "9.2102.2718.4127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2718.4127.zip", + "checksum": "04d39c0dc45d93dbf7ca61efcbb12651", + "timestamp": "2021-02-27T18:41:36Z" + }, + { + "version": "9.2102.2717.0324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2717.0324.zip", + "checksum": "fac96a55e03ffb0f470dbae26b71c96a", + "timestamp": "2021-02-27T17:03:33Z" + }, + { + "version": "9.2102.2707.3554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2707.3554.zip", + "checksum": "b098cc02739db0a239605f70d8085733", + "timestamp": "2021-02-27T07:36:03Z" + }, + { + "version": "9.2102.2705.5122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2705.5122.zip", + "checksum": "3bd6da1496f16205b9a0ef7f0507772d", + "timestamp": "2021-02-27T05:51:30Z" + }, + { + "version": "9.2102.2705.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2705.2436.zip", + "checksum": "2b86d9cb53b88828dc1b7de7ca41db7f", + "timestamp": "2021-02-27T05:24:46Z" + }, + { + "version": "9.2102.2704.1827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2704.1827.zip", + "checksum": "9748e016b2d36786ebf7cf05d407af4b", + "timestamp": "2021-02-27T04:18:35Z" + }, + { + "version": "9.2102.2703.5115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2703.5115.zip", + "checksum": "936368c2db5174a3508621f93b3109b7", + "timestamp": "2021-02-27T03:51:24Z" + }, + { + "version": "9.2102.2621.0740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2621.0740.zip", + "checksum": "c954025e3ec7df10d1cab2c2f27d833f", + "timestamp": "2021-02-26T21:07:50Z" + }, + { + "version": "9.2102.2619.1118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2619.1118.zip", + "checksum": "d721d90bd6cb2b34af26f0df85ec8cd5", + "timestamp": "2021-02-26T19:11:26Z" + }, + { + "version": "9.2102.2618.4416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2618.4416.zip", + "checksum": "514ec0ca4905594da232b4ffc6e368ed", + "timestamp": "2021-02-26T18:44:25Z" + }, + { + "version": "9.2102.2612.4208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2612.4208.zip", + "checksum": "5919b707bc7294cb97c0fbc711a9c24d", + "timestamp": "2021-02-26T12:42:19Z" + }, + { + "version": "9.2102.2523.3917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2523.3917.zip", + "checksum": "b7c5562e50c0b0742e8ea0db71272e50", + "timestamp": "2021-02-25T23:39:26Z" + }, + { + "version": "9.2102.2508.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2508.4137.zip", + "checksum": "b563cd344914e7806e9c6b7369dd5d7b", + "timestamp": "2021-02-25T08:41:47Z" + }, + { + "version": "9.2102.2423.0950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2423.0950.zip", + "checksum": "52cd16255ad4efeaa20fb31adcc3faed", + "timestamp": "2021-02-24T23:09:59Z" + }, + { + "version": "9.2102.2422.4331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2422.4331.zip", + "checksum": "b5df1d9da2c051b706d6d7287a683864", + "timestamp": "2021-02-24T22:43:40Z" + }, + { + "version": "9.2102.2421.2625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2421.2625.zip", + "checksum": "154da3efb2aa71e5708d559c3f725e2c", + "timestamp": "2021-02-24T21:26:36Z" + }, + { + "version": "9.2102.2416.4457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2416.4457.zip", + "checksum": "3a8a4773b8b73c46c629ecef257f8a4b", + "timestamp": "2021-02-24T16:45:05Z" + }, + { + "version": "9.2102.2416.1809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2416.1809.zip", + "checksum": "d42c285e4fdc0bd234e0cf6d475b09ce", + "timestamp": "2021-02-24T16:18:19Z" + }, + { + "version": "9.2102.2411.3918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2411.3918.zip", + "checksum": "83b0631f34019465425bcb1d0895a179", + "timestamp": "2021-02-24T11:39:28Z" + }, + { + "version": "9.2102.2401.5236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2401.5236.zip", + "checksum": "3291fbd0dfa11ef6d393a74d9c2143ed", + "timestamp": "2021-02-24T01:52:46Z" + }, + { + "version": "9.2102.2321.0751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2321.0751.zip", + "checksum": "59d7e0ae2c79823e543fbc20d78e5595", + "timestamp": "2021-02-23T21:08:01Z" + }, + { + "version": "9.2102.2317.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2317.1057.zip", + "checksum": "65f80054fbdb84f171cccaee0d7bdd9f", + "timestamp": "2021-02-23T17:11:07Z" + }, + { + "version": "9.2102.2312.2452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2312.2452.zip", + "checksum": "52f8ed2f9f76dc43776461f783e6a77a", + "timestamp": "2021-02-23T12:25:02Z" + }, + { + "version": "9.2102.2302.5526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2302.5526.zip", + "checksum": "ff00048c25ce12de25b7e75ed13c6836", + "timestamp": "2021-02-23T02:55:34Z" + }, + { + "version": "9.2102.2302.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2302.2643.zip", + "checksum": "22b42e0f138e1653f0c28f2c0ef2c21c", + "timestamp": "2021-02-23T02:26:53Z" + }, + { + "version": "9.2102.2221.5916", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2221.5916.zip", + "checksum": "9ec68a7847cba269fcb364f566838b50", + "timestamp": "2021-02-22T21:59:25Z" + }, + { + "version": "9.2102.2217.3206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2217.3206.zip", + "checksum": "eca064ff9d0438fab2c71edbd946bfa4", + "timestamp": "2021-02-22T17:32:15Z" + }, + { + "version": "9.2102.2217.0517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2217.0517.zip", + "checksum": "9741b5c74fc5e1eac4c351b37c7ddd4e", + "timestamp": "2021-02-22T17:05:26Z" + }, + { + "version": "9.2102.2216.3722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2216.3722.zip", + "checksum": "da7ad8dea19efdae7f74555bf4ca565a", + "timestamp": "2021-02-22T16:37:32Z" + }, + { + "version": "9.2102.2214.0659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2214.0659.zip", + "checksum": "5b4a6e196c91343f15b474159e24dc25", + "timestamp": "2021-02-22T14:07:08Z" + }, + { + "version": "9.2102.2213.3908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2213.3908.zip", + "checksum": "e620fb70b25570a73317060d81717349", + "timestamp": "2021-02-22T13:39:17Z" + }, + { + "version": "9.2102.2207.3603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2207.3603.zip", + "checksum": "898649f8889a4aeb2a36f75eb0f833a0", + "timestamp": "2021-02-22T07:36:13Z" + }, + { + "version": "9.2102.2205.5115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2205.5115.zip", + "checksum": "ac5d3f156bea5f0afbac16f4d13b4937", + "timestamp": "2021-02-22T05:51:24Z" + }, + { + "version": "9.2102.2204.4902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2204.4902.zip", + "checksum": "7c581516dffbd909ef7f6df3320b6776", + "timestamp": "2021-02-22T04:49:13Z" + }, + { + "version": "9.2102.2201.4457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2201.4457.zip", + "checksum": "afa02cab883aff77fee11af8efe9810e", + "timestamp": "2021-02-22T01:45:07Z" + }, + { + "version": "9.2102.2119.2310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2119.2310.zip", + "checksum": "0561a503e5d44735cbebce8b0a40e58e", + "timestamp": "2021-02-21T19:23:20Z" + }, + { + "version": "9.2102.2116.0627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2116.0627.zip", + "checksum": "ec56b34adb24d7f896f4cf16e26aecfe", + "timestamp": "2021-02-21T16:06:36Z" + }, + { + "version": "9.2102.2107.2307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2107.2307.zip", + "checksum": "3111b67a2960d9ab8332c51ca88b4663", + "timestamp": "2021-02-21T07:23:16Z" + }, + { + "version": "9.2102.2023.3003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2023.3003.zip", + "checksum": "fee7ab26804075c988a89a52e7aeaad5", + "timestamp": "2021-02-20T23:30:12Z" + }, + { + "version": "9.2102.2023.0344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2023.0344.zip", + "checksum": "92fe8db7be6b618f58155ea9a82e0fba", + "timestamp": "2021-02-20T23:03:52Z" + }, + { + "version": "9.2102.2015.4529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2015.4529.zip", + "checksum": "8ee272b9fdd6602daa5ff552ec1b8f9b", + "timestamp": "2021-02-20T15:45:39Z" + }, + { + "version": "9.2102.2002.4710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2002.4710.zip", + "checksum": "9b5a99617ff9a5ba25f0e410fce8fbc4", + "timestamp": "2021-02-20T02:47:19Z" + }, + { + "version": "9.2102.2002.1905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.2002.1905.zip", + "checksum": "c52271f6e9fa8f7db0d03f30354235dd", + "timestamp": "2021-02-20T02:19:15Z" + }, + { + "version": "9.2102.1912.4037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1912.4037.zip", + "checksum": "91fec4221f1d487d3741c5715bed0751", + "timestamp": "2021-02-19T12:40:46Z" + }, + { + "version": "9.2102.1822.5309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1822.5309.zip", + "checksum": "a1602447e347ee64c2be08d46ebe93ef", + "timestamp": "2021-02-18T22:53:17Z" + }, + { + "version": "9.2102.1819.0050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1819.0050.zip", + "checksum": "a614bd183836df2f5eff1ed9a7e59d18", + "timestamp": "2021-02-18T19:00:59Z" + }, + { + "version": "9.2102.1817.4056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1817.4056.zip", + "checksum": "7136f50d57b544661726e17cc409bb82", + "timestamp": "2021-02-18T17:41:04Z" + }, + { + "version": "9.2102.1817.1310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1817.1310.zip", + "checksum": "ae12bfd62b163bc284af94ff04060e26", + "timestamp": "2021-02-18T17:13:19Z" + }, + { + "version": "9.2102.1719.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1719.4600.zip", + "checksum": "a030c4c8cd0818c623ef46b18fc9b827", + "timestamp": "2021-02-17T19:46:09Z" + }, + { + "version": "9.2102.1710.0825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1710.0825.zip", + "checksum": "35be3433669c7550acbf2fc5ec104de4", + "timestamp": "2021-02-17T10:08:34Z" + }, + { + "version": "9.2102.1709.3334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1709.3334.zip", + "checksum": "8a2b4d1f4fef91d971ef903a25ee1dd1", + "timestamp": "2021-02-17T09:33:43Z" + }, + { + "version": "9.2102.1706.4318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1706.4318.zip", + "checksum": "4cf1563bc4b50ad3d58fff3f7933f966", + "timestamp": "2021-02-17T06:43:27Z" + }, + { + "version": "9.2102.1705.2441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1705.2441.zip", + "checksum": "c6d722c572214d8f3b228b5d554a7dd0", + "timestamp": "2021-02-17T05:24:50Z" + }, + { + "version": "9.2102.1704.1957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1704.1957.zip", + "checksum": "f5764faa6edaf1465acfc7c583c1b44a", + "timestamp": "2021-02-17T04:20:05Z" + }, + { + "version": "9.2102.1703.5312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1703.5312.zip", + "checksum": "12770a761856965106ea0f572751d1ee", + "timestamp": "2021-02-17T03:53:21Z" + }, + { + "version": "9.2102.1703.2423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1703.2423.zip", + "checksum": "d0fbec20ca45b260bef83dfbb3d2d84a", + "timestamp": "2021-02-17T03:24:33Z" + }, + { + "version": "9.2102.1618.5255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1618.5255.zip", + "checksum": "f5cb8218e36ffe5178a5e3796fc23c50", + "timestamp": "2021-02-16T18:53:05Z" + }, + { + "version": "9.2102.1615.5618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1615.5618.zip", + "checksum": "5f7fb675c092e7b36d3bfda2096c9af7", + "timestamp": "2021-02-16T15:56:28Z" + }, + { + "version": "9.2102.1605.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1605.4133.zip", + "checksum": "2b48ba9621d58e0edc3935c8c56e8342", + "timestamp": "2021-02-16T05:41:41Z" + }, + { + "version": "9.2102.1605.1449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1605.1449.zip", + "checksum": "4520d7040bac0056d470c4840ab55449", + "timestamp": "2021-02-16T05:15:00Z" + }, + { + "version": "9.2102.1519.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1519.4133.zip", + "checksum": "5db43b4461e9d91b7f1d66e3ed9085ac", + "timestamp": "2021-02-15T19:41:42Z" + }, + { + "version": "9.2102.1514.2500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1514.2500.zip", + "checksum": "328eb2e16c1d6fa2d8df8e05b10dfb01", + "timestamp": "2021-02-15T14:25:09Z" + }, + { + "version": "9.2102.1513.5658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1513.5658.zip", + "checksum": "770f85623f1c5bc67e2ad3a053a43a5d", + "timestamp": "2021-02-15T13:57:11Z" + }, + { + "version": "9.2102.1509.1112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1509.1112.zip", + "checksum": "f04aee2596988e8d6aa036068c35b8de", + "timestamp": "2021-02-15T09:11:20Z" + }, + { + "version": "9.2102.1417.5020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1417.5020.zip", + "checksum": "e66ab58353b1ed6e47a6572d3d32fdac", + "timestamp": "2021-02-14T17:50:29Z" + }, + { + "version": "9.2102.1416.2107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1416.2107.zip", + "checksum": "1161436c81ad2f0c59ed97e56ee62fc0", + "timestamp": "2021-02-14T16:21:17Z" + }, + { + "version": "9.2102.1408.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1408.1553.zip", + "checksum": "c2252d878ee6a97d4b9911258bdc04ef", + "timestamp": "2021-02-14T08:16:02Z" + }, + { + "version": "9.2102.1407.3611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1407.3611.zip", + "checksum": "a16c13294a912cbb80d34c5c2719636e", + "timestamp": "2021-02-14T07:36:19Z" + }, + { + "version": "9.2102.1407.0828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1407.0828.zip", + "checksum": "d5723ce924d1e6016e7e409e4c6538e5", + "timestamp": "2021-02-14T07:08:38Z" + }, + { + "version": "9.2102.1319.0054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1319.0054.zip", + "checksum": "b0b80cf14db34afd2d84073a99ead4c4", + "timestamp": "2021-02-13T19:01:04Z" + }, + { + "version": "9.2102.1310.3421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1310.3421.zip", + "checksum": "10acf48e77474e3eca39a6eb819b0438", + "timestamp": "2021-02-13T10:34:31Z" + }, + { + "version": "9.2102.1309.5747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1309.5747.zip", + "checksum": "2e21985a5f868895d8f4879ce70f4787", + "timestamp": "2021-02-13T09:57:57Z" + }, + { + "version": "9.2102.1304.5444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1304.5444.zip", + "checksum": "94c83dac4f1ea280b5c86397053f7769", + "timestamp": "2021-02-13T04:54:53Z" + }, + { + "version": "9.2102.1302.1644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1302.1644.zip", + "checksum": "7942a8a4e8c1f35f464f4b05a06fe0e3", + "timestamp": "2021-02-13T02:16:53Z" + }, + { + "version": "9.2102.1218.2450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1218.2450.zip", + "checksum": "b420dbe1a31f20349d6620d5b701b49c", + "timestamp": "2021-02-12T18:24:59Z" + }, + { + "version": "9.2102.1209.0509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1209.0509.zip", + "checksum": "38da7c2f8f3a42f53faf5444f7fb0cae", + "timestamp": "2021-02-12T09:05:19Z" + }, + { + "version": "9.2102.1118.5527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1118.5527.zip", + "checksum": "8cc7f28aa260fe967e26dca183179032", + "timestamp": "2021-02-11T18:55:36Z" + }, + { + "version": "9.2102.1117.1226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1117.1226.zip", + "checksum": "5e3804e5b4cbc9ed68f085ec73c1284d", + "timestamp": "2021-02-11T17:12:38Z" + }, + { + "version": "9.2102.1116.3933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1116.3933.zip", + "checksum": "4234ccad4f17065334f7d0041fd80892", + "timestamp": "2021-02-11T16:39:43Z" + }, + { + "version": "9.2102.1114.5340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1114.5340.zip", + "checksum": "05d9c09db9c6c6b8def8dca02172c4c0", + "timestamp": "2021-02-11T14:53:49Z" + }, + { + "version": "9.2102.1108.2111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1108.2111.zip", + "checksum": "f179aba2cdd036d6682cf2b69800f81f", + "timestamp": "2021-02-11T08:21:20Z" + }, + { + "version": "9.2102.1107.5300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1107.5300.zip", + "checksum": "ea80d033dd1248706c0ae6cf5c88e464", + "timestamp": "2021-02-11T07:53:10Z" + }, + { + "version": "9.2102.1017.0501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1017.0501.zip", + "checksum": "666e394d9d38ef75095f653822a8396e", + "timestamp": "2021-02-10T17:05:10Z" + }, + { + "version": "9.2102.1015.3244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1015.3244.zip", + "checksum": "3c403ebe1df9b1ab95b01141aacfc8ae", + "timestamp": "2021-02-10T15:32:52Z" + }, + { + "version": "9.2102.1015.0336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1015.0336.zip", + "checksum": "046b0b8e3dc8b259281df624f2befeab", + "timestamp": "2021-02-10T15:03:47Z" + }, + { + "version": "9.2102.1014.0429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1014.0429.zip", + "checksum": "2af514ab8ce59e6afa174f4b3647cf87", + "timestamp": "2021-02-10T14:04:38Z" + }, + { + "version": "9.2102.1011.3715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1011.3715.zip", + "checksum": "8c73d1844828056b8012b9bc2b812b92", + "timestamp": "2021-02-10T11:37:35Z" + }, + { + "version": "9.2102.1010.4805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1010.4805.zip", + "checksum": "2c8e51200949fc16f00f8d2a491d33ad", + "timestamp": "2021-02-10T10:48:24Z" + }, + { + "version": "9.2102.1007.3743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1007.3743.zip", + "checksum": "730e3fdfff41698c74705b09c8481bea", + "timestamp": "2021-02-10T07:37:57Z" + }, + { + "version": "9.2102.1006.5514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1006.5514.zip", + "checksum": "fefb8d1531cca9d6f6370a5f250faa89", + "timestamp": "2021-02-10T06:55:27Z" + }, + { + "version": "9.2102.1002.3754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1002.3754.zip", + "checksum": "55c3f86ca082da1f9d4f75dfc115ac3f", + "timestamp": "2021-02-10T02:38:03Z" + }, + { + "version": "9.2102.1001.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.1001.2536.zip", + "checksum": "b4ce1e1ffb3fc774448b1bafd6672dcd", + "timestamp": "2021-02-10T01:25:45Z" + }, + { + "version": "9.2102.0916.1033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0916.1033.zip", + "checksum": "22c1f27eda89079f751669bc59b95f1f", + "timestamp": "2021-02-09T16:10:43Z" + }, + { + "version": "9.2102.0903.2804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0903.2804.zip", + "checksum": "9376c37d7d5c6339bd7380c67814f5cd", + "timestamp": "2021-02-09T03:28:13Z" + }, + { + "version": "9.2102.0902.5839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0902.5839.zip", + "checksum": "118e527349c0816efc94586b48fe8cfe", + "timestamp": "2021-02-09T02:58:48Z" + }, + { + "version": "9.2102.0902.2941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0902.2941.zip", + "checksum": "d95b00f9b5cbfe246cf7b9273a19b308", + "timestamp": "2021-02-09T02:29:50Z" + }, + { + "version": "9.2102.0816.2212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0816.2212.zip", + "checksum": "44d76b4f6a0ad83a89ad85878971cd27", + "timestamp": "2021-02-08T16:22:21Z" + }, + { + "version": "9.2102.0815.5111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0815.5111.zip", + "checksum": "cc162366b786aa00df77a40ed1db5b9f", + "timestamp": "2021-02-08T15:51:19Z" + }, + { + "version": "9.2102.0815.2217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0815.2217.zip", + "checksum": "8a6400d6c7eb0d15e78823c92feb13fd", + "timestamp": "2021-02-08T15:22:26Z" + }, + { + "version": "9.2102.0814.5256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0814.5256.zip", + "checksum": "d87ebd34e9ffd359ef4f5ef4feda5c47", + "timestamp": "2021-02-08T14:53:05Z" + }, + { + "version": "9.2102.0814.2304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0814.2304.zip", + "checksum": "1ac57e2993395c3891d1b2c54fd24b3a", + "timestamp": "2021-02-08T14:23:12Z" + }, + { + "version": "9.2102.0812.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0812.2410.zip", + "checksum": "39fe71ffea4c7905ba7d00eb6ed924fd", + "timestamp": "2021-02-08T12:24:20Z" + }, + { + "version": "9.2102.0811.4942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0811.4942.zip", + "checksum": "00d7ef62b9ab20ba33e7cb3248fc362a", + "timestamp": "2021-02-08T11:49:51Z" + }, + { + "version": "9.2102.0809.4154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0809.4154.zip", + "checksum": "235cd6aedf139298a956cc8678c9e6bd", + "timestamp": "2021-02-08T09:42:05Z" + }, + { + "version": "9.2102.0808.5137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0808.5137.zip", + "checksum": "60470c3fb71c4f860bf8f3d5273586ea", + "timestamp": "2021-02-08T08:51:45Z" + }, + { + "version": "9.2102.0806.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0806.2531.zip", + "checksum": "da536f107ef5e99f1fb46a9fdd22597e", + "timestamp": "2021-02-08T06:25:39Z" + }, + { + "version": "9.2102.0805.5701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0805.5701.zip", + "checksum": "520481290858d7aca69580cc6963e310", + "timestamp": "2021-02-08T05:57:13Z" + }, + { + "version": "9.2102.0720.2254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0720.2254.zip", + "checksum": "cd5b32d43574a5eb216214dd8cf1c48d", + "timestamp": "2021-02-07T20:23:03Z" + }, + { + "version": "9.2102.0716.5528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0716.5528.zip", + "checksum": "e9f4bb6fd4acb01ec4c234ef4e4db486", + "timestamp": "2021-02-07T16:55:36Z" + }, + { + "version": "9.2102.0716.2741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0716.2741.zip", + "checksum": "5d6726f4b2145635f5e5f7229fa1f4f6", + "timestamp": "2021-02-07T16:27:50Z" + }, + { + "version": "9.2102.0710.2518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0710.2518.zip", + "checksum": "c6a337b8aa046e7f1582f26d504620ca", + "timestamp": "2021-02-07T10:25:28Z" + }, + { + "version": "9.2102.0702.0728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0702.0728.zip", + "checksum": "0954ec788a9768358426ec4adcab0380", + "timestamp": "2021-02-07T02:07:36Z" + }, + { + "version": "9.2102.0701.3851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0701.3851.zip", + "checksum": "e57ab0e7ec4c14dcd95848629e665f6e", + "timestamp": "2021-02-07T01:39:01Z" + }, + { + "version": "9.2102.0618.2245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0618.2245.zip", + "checksum": "87d5bcf1d3038105c7550ffb5f35265a", + "timestamp": "2021-02-06T18:22:55Z" + }, + { + "version": "9.2102.0519.2515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0519.2515.zip", + "checksum": "5e8d18f61cb7404fcf66a502f6fddb12", + "timestamp": "2021-02-05T19:25:25Z" + }, + { + "version": "9.2102.0511.5434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0511.5434.zip", + "checksum": "8e7c8bd2cc68b6caaeb00293e0d7a6d0", + "timestamp": "2021-02-05T11:54:43Z" + }, + { + "version": "9.2102.0511.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0511.2640.zip", + "checksum": "9107be0c0111ebc009fb433702ec84f4", + "timestamp": "2021-02-05T11:26:48Z" + }, + { + "version": "9.2102.0503.3504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0503.3504.zip", + "checksum": "b0ca22c14323123cca31e0ae43fe3909", + "timestamp": "2021-02-05T03:35:13Z" + }, + { + "version": "9.2102.0503.0526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0503.0526.zip", + "checksum": "9b5121a317aebfecc9d787a0aa38b8d9", + "timestamp": "2021-02-05T03:05:35Z" + }, + { + "version": "9.2102.0415.1857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0415.1857.zip", + "checksum": "b34bdf6253fc28c46d1f54d4c6ad5553", + "timestamp": "2021-02-04T15:19:05Z" + }, + { + "version": "9.2102.0414.4712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0414.4712.zip", + "checksum": "f684f002a09735eaef07aba91b0b577f", + "timestamp": "2021-02-04T14:47:21Z" + }, + { + "version": "9.2102.0413.1117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0413.1117.zip", + "checksum": "7021b85320e5a6a354cccb532e0dbc47", + "timestamp": "2021-02-04T13:11:27Z" + }, + { + "version": "9.2102.0308.1243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0308.1243.zip", + "checksum": "813e3332ccdfb466b6509a11348de6f8", + "timestamp": "2021-02-03T08:12:52Z" + }, + { + "version": "9.2102.0307.4338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0307.4338.zip", + "checksum": "96f1664bf8fc5e2d751b9d2095bbc30b", + "timestamp": "2021-02-03T07:43:48Z" + }, + { + "version": "9.2102.0217.4935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0217.4935.zip", + "checksum": "43cc7d752fac86c308de4b08a144c5fb", + "timestamp": "2021-02-02T17:49:44Z" + }, + { + "version": "9.2102.0210.2054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0210.2054.zip", + "checksum": "2d6501c42c5d8fa65ee6fe4d02a39e9b", + "timestamp": "2021-02-02T10:21:04Z" + }, + { + "version": "9.2102.0203.2038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0203.2038.zip", + "checksum": "73a3bad6c54322657244dfb08a565c55", + "timestamp": "2021-02-02T03:20:48Z" + }, + { + "version": "9.2102.0119.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0119.2643.zip", + "checksum": "cdca330a02d9c53f5765cf7f9e0f8ea4", + "timestamp": "2021-02-01T19:26:52Z" + }, + { + "version": "9.2102.0118.5808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0118.5808.zip", + "checksum": "767d014e39f5ed2e482c716255a125ef", + "timestamp": "2021-02-01T18:58:18Z" + }, + { + "version": "9.2102.0104.4714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2102.0104.4714.zip", + "checksum": "d299dbeb2f7b4622ba0379de8da1f331", + "timestamp": "2021-02-01T04:47:23Z" + }, + { + "version": "9.2101.3122.4130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3122.4130.zip", + "checksum": "ba61db1b564d837bec81c4022d557295", + "timestamp": "2021-01-31T22:41:39Z" + }, + { + "version": "9.2101.3117.2728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3117.2728.zip", + "checksum": "512819d2db263c20cc1ead8e45983a38", + "timestamp": "2021-01-31T17:27:38Z" + }, + { + "version": "9.2101.3116.5956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3116.5956.zip", + "checksum": "363bc2116f836a6f577262fde23e1dea", + "timestamp": "2021-01-31T17:00:06Z" + }, + { + "version": "9.2101.3112.1634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3112.1634.zip", + "checksum": "876c5b2b4793fa6c3ef793230596fc42", + "timestamp": "2021-01-31T12:16:44Z" + }, + { + "version": "9.2101.3022.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3022.1821.zip", + "checksum": "50ff21270583da991fe4d9ff05369f11", + "timestamp": "2021-01-30T22:18:31Z" + }, + { + "version": "9.2101.3008.1747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3008.1747.zip", + "checksum": "ddb714db3da1c9a112135b25c4172679", + "timestamp": "2021-01-30T08:17:56Z" + }, + { + "version": "9.2101.3007.4907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.3007.4907.zip", + "checksum": "287288cb6db485b93217f350887e61ef", + "timestamp": "2021-01-30T07:49:15Z" + }, + { + "version": "9.2101.2906.5610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2906.5610.zip", + "checksum": "a2dcf37c3a523222e9b9d966287349d2", + "timestamp": "2021-01-29T06:56:19Z" + }, + { + "version": "9.2101.2801.0517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2801.0517.zip", + "checksum": "c1d58a8d475bdb19b12cce183c6abd9e", + "timestamp": "2021-01-28T01:05:27Z" + }, + { + "version": "9.2101.2718.1019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2718.1019.zip", + "checksum": "38a91f00bc5589cbdf824e53e6bd1c08", + "timestamp": "2021-01-27T18:10:29Z" + }, + { + "version": "9.2101.2715.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2715.2927.zip", + "checksum": "b3fa2ad2d922b900ae3aceb0f0e8a53a", + "timestamp": "2021-01-27T15:29:37Z" + }, + { + "version": "9.2101.2708.0257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2708.0257.zip", + "checksum": "950c50709064f301e9d9a1e2556eb8d3", + "timestamp": "2021-01-27T08:03:08Z" + }, + { + "version": "9.2101.2618.3511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2618.3511.zip", + "checksum": "54f4a321bfad4f7bcc25b5ecdc04c770", + "timestamp": "2021-01-26T18:35:19Z" + }, + { + "version": "9.2101.2618.0621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2618.0621.zip", + "checksum": "4a9def0110fd0ea628ccf4cf13ce5df4", + "timestamp": "2021-01-26T18:06:30Z" + }, + { + "version": "9.2101.2617.0951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2617.0951.zip", + "checksum": "54ff392923b2008edad9e22a1285a89f", + "timestamp": "2021-01-26T17:10:01Z" + }, + { + "version": "9.2101.2611.3556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2611.3556.zip", + "checksum": "b853de95c3d8b693c2d698e948856875", + "timestamp": "2021-01-26T11:36:06Z" + }, + { + "version": "9.2101.2521.3402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2521.3402.zip", + "checksum": "69e95e9ef77452a8b3d1d750ae16abee", + "timestamp": "2021-01-25T21:34:11Z" + }, + { + "version": "9.2101.2519.5205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2519.5205.zip", + "checksum": "32206a46e01011e59285d12177f412a4", + "timestamp": "2021-01-25T19:52:14Z" + }, + { + "version": "9.2101.2518.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2518.5323.zip", + "checksum": "3e29fd64ad719956ec53ddbd5ef1044d", + "timestamp": "2021-01-25T18:53:36Z" + }, + { + "version": "9.2101.2517.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2517.5348.zip", + "checksum": "6d8ada4690eb8b5b16aa7c594e811a6f", + "timestamp": "2021-01-25T17:53:59Z" + }, + { + "version": "9.2101.2516.2545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2516.2545.zip", + "checksum": "3ae6d6a1eac5af457bc7391448632968", + "timestamp": "2021-01-25T16:25:56Z" + }, + { + "version": "9.2101.2515.1741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2515.1741.zip", + "checksum": "5039702fbecbddec9680084e527b0888", + "timestamp": "2021-01-25T15:17:52Z" + }, + { + "version": "9.2101.2513.0442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2513.0442.zip", + "checksum": "d67b7d6141354aa9a645268f9b866dc3", + "timestamp": "2021-01-25T13:04:51Z" + }, + { + "version": "9.2101.2512.2256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2512.2256.zip", + "checksum": "b64fc06be0d2c926e737bc5643d9b318", + "timestamp": "2021-01-25T12:23:05Z" + }, + { + "version": "9.2101.2511.3300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2511.3300.zip", + "checksum": "194853ae6d79f5402233fae96acd3d0d", + "timestamp": "2021-01-25T11:33:10Z" + }, + { + "version": "9.2101.2504.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2504.2759.zip", + "checksum": "73ea7afd32f04f662e5c70b3cbc66489", + "timestamp": "2021-01-25T04:28:08Z" + }, + { + "version": "9.2101.2420.0805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2420.0805.zip", + "checksum": "4013f9313d7d93c9013bb1eb13c3b910", + "timestamp": "2021-01-24T20:08:13Z" + }, + { + "version": "9.2101.2419.3813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2419.3813.zip", + "checksum": "291d06d358dd9384a6d1e366dd846b27", + "timestamp": "2021-01-24T19:38:22Z" + }, + { + "version": "9.2101.2418.2944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2418.2944.zip", + "checksum": "fa748eae2bffc1f8f7ef586e4b102f21", + "timestamp": "2021-01-24T18:29:53Z" + }, + { + "version": "9.2101.2413.3743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2413.3743.zip", + "checksum": "7c387da69d4df01d1d0b6a8b3a57305a", + "timestamp": "2021-01-24T13:37:52Z" + }, + { + "version": "9.2101.2410.4013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2410.4013.zip", + "checksum": "491c3250dad837bd8ad94da325550410", + "timestamp": "2021-01-24T10:40:22Z" + }, + { + "version": "9.2101.2400.2419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2400.2419.zip", + "checksum": "05d46153a83b610055376c1a8cc8a2ad", + "timestamp": "2021-01-24T00:24:27Z" + }, + { + "version": "9.2101.2323.5641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2323.5641.zip", + "checksum": "2918b72e224fd90fd7820eb554e93cec", + "timestamp": "2021-01-23T23:56:52Z" + }, + { + "version": "9.2101.2323.2614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2323.2614.zip", + "checksum": "724d35458ed17674139d7ba675a1c6fe", + "timestamp": "2021-01-23T23:26:23Z" + }, + { + "version": "9.2101.2321.0326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2321.0326.zip", + "checksum": "413b4682f195315c8072df9133ac1772", + "timestamp": "2021-01-23T21:03:34Z" + }, + { + "version": "9.2101.2320.3354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2320.3354.zip", + "checksum": "0e50a2d609b9cbb11c98e8063f5a97b3", + "timestamp": "2021-01-23T20:34:03Z" + }, + { + "version": "9.2101.2320.0444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2320.0444.zip", + "checksum": "b56cd23c712b76ace108bea546df1e87", + "timestamp": "2021-01-23T20:04:53Z" + }, + { + "version": "9.2101.2314.3822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2314.3822.zip", + "checksum": "937e2564de8eb7fb15c26706c392e05b", + "timestamp": "2021-01-23T14:38:30Z" + }, + { + "version": "9.2101.2314.0926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2314.0926.zip", + "checksum": "0ec4c6c09638e5222625be87aa9199e3", + "timestamp": "2021-01-23T14:09:35Z" + }, + { + "version": "9.2101.2313.1939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2313.1939.zip", + "checksum": "88586d3173f70483c61756029ba2a52e", + "timestamp": "2021-01-23T13:19:48Z" + }, + { + "version": "9.2101.2223.2201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2223.2201.zip", + "checksum": "e93ae95b679c31b25389caf1cfe8ce4e", + "timestamp": "2021-01-22T23:22:09Z" + }, + { + "version": "9.2101.2222.5354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2222.5354.zip", + "checksum": "906a0e5a8e019295e6c63a0bbdb99cdc", + "timestamp": "2021-01-22T22:54:04Z" + }, + { + "version": "9.2101.2218.0236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2218.0236.zip", + "checksum": "24e480db1632eaae623fcb7a0449da74", + "timestamp": "2021-01-22T18:02:46Z" + }, + { + "version": "9.2101.2210.2006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2210.2006.zip", + "checksum": "41500420782f6d2c21db2bc13094604f", + "timestamp": "2021-01-22T10:20:15Z" + }, + { + "version": "9.2101.2208.1015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2208.1015.zip", + "checksum": "cfd0a1405d2ccc0a28ddf2d4d206c128", + "timestamp": "2021-01-22T08:10:26Z" + }, + { + "version": "9.2101.2201.2009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2201.2009.zip", + "checksum": "05b13644fdd3a422e91ff2f69080e7c5", + "timestamp": "2021-01-22T01:20:17Z" + }, + { + "version": "9.2101.2200.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2200.5222.zip", + "checksum": "3b4675d8020a8fd8b65713bd8590293c", + "timestamp": "2021-01-22T00:52:31Z" + }, + { + "version": "9.2101.2200.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2200.2246.zip", + "checksum": "fe7fae7991e19984b8d231f179dd6b09", + "timestamp": "2021-01-22T00:22:55Z" + }, + { + "version": "9.2101.2121.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2121.3500.zip", + "checksum": "54b0fa624e74ce4f745de06a0ab1e01c", + "timestamp": "2021-01-21T21:35:08Z" + }, + { + "version": "9.2101.2121.0717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2121.0717.zip", + "checksum": "2a0b33feea8c30b5f138b846407c1325", + "timestamp": "2021-01-21T21:07:26Z" + }, + { + "version": "9.2101.2120.3603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2120.3603.zip", + "checksum": "7560519994196c3e7d7de2e4bc7f963e", + "timestamp": "2021-01-21T20:36:12Z" + }, + { + "version": "9.2101.2120.0641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2120.0641.zip", + "checksum": "a0d3a36419c92f9fa13c1f11505d6ad3", + "timestamp": "2021-01-21T20:06:50Z" + }, + { + "version": "9.2101.2118.3138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2118.3138.zip", + "checksum": "2d101dd2fdcf78592bdcafa65b64fc2c", + "timestamp": "2021-01-21T18:31:47Z" + }, + { + "version": "9.2101.2118.0245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2118.0245.zip", + "checksum": "3950de7ed8ccac31383e9acb276514e2", + "timestamp": "2021-01-21T18:02:55Z" + }, + { + "version": "9.2101.2100.3244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2100.3244.zip", + "checksum": "17cf872e281322c7d04d8491de223bdf", + "timestamp": "2021-01-21T00:32:53Z" + }, + { + "version": "9.2101.2100.0315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2100.0315.zip", + "checksum": "a8a98e8d5c3e9d98ab33313182466eb1", + "timestamp": "2021-01-21T00:03:24Z" + }, + { + "version": "9.2101.2023.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2023.3447.zip", + "checksum": "5400a47e18be97babff90fc5e02a2f9f", + "timestamp": "2021-01-20T23:34:56Z" + }, + { + "version": "9.2101.2018.2401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2018.2401.zip", + "checksum": "45b8ac54d15123a500b5d1549a6ade2d", + "timestamp": "2021-01-20T18:24:10Z" + }, + { + "version": "9.2101.2017.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2017.3341.zip", + "checksum": "bd35ce7aa8de0455115c95ea3a70b41f", + "timestamp": "2021-01-20T17:33:50Z" + }, + { + "version": "9.2101.2012.5952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2012.5952.zip", + "checksum": "010a1e9bc5e34aa27a3a9c87490339e4", + "timestamp": "2021-01-20T13:00:01Z" + }, + { + "version": "9.2101.2012.0318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2012.0318.zip", + "checksum": "3a6ab637395e4adf869fd11614aebafd", + "timestamp": "2021-01-20T12:03:28Z" + }, + { + "version": "9.2101.2010.4000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2010.4000.zip", + "checksum": "1748e850ec8e33110bf60db384cdfc01", + "timestamp": "2021-01-20T10:40:09Z" + }, + { + "version": "9.2101.2010.1204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2010.1204.zip", + "checksum": "7dce2f1b62b3f87cdbd7ac87f8d5d0ee", + "timestamp": "2021-01-20T10:12:15Z" + }, + { + "version": "9.2101.2007.0821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.2007.0821.zip", + "checksum": "a53b2008f938dd5974531b4a95d136cc", + "timestamp": "2021-01-20T07:08:30Z" + }, + { + "version": "9.2101.1920.2132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1920.2132.zip", + "checksum": "2b224d931f08ada17478b2aba91f3b8f", + "timestamp": "2021-01-19T20:21:42Z" + }, + { + "version": "9.2101.1919.4226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1919.4226.zip", + "checksum": "fb13250bc45a501887edabd73e454263", + "timestamp": "2021-01-19T19:42:36Z" + }, + { + "version": "9.2101.1917.5006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1917.5006.zip", + "checksum": "b714b4ff894235efc426f0e35d46cde8", + "timestamp": "2021-01-19T17:50:16Z" + }, + { + "version": "9.2101.1815.4416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1815.4416.zip", + "checksum": "a188fa6638439c798c4dcc8b0f23f80d", + "timestamp": "2021-01-18T15:44:24Z" + }, + { + "version": "9.2101.1815.1548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1815.1548.zip", + "checksum": "dadb347e2bda230b26d1a68f5a2fe758", + "timestamp": "2021-01-18T15:15:56Z" + }, + { + "version": "9.2101.1813.5453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1813.5453.zip", + "checksum": "e8baa6ebe9c195f130c383fb29e914dd", + "timestamp": "2021-01-18T13:55:03Z" + }, + { + "version": "9.2101.1800.5335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1800.5335.zip", + "checksum": "7dcba815f4b5fb3e31e6f95a5acaaadd", + "timestamp": "2021-01-18T00:53:45Z" + }, + { + "version": "9.2101.1720.2739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1720.2739.zip", + "checksum": "84d0f30999ed61faa12d7d9c786403bd", + "timestamp": "2021-01-17T20:27:49Z" + }, + { + "version": "9.2101.1717.0604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1717.0604.zip", + "checksum": "97172d7a878a82156a5cf6084dc9ca14", + "timestamp": "2021-01-17T17:06:12Z" + }, + { + "version": "9.2101.1716.3713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1716.3713.zip", + "checksum": "44f6669e9cc88832540c2cca5dcd1625", + "timestamp": "2021-01-17T16:37:22Z" + }, + { + "version": "9.2101.1715.4742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1715.4742.zip", + "checksum": "ab9e334fcd48afbff68b1fe3a0bc2390", + "timestamp": "2021-01-17T15:47:50Z" + }, + { + "version": "9.2101.1715.1858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1715.1858.zip", + "checksum": "d40df0d4f05e1b09d30feb31d47b7732", + "timestamp": "2021-01-17T15:19:06Z" + }, + { + "version": "9.2101.1714.1703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1714.1703.zip", + "checksum": "fbc466dcf9e7ad1f93ea699fc9111031", + "timestamp": "2021-01-17T14:17:12Z" + }, + { + "version": "9.2101.1706.3211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1706.3211.zip", + "checksum": "09a09766f0da4eb98c9d8f993b626c44", + "timestamp": "2021-01-17T06:32:21Z" + }, + { + "version": "9.2101.1700.2808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1700.2808.zip", + "checksum": "b1c9c57d24312b52b47ff38d389c3c3b", + "timestamp": "2021-01-17T00:28:17Z" + }, + { + "version": "9.2101.1621.5443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1621.5443.zip", + "checksum": "88fb8241b87224e7f450707013cc895b", + "timestamp": "2021-01-16T21:54:53Z" + }, + { + "version": "9.2101.1619.2203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1619.2203.zip", + "checksum": "cf862e5e96a1e5f27a87819d4be3c030", + "timestamp": "2021-01-16T19:22:11Z" + }, + { + "version": "9.2101.1618.5254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1618.5254.zip", + "checksum": "af73652bbdd26e375748472ad4e49be7", + "timestamp": "2021-01-16T18:53:03Z" + }, + { + "version": "9.2101.1612.0756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1612.0756.zip", + "checksum": "f2aecfa10548e7459481e4712bf4ca72", + "timestamp": "2021-01-16T12:08:05Z" + }, + { + "version": "9.2101.1610.5014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1610.5014.zip", + "checksum": "b9b56a1a2dc1f5f0612765294eb04c5a", + "timestamp": "2021-01-16T10:50:23Z" + }, + { + "version": "9.2101.1522.4029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1522.4029.zip", + "checksum": "4686828cb6f476e617ebd9bd91bafa30", + "timestamp": "2021-01-15T22:40:38Z" + }, + { + "version": "9.2101.1418.0809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1418.0809.zip", + "checksum": "8bfd650ee0610608e5d4566d4a81e828", + "timestamp": "2021-01-14T18:08:20Z" + }, + { + "version": "9.2101.1323.4209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1323.4209.zip", + "checksum": "f52d3e60f06f3a3eba06d3a8e14d785b", + "timestamp": "2021-01-13T23:42:20Z" + }, + { + "version": "9.2101.1320.3457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1320.3457.zip", + "checksum": "eb5e1e658b5074829580e6b6e9d88631", + "timestamp": "2021-01-13T20:35:05Z" + }, + { + "version": "9.2101.1320.0624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1320.0624.zip", + "checksum": "1ae9c646a9db5b25513ab06957c5def4", + "timestamp": "2021-01-13T20:06:34Z" + }, + { + "version": "9.2101.1318.4820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1318.4820.zip", + "checksum": "accfe9b8e5d9ba516dfeab960f048fde", + "timestamp": "2021-01-13T18:48:29Z" + }, + { + "version": "9.2101.1316.4345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1316.4345.zip", + "checksum": "c5a73fa21c72bfc68f264a4eaa451c18", + "timestamp": "2021-01-13T16:43:55Z" + }, + { + "version": "9.2101.1308.5627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1308.5627.zip", + "checksum": "e3cc81ff2d4451585e062896d6d3cd28", + "timestamp": "2021-01-13T08:56:36Z" + }, + { + "version": "9.2101.1308.2834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1308.2834.zip", + "checksum": "ac8345cf4d59661148965497ef25d107", + "timestamp": "2021-01-13T08:28:43Z" + }, + { + "version": "9.2101.1307.0021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1307.0021.zip", + "checksum": "798eee3b0bbd902e0094facbea7b5050", + "timestamp": "2021-01-13T07:00:30Z" + }, + { + "version": "9.2101.1222.2845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1222.2845.zip", + "checksum": "7903915bb2bb7439cc6e8836838bc85b", + "timestamp": "2021-01-12T22:28:54Z" + }, + { + "version": "9.2101.1222.0058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1222.0058.zip", + "checksum": "a6450692f6b6c50a5f3c90b67427e0c1", + "timestamp": "2021-01-12T22:01:07Z" + }, + { + "version": "9.2101.1215.4034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1215.4034.zip", + "checksum": "f0cbc3600f27b94eff86e1e1950332c0", + "timestamp": "2021-01-12T15:40:44Z" + }, + { + "version": "9.2101.1119.1327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1119.1327.zip", + "checksum": "60d4bcd03a8d478a7da40c576f2a5ece", + "timestamp": "2021-01-11T19:13:36Z" + }, + { + "version": "9.2101.1115.5402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1115.5402.zip", + "checksum": "7b9a1f5340b53b00cc23423a87d76d8d", + "timestamp": "2021-01-11T15:54:11Z" + }, + { + "version": "9.2101.1114.5245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1114.5245.zip", + "checksum": "ae507535bfd3a3e93265595d35b98db6", + "timestamp": "2021-01-11T14:52:54Z" + }, + { + "version": "9.2101.1114.2428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1114.2428.zip", + "checksum": "370fe4a376c4d78d42dde222a9398098", + "timestamp": "2021-01-11T14:24:37Z" + }, + { + "version": "9.2101.1020.1102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1020.1102.zip", + "checksum": "bba3c16c2fc2a178c85fc7c7ddc9bf4d", + "timestamp": "2021-01-10T20:11:11Z" + }, + { + "version": "9.2101.1015.4119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1015.4119.zip", + "checksum": "0ebedb31affc9cae8fc4cc130d955502", + "timestamp": "2021-01-10T15:41:29Z" + }, + { + "version": "9.2101.1011.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1011.2915.zip", + "checksum": "8661f412de38b960acddc7698f93e679", + "timestamp": "2021-01-10T11:29:24Z" + }, + { + "version": "9.2101.1010.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1010.5924.zip", + "checksum": "262e1eee70dc5af0077da9c5d1e723c4", + "timestamp": "2021-01-10T10:59:34Z" + }, + { + "version": "9.2101.1009.5848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.1009.5848.zip", + "checksum": "d90bbe9f7c5cef9b69363394f04ff93b", + "timestamp": "2021-01-10T09:58:58Z" + }, + { + "version": "9.2101.0920.0841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0920.0841.zip", + "checksum": "8761a6845a63ee70a82d424238b7d339", + "timestamp": "2021-01-09T20:08:50Z" + }, + { + "version": "9.2101.0919.0001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0919.0001.zip", + "checksum": "e98244d799a8de6ad16107128d038286", + "timestamp": "2021-01-09T19:00:11Z" + }, + { + "version": "9.2101.0918.2515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0918.2515.zip", + "checksum": "4f2becb167c81d546e2cd223bf345689", + "timestamp": "2021-01-09T18:25:24Z" + }, + { + "version": "9.2101.0917.0239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0917.0239.zip", + "checksum": "a67b73c3680809ab4e62033508327bda", + "timestamp": "2021-01-09T17:02:48Z" + }, + { + "version": "9.2101.0915.4823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0915.4823.zip", + "checksum": "203b855eed265fb7ce0263b696bd0135", + "timestamp": "2021-01-09T15:48:32Z" + }, + { + "version": "9.2101.0914.2741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0914.2741.zip", + "checksum": "ff77fe8aef5f6339dc4b330978b2a6d5", + "timestamp": "2021-01-09T14:27:50Z" + }, + { + "version": "9.2101.0900.0815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0900.0815.zip", + "checksum": "2865343a63f7e5f8a6d8d656ba824ac2", + "timestamp": "2021-01-09T00:08:24Z" + }, + { + "version": "9.2101.0821.2651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0821.2651.zip", + "checksum": "84080f35bebab8bd2571b2560fc6caaf", + "timestamp": "2021-01-08T21:26:59Z" + }, + { + "version": "9.2101.0820.5703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0820.5703.zip", + "checksum": "377a2878e37d0c1495f2f718e49ad418", + "timestamp": "2021-01-08T20:57:14Z" + }, + { + "version": "9.2101.0820.2803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0820.2803.zip", + "checksum": "ae89d37b2c50e6764dd04f537decbc09", + "timestamp": "2021-01-08T20:28:12Z" + }, + { + "version": "9.2101.0814.1250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0814.1250.zip", + "checksum": "19a19570222984138c64f917557cdbde", + "timestamp": "2021-01-08T14:12:59Z" + }, + { + "version": "9.2101.0813.1410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0813.1410.zip", + "checksum": "eb40e3702dfe32419e1237fe9fd2aafc", + "timestamp": "2021-01-08T13:14:20Z" + }, + { + "version": "9.2101.0800.3854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0800.3854.zip", + "checksum": "3d1b495b698188600ff9b5c7e6e93450", + "timestamp": "2021-01-08T00:39:03Z" + }, + { + "version": "9.2101.0722.1037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0722.1037.zip", + "checksum": "347e52e88850e8e58aac0a421b752b54", + "timestamp": "2021-01-07T22:10:45Z" + }, + { + "version": "9.2101.0716.4118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0716.4118.zip", + "checksum": "8ba9f8f040e4a3f43d9141a0472489b5", + "timestamp": "2021-01-07T16:41:26Z" + }, + { + "version": "9.2101.0716.1319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0716.1319.zip", + "checksum": "f07a06bfb78d3bd4da16b59d59949b64", + "timestamp": "2021-01-07T16:13:27Z" + }, + { + "version": "9.2101.0715.3527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0715.3527.zip", + "checksum": "d944b8f5cb80329828ea89a112c5ad1d", + "timestamp": "2021-01-07T15:35:36Z" + }, + { + "version": "9.2101.0715.0745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0715.0745.zip", + "checksum": "cc707ec75a2165b4a34557a8bf89ddb5", + "timestamp": "2021-01-07T15:07:55Z" + }, + { + "version": "9.2101.0710.2912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0710.2912.zip", + "checksum": "2380ccb0a18963a3c4752a8b227a54a8", + "timestamp": "2021-01-07T10:29:21Z" + }, + { + "version": "9.2101.0709.5905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0709.5905.zip", + "checksum": "d282849b1787a4443d2f6b7105757a67", + "timestamp": "2021-01-07T09:59:14Z" + }, + { + "version": "9.2101.0709.2807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0709.2807.zip", + "checksum": "e19ab65f38f35ca8c7cd52c1db2447cf", + "timestamp": "2021-01-07T09:28:18Z" + }, + { + "version": "9.2101.0619.5409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0619.5409.zip", + "checksum": "4fd970cc9f2aa64468518b05b92837a0", + "timestamp": "2021-01-06T19:54:18Z" + }, + { + "version": "9.2101.0617.2233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0617.2233.zip", + "checksum": "9e9be1c032c1e8e8ce6bec90e0b5b84e", + "timestamp": "2021-01-06T17:22:42Z" + }, + { + "version": "9.2101.0604.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0604.3517.zip", + "checksum": "4dcf3ce850b66218a2282dad8e8eaf8a", + "timestamp": "2021-01-06T04:35:26Z" + }, + { + "version": "9.2101.0522.2952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0522.2952.zip", + "checksum": "161671b3e625192846c839d78f74fe3c", + "timestamp": "2021-01-05T22:30:02Z" + }, + { + "version": "9.2101.0519.4943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0519.4943.zip", + "checksum": "12636685b4d7272be3848403f1ec2edc", + "timestamp": "2021-01-05T19:49:53Z" + }, + { + "version": "9.2101.0517.5312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0517.5312.zip", + "checksum": "3420860e7eabf266f039cfd062baa7ff", + "timestamp": "2021-01-05T17:53:21Z" + }, + { + "version": "9.2101.0517.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0517.2439.zip", + "checksum": "e6d9a6ec4a7693a35417b48c8b79818d", + "timestamp": "2021-01-05T17:24:48Z" + }, + { + "version": "9.2101.0511.4152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0511.4152.zip", + "checksum": "721da107071bce099d4dfb671e650a6e", + "timestamp": "2021-01-05T11:42:02Z" + }, + { + "version": "9.2101.0419.4209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0419.4209.zip", + "checksum": "8137755349807452392a6f2539bc6436", + "timestamp": "2021-01-04T19:42:19Z" + }, + { + "version": "9.2101.0417.3031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0417.3031.zip", + "checksum": "3e496b082066eee1d3e062c2146baf70", + "timestamp": "2021-01-04T17:30:40Z" + }, + { + "version": "9.2101.0415.1751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0415.1751.zip", + "checksum": "3e707d4e454c739be2480d63b59bb02e", + "timestamp": "2021-01-04T15:18:00Z" + }, + { + "version": "9.2101.0414.4926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0414.4926.zip", + "checksum": "57f033a037ddb2bdd4893cb2b426124c", + "timestamp": "2021-01-04T14:49:35Z" + }, + { + "version": "9.2101.0412.4519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0412.4519.zip", + "checksum": "1d42805fdd866e425d2832b8cc602359", + "timestamp": "2021-01-04T12:45:28Z" + }, + { + "version": "9.2101.0412.1841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0412.1841.zip", + "checksum": "0dd05d9653c38debd6ee7cfa5747ad7f", + "timestamp": "2021-01-04T12:18:50Z" + }, + { + "version": "9.2101.0411.5149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0411.5149.zip", + "checksum": "c1a91410f7900dea9ad9ea59f33a0703", + "timestamp": "2021-01-04T11:51:58Z" + }, + { + "version": "9.2101.0411.2136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0411.2136.zip", + "checksum": "52da4d3e571c79e25e8fd102f5a0685a", + "timestamp": "2021-01-04T11:21:45Z" + }, + { + "version": "9.2101.0317.4919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0317.4919.zip", + "checksum": "7e6fbf39766d209c9098258bfbd13915", + "timestamp": "2021-01-03T17:49:27Z" + }, + { + "version": "9.2101.0317.0457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0317.0457.zip", + "checksum": "de7f9e894ddf1802be503026488d0d15", + "timestamp": "2021-01-03T17:05:05Z" + }, + { + "version": "9.2101.0311.2325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0311.2325.zip", + "checksum": "3d79da1545132d2a46de68eb47712f7a", + "timestamp": "2021-01-03T11:23:35Z" + }, + { + "version": "9.2101.0302.3611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0302.3611.zip", + "checksum": "91d1004129cd1a441e07ead693e9f4b6", + "timestamp": "2021-01-03T02:36:21Z" + }, + { + "version": "9.2101.0220.5124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0220.5124.zip", + "checksum": "8919942aa1aa6c85126a9cbb3cacc643", + "timestamp": "2021-01-02T20:51:33Z" + }, + { + "version": "9.2101.0219.4043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0219.4043.zip", + "checksum": "9368546fcf917be9b84f01db3f3ce236", + "timestamp": "2021-01-02T19:40:52Z" + }, + { + "version": "9.2101.0218.4733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0218.4733.zip", + "checksum": "5ac062bdc257275c0d8b7471d013d169", + "timestamp": "2021-01-02T18:47:42Z" + }, + { + "version": "9.2101.0212.5958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0212.5958.zip", + "checksum": "7e22bc80d5c5be31e1676e4673bd51a9", + "timestamp": "2021-01-02T13:00:08Z" + }, + { + "version": "9.2101.0211.2603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0211.2603.zip", + "checksum": "6936a54b90a6f9bfb65592d5eb6c88fb", + "timestamp": "2021-01-02T11:26:13Z" + }, + { + "version": "9.2101.0210.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0210.2410.zip", + "checksum": "8edd1ea9b969435dc79dadf34c7e77e2", + "timestamp": "2021-01-02T10:24:21Z" + }, + { + "version": "9.2101.0207.0854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0207.0854.zip", + "checksum": "07fb30583f552e7a91041e5af9e181c2", + "timestamp": "2021-01-02T07:09:04Z" + }, + { + "version": "9.2101.0118.5851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0118.5851.zip", + "checksum": "183e4343438b56c5b45ce72e675f3e7f", + "timestamp": "2021-01-01T18:59:00Z" + }, + { + "version": "9.2101.0118.1250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0118.1250.zip", + "checksum": "0c47bdd3c4a6816470aebdb95b00f598", + "timestamp": "2021-01-01T18:12:58Z" + }, + { + "version": "9.2101.0117.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0117.4537.zip", + "checksum": "90246436f52218166ea7becd619d98ea", + "timestamp": "2021-01-01T17:45:46Z" + }, + { + "version": "9.2101.0117.1009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0117.1009.zip", + "checksum": "21fc606671aaf702c2f3567093efe4a9", + "timestamp": "2021-01-01T17:10:19Z" + }, + { + "version": "9.2101.0111.4714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0111.4714.zip", + "checksum": "8e7da42af325c5419c6b7b766751657b", + "timestamp": "2021-01-01T11:47:23Z" + }, + { + "version": "9.2101.0100.4125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0100.4125.zip", + "checksum": "9a0c78254e1ce62c2b26befa958ea399", + "timestamp": "2021-01-01T00:41:34Z" + }, + { + "version": "9.2101.0100.1413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2101.0100.1413.zip", + "checksum": "9c2a58a8cf3ee07aa0e116c78449010d", + "timestamp": "2021-01-01T00:14:22Z" + }, + { + "version": "9.2012.3122.5537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3122.5537.zip", + "checksum": "821e90110831ef80f2682f4a61e278b6", + "timestamp": "2020-12-31T22:55:45Z" + }, + { + "version": "9.2012.3122.2854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3122.2854.zip", + "checksum": "5e74679e5c509c6b13c999a171754b82", + "timestamp": "2020-12-31T22:29:04Z" + }, + { + "version": "9.2012.3115.0208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3115.0208.zip", + "checksum": "d26cb2a3cc285ceb546c84b8a561d920", + "timestamp": "2020-12-31T15:02:17Z" + }, + { + "version": "9.2012.3114.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3114.3447.zip", + "checksum": "389225186a694c4148159bfc1311f246", + "timestamp": "2020-12-31T14:34:56Z" + }, + { + "version": "9.2012.3113.4016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3113.4016.zip", + "checksum": "d691a1dc66360cfef64b1c11005a9561", + "timestamp": "2020-12-31T13:40:25Z" + }, + { + "version": "9.2012.3111.3259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3111.3259.zip", + "checksum": "187ef61ee248a674fcb55e88acb9cac0", + "timestamp": "2020-12-31T11:33:08Z" + }, + { + "version": "9.2012.3107.3311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3107.3311.zip", + "checksum": "e6064e73fb312bec1fac1943cf724b30", + "timestamp": "2020-12-31T07:33:19Z" + }, + { + "version": "9.2012.3107.0521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3107.0521.zip", + "checksum": "88af9a728fded14c8fd47ccb9e087271", + "timestamp": "2020-12-31T07:05:30Z" + }, + { + "version": "9.2012.3101.5002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3101.5002.zip", + "checksum": "fada69911c9e488e43fa0ef6b6ab413e", + "timestamp": "2020-12-31T01:50:11Z" + }, + { + "version": "9.2012.3101.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3101.2208.zip", + "checksum": "876cbe46cbe3d7c24663b545bfc2b844", + "timestamp": "2020-12-31T01:22:17Z" + }, + { + "version": "9.2012.3100.4117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3100.4117.zip", + "checksum": "7bdbd4680928a6e2f03803e50acefea8", + "timestamp": "2020-12-31T00:41:26Z" + }, + { + "version": "9.2012.3022.2540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3022.2540.zip", + "checksum": "429ed60470eaa8063d42dd52981a5189", + "timestamp": "2020-12-30T22:25:49Z" + }, + { + "version": "9.2012.3021.5904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3021.5904.zip", + "checksum": "598873584529899b27d152a2f4b391f1", + "timestamp": "2020-12-30T21:59:13Z" + }, + { + "version": "9.2012.3021.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3021.3221.zip", + "checksum": "fa08d34e93d16576361f76c22c20b5a1", + "timestamp": "2020-12-30T21:32:35Z" + }, + { + "version": "9.2012.3017.5429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3017.5429.zip", + "checksum": "f85cd5eb9c84ad70fe2331ffaf333bbc", + "timestamp": "2020-12-30T17:54:38Z" + }, + { + "version": "9.2012.3010.0437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.3010.0437.zip", + "checksum": "9c3fa0c55665bd2982c6135a03b973a8", + "timestamp": "2020-12-30T10:04:46Z" + }, + { + "version": "9.2012.2917.2651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2917.2651.zip", + "checksum": "83367966b084015d78fba4dc1fab7486", + "timestamp": "2020-12-29T17:26:59Z" + }, + { + "version": "9.2012.2917.0103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2917.0103.zip", + "checksum": "81a4f1d9162563680ee4643e7d68b451", + "timestamp": "2020-12-29T17:01:12Z" + }, + { + "version": "9.2012.2906.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2906.2536.zip", + "checksum": "f445ec900c70c8eb450da2fc25965f8c", + "timestamp": "2020-12-29T06:25:45Z" + }, + { + "version": "9.2012.2821.2048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2821.2048.zip", + "checksum": "61b44eaf6faaf494b109a40513252585", + "timestamp": "2020-12-28T21:20:56Z" + }, + { + "version": "9.2012.2820.5415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2820.5415.zip", + "checksum": "019d4c2d2c7d7847c087bf145fe39e64", + "timestamp": "2020-12-28T20:54:25Z" + }, + { + "version": "9.2012.2817.3042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2817.3042.zip", + "checksum": "27194745a60199503be7fc02f6823582", + "timestamp": "2020-12-28T17:30:50Z" + }, + { + "version": "9.2012.2816.0627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2816.0627.zip", + "checksum": "c42b88cb5b4655f2302c216fe27fa44c", + "timestamp": "2020-12-28T16:06:36Z" + }, + { + "version": "9.2012.2815.4047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2815.4047.zip", + "checksum": "78c21998a7145bc3ac23e19d67ee2725", + "timestamp": "2020-12-28T15:40:55Z" + }, + { + "version": "9.2012.2815.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2815.1309.zip", + "checksum": "2759ef0befacc59683f789a31131f4e4", + "timestamp": "2020-12-28T15:13:17Z" + }, + { + "version": "9.2012.2810.2813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2810.2813.zip", + "checksum": "f77b6031aed890e415b2a995a1d4d110", + "timestamp": "2020-12-28T10:28:24Z" + }, + { + "version": "9.2012.2718.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2718.4005.zip", + "checksum": "2a44a6ea7e2bd329b3a3e67dba01066b", + "timestamp": "2020-12-27T18:40:14Z" + }, + { + "version": "9.2012.2713.5208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2713.5208.zip", + "checksum": "1243f1b7e1bed7c246c0a0794630e8ce", + "timestamp": "2020-12-27T13:52:18Z" + }, + { + "version": "9.2012.2520.0405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2520.0405.zip", + "checksum": "2408e8470d1df84e67b567b96593f164", + "timestamp": "2020-12-25T20:04:18Z" + }, + { + "version": "9.2012.2515.4818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2515.4818.zip", + "checksum": "5966c1b0144c3eef72d250803aaeb305", + "timestamp": "2020-12-25T15:48:28Z" + }, + { + "version": "9.2012.2513.3717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2513.3717.zip", + "checksum": "1de1f542223b3d32b38253e20ca674c6", + "timestamp": "2020-12-25T13:37:27Z" + }, + { + "version": "9.2012.2420.1003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2420.1003.zip", + "checksum": "2d5eb954db0c87a6ea6bfe8719e9cf42", + "timestamp": "2020-12-24T20:10:13Z" + }, + { + "version": "9.2012.2418.1222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2418.1222.zip", + "checksum": "577f6506fe2d7873b1552b4bb27e8555", + "timestamp": "2020-12-24T18:12:33Z" + }, + { + "version": "9.2012.2410.2532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2410.2532.zip", + "checksum": "5f0c84119864ad9d53a0f82083218c6c", + "timestamp": "2020-12-24T10:25:41Z" + }, + { + "version": "9.2012.2405.3620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2405.3620.zip", + "checksum": "57aabac6e13dce10040d8f40d5f48d26", + "timestamp": "2020-12-24T05:36:29Z" + }, + { + "version": "9.2012.2319.1750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2319.1750.zip", + "checksum": "c0899323b5c2b0b3e5ab6be069e2d909", + "timestamp": "2020-12-23T19:17:59Z" + }, + { + "version": "9.2012.2305.0231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2305.0231.zip", + "checksum": "c23c61775a686fe6267d6300b936233f", + "timestamp": "2020-12-23T05:02:39Z" + }, + { + "version": "9.2012.2304.1446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2304.1446.zip", + "checksum": "2ccb61d9fbd1d78b0744a75da91a0aed", + "timestamp": "2020-12-23T04:14:54Z" + }, + { + "version": "9.2012.2303.4547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2303.4547.zip", + "checksum": "3b49b9b40865a4aa01c1488d4a4d7e8b", + "timestamp": "2020-12-23T03:45:56Z" + }, + { + "version": "9.2012.2223.1420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2223.1420.zip", + "checksum": "3d5e2a7fef8d35753e403f35e41055aa", + "timestamp": "2020-12-22T23:14:30Z" + }, + { + "version": "9.2012.2215.1528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2215.1528.zip", + "checksum": "6ed675af3e4368f769de951ae09c3285", + "timestamp": "2020-12-22T15:15:37Z" + }, + { + "version": "9.2012.2212.4300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2212.4300.zip", + "checksum": "33184a70c80f7d425ffa2954840d4312", + "timestamp": "2020-12-22T12:43:10Z" + }, + { + "version": "9.2012.2123.0245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2123.0245.zip", + "checksum": "8cddc2734af0495a97806561a7604a35", + "timestamp": "2020-12-21T23:02:53Z" + }, + { + "version": "9.2012.2122.3505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2122.3505.zip", + "checksum": "459c352b74c67e7705f3738dde4a99bc", + "timestamp": "2020-12-21T22:35:15Z" + }, + { + "version": "9.2012.2119.5206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2119.5206.zip", + "checksum": "221dc75ea565418d297e98cde8fb6411", + "timestamp": "2020-12-21T19:52:15Z" + }, + { + "version": "9.2012.2119.2550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2119.2550.zip", + "checksum": "8d7943ff537c540d04210b91f845eaef", + "timestamp": "2020-12-21T19:25:57Z" + }, + { + "version": "9.2012.2118.5935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2118.5935.zip", + "checksum": "1fc70c76876a769172b0fd040681c3f3", + "timestamp": "2020-12-21T18:59:44Z" + }, + { + "version": "9.2012.2107.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2107.4927.zip", + "checksum": "aa444f026b7a53ff0f3e9ec17a2450c4", + "timestamp": "2020-12-21T07:49:37Z" + }, + { + "version": "9.2012.2100.0827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2100.0827.zip", + "checksum": "149fd258d3cf8eae6e344289841012ee", + "timestamp": "2020-12-21T00:08:35Z" + }, + { + "version": "9.2012.2023.3925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2023.3925.zip", + "checksum": "f9c598616e1211a86e884312a0b34737", + "timestamp": "2020-12-20T23:39:35Z" + }, + { + "version": "9.2012.2013.4933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2013.4933.zip", + "checksum": "772722d19f8662c13c9a747058104d12", + "timestamp": "2020-12-20T13:49:41Z" + }, + { + "version": "9.2012.2013.1955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2013.1955.zip", + "checksum": "1c2bba7afafa0ce073f606a319e077a3", + "timestamp": "2020-12-20T13:20:04Z" + }, + { + "version": "9.2012.2009.4734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2009.4734.zip", + "checksum": "8a45af4ed951144ffc51c999e4632f30", + "timestamp": "2020-12-20T09:47:42Z" + }, + { + "version": "9.2012.2009.1810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2009.1810.zip", + "checksum": "c1bcee694e319eaf0e9a417d9d021cbe", + "timestamp": "2020-12-20T09:18:19Z" + }, + { + "version": "9.2012.2000.4312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.2000.4312.zip", + "checksum": "1983d6e602382fb058adb447508220f2", + "timestamp": "2020-12-20T00:43:20Z" + }, + { + "version": "9.2012.1919.4029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1919.4029.zip", + "checksum": "94c21b4d95f5a82c689caf59429bf211", + "timestamp": "2020-12-19T19:40:38Z" + }, + { + "version": "9.2012.1820.5846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1820.5846.zip", + "checksum": "94be2de7d61a96614648367d73a8e5e9", + "timestamp": "2020-12-18T20:58:55Z" + }, + { + "version": "9.2012.1820.3208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1820.3208.zip", + "checksum": "657e8ff16e75c8c9558b32b0890165db", + "timestamp": "2020-12-18T20:32:17Z" + }, + { + "version": "9.2012.1813.1804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1813.1804.zip", + "checksum": "104819be9c8fcfc2a8fecc016f335b3e", + "timestamp": "2020-12-18T13:18:14Z" + }, + { + "version": "9.2012.1807.4124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1807.4124.zip", + "checksum": "9adf21135b4dfec1d9ee71ebc3a685d8", + "timestamp": "2020-12-18T07:41:33Z" + }, + { + "version": "9.2012.1722.4756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1722.4756.zip", + "checksum": "5ca3394b33ff39043d3d35034293854c", + "timestamp": "2020-12-17T22:48:04Z" + }, + { + "version": "9.2012.1722.2107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1722.2107.zip", + "checksum": "cce19c0f9e1afbba7b12d23c5eddd3b5", + "timestamp": "2020-12-17T22:21:16Z" + }, + { + "version": "9.2012.1718.3336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1718.3336.zip", + "checksum": "bdf0683f1a3c7676fb90d16211d355cf", + "timestamp": "2020-12-17T18:33:45Z" + }, + { + "version": "9.2012.1717.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1717.4235.zip", + "checksum": "23bbd9eb9865b1330fd2e9d36b89c3f6", + "timestamp": "2020-12-17T17:42:44Z" + }, + { + "version": "9.2012.1717.1543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1717.1543.zip", + "checksum": "9760c719c6ac54ff1af3cec26c2741d5", + "timestamp": "2020-12-17T17:15:52Z" + }, + { + "version": "9.2012.1711.1613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1711.1613.zip", + "checksum": "49547b76aa428526d70778389e36888c", + "timestamp": "2020-12-17T11:16:24Z" + }, + { + "version": "9.2012.1623.1334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1623.1334.zip", + "checksum": "4fc3e2355a59735543d5f08e2711fcce", + "timestamp": "2020-12-16T23:13:43Z" + }, + { + "version": "9.2012.1622.0705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1622.0705.zip", + "checksum": "c245c10e662f24aac311f5745e864fc2", + "timestamp": "2020-12-16T22:07:14Z" + }, + { + "version": "9.2012.1621.3900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1621.3900.zip", + "checksum": "d2c5de9bdf1db118b7c76cfb0ca71d31", + "timestamp": "2020-12-16T21:39:09Z" + }, + { + "version": "9.2012.1620.2944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1620.2944.zip", + "checksum": "15de54ffc3a33b6be51ad6776a3834cc", + "timestamp": "2020-12-16T20:29:52Z" + }, + { + "version": "9.2012.1620.0152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1620.0152.zip", + "checksum": "f3406adf01b7b2727999547ae8eb3818", + "timestamp": "2020-12-16T20:02:09Z" + }, + { + "version": "9.2012.1619.2332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1619.2332.zip", + "checksum": "0c72a6bed6236de83a085feeb874d075", + "timestamp": "2020-12-16T19:23:40Z" + }, + { + "version": "9.2012.1616.4948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1616.4948.zip", + "checksum": "05be9b12b886263ed1fcf5cbb2ce5382", + "timestamp": "2020-12-16T16:49:58Z" + }, + { + "version": "9.2012.1519.5350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1519.5350.zip", + "checksum": "38986c3bb548666f8601bd581d7eae2a", + "timestamp": "2020-12-15T19:54:00Z" + }, + { + "version": "9.2012.1512.1407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1512.1407.zip", + "checksum": "97299974ac09071a476d7d06836c908a", + "timestamp": "2020-12-15T12:14:16Z" + }, + { + "version": "9.2012.1511.4556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1511.4556.zip", + "checksum": "c6e15568616bc5b3f9415f62eca8f309", + "timestamp": "2020-12-15T11:46:06Z" + }, + { + "version": "9.2012.1508.3401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1508.3401.zip", + "checksum": "b18f6ab0d5bc0ddc502fe2c242d89a91", + "timestamp": "2020-12-15T08:34:11Z" + }, + { + "version": "9.2012.1421.4837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1421.4837.zip", + "checksum": "bf38a9cb69abe3ac5dbf590595feebba", + "timestamp": "2020-12-14T21:48:48Z" + }, + { + "version": "9.2012.1420.1411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1420.1411.zip", + "checksum": "b5caeee23934b37ce8bc1e1589ea28e3", + "timestamp": "2020-12-14T20:14:20Z" + }, + { + "version": "9.2012.1417.2008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1417.2008.zip", + "checksum": "fb487122e3cec799008a24fa6e9c8c8f", + "timestamp": "2020-12-14T17:20:16Z" + }, + { + "version": "9.2012.1416.3314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1416.3314.zip", + "checksum": "8f251b53953163e98f2334ae63cff331", + "timestamp": "2020-12-14T16:33:23Z" + }, + { + "version": "9.2012.1416.0545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1416.0545.zip", + "checksum": "687d08f785abb34d79a3c11f4915fd40", + "timestamp": "2020-12-14T16:05:54Z" + }, + { + "version": "9.2012.1415.3835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1415.3835.zip", + "checksum": "675cffac9debbe3f7158a222b6a1028b", + "timestamp": "2020-12-14T15:38:44Z" + }, + { + "version": "9.2012.1412.0040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1412.0040.zip", + "checksum": "9162fcd6f44f97269fc81e335ce61a60", + "timestamp": "2020-12-14T12:00:49Z" + }, + { + "version": "9.2012.1405.1445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1405.1445.zip", + "checksum": "7cae7c77a823e8e7a1772e62d505cf7c", + "timestamp": "2020-12-14T05:14:54Z" + }, + { + "version": "9.2012.1404.0844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1404.0844.zip", + "checksum": "b67552719027b6437c9bffa9b2953616", + "timestamp": "2020-12-14T04:08:54Z" + }, + { + "version": "9.2012.1323.0624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1323.0624.zip", + "checksum": "5cb7108f07f6b80c09dc7e939e5f6fd8", + "timestamp": "2020-12-13T23:06:33Z" + }, + { + "version": "9.2012.1322.3739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1322.3739.zip", + "checksum": "0eb9850987799a366800b18c3790b68a", + "timestamp": "2020-12-13T22:37:47Z" + }, + { + "version": "9.2012.1322.1107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1322.1107.zip", + "checksum": "0e6c9ff71f9c64e94fbdadbacf990847", + "timestamp": "2020-12-13T22:11:16Z" + }, + { + "version": "9.2012.1319.3444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1319.3444.zip", + "checksum": "c7ba4ad5558484a4717b7c409dc36d2e", + "timestamp": "2020-12-13T19:34:53Z" + }, + { + "version": "9.2012.1314.1232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1314.1232.zip", + "checksum": "f36239fd64be5fde04793c3ae8c8ce3f", + "timestamp": "2020-12-13T14:12:41Z" + }, + { + "version": "9.2012.1313.4435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1313.4435.zip", + "checksum": "c980c7c943c72a03e56e93f268187cba", + "timestamp": "2020-12-13T13:44:43Z" + }, + { + "version": "9.2012.1313.1647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1313.1647.zip", + "checksum": "87a399a5932fa706028125a82234255d", + "timestamp": "2020-12-13T13:16:55Z" + }, + { + "version": "9.2012.1312.4833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1312.4833.zip", + "checksum": "f714f431d9b0a5a5b096af959db4364e", + "timestamp": "2020-12-13T12:48:42Z" + }, + { + "version": "9.2012.1311.2223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1311.2223.zip", + "checksum": "aa163e684a66e47b7b50e9e5ca9abd30", + "timestamp": "2020-12-13T11:22:32Z" + }, + { + "version": "9.2012.1218.4459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1218.4459.zip", + "checksum": "dad4920672ba3cbdd58a21891d49f6e3", + "timestamp": "2020-12-12T18:45:08Z" + }, + { + "version": "9.2012.1122.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1122.4349.zip", + "checksum": "e4b4927a10dad785c806504cdfbab0cb", + "timestamp": "2020-12-11T22:44:00Z" + }, + { + "version": "9.2012.1121.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1121.5323.zip", + "checksum": "f8a59be84ee3088141ca82ac254eee96", + "timestamp": "2020-12-11T21:53:31Z" + }, + { + "version": "9.2012.1115.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1115.5153.zip", + "checksum": "94feecdbf0ab42997dcad004a2fb4f75", + "timestamp": "2020-12-11T15:52:01Z" + }, + { + "version": "9.2012.1115.2443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1115.2443.zip", + "checksum": "6117d0a471b746838742e80a8db2b235", + "timestamp": "2020-12-11T15:24:53Z" + }, + { + "version": "9.2012.1109.4656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1109.4656.zip", + "checksum": "ef9c645a6d1f45c83a29b3e19f3f9fe8", + "timestamp": "2020-12-11T09:47:05Z" + }, + { + "version": "9.2012.1109.1727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1109.1727.zip", + "checksum": "8694fe9afebbcea5cf90a58c23a11cef", + "timestamp": "2020-12-11T09:17:36Z" + }, + { + "version": "9.2012.1108.0320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1108.0320.zip", + "checksum": "bc0694d80492f70482c5db1b746ba252", + "timestamp": "2020-12-11T08:03:28Z" + }, + { + "version": "9.2012.1107.3455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1107.3455.zip", + "checksum": "085d30247a1debc4d6403838aedb766b", + "timestamp": "2020-12-11T07:35:04Z" + }, + { + "version": "9.2012.1104.2720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1104.2720.zip", + "checksum": "bd29a335cc8970a7394539e5009e8f2c", + "timestamp": "2020-12-11T04:27:30Z" + }, + { + "version": "9.2012.1104.0015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1104.0015.zip", + "checksum": "02a063e52d64d7ee4bce1f76243781b5", + "timestamp": "2020-12-11T04:00:24Z" + }, + { + "version": "9.2012.1103.3307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1103.3307.zip", + "checksum": "a5c0bbd14cfce034f8e056b3c477c7a4", + "timestamp": "2020-12-11T03:33:17Z" + }, + { + "version": "9.2012.1022.3753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1022.3753.zip", + "checksum": "8c7bae377d1c91420decb1e942c80199", + "timestamp": "2020-12-10T22:38:02Z" + }, + { + "version": "9.2012.1022.1129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1022.1129.zip", + "checksum": "0e7afded6faa609b824775781680fde5", + "timestamp": "2020-12-10T22:11:38Z" + }, + { + "version": "9.2012.1021.2425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1021.2425.zip", + "checksum": "b452df6c19197e8f8bbbc96d2c54ae8e", + "timestamp": "2020-12-10T21:24:34Z" + }, + { + "version": "9.2012.1020.5625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1020.5625.zip", + "checksum": "e79043c88e842096031b27988618954d", + "timestamp": "2020-12-10T20:56:35Z" + }, + { + "version": "9.2012.1013.5927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1013.5927.zip", + "checksum": "b3324a474162968bd4d7bd6485bd8676", + "timestamp": "2020-12-10T13:59:35Z" + }, + { + "version": "9.2012.1013.3139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1013.3139.zip", + "checksum": "c6e0c9076d51e8b64a22ffedaaf33fd8", + "timestamp": "2020-12-10T13:31:47Z" + }, + { + "version": "9.2012.1013.0350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.1013.0350.zip", + "checksum": "447aa8ca4f6ab14aa1317b1cd84b8b2f", + "timestamp": "2020-12-10T13:04:00Z" + }, + { + "version": "9.2012.0919.4638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0919.4638.zip", + "checksum": "aa7c9f64244a39340f17a7f18b3a9c10", + "timestamp": "2020-12-09T19:46:46Z" + }, + { + "version": "9.2012.0917.2008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0917.2008.zip", + "checksum": "4bc7730fdfd9505e43fc767a1598b74f", + "timestamp": "2020-12-09T17:20:18Z" + }, + { + "version": "9.2012.0915.5239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0915.5239.zip", + "checksum": "2c64ad91d1609222f35ba7b871e52a58", + "timestamp": "2020-12-09T15:52:47Z" + }, + { + "version": "9.2012.0914.0031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0914.0031.zip", + "checksum": "f0cb871c40d3aa577f78bf8e6fd28d62", + "timestamp": "2020-12-09T14:00:41Z" + }, + { + "version": "9.2012.0908.0638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0908.0638.zip", + "checksum": "bb8d2c76c5a7095bc2965ec549eaadf3", + "timestamp": "2020-12-09T08:06:46Z" + }, + { + "version": "9.2012.0907.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0907.3857.zip", + "checksum": "5f907ffe2b2a72362fe543218fdb9752", + "timestamp": "2020-12-09T07:39:08Z" + }, + { + "version": "9.2012.0904.2609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0904.2609.zip", + "checksum": "22c5d2842232125ef65f94fe2827d5ec", + "timestamp": "2020-12-09T04:26:19Z" + }, + { + "version": "9.2012.0823.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0823.5104.zip", + "checksum": "f0ffea70e40d5ea6fbeb460a51e4b4eb", + "timestamp": "2020-12-08T23:51:14Z" + }, + { + "version": "9.2012.0819.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0819.4259.zip", + "checksum": "d3126b8622d9bd4abaf382a692987ec0", + "timestamp": "2020-12-08T19:43:08Z" + }, + { + "version": "9.2012.0818.0031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0818.0031.zip", + "checksum": "501fe6d124ca655b05df234e1536ee40", + "timestamp": "2020-12-08T18:00:39Z" + }, + { + "version": "9.2012.0817.3240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0817.3240.zip", + "checksum": "5302d83da7e2afd71de332f3fdd5aa32", + "timestamp": "2020-12-08T17:32:49Z" + }, + { + "version": "9.2012.0816.3212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0816.3212.zip", + "checksum": "555caae1fb4d2382b0d6dcf7d0caecb3", + "timestamp": "2020-12-08T16:32:21Z" + }, + { + "version": "9.2012.0809.3436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0809.3436.zip", + "checksum": "abb5ed6b00f799fe5c0e76da11d9f16b", + "timestamp": "2020-12-08T09:34:46Z" + }, + { + "version": "9.2012.0808.2733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0808.2733.zip", + "checksum": "cdc7b3c3789bf23c6aa09612eb05fb00", + "timestamp": "2020-12-08T08:27:42Z" + }, + { + "version": "9.2012.0807.5953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0807.5953.zip", + "checksum": "bfbafc8f3597f09020640a085add618d", + "timestamp": "2020-12-08T08:00:02Z" + }, + { + "version": "9.2012.0801.0642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0801.0642.zip", + "checksum": "9c72c8b9a903a8ead6c4e8126b4c96d1", + "timestamp": "2020-12-08T01:06:51Z" + }, + { + "version": "9.2012.0718.2109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0718.2109.zip", + "checksum": "7742b7ff579b05dd195c32548af42841", + "timestamp": "2020-12-07T18:21:19Z" + }, + { + "version": "9.2012.0717.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0717.3036.zip", + "checksum": "bcb3992b57284f70132672a97c9fd652", + "timestamp": "2020-12-07T17:30:45Z" + }, + { + "version": "9.2012.0717.0338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0717.0338.zip", + "checksum": "5a2f8f16e79dd0a04ab6707b41348d51", + "timestamp": "2020-12-07T17:03:54Z" + }, + { + "version": "9.2012.0707.2911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0707.2911.zip", + "checksum": "8e36f756763073a986e290befdd1f3df", + "timestamp": "2020-12-07T07:29:19Z" + }, + { + "version": "9.2012.0707.0232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0707.0232.zip", + "checksum": "e939a5e1aa7e2e156e689d2fed7b78b4", + "timestamp": "2020-12-07T07:02:41Z" + }, + { + "version": "9.2012.0615.3225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0615.3225.zip", + "checksum": "4f7d0a19650aa688e2406ac78ec79989", + "timestamp": "2020-12-06T15:32:33Z" + }, + { + "version": "9.2012.0615.0605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0615.0605.zip", + "checksum": "339ff5f6f0859e198fdb2af257aa1ca5", + "timestamp": "2020-12-06T15:06:14Z" + }, + { + "version": "9.2012.0607.2920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0607.2920.zip", + "checksum": "e04ae443a100f22e75ffe4200fa59ef7", + "timestamp": "2020-12-06T07:29:31Z" + }, + { + "version": "9.2012.0601.3256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0601.3256.zip", + "checksum": "e9ead7cc4845efaf2ede49f52a479e34", + "timestamp": "2020-12-06T01:33:05Z" + }, + { + "version": "9.2012.0601.0607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0601.0607.zip", + "checksum": "b845d7fc8ce9a90709daf8d80e739b02", + "timestamp": "2020-12-06T01:06:16Z" + }, + { + "version": "9.2012.0600.3933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0600.3933.zip", + "checksum": "b7c6ffca04beacfd090ddd771952e1aa", + "timestamp": "2020-12-06T00:39:41Z" + }, + { + "version": "9.2012.0519.4914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_9.2012.0519.4914.zip", + "checksum": "67dde80450f5a269b4b409395e930679", + "timestamp": "2020-12-05T19:49:24Z" + }, + { + "version": "7.2011.2301.0425", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2301.0425.zip", + "checksum": "89d21ce0596350f99ef5550d44a659c7", + "timestamp": "2020-11-23T01:04:33Z" + }, + { + "version": "7.2011.2219.3736", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2219.3736.zip", + "checksum": "2c546f1d3db7ab4d16a8225b5a3ce3b0", + "timestamp": "2020-11-22T19:37:43Z" + }, + { + "version": "7.2011.2219.1050", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2219.1050.zip", + "checksum": "c042d3e2f89bc24a7a4c2277955cb680", + "timestamp": "2020-11-22T19:10:57Z" + }, + { + "version": "7.2011.2218.2923", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2218.2923.zip", + "checksum": "3a3f9fc2133ce701c47b6ec6efcb9f13", + "timestamp": "2020-11-22T18:29:31Z" + }, + { + "version": "7.2011.2217.5517", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2217.5517.zip", + "checksum": "1d39efaf9a416ea58b603ca4f998ffba", + "timestamp": "2020-11-22T17:55:24Z" + }, + { + "version": "7.2011.2215.5257", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2215.5257.zip", + "checksum": "4b56952afb77affc8e8aa29efc8ff997", + "timestamp": "2020-11-22T15:53:05Z" + }, + { + "version": "7.2011.2214.5940", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2214.5940.zip", + "checksum": "4a71bc5928b644d86564712a07e11085", + "timestamp": "2020-11-22T14:59:48Z" + }, + { + "version": "7.2011.2210.2835", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2210.2835.zip", + "checksum": "67c9a90364cd8af6c5b8423378a1ad9c", + "timestamp": "2020-11-22T10:28:43Z" + }, + { + "version": "7.2011.2208.2020", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2208.2020.zip", + "checksum": "941fb1d7ea4cda9ead7d9cf38e5a9936", + "timestamp": "2020-11-22T08:20:28Z" + }, + { + "version": "7.2011.2207.5433", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2207.5433.zip", + "checksum": "d588e75aea38d9a904558b7c69762c33", + "timestamp": "2020-11-22T07:54:41Z" + }, + { + "version": "7.2011.2207.0049", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2207.0049.zip", + "checksum": "d9ea570044df7cf36bf0d89e9f5fb406", + "timestamp": "2020-11-22T07:00:56Z" + }, + { + "version": "7.2011.2206.3604", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/email/email_7.2011.2206.3604.zip", + "checksum": "fcc4b4867922f773dcd0d2964599b467", + "timestamp": "2020-11-22T06:36:11Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "170a157f-ac6c-437a-abdd-ca9c25cebd39", + "name": "Fanart", + "description": "Scrape poster images for movies, shows, and artists in your library.", + "overview": "Scrape poster images from Fanart", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-fanart.png", + "versions": [ + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#30) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_8.0.0.0.zip", + "checksum": "559e86106579dc0532fe2d0cec5162a4", + "timestamp": "2022-01-07T21:09:59Z" + }, + { + "version": "6.2103.1323.4628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1323.4628.zip", + "checksum": "d9d581ac9b04b4a1951bdd1af6fe5069", + "timestamp": "2021-03-13T23:46:35Z" + }, + { + "version": "6.2103.1322.2511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1322.2511.zip", + "checksum": "a733fa4d27e53b95ceda1f13da417326", + "timestamp": "2021-03-13T22:25:18Z" + }, + { + "version": "6.2103.1314.5613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1314.5613.zip", + "checksum": "cbdc6cef03626b0d68280fc8501a54b4", + "timestamp": "2021-03-13T14:56:20Z" + }, + { + "version": "6.2103.1314.2805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1314.2805.zip", + "checksum": "99b8a25572f62164af27441932f06709", + "timestamp": "2021-03-13T14:28:13Z" + }, + { + "version": "6.2103.1302.4130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1302.4130.zip", + "checksum": "fda2f71a7d8e3b942a474f6b32800101", + "timestamp": "2021-03-13T02:41:38Z" + }, + { + "version": "6.2103.1223.2428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1223.2428.zip", + "checksum": "1e35cbfcded11446ba154eaa0b37cdfc", + "timestamp": "2021-03-12T23:24:36Z" + }, + { + "version": "6.2103.1214.1832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1214.1832.zip", + "checksum": "8ce61ca553f6bece2223dc4ff7017fe7", + "timestamp": "2021-03-12T14:18:40Z" + }, + { + "version": "6.2103.1213.5124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1213.5124.zip", + "checksum": "715e373f2a463a47d0f0404d4a609462", + "timestamp": "2021-03-12T13:51:32Z" + }, + { + "version": "6.2103.1209.554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1209.0554.zip", + "checksum": "6ec420179256bc84e50f965e3dca2b26", + "timestamp": "2021-03-12T09:06:02Z" + }, + { + "version": "6.2103.1123.4001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1123.4001.zip", + "checksum": "20ba50bb8798ad5cc3d0992cba6693db", + "timestamp": "2021-03-11T23:40:08Z" + }, + { + "version": "6.2103.1122.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1122.2536.zip", + "checksum": "278a6fbf37a65652acb6fd87de796e6a", + "timestamp": "2021-03-11T22:25:43Z" + }, + { + "version": "6.2103.1121.5702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1121.5702.zip", + "checksum": "b9d2fc3674f0aa1eeaf2923e8acebe79", + "timestamp": "2021-03-11T21:57:12Z" + }, + { + "version": "6.2103.1120.1646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1120.1646.zip", + "checksum": "fb6bd700542e8d399c04de6c3a085a89", + "timestamp": "2021-03-11T20:16:53Z" + }, + { + "version": "6.2103.1116.1053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1116.1053.zip", + "checksum": "744c5dec21b9fe53693ab857cf36d2c0", + "timestamp": "2021-03-11T16:11:01Z" + }, + { + "version": "6.2103.1115.2826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1115.2826.zip", + "checksum": "0e4f580abaa1e211d31c07b7b03b4ebe", + "timestamp": "2021-03-11T15:28:33Z" + }, + { + "version": "6.2103.1111.1010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1111.1010.zip", + "checksum": "9d9986dcea35bc4cdb52e609203e1b20", + "timestamp": "2021-03-11T11:10:18Z" + }, + { + "version": "6.2103.1100.424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1100.0424.zip", + "checksum": "984a24e8a8cc2ae29d3a82e7be9d2721", + "timestamp": "2021-03-11T00:04:32Z" + }, + { + "version": "6.2103.1022.4303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1022.4303.zip", + "checksum": "c4e2b1225f010a33f5ef3c45c1701324", + "timestamp": "2021-03-10T22:43:11Z" + }, + { + "version": "6.2103.1019.3658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1019.3658.zip", + "checksum": "bc85a781002844f0cd7e414bd62fbd41", + "timestamp": "2021-03-10T19:37:07Z" + }, + { + "version": "6.2103.1014.4320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1014.4320.zip", + "checksum": "4c1d03575dc3a2264b093a97df94a509", + "timestamp": "2021-03-10T14:43:28Z" + }, + { + "version": "6.2103.1011.2215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1011.2215.zip", + "checksum": "c05eeb1f57604d872531f54a6529b546", + "timestamp": "2021-03-10T11:22:24Z" + }, + { + "version": "6.2103.1010.5419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1010.5419.zip", + "checksum": "b0c3f80e1ace48c84612e6090dd021c6", + "timestamp": "2021-03-10T10:54:27Z" + }, + { + "version": "6.2103.1008.141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1008.0141.zip", + "checksum": "b81c08bfb8ec37f4b617e60371d0972c", + "timestamp": "2021-03-10T08:01:49Z" + }, + { + "version": "6.2103.1002.5214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.1002.5214.zip", + "checksum": "be85d24c8f0cc08437d34c2994a27821", + "timestamp": "2021-03-10T02:52:22Z" + }, + { + "version": "6.2103.923.4239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0923.4239.zip", + "checksum": "8237843e0a9f1c73451760b7d8c20976", + "timestamp": "2021-03-09T23:42:47Z" + }, + { + "version": "6.2103.921.5930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0921.5930.zip", + "checksum": "67b66f13df8f961cbc3b7d6065e244b5", + "timestamp": "2021-03-09T21:59:37Z" + }, + { + "version": "6.2103.919.5200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0919.5200.zip", + "checksum": "51f2979a14326e3d92f12b1d1547d480", + "timestamp": "2021-03-09T19:52:08Z" + }, + { + "version": "6.2103.919.1734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0919.1734.zip", + "checksum": "bb99a4f3529c3702353fc2b8e2598f45", + "timestamp": "2021-03-09T19:17:42Z" + }, + { + "version": "6.2103.913.4050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0913.4050.zip", + "checksum": "4e55d675468f46781bd835570426da17", + "timestamp": "2021-03-09T13:40:58Z" + }, + { + "version": "6.2103.904.2849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0904.2849.zip", + "checksum": "4117d71f4cce835e3eec6ee4c0206514", + "timestamp": "2021-03-09T04:28:56Z" + }, + { + "version": "6.2103.900.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0900.2246.zip", + "checksum": "0cf76da656f6aa9bf32050349a893894", + "timestamp": "2021-03-09T00:22:54Z" + }, + { + "version": "6.2103.814.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0814.4313.zip", + "checksum": "912c80f76f6af072b612da14ba7d77c1", + "timestamp": "2021-03-08T14:43:21Z" + }, + { + "version": "6.2103.811.2655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0811.2655.zip", + "checksum": "f1d0a08b523529999eb2a8d66dc108d7", + "timestamp": "2021-03-08T11:27:03Z" + }, + { + "version": "6.2103.809.1241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0809.1241.zip", + "checksum": "361ea201fdf840b92d46dc8045a5034a", + "timestamp": "2021-03-08T09:12:50Z" + }, + { + "version": "6.2103.808.1226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0808.1226.zip", + "checksum": "07e8df5864eb09f8c1865536f6502006", + "timestamp": "2021-03-08T08:12:34Z" + }, + { + "version": "6.2103.722.5059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0722.5059.zip", + "checksum": "d8134e000386a60cc346f7f150be6baf", + "timestamp": "2021-03-07T22:51:06Z" + }, + { + "version": "6.2103.715.1856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0715.1856.zip", + "checksum": "f4d0c5c211bd24682f07164a80a67e32", + "timestamp": "2021-03-07T15:19:04Z" + }, + { + "version": "6.2103.312.424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0312.0424.zip", + "checksum": "02853836d54994a78e41f8b0b8ed150e", + "timestamp": "2021-03-03T12:04:32Z" + }, + { + "version": "6.2103.217.502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0217.0502.zip", + "checksum": "d3e2feebd4abdc91ea6fc47f86c078bc", + "timestamp": "2021-03-02T17:05:10Z" + }, + { + "version": "6.2103.216.3759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0216.3759.zip", + "checksum": "6715f4af0f91501395eece941aea2c8a", + "timestamp": "2021-03-02T16:38:10Z" + }, + { + "version": "6.2103.214.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0214.3449.zip", + "checksum": "a6084d699951cb5fa9be4c252c564849", + "timestamp": "2021-03-02T14:34:56Z" + }, + { + "version": "6.2103.209.121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0209.0121.zip", + "checksum": "4213c0ea58c15419b8458c9b6b22ca23", + "timestamp": "2021-03-02T09:01:29Z" + }, + { + "version": "6.2103.202.3158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0202.3158.zip", + "checksum": "96d66ca7727db718b71b00bd52c801b3", + "timestamp": "2021-03-02T02:32:06Z" + }, + { + "version": "6.2103.123.437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0123.0437.zip", + "checksum": "6d42a8d1b0bccae6ad389e53c9960bcc", + "timestamp": "2021-03-01T23:04:45Z" + }, + { + "version": "6.2103.121.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0121.2219.zip", + "checksum": "025ac24da8c7175b34bd73a25926a2b2", + "timestamp": "2021-03-01T21:22:27Z" + }, + { + "version": "6.2103.119.1028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0119.1028.zip", + "checksum": "aa4e04bf3bd938c026b2da1f399992b9", + "timestamp": "2021-03-01T19:10:36Z" + }, + { + "version": "6.2103.118.4311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0118.4311.zip", + "checksum": "ef76871a499f742da43d781ace537a87", + "timestamp": "2021-03-01T18:43:19Z" + }, + { + "version": "6.2103.118.1513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0118.1513.zip", + "checksum": "38d17c54517c02cac47d36f6b10c537e", + "timestamp": "2021-03-01T18:15:21Z" + }, + { + "version": "6.2103.117.2335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0117.2335.zip", + "checksum": "4fe582ff4359150a97de40ffdb8280a4", + "timestamp": "2021-03-01T17:23:43Z" + }, + { + "version": "6.2103.116.5640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0116.5640.zip", + "checksum": "f2f673218f3681550664dcfd454e0e0b", + "timestamp": "2021-03-01T16:56:48Z" + }, + { + "version": "6.2103.115.1536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0115.1536.zip", + "checksum": "3cc6de3272ec31c2c9e81012cbe84b9c", + "timestamp": "2021-03-01T15:15:44Z" + }, + { + "version": "6.2103.114.2956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0114.2956.zip", + "checksum": "f6f27a523630a0142e71ba8cfb37a223", + "timestamp": "2021-03-01T14:30:03Z" + }, + { + "version": "6.2103.113.5529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0113.5529.zip", + "checksum": "1fbf0e474dfd9ad65477d5aa7177a074", + "timestamp": "2021-03-01T13:55:37Z" + }, + { + "version": "6.2103.110.4726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0110.4726.zip", + "checksum": "d0dcea9b1988ac6d62be395b8abcbfb7", + "timestamp": "2021-03-01T10:47:34Z" + }, + { + "version": "6.2103.110.2023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0110.2023.zip", + "checksum": "f6713d6708e6c3bec45d64571f16cb9f", + "timestamp": "2021-03-01T10:20:32Z" + }, + { + "version": "6.2103.109.633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0109.0633.zip", + "checksum": "33c80d99c28ecb143cf6d807fb90ef88", + "timestamp": "2021-03-01T09:06:42Z" + }, + { + "version": "6.2103.104.1633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2103.0104.1633.zip", + "checksum": "25cc4fdc801d368d1c307c649b617c90", + "timestamp": "2021-03-01T04:16:41Z" + }, + { + "version": "6.2102.2820.3058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2820.3058.zip", + "checksum": "bf9dd0e2a407ce3fc38f2fef8ee3db63", + "timestamp": "2021-02-28T20:31:05Z" + }, + { + "version": "6.2102.2816.2143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2816.2143.zip", + "checksum": "6d4b074933a7a47c02ed3fc2700fa709", + "timestamp": "2021-02-28T16:21:51Z" + }, + { + "version": "6.2102.2815.5420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2815.5420.zip", + "checksum": "13ee5f2f33686ec855d2187f167c3103", + "timestamp": "2021-02-28T15:54:27Z" + }, + { + "version": "6.2102.2815.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2815.2759.zip", + "checksum": "b276356b302392964c872bf10268c7d3", + "timestamp": "2021-02-28T15:28:08Z" + }, + { + "version": "6.2102.2811.3410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2811.3410.zip", + "checksum": "a89b8c48306d18a08f0ec8c4d90b26fe", + "timestamp": "2021-02-28T11:34:18Z" + }, + { + "version": "6.2102.2811.820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2811.0820.zip", + "checksum": "9f4d6365e48cac9d7d9feba01331485d", + "timestamp": "2021-02-28T11:08:28Z" + }, + { + "version": "6.2102.2810.3842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2810.3842.zip", + "checksum": "e4095e637f993e7b50b9c89f96130fcf", + "timestamp": "2021-02-28T10:38:51Z" + }, + { + "version": "6.2102.2810.1107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2810.1107.zip", + "checksum": "e8811a41e75d9828c678fb49f73382b8", + "timestamp": "2021-02-28T10:11:15Z" + }, + { + "version": "6.2102.2809.4421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2809.4421.zip", + "checksum": "326d75a29bafe358945b440981134314", + "timestamp": "2021-02-28T09:44:29Z" + }, + { + "version": "6.2102.2806.4801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2806.4801.zip", + "checksum": "a3e409a662b69d866bf41245f95e2d54", + "timestamp": "2021-02-28T06:48:10Z" + }, + { + "version": "6.2102.2805.758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2805.0758.zip", + "checksum": "109c16f3995f3aa2334fff9bdb718fd8", + "timestamp": "2021-02-28T05:08:07Z" + }, + { + "version": "6.2102.2804.4100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2804.4100.zip", + "checksum": "82f06b369c0f2e9ad608ea58e0c9616a", + "timestamp": "2021-02-28T04:41:08Z" + }, + { + "version": "6.2102.2722.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2722.4600.zip", + "checksum": "2ca84149ab944fa6f0bc4b4a98395c80", + "timestamp": "2021-02-27T22:46:08Z" + }, + { + "version": "6.2102.2722.1737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2722.1737.zip", + "checksum": "081a904fc8364079c33c6ca6501c3bd0", + "timestamp": "2021-02-27T22:17:45Z" + }, + { + "version": "6.2102.2719.4827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2719.4827.zip", + "checksum": "05b0398bc1c5020a2f3c588c0d70b395", + "timestamp": "2021-02-27T19:48:35Z" + }, + { + "version": "6.2102.2719.2035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2719.2035.zip", + "checksum": "c61f4e31c3f5ea2ac2a78dc7b654b835", + "timestamp": "2021-02-27T19:20:42Z" + }, + { + "version": "6.2102.2718.4138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2718.4138.zip", + "checksum": "981eab1fc1c88729945aa7dc10c48073", + "timestamp": "2021-02-27T18:41:46Z" + }, + { + "version": "6.2102.2717.335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2717.0335.zip", + "checksum": "4def91e47a6f2a0cfce2c4910b8257a0", + "timestamp": "2021-02-27T17:03:43Z" + }, + { + "version": "6.2102.2707.3605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2707.3605.zip", + "checksum": "37dc8b6b2fadafb7e7737eccc8e07266", + "timestamp": "2021-02-27T07:36:13Z" + }, + { + "version": "6.2102.2705.5132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2705.5132.zip", + "checksum": "89df4bd746dc9284aa11401078bb29e0", + "timestamp": "2021-02-27T05:51:39Z" + }, + { + "version": "6.2102.2705.2448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2705.2448.zip", + "checksum": "d39c86899955746b79e8c85fc6ef631f", + "timestamp": "2021-02-27T05:24:55Z" + }, + { + "version": "6.2102.2704.1837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2704.1837.zip", + "checksum": "6113bc03251f5ba5614ad5df276a9550", + "timestamp": "2021-02-27T04:18:46Z" + }, + { + "version": "6.2102.2703.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2703.5126.zip", + "checksum": "305e96f8d9172075c461abf5b1f762dc", + "timestamp": "2021-02-27T03:51:34Z" + }, + { + "version": "6.2102.2621.752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2621.0752.zip", + "checksum": "c11b808220acb83aa91ec7e9c4948257", + "timestamp": "2021-02-26T21:08:00Z" + }, + { + "version": "6.2102.2619.1128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2619.1128.zip", + "checksum": "eb1cc563fc22711c1b012a63a4387948", + "timestamp": "2021-02-26T19:11:35Z" + }, + { + "version": "6.2102.2618.4427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2618.4427.zip", + "checksum": "2ee4625aabf156965471cd8d723cda67", + "timestamp": "2021-02-26T18:44:34Z" + }, + { + "version": "6.2102.2612.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2612.4221.zip", + "checksum": "5b0b65176248dee1a796bb1a4cf50fa4", + "timestamp": "2021-02-26T12:42:30Z" + }, + { + "version": "6.2102.2523.3928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2523.3928.zip", + "checksum": "034c5a1f921e604fa1d6193cfc9489e6", + "timestamp": "2021-02-25T23:39:35Z" + }, + { + "version": "6.2102.2508.4149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2508.4149.zip", + "checksum": "d3909c838fe6cbb0cae1b8ea5b09c4df", + "timestamp": "2021-02-25T08:41:57Z" + }, + { + "version": "6.2102.2423.1001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2423.1001.zip", + "checksum": "f42204963f46c057b0e81950c85384ab", + "timestamp": "2021-02-24T23:10:09Z" + }, + { + "version": "6.2102.2422.4342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2422.4342.zip", + "checksum": "f9f7a982fa717001a711b2c9a7af5745", + "timestamp": "2021-02-24T22:43:50Z" + }, + { + "version": "6.2102.2421.2638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2421.2638.zip", + "checksum": "26a28b7c6641e388efd406691ff74e47", + "timestamp": "2021-02-24T21:26:45Z" + }, + { + "version": "6.2102.2416.4508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2416.4508.zip", + "checksum": "44d916a44844de07685c7f053e87993b", + "timestamp": "2021-02-24T16:45:16Z" + }, + { + "version": "6.2102.2416.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2416.1821.zip", + "checksum": "6ece6b129db32031a7820f962bff852a", + "timestamp": "2021-02-24T16:18:29Z" + }, + { + "version": "6.2102.2411.3930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2411.3930.zip", + "checksum": "6adac733b05db6fce7e38ebefb503988", + "timestamp": "2021-02-24T11:39:38Z" + }, + { + "version": "6.2102.2401.5248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2401.5248.zip", + "checksum": "d4f18d62bf274f84beccf08b78c4df33", + "timestamp": "2021-02-24T01:52:56Z" + }, + { + "version": "6.2102.2321.804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2321.0804.zip", + "checksum": "02a897e21d5b71c62828fd457beb5350", + "timestamp": "2021-02-23T21:08:14Z" + }, + { + "version": "6.2102.2317.1109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2317.1109.zip", + "checksum": "0c4d5a59bd203cc049c8dcd6635ecbfb", + "timestamp": "2021-02-23T17:11:17Z" + }, + { + "version": "6.2102.2312.2504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2312.2504.zip", + "checksum": "01de27a028c5190883eccd8bfb5f83ac", + "timestamp": "2021-02-23T12:25:13Z" + }, + { + "version": "6.2102.2302.5536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2302.5536.zip", + "checksum": "2d6e504d85dfeae0ede8f97e7ee96c00", + "timestamp": "2021-02-23T02:55:43Z" + }, + { + "version": "6.2102.2302.2655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2302.2655.zip", + "checksum": "513a2bf0f45f4c86ed188e5b131a0614", + "timestamp": "2021-02-23T02:27:03Z" + }, + { + "version": "6.2102.2221.5927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2221.5927.zip", + "checksum": "e486f0fefbabead8901eea1b162dfc29", + "timestamp": "2021-02-22T21:59:35Z" + }, + { + "version": "6.2102.2217.3217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2217.3217.zip", + "checksum": "05bcb4cdbe936a54c839b5086e6582e5", + "timestamp": "2021-02-22T17:32:25Z" + }, + { + "version": "6.2102.2217.528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2217.0528.zip", + "checksum": "14e47376d76995c684291ec168ea707f", + "timestamp": "2021-02-22T17:05:35Z" + }, + { + "version": "6.2102.2216.3734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2216.3734.zip", + "checksum": "378141429f0bae26bd4f6e0b6c8d5ae0", + "timestamp": "2021-02-22T16:37:41Z" + }, + { + "version": "6.2102.2214.710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2214.0710.zip", + "checksum": "b4fa951517874f550c25cf1784e14737", + "timestamp": "2021-02-22T14:07:18Z" + }, + { + "version": "6.2102.2213.3919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2213.3919.zip", + "checksum": "dd46299d163dd88065aea607819b0bb3", + "timestamp": "2021-02-22T13:39:27Z" + }, + { + "version": "6.2102.2207.3615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2207.3615.zip", + "checksum": "00bd561ff1134d894bb58d3f18fef007", + "timestamp": "2021-02-22T07:36:23Z" + }, + { + "version": "6.2102.2205.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2205.5126.zip", + "checksum": "b8bfefb0e66e3e66126f400c0d4c263e", + "timestamp": "2021-02-22T05:51:34Z" + }, + { + "version": "6.2102.2204.4914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2204.4914.zip", + "checksum": "39c940457081756462ca78d2f00e90cf", + "timestamp": "2021-02-22T04:49:22Z" + }, + { + "version": "6.2102.2201.4510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2201.4510.zip", + "checksum": "5fc9f3610d0ef57457a6ba2175187eb4", + "timestamp": "2021-02-22T01:45:18Z" + }, + { + "version": "6.2102.2119.2322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2119.2322.zip", + "checksum": "1c69d0178667599f616f164a503f9e00", + "timestamp": "2021-02-21T19:23:30Z" + }, + { + "version": "6.2102.2116.638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2116.0638.zip", + "checksum": "ea1b42e20c37f659f834ca75959211f2", + "timestamp": "2021-02-21T16:06:46Z" + }, + { + "version": "6.2102.2107.2318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2107.2318.zip", + "checksum": "7c10088f1bf02c3e1d30ec387303a375", + "timestamp": "2021-02-21T07:23:26Z" + }, + { + "version": "6.2102.2023.3014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2023.3014.zip", + "checksum": "dea8e2f1f30a48b26b435b8ef3ff604c", + "timestamp": "2021-02-20T23:30:22Z" + }, + { + "version": "6.2102.2023.354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2023.0354.zip", + "checksum": "a9c10311c9ef4fd37a38dcc8704017c7", + "timestamp": "2021-02-20T23:04:03Z" + }, + { + "version": "6.2102.2015.4541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2015.4541.zip", + "checksum": "b8f88d7c4d7261811c4347ad6e6444c6", + "timestamp": "2021-02-20T15:45:49Z" + }, + { + "version": "6.2102.2002.4721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2002.4721.zip", + "checksum": "16409dee77e8d33e9dd37f755e3097ad", + "timestamp": "2021-02-20T02:47:29Z" + }, + { + "version": "6.2102.2002.1917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.2002.1917.zip", + "checksum": "411ea6e2cbd6096b0dab5c1811eb02ec", + "timestamp": "2021-02-20T02:19:25Z" + }, + { + "version": "6.2102.1912.4048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1912.4048.zip", + "checksum": "87315131e01e35478aa42b78d8325f4a", + "timestamp": "2021-02-19T12:40:57Z" + }, + { + "version": "6.2102.1822.5320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1822.5320.zip", + "checksum": "92ba58134110b036bdeb382745b0591d", + "timestamp": "2021-02-18T22:53:27Z" + }, + { + "version": "6.2102.1819.101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1819.0101.zip", + "checksum": "1d9224d2e72cfe575ad44c96e24e850a", + "timestamp": "2021-02-18T19:01:09Z" + }, + { + "version": "6.2102.1817.4106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1817.4106.zip", + "checksum": "3b64f887b2ffb76f73c6eaf5b341108d", + "timestamp": "2021-02-18T17:41:14Z" + }, + { + "version": "6.2102.1817.1321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1817.1321.zip", + "checksum": "940c4a8adfe2c95c664f08fa4733573d", + "timestamp": "2021-02-18T17:13:28Z" + }, + { + "version": "6.2102.1719.4611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1719.4611.zip", + "checksum": "2986b7c7f4c0d2880c863b35ef2885fa", + "timestamp": "2021-02-17T19:46:20Z" + }, + { + "version": "6.2102.1710.837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1710.0837.zip", + "checksum": "d6f9c6c8f61a19b8b580fef63703e0d7", + "timestamp": "2021-02-17T10:08:44Z" + }, + { + "version": "6.2102.1709.3345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1709.3345.zip", + "checksum": "ab025455ae708ff8c1a16abd6ad0b5bf", + "timestamp": "2021-02-17T09:33:54Z" + }, + { + "version": "6.2102.1706.4329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1706.4329.zip", + "checksum": "176c72e2f7e100fc0024d53e4d3f09e9", + "timestamp": "2021-02-17T06:43:37Z" + }, + { + "version": "6.2102.1705.2453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1705.2453.zip", + "checksum": "83c0f22d1b60ebd6c321eaaad2c160a4", + "timestamp": "2021-02-17T05:25:01Z" + }, + { + "version": "6.2102.1704.2007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1704.2007.zip", + "checksum": "8e7d30cd791787642590f4358a858f12", + "timestamp": "2021-02-17T04:20:16Z" + }, + { + "version": "6.2102.1703.5322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1703.5322.zip", + "checksum": "6e576ed0e1b52d3774d2f50f815301d0", + "timestamp": "2021-02-17T03:53:30Z" + }, + { + "version": "6.2102.1703.2434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1703.2434.zip", + "checksum": "321cb7b0f52a50330259a685adf32d59", + "timestamp": "2021-02-17T03:24:42Z" + }, + { + "version": "6.2102.1618.5307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1618.5307.zip", + "checksum": "446a64b8dde2b9d702bff64581555693", + "timestamp": "2021-02-16T18:53:15Z" + }, + { + "version": "6.2102.1615.5630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1615.5630.zip", + "checksum": "520e6d86e35a499f43a022b22fa2aa22", + "timestamp": "2021-02-16T15:56:39Z" + }, + { + "version": "6.2102.1605.4143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1605.4143.zip", + "checksum": "038f89fe9719b93cda310441c9f215c1", + "timestamp": "2021-02-16T05:41:50Z" + }, + { + "version": "6.2102.1605.1502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1605.1502.zip", + "checksum": "6cb0b2a0f070b93e2d7055efb6f041e0", + "timestamp": "2021-02-16T05:15:09Z" + }, + { + "version": "6.2102.1519.4144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1519.4144.zip", + "checksum": "61b42d0af777431ed76bf25dd0468bdc", + "timestamp": "2021-02-15T19:41:52Z" + }, + { + "version": "6.2102.1514.2511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1514.2511.zip", + "checksum": "cc5726d58c7494f68b6fd59f0e909be4", + "timestamp": "2021-02-15T14:25:19Z" + }, + { + "version": "6.2102.1513.5713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1513.5713.zip", + "checksum": "d41547f650097f1f3502887708e3b7ad", + "timestamp": "2021-02-15T13:57:22Z" + }, + { + "version": "6.2102.1509.1122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1509.1122.zip", + "checksum": "9e896ce5b3c3a6effba417015d1561e1", + "timestamp": "2021-02-15T09:11:31Z" + }, + { + "version": "6.2102.1417.5031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1417.5031.zip", + "checksum": "204aae96acb8def11f6493388b1dbc43", + "timestamp": "2021-02-14T17:50:39Z" + }, + { + "version": "6.2102.1416.2119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1416.2119.zip", + "checksum": "0424725c28fc193ca46e0dc633d5e7f5", + "timestamp": "2021-02-14T16:21:27Z" + }, + { + "version": "6.2102.1408.1604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1408.1604.zip", + "checksum": "02d0e2605de11ace866846bbd0e58b59", + "timestamp": "2021-02-14T08:16:12Z" + }, + { + "version": "6.2102.1407.3621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1407.3621.zip", + "checksum": "f9e224a435c5e333ba6a67434afab56b", + "timestamp": "2021-02-14T07:36:29Z" + }, + { + "version": "6.2102.1407.840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1407.0840.zip", + "checksum": "2e18e922e66dfb0838907120c1e53999", + "timestamp": "2021-02-14T07:08:47Z" + }, + { + "version": "6.2102.1319.106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1319.0106.zip", + "checksum": "8dd567d9234186f6c504465b680c7621", + "timestamp": "2021-02-13T19:01:13Z" + }, + { + "version": "6.2102.1310.3433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1310.3433.zip", + "checksum": "b07c074cb5f7d64c0958d77db3f0e7b7", + "timestamp": "2021-02-13T10:34:40Z" + }, + { + "version": "6.2102.1309.5800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1309.5800.zip", + "checksum": "de09b120d138f893a1263f03e3a4d194", + "timestamp": "2021-02-13T09:58:08Z" + }, + { + "version": "6.2102.1304.5455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1304.5455.zip", + "checksum": "6f9897b4e44a0cd74f4cdf8a25ca4999", + "timestamp": "2021-02-13T04:55:03Z" + }, + { + "version": "6.2102.1302.1656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1302.1656.zip", + "checksum": "315a301b648fb75f322d8271cccca914", + "timestamp": "2021-02-13T02:17:03Z" + }, + { + "version": "6.2102.1218.2501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1218.2501.zip", + "checksum": "66b2f66237fd1dd9a0fa5a5b249ad18b", + "timestamp": "2021-02-12T18:25:08Z" + }, + { + "version": "6.2102.1209.521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1209.0521.zip", + "checksum": "a6a04b5e27a0230dd878b623968a8e1b", + "timestamp": "2021-02-12T09:05:31Z" + }, + { + "version": "6.2102.1118.5538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1118.5538.zip", + "checksum": "16fe9b6345913d9ec03f9ee95b4066ac", + "timestamp": "2021-02-11T18:55:46Z" + }, + { + "version": "6.2102.1117.1240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1117.1240.zip", + "checksum": "e3580cc0f5012ff3243fd1d4cd88fa2e", + "timestamp": "2021-02-11T17:12:48Z" + }, + { + "version": "6.2102.1116.3945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1116.3945.zip", + "checksum": "087557521b3f396e84c25b879380e90e", + "timestamp": "2021-02-11T16:39:53Z" + }, + { + "version": "6.2102.1114.5351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1114.5351.zip", + "checksum": "ec9de41e49d991d08f881d7799835167", + "timestamp": "2021-02-11T14:54:00Z" + }, + { + "version": "6.2102.1108.2122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1108.2122.zip", + "checksum": "386571cbf3f97bbd97262b1addc57808", + "timestamp": "2021-02-11T08:21:30Z" + }, + { + "version": "6.2102.1107.5312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1107.5312.zip", + "checksum": "38e6bf87f176ff6986e35349a51cefd8", + "timestamp": "2021-02-11T07:53:21Z" + }, + { + "version": "6.2102.1017.512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1017.0512.zip", + "checksum": "89a56eb42b3e60365e1eb1c6824100d6", + "timestamp": "2021-02-10T17:05:20Z" + }, + { + "version": "6.2102.1015.3254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1015.3254.zip", + "checksum": "28c2f5eb223333a3d359b764eb80782b", + "timestamp": "2021-02-10T15:33:03Z" + }, + { + "version": "6.2102.1015.348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1015.0348.zip", + "checksum": "1d74e6e6a27218ea470ba8ee61968074", + "timestamp": "2021-02-10T15:03:58Z" + }, + { + "version": "6.2102.1014.440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1014.0440.zip", + "checksum": "b06fc9c7305c5b3af704cc06ad6fff1b", + "timestamp": "2021-02-10T14:04:49Z" + }, + { + "version": "6.2102.1011.3740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1011.3740.zip", + "checksum": "49be26afb949dbde88c27531a19a8a4d", + "timestamp": "2021-02-10T11:37:57Z" + }, + { + "version": "6.2102.1010.4828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1010.4828.zip", + "checksum": "10889be90a24351f2faf62eaff6f681d", + "timestamp": "2021-02-10T10:48:44Z" + }, + { + "version": "6.2102.1007.3800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1007.3800.zip", + "checksum": "7d1df4f7438e5bfbfb7c1ae81d687532", + "timestamp": "2021-02-10T07:38:11Z" + }, + { + "version": "6.2102.1006.5530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1006.5530.zip", + "checksum": "a2f0295bfe80559b6fab1b6e56b1c957", + "timestamp": "2021-02-10T06:55:44Z" + }, + { + "version": "6.2102.1002.3805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1002.3805.zip", + "checksum": "7ab972e7f601835a9e75275188ac8601", + "timestamp": "2021-02-10T02:38:12Z" + }, + { + "version": "6.2102.1001.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.1001.2547.zip", + "checksum": "08aed9c74914d016c1d23c047931c797", + "timestamp": "2021-02-10T01:25:55Z" + }, + { + "version": "6.2102.916.1045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0916.1045.zip", + "checksum": "99b4f157832cec24dad29943309fe855", + "timestamp": "2021-02-09T16:10:53Z" + }, + { + "version": "6.2102.903.2815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0903.2815.zip", + "checksum": "b5a226f0f9fb928b4df25d11c9257d1e", + "timestamp": "2021-02-09T03:28:22Z" + }, + { + "version": "6.2102.902.5850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0902.5850.zip", + "checksum": "04a12e6f45afa04d082a2648a8701cc6", + "timestamp": "2021-02-09T02:58:59Z" + }, + { + "version": "6.2102.902.2952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0902.2952.zip", + "checksum": "f9889bd7af437db7b8cdc3781623fcfd", + "timestamp": "2021-02-09T02:30:01Z" + }, + { + "version": "6.2102.816.2223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0816.2223.zip", + "checksum": "7105750dbfefdfd39e87ddfaa5adfe75", + "timestamp": "2021-02-08T16:22:31Z" + }, + { + "version": "6.2102.815.5121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0815.5121.zip", + "checksum": "9548419a64defd20e5fd19cfc16837b5", + "timestamp": "2021-02-08T15:51:29Z" + }, + { + "version": "6.2102.815.2228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0815.2228.zip", + "checksum": "14f9b685f43ecd34f449db8aa29c2171", + "timestamp": "2021-02-08T15:22:36Z" + }, + { + "version": "6.2102.814.5307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0814.5307.zip", + "checksum": "3ccb1b07b7e6d16b0698843f10f7a1fb", + "timestamp": "2021-02-08T14:53:14Z" + }, + { + "version": "6.2102.814.2314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0814.2314.zip", + "checksum": "250231f55e57ca5c9dbfa325bc299393", + "timestamp": "2021-02-08T14:23:22Z" + }, + { + "version": "6.2102.812.2423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0812.2423.zip", + "checksum": "f4c345a6be6d638e60f46ce2ed4794ee", + "timestamp": "2021-02-08T12:24:31Z" + }, + { + "version": "6.2102.811.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0811.4953.zip", + "checksum": "61bb2f6838c4edd290900b38d8446fd9", + "timestamp": "2021-02-08T11:50:02Z" + }, + { + "version": "6.2102.809.4207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0809.4207.zip", + "checksum": "49cdff150959ac826120e5233ef7af34", + "timestamp": "2021-02-08T09:42:17Z" + }, + { + "version": "6.2102.808.5147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0808.5147.zip", + "checksum": "1e24554beced1f5c3c8c2d43f9543246", + "timestamp": "2021-02-08T08:51:55Z" + }, + { + "version": "6.2102.806.2541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0806.2541.zip", + "checksum": "a2e16dc284b2910468395bc1578aec5e", + "timestamp": "2021-02-08T06:25:49Z" + }, + { + "version": "6.2102.805.5715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0805.5715.zip", + "checksum": "e0f163114fdd9f27f9581f4a32bf3a61", + "timestamp": "2021-02-08T05:57:25Z" + }, + { + "version": "6.2102.720.2305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0720.2305.zip", + "checksum": "8117de1830cce1e875d77a596aa5e08f", + "timestamp": "2021-02-07T20:23:13Z" + }, + { + "version": "6.2102.716.5538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0716.5538.zip", + "checksum": "a90af5d3975dd9daa39dd4e9ec276eb2", + "timestamp": "2021-02-07T16:55:45Z" + }, + { + "version": "6.2102.716.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0716.2753.zip", + "checksum": "a3fb69ec54d8ec0d423f4444951b4589", + "timestamp": "2021-02-07T16:28:01Z" + }, + { + "version": "6.2102.710.2530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0710.2530.zip", + "checksum": "bca5f7723c374b2f24dd7de44ff3ae06", + "timestamp": "2021-02-07T10:25:37Z" + }, + { + "version": "6.2102.702.738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0702.0738.zip", + "checksum": "6b29d6d61453469c305b2c80e6a9f705", + "timestamp": "2021-02-07T02:07:46Z" + }, + { + "version": "6.2102.701.3903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0701.3903.zip", + "checksum": "92c5e37fb0f4334d36c85211868a2b45", + "timestamp": "2021-02-07T01:39:11Z" + }, + { + "version": "6.2102.618.2257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0618.2257.zip", + "checksum": "36569367041fa2f3cd0d4f98aff0cf6c", + "timestamp": "2021-02-06T18:23:04Z" + }, + { + "version": "6.2102.519.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0519.2527.zip", + "checksum": "0b1a5c3a7bbeeb06c8b95cbd5f5948e2", + "timestamp": "2021-02-05T19:25:34Z" + }, + { + "version": "6.2102.511.5445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0511.5445.zip", + "checksum": "4b5da613a9b015b233b1952ce8cd1d16", + "timestamp": "2021-02-05T11:54:53Z" + }, + { + "version": "6.2102.511.2651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0511.2651.zip", + "checksum": "bc555bbe09e42bc9deef5f7b0de256ba", + "timestamp": "2021-02-05T11:27:00Z" + }, + { + "version": "6.2102.503.3515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0503.3515.zip", + "checksum": "3d10d116a943e64b84c2617f07e6124a", + "timestamp": "2021-02-05T03:35:22Z" + }, + { + "version": "6.2102.503.537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0503.0537.zip", + "checksum": "1b02f930a3658f853ac6bc2bd1b3fcfc", + "timestamp": "2021-02-05T03:05:45Z" + }, + { + "version": "6.2102.415.1907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0415.1907.zip", + "checksum": "ff47d815e9b575fb79a7d028625cf9e5", + "timestamp": "2021-02-04T15:19:15Z" + }, + { + "version": "6.2102.414.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0414.4723.zip", + "checksum": "7c643605f6fbcb5f8ed9972a079a121f", + "timestamp": "2021-02-04T14:47:31Z" + }, + { + "version": "6.2102.413.1129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0413.1129.zip", + "checksum": "10fc8de667d16d5fbc223dcbe8d82c79", + "timestamp": "2021-02-04T13:11:36Z" + }, + { + "version": "6.2102.308.1254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0308.1254.zip", + "checksum": "d5caeb2af3cbe0bc43d846376ea72393", + "timestamp": "2021-02-03T08:13:03Z" + }, + { + "version": "6.2102.307.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0307.4350.zip", + "checksum": "999cfd16f39003a41ac9513c8f29ebd8", + "timestamp": "2021-02-03T07:43:59Z" + }, + { + "version": "6.2102.217.4946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0217.4946.zip", + "checksum": "61450e19e724455314e24239dbeff6a8", + "timestamp": "2021-02-02T17:49:55Z" + }, + { + "version": "6.2102.210.2107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0210.2107.zip", + "checksum": "e6681d51d8ccf251f9c2a6a17a2fd0ca", + "timestamp": "2021-02-02T10:21:15Z" + }, + { + "version": "6.2102.203.2050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0203.2050.zip", + "checksum": "bdf247ada468aff8a8624588cec742a7", + "timestamp": "2021-02-02T03:20:58Z" + }, + { + "version": "6.2102.119.2654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0119.2654.zip", + "checksum": "7894946a6fa8d4acb9316816214e4b9a", + "timestamp": "2021-02-01T19:27:02Z" + }, + { + "version": "6.2102.118.5820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0118.5820.zip", + "checksum": "4e001672bb5fe9c77902a7dd530166db", + "timestamp": "2021-02-01T18:58:29Z" + }, + { + "version": "6.2102.104.4725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2102.0104.4725.zip", + "checksum": "8a58f3d552a61f979e746b685e244a65", + "timestamp": "2021-02-01T04:47:33Z" + }, + { + "version": "6.2101.3122.4141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3122.4141.zip", + "checksum": "ffb46a2bef3b1f44f322e5ecf61a3162", + "timestamp": "2021-01-31T22:41:50Z" + }, + { + "version": "6.2101.3117.2740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3117.2740.zip", + "checksum": "dc89d8383747967d28914a4b0262b1a2", + "timestamp": "2021-01-31T17:27:49Z" + }, + { + "version": "6.2101.3117.8", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3117.0008.zip", + "checksum": "a8aa9812219ade9513e92d8510f63bba", + "timestamp": "2021-01-31T17:00:16Z" + }, + { + "version": "6.2101.3112.1646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3112.1646.zip", + "checksum": "2459634b63b13fd52b08f2e7d575b6c4", + "timestamp": "2021-01-31T12:16:54Z" + }, + { + "version": "6.2101.3022.1832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3022.1832.zip", + "checksum": "d5e611fc5b7e8efc872fa84c2da3b5b9", + "timestamp": "2021-01-30T22:18:41Z" + }, + { + "version": "6.2101.3008.1758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3008.1758.zip", + "checksum": "7dea38bc362c3f70c82919bd0912335a", + "timestamp": "2021-01-30T08:18:06Z" + }, + { + "version": "6.2101.3007.4917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.3007.4917.zip", + "checksum": "f43f377d274c8ce5ef7300f87766d29f", + "timestamp": "2021-01-30T07:49:26Z" + }, + { + "version": "6.2101.2906.5621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2906.5621.zip", + "checksum": "61b631bd38fb8ed8d342439cf0f826ab", + "timestamp": "2021-01-29T06:56:29Z" + }, + { + "version": "6.2101.2801.529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2801.0529.zip", + "checksum": "6b6211d7f39739a468b61e7346fd9648", + "timestamp": "2021-01-28T01:05:37Z" + }, + { + "version": "6.2101.2718.1031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2718.1031.zip", + "checksum": "ace4e1b9eecdac914aef0432b1ec650b", + "timestamp": "2021-01-27T18:10:39Z" + }, + { + "version": "6.2101.2715.2939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2715.2939.zip", + "checksum": "d3dae891ea8f62244c649c2e1860eb73", + "timestamp": "2021-01-27T15:29:47Z" + }, + { + "version": "6.2101.2708.310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2708.0310.zip", + "checksum": "05bff73ab8d3ee99dd2842878305214a", + "timestamp": "2021-01-27T08:03:17Z" + }, + { + "version": "6.2101.2618.3521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2618.3521.zip", + "checksum": "2ef1e7831fd2e1e6745f0a2cb41dd2df", + "timestamp": "2021-01-26T18:35:29Z" + }, + { + "version": "6.2101.2618.632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2618.0632.zip", + "checksum": "3a9990e367c4128cd5154c375ba00835", + "timestamp": "2021-01-26T18:06:40Z" + }, + { + "version": "6.2101.2617.1003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2617.1003.zip", + "checksum": "a4e58b4eb5f182495fe881a8398b9e8c", + "timestamp": "2021-01-26T17:10:11Z" + }, + { + "version": "6.2101.2611.3608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2611.3608.zip", + "checksum": "ccbc574f825acb9170d0fdb9c93c07d9", + "timestamp": "2021-01-26T11:36:16Z" + }, + { + "version": "6.2101.2521.3413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2521.3413.zip", + "checksum": "60003958745ab19b4d20b99ad96ba1ae", + "timestamp": "2021-01-25T21:34:20Z" + }, + { + "version": "6.2101.2519.5215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2519.5215.zip", + "checksum": "8773e31353df7c2a2c65693a859c8d4e", + "timestamp": "2021-01-25T19:52:24Z" + }, + { + "version": "6.2101.2518.5339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2518.5339.zip", + "checksum": "e857e5c9d43e9a04f966a06c316f15ce", + "timestamp": "2021-01-25T18:53:46Z" + }, + { + "version": "6.2101.2517.5401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2517.5401.zip", + "checksum": "905d3621dcfb8b80827329307f97eaba", + "timestamp": "2021-01-25T17:54:09Z" + }, + { + "version": "6.2101.2516.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2516.2558.zip", + "checksum": "1fc269c67b2b15055dec6876b62c4eb2", + "timestamp": "2021-01-25T16:26:08Z" + }, + { + "version": "6.2101.2515.1754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2515.1754.zip", + "checksum": "ba38e0790c87437b558687f24e7eb38d", + "timestamp": "2021-01-25T15:18:01Z" + }, + { + "version": "6.2101.2513.453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2513.0453.zip", + "checksum": "133820b847d67b11df319bea4943d75b", + "timestamp": "2021-01-25T13:05:02Z" + }, + { + "version": "6.2101.2512.2307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2512.2307.zip", + "checksum": "744aa3d70dd0f4be26e9c82c6edcab39", + "timestamp": "2021-01-25T12:23:16Z" + }, + { + "version": "6.2101.2511.3312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2511.3312.zip", + "checksum": "d3b7ee4d6fd8d299422f23422a9c8338", + "timestamp": "2021-01-25T11:33:20Z" + }, + { + "version": "6.2101.2504.2810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2504.2810.zip", + "checksum": "1c9dd58c0d63b4e4aca63c52b94aa518", + "timestamp": "2021-01-25T04:28:18Z" + }, + { + "version": "6.2101.2420.815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2420.0815.zip", + "checksum": "3557f172985803d4e1384bf3d45aa125", + "timestamp": "2021-01-24T20:08:23Z" + }, + { + "version": "6.2101.2419.3824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2419.3824.zip", + "checksum": "c1a04fce812dac6f3b897f3771410190", + "timestamp": "2021-01-24T19:38:32Z" + }, + { + "version": "6.2101.2418.2956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2418.2956.zip", + "checksum": "1b7bb5fbcb2d883d4e5052e50b6098b6", + "timestamp": "2021-01-24T18:30:04Z" + }, + { + "version": "6.2101.2413.3754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2413.3754.zip", + "checksum": "8d2fc6ebf4d227f024f980d5f4f45c3a", + "timestamp": "2021-01-24T13:38:01Z" + }, + { + "version": "6.2101.2410.4024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2410.4024.zip", + "checksum": "c13fa9fec42d6b5ac81f9a7ca53ac9f0", + "timestamp": "2021-01-24T10:40:32Z" + }, + { + "version": "6.2101.2400.2429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2400.2429.zip", + "checksum": "9fb18cb1fd7bca934f98283aeee94e98", + "timestamp": "2021-01-24T00:24:36Z" + }, + { + "version": "6.2101.2323.5654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2323.5654.zip", + "checksum": "c984a448e7e3ae8f67009fb3c624c6cd", + "timestamp": "2021-01-23T23:57:02Z" + }, + { + "version": "6.2101.2323.2625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2323.2625.zip", + "checksum": "c31b85fca595a2335f269adb44f17431", + "timestamp": "2021-01-23T23:26:33Z" + }, + { + "version": "6.2101.2321.335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2321.0335.zip", + "checksum": "45bb5bb7275ab84bb4f3462846fc3259", + "timestamp": "2021-01-23T21:03:43Z" + }, + { + "version": "6.2101.2320.3405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2320.3405.zip", + "checksum": "feb4908acdc2e1dd043bcbd791040a9b", + "timestamp": "2021-01-23T20:34:13Z" + }, + { + "version": "6.2101.2320.455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2320.0455.zip", + "checksum": "c0b6f9f8539602cd3bf5d073b1bce35c", + "timestamp": "2021-01-23T20:05:03Z" + }, + { + "version": "6.2101.2314.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2314.3832.zip", + "checksum": "37c33bb8f08b430c3abee101f7003a28", + "timestamp": "2021-01-23T14:38:40Z" + }, + { + "version": "6.2101.2314.937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2314.0937.zip", + "checksum": "8ac7ee4b782997565c78c52023f3dafe", + "timestamp": "2021-01-23T14:09:45Z" + }, + { + "version": "6.2101.2313.1950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2313.1950.zip", + "checksum": "e3f31bfb3853f1011078336c5487c513", + "timestamp": "2021-01-23T13:19:58Z" + }, + { + "version": "6.2101.2223.2211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2223.2211.zip", + "checksum": "e316ed82863cb01b6bba82b18d21f44e", + "timestamp": "2021-01-22T23:22:19Z" + }, + { + "version": "6.2101.2222.5406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2222.5406.zip", + "checksum": "3ed2748efa21c83ec4978a0e649a9c09", + "timestamp": "2021-01-22T22:54:15Z" + }, + { + "version": "6.2101.2218.248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2218.0248.zip", + "checksum": "f1498ade4a4d817be41624967d2f7fc1", + "timestamp": "2021-01-22T18:02:56Z" + }, + { + "version": "6.2101.2210.2017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2210.2017.zip", + "checksum": "4494bfc48b91dd501bf3efbde08b5609", + "timestamp": "2021-01-22T10:20:25Z" + }, + { + "version": "6.2101.2208.1027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2208.1027.zip", + "checksum": "5c4f80ff3ba7c687b3e20e8a8c17421f", + "timestamp": "2021-01-22T08:10:35Z" + }, + { + "version": "6.2101.2201.2019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2201.2019.zip", + "checksum": "f1962be4763274dd2629b90a4d076211", + "timestamp": "2021-01-22T01:20:27Z" + }, + { + "version": "6.2101.2200.5233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2200.5233.zip", + "checksum": "976eddacdd7c838387351365ebe23883", + "timestamp": "2021-01-22T00:52:41Z" + }, + { + "version": "6.2101.2200.2257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2200.2257.zip", + "checksum": "9124ebd112ab841127406f8d9daab22b", + "timestamp": "2021-01-22T00:23:05Z" + }, + { + "version": "6.2101.2121.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2121.3510.zip", + "checksum": "7c84ce0be664b5bb22a34a7a54633c9e", + "timestamp": "2021-01-21T21:35:18Z" + }, + { + "version": "6.2101.2121.728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2121.0728.zip", + "checksum": "050ea1b9ab2bf28fa752286b1e27de18", + "timestamp": "2021-01-21T21:07:36Z" + }, + { + "version": "6.2101.2120.3614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2120.3614.zip", + "checksum": "252057990a07107a7ad2d239801a1de1", + "timestamp": "2021-01-21T20:36:23Z" + }, + { + "version": "6.2101.2120.652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2120.0652.zip", + "checksum": "5fbf9fe4b2d21199ad1d41705ee7978f", + "timestamp": "2021-01-21T20:07:00Z" + }, + { + "version": "6.2101.2118.3149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2118.3149.zip", + "checksum": "b603dbf193b753220ec03fd27918b4eb", + "timestamp": "2021-01-21T18:31:56Z" + }, + { + "version": "6.2101.2118.257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2118.0257.zip", + "checksum": "b4a48b65329d3f55d54eb92644ac578a", + "timestamp": "2021-01-21T18:03:04Z" + }, + { + "version": "6.2101.2100.3255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2100.3255.zip", + "checksum": "390d963ba0016ae0cafee56453603dd4", + "timestamp": "2021-01-21T00:33:03Z" + }, + { + "version": "6.2101.2100.326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2100.0326.zip", + "checksum": "befa32994d99116a1c36a8d19a63fe27", + "timestamp": "2021-01-21T00:03:33Z" + }, + { + "version": "6.2101.2023.3458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2023.3458.zip", + "checksum": "443b086f62cd17f85cceb7db5563ed3a", + "timestamp": "2021-01-20T23:35:09Z" + }, + { + "version": "6.2101.2018.2412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2018.2412.zip", + "checksum": "c7f7c24451ee9d442e67f42b06b49430", + "timestamp": "2021-01-20T18:24:19Z" + }, + { + "version": "6.2101.2017.3352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2017.3352.zip", + "checksum": "221d67f2aa71f4a96d000ba4722c53bb", + "timestamp": "2021-01-20T17:34:02Z" + }, + { + "version": "6.2101.2013.3", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2013.0003.zip", + "checksum": "bd6270335b3f9eb4613d15916b6ab0ea", + "timestamp": "2021-01-20T13:00:12Z" + }, + { + "version": "6.2101.2012.330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2012.0330.zip", + "checksum": "485c591bec0f876f3ae9d834393d4a05", + "timestamp": "2021-01-20T12:03:38Z" + }, + { + "version": "6.2101.2010.4011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2010.4011.zip", + "checksum": "23fb7645a540546d293d030693fbf1f1", + "timestamp": "2021-01-20T10:40:19Z" + }, + { + "version": "6.2101.2010.1218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2010.1218.zip", + "checksum": "30ee2e1366063a5987a1de6d3f56bfb5", + "timestamp": "2021-01-20T10:12:27Z" + }, + { + "version": "6.2101.2007.832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.2007.0832.zip", + "checksum": "21332a380289b23c9eef330e0de0b22e", + "timestamp": "2021-01-20T07:08:40Z" + }, + { + "version": "6.2101.1920.2144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1920.2144.zip", + "checksum": "72722f768860abd2325d52e273f40a60", + "timestamp": "2021-01-19T20:21:52Z" + }, + { + "version": "6.2101.1919.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1919.4238.zip", + "checksum": "a9b37930015fd9bd04b6edb1b2d1e41d", + "timestamp": "2021-01-19T19:42:46Z" + }, + { + "version": "6.2101.1917.5018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1917.5018.zip", + "checksum": "27c7c2d511d6197000b26524bbad51bd", + "timestamp": "2021-01-19T17:50:26Z" + }, + { + "version": "6.2101.1815.4426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1815.4426.zip", + "checksum": "faa1de879df1e361d928926a67a24791", + "timestamp": "2021-01-18T15:44:35Z" + }, + { + "version": "6.2101.1815.1559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1815.1559.zip", + "checksum": "a75019404fd8708f968340e9fb8fd1e8", + "timestamp": "2021-01-18T15:16:07Z" + }, + { + "version": "6.2101.1813.5505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1813.5505.zip", + "checksum": "f5a4c4dc28cdfe673ca656e1a00eea35", + "timestamp": "2021-01-18T13:55:13Z" + }, + { + "version": "6.2101.1800.5347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1800.5347.zip", + "checksum": "16d1ec5aaa40aa8b1dc15663e7a1cbd4", + "timestamp": "2021-01-18T00:53:56Z" + }, + { + "version": "6.2101.1720.2751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1720.2751.zip", + "checksum": "b04d88268cdc3ff8105e1abb461b8a12", + "timestamp": "2021-01-17T20:27:58Z" + }, + { + "version": "6.2101.1717.614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1717.0614.zip", + "checksum": "4169e3303508a784a165a07167f8fe1d", + "timestamp": "2021-01-17T17:06:21Z" + }, + { + "version": "6.2101.1716.3725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1716.3725.zip", + "checksum": "3171e5c9fc6ccc95e41ff05cb6b0e284", + "timestamp": "2021-01-17T16:37:33Z" + }, + { + "version": "6.2101.1715.4752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1715.4752.zip", + "checksum": "38efd6f00e685c9a2f2a0e0533ad5f18", + "timestamp": "2021-01-17T15:47:59Z" + }, + { + "version": "6.2101.1715.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1715.1908.zip", + "checksum": "c5a53a9b0d9e34b5e393df8ee0231c22", + "timestamp": "2021-01-17T15:19:16Z" + }, + { + "version": "6.2101.1714.1714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1714.1714.zip", + "checksum": "3b8e8ef8be83b5d3fc50e516831030a3", + "timestamp": "2021-01-17T14:17:21Z" + }, + { + "version": "6.2101.1706.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1706.3223.zip", + "checksum": "d21dbed319851b4b2aecaa9fbdc12124", + "timestamp": "2021-01-17T06:32:32Z" + }, + { + "version": "6.2101.1700.2819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1700.2819.zip", + "checksum": "4b7833c25d3d6485cb75b87bbaed4812", + "timestamp": "2021-01-17T00:28:27Z" + }, + { + "version": "6.2101.1621.5455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1621.5455.zip", + "checksum": "3ec0f3de9da745344736d44bf5768255", + "timestamp": "2021-01-16T21:55:02Z" + }, + { + "version": "6.2101.1619.2213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1619.2213.zip", + "checksum": "5efe83000f91b52e2a2233ecc30000f6", + "timestamp": "2021-01-16T19:22:21Z" + }, + { + "version": "6.2101.1618.5305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1618.5305.zip", + "checksum": "824fce9c84433c1b4c668a243fac032a", + "timestamp": "2021-01-16T18:53:13Z" + }, + { + "version": "6.2101.1612.807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1612.0807.zip", + "checksum": "d972c91ce8ad851ea16833e6d1446f31", + "timestamp": "2021-01-16T12:08:16Z" + }, + { + "version": "6.2101.1610.5025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1610.5025.zip", + "checksum": "ca046174d2e78dc67ee75584348a9b5e", + "timestamp": "2021-01-16T10:50:33Z" + }, + { + "version": "6.2101.1522.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1522.4040.zip", + "checksum": "384ac7b7a8eec1e15144fba784b194cd", + "timestamp": "2021-01-15T22:40:47Z" + }, + { + "version": "6.2101.1418.822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1418.0822.zip", + "checksum": "7d78795ba65674e54f12a3599c72a596", + "timestamp": "2021-01-14T18:08:30Z" + }, + { + "version": "6.2101.1323.4223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1323.4223.zip", + "checksum": "ed71d3a4417a09a88b6232431e71633e", + "timestamp": "2021-01-13T23:42:31Z" + }, + { + "version": "6.2101.1320.3507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1320.3507.zip", + "checksum": "593c1a1a10bb2cff296c06ef6e9f392c", + "timestamp": "2021-01-13T20:35:14Z" + }, + { + "version": "6.2101.1320.636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1320.0636.zip", + "checksum": "a040411db6618ce0572dd95764270800", + "timestamp": "2021-01-13T20:06:44Z" + }, + { + "version": "6.2101.1318.4831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1318.4831.zip", + "checksum": "1f1b50429d7409d899d63b34b6f63131", + "timestamp": "2021-01-13T18:48:39Z" + }, + { + "version": "6.2101.1316.4357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1316.4357.zip", + "checksum": "d3105f7bd3ef658b0eb8b086fdef0f22", + "timestamp": "2021-01-13T16:44:05Z" + }, + { + "version": "6.2101.1308.5638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1308.5638.zip", + "checksum": "285defc0764aed90a321cb3b91b0241d", + "timestamp": "2021-01-13T08:56:47Z" + }, + { + "version": "6.2101.1308.2845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1308.2845.zip", + "checksum": "02b336d7d48ea124447cd2ef334443d5", + "timestamp": "2021-01-13T08:28:53Z" + }, + { + "version": "6.2101.1307.33", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1307.0033.zip", + "checksum": "6db2f137ea993339b4a19c54555e7d21", + "timestamp": "2021-01-13T07:00:41Z" + }, + { + "version": "6.2101.1222.2856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1222.2856.zip", + "checksum": "007f7507e07cf387cec14cba7f42ed59", + "timestamp": "2021-01-12T22:29:04Z" + }, + { + "version": "6.2101.1222.109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1222.0109.zip", + "checksum": "38c31e274384e9a1388ef0866399c913", + "timestamp": "2021-01-12T22:01:17Z" + }, + { + "version": "6.2101.1215.4046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1215.4046.zip", + "checksum": "012860a6efd2247e6f87f85236d29775", + "timestamp": "2021-01-12T15:40:53Z" + }, + { + "version": "6.2101.1119.1338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1119.1338.zip", + "checksum": "fba7d03a79e16643078ce8367e9e4f48", + "timestamp": "2021-01-11T19:13:46Z" + }, + { + "version": "6.2101.1115.5413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1115.5413.zip", + "checksum": "6af23c3963dae16ef10425f932c545df", + "timestamp": "2021-01-11T15:54:22Z" + }, + { + "version": "6.2101.1114.5256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1114.5256.zip", + "checksum": "28d8b030c10fce660857be625a1295cc", + "timestamp": "2021-01-11T14:53:04Z" + }, + { + "version": "6.2101.1114.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1114.2439.zip", + "checksum": "234688aa7b9dab33f67d708ef0aaa7b7", + "timestamp": "2021-01-11T14:24:47Z" + }, + { + "version": "6.2101.1020.1113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1020.1113.zip", + "checksum": "540f95871942a8839d5c9dca9efdfee7", + "timestamp": "2021-01-10T20:11:21Z" + }, + { + "version": "6.2101.1015.4131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1015.4131.zip", + "checksum": "69e3708d0a9a375147a083ab811d5b18", + "timestamp": "2021-01-10T15:41:40Z" + }, + { + "version": "6.2101.1011.2926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1011.2926.zip", + "checksum": "a3bac67779411c2a09c540d3991b934d", + "timestamp": "2021-01-10T11:29:35Z" + }, + { + "version": "6.2101.1010.5936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1010.5936.zip", + "checksum": "164c09d86f35ec81c30e955051f1a139", + "timestamp": "2021-01-10T10:59:44Z" + }, + { + "version": "6.2101.1009.5900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.1009.5900.zip", + "checksum": "df11c49626b8d9085ba4db12213be1bb", + "timestamp": "2021-01-10T09:59:08Z" + }, + { + "version": "6.2101.920.853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0920.0853.zip", + "checksum": "77ed58c20f122c915075ce5bf1d387a1", + "timestamp": "2021-01-09T20:09:01Z" + }, + { + "version": "6.2101.919.13", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0919.0013.zip", + "checksum": "83df2c7c65dcb838d32fc24f3201ab89", + "timestamp": "2021-01-09T19:00:21Z" + }, + { + "version": "6.2101.918.2525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0918.2525.zip", + "checksum": "8b04139db81fef21712b7ec923aaacf8", + "timestamp": "2021-01-09T18:25:33Z" + }, + { + "version": "6.2101.917.250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0917.0250.zip", + "checksum": "63e60ba9302becc54e03304b2e76bf28", + "timestamp": "2021-01-09T17:02:58Z" + }, + { + "version": "6.2101.915.4834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0915.4834.zip", + "checksum": "56249817740692630ee363dd3750ee84", + "timestamp": "2021-01-09T15:48:42Z" + }, + { + "version": "6.2101.914.2752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0914.2752.zip", + "checksum": "7b709080dd6550847d3b588a2d39276e", + "timestamp": "2021-01-09T14:28:01Z" + }, + { + "version": "6.2101.900.826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0900.0826.zip", + "checksum": "cddc1295605006f94bc1ab8286a74d60", + "timestamp": "2021-01-09T00:08:35Z" + }, + { + "version": "6.2101.821.2701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0821.2701.zip", + "checksum": "818013ad664fa8b0cb4a44f600550ab4", + "timestamp": "2021-01-08T21:27:11Z" + }, + { + "version": "6.2101.820.5717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0820.5717.zip", + "checksum": "80a008b969803488b9882e68c99d46f5", + "timestamp": "2021-01-08T20:57:27Z" + }, + { + "version": "6.2101.820.2814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0820.2814.zip", + "checksum": "ab394c98b7dddbc6dad459849a713c7a", + "timestamp": "2021-01-08T20:28:23Z" + }, + { + "version": "6.2101.814.1301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0814.1301.zip", + "checksum": "28709148a0ba389507bdb609b72bdeaa", + "timestamp": "2021-01-08T14:13:10Z" + }, + { + "version": "6.2101.813.1422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0813.1422.zip", + "checksum": "d9814cf9248287135af67a8b13a74479", + "timestamp": "2021-01-08T13:14:30Z" + }, + { + "version": "6.2101.800.3905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0800.3905.zip", + "checksum": "d12545c1bd6b6d2e439812b72e325749", + "timestamp": "2021-01-08T00:39:13Z" + }, + { + "version": "6.2101.722.1047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0722.1047.zip", + "checksum": "e2865a3be0a524997e91094f41b37124", + "timestamp": "2021-01-07T22:10:55Z" + }, + { + "version": "6.2101.716.4128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0716.4128.zip", + "checksum": "3a558acdf4e145be344fca632b0fc066", + "timestamp": "2021-01-07T16:41:36Z" + }, + { + "version": "6.2101.716.1329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0716.1329.zip", + "checksum": "55016e10485ded34a47834c36da6844c", + "timestamp": "2021-01-07T16:13:37Z" + }, + { + "version": "6.2101.715.3538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0715.3538.zip", + "checksum": "be0e3ca223acd05e4158a21b1c291c7f", + "timestamp": "2021-01-07T15:35:46Z" + }, + { + "version": "6.2101.715.757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0715.0757.zip", + "checksum": "0d5712e6597f9708ce67598fabe8527a", + "timestamp": "2021-01-07T15:08:06Z" + }, + { + "version": "6.2101.710.2923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0710.2923.zip", + "checksum": "f9b3c638a121fe5d62aa3e801d08bac4", + "timestamp": "2021-01-07T10:29:31Z" + }, + { + "version": "6.2101.709.5917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0709.5917.zip", + "checksum": "f5407548e2adfbd15de7f3f84a200bf0", + "timestamp": "2021-01-07T09:59:25Z" + }, + { + "version": "6.2101.709.2819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0709.2819.zip", + "checksum": "4d7df557c870104b77bf8e428173b2de", + "timestamp": "2021-01-07T09:28:28Z" + }, + { + "version": "6.2101.619.5420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0619.5420.zip", + "checksum": "acfae1448e77edf8a36449c5450c20ae", + "timestamp": "2021-01-06T19:54:28Z" + }, + { + "version": "6.2101.617.2244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0617.2244.zip", + "checksum": "9ff8b267da9868563af57141ee06ff6e", + "timestamp": "2021-01-06T17:22:52Z" + }, + { + "version": "6.2101.604.3528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0604.3528.zip", + "checksum": "66b86960495321b9be26c6482e72547e", + "timestamp": "2021-01-06T04:35:35Z" + }, + { + "version": "6.2101.522.3004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0522.3004.zip", + "checksum": "4859d93bf98386ac259792f80ce95747", + "timestamp": "2021-01-05T22:30:12Z" + }, + { + "version": "6.2101.519.4954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0519.4954.zip", + "checksum": "a04537cfdfbea4b41a654afdc276f7be", + "timestamp": "2021-01-05T19:50:04Z" + }, + { + "version": "6.2101.517.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0517.5323.zip", + "checksum": "a59a8b082790741b5f7040cd7c983e0c", + "timestamp": "2021-01-05T17:53:30Z" + }, + { + "version": "6.2101.517.2450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0517.2450.zip", + "checksum": "d8c2a950e2780813242bc03088a0c027", + "timestamp": "2021-01-05T17:24:58Z" + }, + { + "version": "6.2101.511.4205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0511.4205.zip", + "checksum": "744cb728a601e2699b0d0981cbdb50ed", + "timestamp": "2021-01-05T11:42:14Z" + }, + { + "version": "6.2101.419.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0419.4221.zip", + "checksum": "1df48faaf575d728bcc7d492670c662e", + "timestamp": "2021-01-04T19:42:29Z" + }, + { + "version": "6.2101.417.3042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0417.3042.zip", + "checksum": "b804b524f68c4cec965d91dcfef54857", + "timestamp": "2021-01-04T17:30:49Z" + }, + { + "version": "6.2101.415.1802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0415.1802.zip", + "checksum": "1faf7bf296ee36c8c360052dde926dd7", + "timestamp": "2021-01-04T15:18:10Z" + }, + { + "version": "6.2101.414.4937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0414.4937.zip", + "checksum": "098bf5dcacc3b8ffe76771b92a9d273d", + "timestamp": "2021-01-04T14:49:45Z" + }, + { + "version": "6.2101.412.4530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0412.4530.zip", + "checksum": "6daf9b6d4b4fae19f9abb68e02403b73", + "timestamp": "2021-01-04T12:45:38Z" + }, + { + "version": "6.2101.412.1852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0412.1852.zip", + "checksum": "f527fa1373356c83e0daede527ac7884", + "timestamp": "2021-01-04T12:19:00Z" + }, + { + "version": "6.2101.411.5159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0411.5159.zip", + "checksum": "fb3caab726ee0925a867630f6a3ecea5", + "timestamp": "2021-01-04T11:52:07Z" + }, + { + "version": "6.2101.411.2147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0411.2147.zip", + "checksum": "ed903317741ad3ca9d3dc9a4fb7f46bf", + "timestamp": "2021-01-04T11:21:55Z" + }, + { + "version": "6.2101.317.4930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0317.4930.zip", + "checksum": "08af0b805547a680ea3a407dfa7beca1", + "timestamp": "2021-01-03T17:49:38Z" + }, + { + "version": "6.2101.317.507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0317.0507.zip", + "checksum": "3ffeeb0342504f6cd06aa98634e07c2e", + "timestamp": "2021-01-03T17:05:15Z" + }, + { + "version": "6.2101.311.2337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0311.2337.zip", + "checksum": "fd8e7c350029db775b13e55dda57c192", + "timestamp": "2021-01-03T11:23:45Z" + }, + { + "version": "6.2101.302.3623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0302.3623.zip", + "checksum": "1b7bcee6a370d3c6225f062dbcb290d2", + "timestamp": "2021-01-03T02:36:31Z" + }, + { + "version": "6.2101.220.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0220.5135.zip", + "checksum": "041e5ecac2e5117eb4cc7dd942257e37", + "timestamp": "2021-01-02T20:51:43Z" + }, + { + "version": "6.2101.219.4054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0219.4054.zip", + "checksum": "1c53dfd14b0fc41059e0fe3d233d5aa7", + "timestamp": "2021-01-02T19:41:01Z" + }, + { + "version": "6.2101.218.4744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0218.4744.zip", + "checksum": "88e5be2523807043c06da2a9e3e750c7", + "timestamp": "2021-01-02T18:47:52Z" + }, + { + "version": "6.2101.213.10", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0213.0010.zip", + "checksum": "2b7ab4bd93a10c5850db5ed003aadc0f", + "timestamp": "2021-01-02T13:00:18Z" + }, + { + "version": "6.2101.211.2615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0211.2615.zip", + "checksum": "d3a1b45df51f5521f421cd1bcfe42a72", + "timestamp": "2021-01-02T11:26:23Z" + }, + { + "version": "6.2101.210.2423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0210.2423.zip", + "checksum": "7f98024f5995db78a5e20e625cea340c", + "timestamp": "2021-01-02T10:24:31Z" + }, + { + "version": "6.2101.207.906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0207.0906.zip", + "checksum": "9461b36d102dc83ab347d648fe92cee8", + "timestamp": "2021-01-02T07:09:14Z" + }, + { + "version": "6.2101.118.5902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0118.5902.zip", + "checksum": "7a36964d1302b9c0e5d23bb436258a83", + "timestamp": "2021-01-01T18:59:10Z" + }, + { + "version": "6.2101.118.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0118.1300.zip", + "checksum": "2184e1288b847f4651455adcf7bf34ba", + "timestamp": "2021-01-01T18:13:08Z" + }, + { + "version": "6.2101.117.4548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0117.4548.zip", + "checksum": "e77e45df5691fe61558dc72022718437", + "timestamp": "2021-01-01T17:45:55Z" + }, + { + "version": "6.2101.117.1021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0117.1021.zip", + "checksum": "6236e4f431496cbe65297add1953cefc", + "timestamp": "2021-01-01T17:10:29Z" + }, + { + "version": "6.2101.111.4725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0111.4725.zip", + "checksum": "e86f7270c5a64dacaaa4f700a489a8ae", + "timestamp": "2021-01-01T11:47:33Z" + }, + { + "version": "6.2101.100.4136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0100.4136.zip", + "checksum": "037e37cd84c6127986eb8308af75152c", + "timestamp": "2021-01-01T00:41:43Z" + }, + { + "version": "6.2101.100.1424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2101.0100.1424.zip", + "checksum": "454a7b319df4e33995ef0c2ea2b6de56", + "timestamp": "2021-01-01T00:14:32Z" + }, + { + "version": "6.2012.3122.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3122.5547.zip", + "checksum": "bd37cdb01a391f1ded7c65f1512339fb", + "timestamp": "2020-12-31T22:55:55Z" + }, + { + "version": "6.2012.3122.2905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3122.2905.zip", + "checksum": "fae69ede6dd7fc2651aeab3d78bb1966", + "timestamp": "2020-12-31T22:29:14Z" + }, + { + "version": "6.2012.3115.218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3115.0218.zip", + "checksum": "0b44e5aa738b76011bd4ceb0deeefdf7", + "timestamp": "2020-12-31T15:02:27Z" + }, + { + "version": "6.2012.3114.3458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3114.3458.zip", + "checksum": "e8126747d5f1bb7e3b4d7913904c19c3", + "timestamp": "2020-12-31T14:35:06Z" + }, + { + "version": "6.2012.3113.4027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3113.4027.zip", + "checksum": "5b1f26c85f87bb1967418e8939174955", + "timestamp": "2020-12-31T13:40:35Z" + }, + { + "version": "6.2012.3111.3310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3111.3310.zip", + "checksum": "9d812c9ca4959b3eb09fd67096f8e6b6", + "timestamp": "2020-12-31T11:33:18Z" + }, + { + "version": "6.2012.3107.3321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3107.3321.zip", + "checksum": "c53d637d5b3b7b0a5573e66c2ea83488", + "timestamp": "2020-12-31T07:33:29Z" + }, + { + "version": "6.2012.3107.532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3107.0532.zip", + "checksum": "f779507e118379a3ee5d63fab3cd5270", + "timestamp": "2020-12-31T07:05:39Z" + }, + { + "version": "6.2012.3101.5013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3101.5013.zip", + "checksum": "1f2751ca1e278b96bfc6b82a23dad263", + "timestamp": "2020-12-31T01:50:21Z" + }, + { + "version": "6.2012.3101.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3101.2219.zip", + "checksum": "57e4e16284920e56dbe2ac4ce93b423e", + "timestamp": "2020-12-31T01:22:27Z" + }, + { + "version": "6.2012.3100.4128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3100.4128.zip", + "checksum": "05e94ac1f56f09a60d506130219f8307", + "timestamp": "2020-12-31T00:41:36Z" + }, + { + "version": "6.2012.3022.2551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3022.2551.zip", + "checksum": "8908d734eda6eac7d15c85147aad4175", + "timestamp": "2020-12-30T22:25:58Z" + }, + { + "version": "6.2012.3021.5915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3021.5915.zip", + "checksum": "fad78a5b8155125cb25e6986e23063f3", + "timestamp": "2020-12-30T21:59:22Z" + }, + { + "version": "6.2012.3021.3237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3021.3237.zip", + "checksum": "e2dbdf41937d61a504bc8d51f901cd3e", + "timestamp": "2020-12-30T21:32:45Z" + }, + { + "version": "6.2012.3017.5440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3017.5440.zip", + "checksum": "1ca57c3a68f77bc961d55e4acfa4050b", + "timestamp": "2020-12-30T17:54:48Z" + }, + { + "version": "6.2012.3010.448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.3010.0448.zip", + "checksum": "ba7d97f905822268a89ae73b0d3a4d5f", + "timestamp": "2020-12-30T10:04:55Z" + }, + { + "version": "6.2012.2917.2701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2917.2701.zip", + "checksum": "30ceb161a8ea0959634f86c94cf9d09e", + "timestamp": "2020-12-29T17:27:12Z" + }, + { + "version": "6.2012.2917.114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2917.0114.zip", + "checksum": "f3dd7a7ff3326b147af1f91b513225ab", + "timestamp": "2020-12-29T17:01:21Z" + }, + { + "version": "6.2012.2906.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2906.2547.zip", + "checksum": "7a0c13cb6520254bea15212418a37907", + "timestamp": "2020-12-29T06:25:54Z" + }, + { + "version": "6.2012.2821.2058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2821.2058.zip", + "checksum": "1c9c95b5b8ff949302251a3ed7dc8507", + "timestamp": "2020-12-28T21:21:06Z" + }, + { + "version": "6.2012.2820.5427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2820.5427.zip", + "checksum": "ffc260854f4acf8ed66089b7b52d593e", + "timestamp": "2020-12-28T20:54:35Z" + }, + { + "version": "6.2012.2817.3052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2817.3052.zip", + "checksum": "41a11c9c6f52f2f19b1888c3ee2bfcdd", + "timestamp": "2020-12-28T17:30:59Z" + }, + { + "version": "6.2012.2816.638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2816.0638.zip", + "checksum": "c9bbc9858de94b57c2aa8b94b000c3b2", + "timestamp": "2020-12-28T16:06:45Z" + }, + { + "version": "6.2012.2815.4057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2815.4057.zip", + "checksum": "982d9dce18c576d7fab53e47adc38085", + "timestamp": "2020-12-28T15:41:05Z" + }, + { + "version": "6.2012.2815.1319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2815.1319.zip", + "checksum": "1669697993950629fd4534ed7efbdec8", + "timestamp": "2020-12-28T15:13:27Z" + }, + { + "version": "6.2012.2810.2826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2810.2826.zip", + "checksum": "2bfa7733ddbe2879d0d77d00999a4b32", + "timestamp": "2020-12-28T10:28:34Z" + }, + { + "version": "6.2012.2718.4016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2718.4016.zip", + "checksum": "42d2011e848281e53d350da7f6abcc79", + "timestamp": "2020-12-27T18:40:24Z" + }, + { + "version": "6.2012.2713.5219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2713.5219.zip", + "checksum": "a8af909c6f0a5f0ca9d4136ddd08346e", + "timestamp": "2020-12-27T13:52:28Z" + }, + { + "version": "6.2012.2520.420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2520.0420.zip", + "checksum": "45a7bf87624d1f660075cd114db0d582", + "timestamp": "2020-12-25T20:04:27Z" + }, + { + "version": "6.2012.2515.4830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2515.4830.zip", + "checksum": "725eb571f300cd7354b0411d7f9adbdc", + "timestamp": "2020-12-25T15:48:37Z" + }, + { + "version": "6.2012.2513.3728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2513.3728.zip", + "checksum": "e1bd9186764dc374bd36884297907039", + "timestamp": "2020-12-25T13:37:36Z" + }, + { + "version": "6.2012.2420.1015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2420.1015.zip", + "checksum": "686c268b7fdbaa55706c7c2da33968f1", + "timestamp": "2020-12-24T20:10:22Z" + }, + { + "version": "6.2012.2418.1235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2418.1235.zip", + "checksum": "38d754b33e8b82664e7bbb1814c53b32", + "timestamp": "2020-12-24T18:12:43Z" + }, + { + "version": "6.2012.2410.2543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2410.2543.zip", + "checksum": "2038afa0020001be6207accfa4f16ddc", + "timestamp": "2020-12-24T10:25:51Z" + }, + { + "version": "6.2012.2405.3631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2405.3631.zip", + "checksum": "5d7b03f0221c866b5c4f5eaac51820af", + "timestamp": "2020-12-24T05:36:39Z" + }, + { + "version": "6.2012.2319.1801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2319.1801.zip", + "checksum": "62bcf0dc0754145ae7bf96832e33fd37", + "timestamp": "2020-12-23T19:18:09Z" + }, + { + "version": "6.2012.2305.241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2305.0241.zip", + "checksum": "8d9e2ab5fd134ae3b77458b02ffb112d", + "timestamp": "2020-12-23T05:02:48Z" + }, + { + "version": "6.2012.2304.1456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2304.1456.zip", + "checksum": "2e18baef2ea0e85b4b4bedc6ee9147b9", + "timestamp": "2020-12-23T04:15:05Z" + }, + { + "version": "6.2012.2303.4558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2303.4558.zip", + "checksum": "42eaa9e50d8812da5bbdb4da66cfa796", + "timestamp": "2020-12-23T03:46:06Z" + }, + { + "version": "6.2012.2223.1432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2223.1432.zip", + "checksum": "57bfe4fcb8e77844ada1e3254339a087", + "timestamp": "2020-12-22T23:14:39Z" + }, + { + "version": "6.2012.2215.1538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2215.1538.zip", + "checksum": "7c9fa31763ecb583fc28cad570544918", + "timestamp": "2020-12-22T15:15:46Z" + }, + { + "version": "6.2012.2212.4312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2212.4312.zip", + "checksum": "a6bd40059d85194434d47df80290a7a0", + "timestamp": "2020-12-22T12:43:19Z" + }, + { + "version": "6.2012.2123.255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2123.0255.zip", + "checksum": "01147c48e4dd86dd2f6bdc6dad129e38", + "timestamp": "2020-12-21T23:03:03Z" + }, + { + "version": "6.2012.2122.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2122.3517.zip", + "checksum": "1742f4a0e7d53b2e58dfe3036f28bc3e", + "timestamp": "2020-12-21T22:35:25Z" + }, + { + "version": "6.2012.2119.5217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2119.5217.zip", + "checksum": "8f539a8427fdfaf28ed08322334537b0", + "timestamp": "2020-12-21T19:52:25Z" + }, + { + "version": "6.2012.2119.2559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2119.2559.zip", + "checksum": "60bcb6bb38412e957af5205022c64dee", + "timestamp": "2020-12-21T19:26:07Z" + }, + { + "version": "6.2012.2118.5946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2118.5946.zip", + "checksum": "06790b9aa3a6e225f568416dd94724a8", + "timestamp": "2020-12-21T18:59:54Z" + }, + { + "version": "6.2012.2107.4939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2107.4939.zip", + "checksum": "b9da139ed968e54155756fdd34a34800", + "timestamp": "2020-12-21T07:49:46Z" + }, + { + "version": "6.2012.2100.837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2100.0837.zip", + "checksum": "693c8817eeb6ad7e47a0108093b1d8e1", + "timestamp": "2020-12-21T00:08:45Z" + }, + { + "version": "6.2012.2023.3937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2023.3937.zip", + "checksum": "f3ca9972490b442b6ea7099d6304879b", + "timestamp": "2020-12-20T23:39:44Z" + }, + { + "version": "6.2012.2013.4943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2013.4943.zip", + "checksum": "ffa16d75f4e687c48af2c000ff50a7c5", + "timestamp": "2020-12-20T13:49:50Z" + }, + { + "version": "6.2012.2013.2006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2013.2006.zip", + "checksum": "0367e0d43da35238e90b92abeb20781c", + "timestamp": "2020-12-20T13:20:14Z" + }, + { + "version": "6.2012.2009.4744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2009.4744.zip", + "checksum": "7f414fd6014b71fa2937a30e8802973f", + "timestamp": "2020-12-20T09:47:52Z" + }, + { + "version": "6.2012.2009.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2009.1821.zip", + "checksum": "53436e95a42f6581f79c319e58a879c8", + "timestamp": "2020-12-20T09:18:29Z" + }, + { + "version": "6.2012.2000.4322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.2000.4322.zip", + "checksum": "30e8c7c483c6289c3acdfc89dd20c85c", + "timestamp": "2020-12-20T00:43:30Z" + }, + { + "version": "6.2012.1919.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1919.4040.zip", + "checksum": "17b42a919d414361e1bcf2a1e2bbcda8", + "timestamp": "2020-12-19T19:40:47Z" + }, + { + "version": "6.2012.1820.5856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1820.5856.zip", + "checksum": "471f6bcdf53a89f73614c95143575046", + "timestamp": "2020-12-18T20:59:04Z" + }, + { + "version": "6.2012.1820.3219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1820.3219.zip", + "checksum": "f4cc5d512228bd41c9c110a1d389c011", + "timestamp": "2020-12-18T20:32:26Z" + }, + { + "version": "6.2012.1813.1816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1813.1816.zip", + "checksum": "ebbd905dcd94ca9f2dfd89bc2660d66a", + "timestamp": "2020-12-18T13:18:23Z" + }, + { + "version": "6.2012.1807.4135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1807.4135.zip", + "checksum": "396b23919ab479181838df4a94440725", + "timestamp": "2020-12-18T07:41:42Z" + }, + { + "version": "6.2012.1722.4806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1722.4806.zip", + "checksum": "bcc89023255f8821aad7c3d21fcf4f3c", + "timestamp": "2020-12-17T22:48:14Z" + }, + { + "version": "6.2012.1722.2118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1722.2118.zip", + "checksum": "9340ed0065bf62666bc97724c7bf743b", + "timestamp": "2020-12-17T22:21:25Z" + }, + { + "version": "6.2012.1718.3347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1718.3347.zip", + "checksum": "9e67bc6f6b70ce68bd76b2ed158a825e", + "timestamp": "2020-12-17T18:33:55Z" + }, + { + "version": "6.2012.1717.4246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1717.4246.zip", + "checksum": "7eba08cdbd40e63f6bf9dbd4eb158dc3", + "timestamp": "2020-12-17T17:42:54Z" + }, + { + "version": "6.2012.1717.1554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1717.1554.zip", + "checksum": "848007fe08e037caabc6aef1c820fe37", + "timestamp": "2020-12-17T17:16:02Z" + }, + { + "version": "6.2012.1711.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1711.1625.zip", + "checksum": "a609ec7d79b63c04e8bd6f7c97304471", + "timestamp": "2020-12-17T11:16:33Z" + }, + { + "version": "6.2012.1623.1344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1623.1344.zip", + "checksum": "886d10f6917835dbc1011180c4a97cf6", + "timestamp": "2020-12-16T23:13:52Z" + }, + { + "version": "6.2012.1622.716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1622.0716.zip", + "checksum": "f08f5c899bbe9ad44c26ed96820232b8", + "timestamp": "2020-12-16T22:07:23Z" + }, + { + "version": "6.2012.1621.3911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1621.3911.zip", + "checksum": "33082a694f92a143f21b81c30a491c8d", + "timestamp": "2020-12-16T21:39:19Z" + }, + { + "version": "6.2012.1620.2954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1620.2954.zip", + "checksum": "b8a52b27a3d20e83471f4fc5845900b0", + "timestamp": "2020-12-16T20:30:01Z" + }, + { + "version": "6.2012.1620.211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1620.0211.zip", + "checksum": "12775f4f93f50b3429ee2adfcf34de7c", + "timestamp": "2020-12-16T20:02:19Z" + }, + { + "version": "6.2012.1619.2342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1619.2342.zip", + "checksum": "5159d276bcbcbb00b2f79a14e92061b8", + "timestamp": "2020-12-16T19:23:50Z" + }, + { + "version": "6.2012.1616.5000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1616.5000.zip", + "checksum": "81e428be54456e92cf2d39132d890a8c", + "timestamp": "2020-12-16T16:50:07Z" + }, + { + "version": "6.2012.1519.5402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1519.5402.zip", + "checksum": "dd1e5b0834195669f91b6b0649be9ef1", + "timestamp": "2020-12-15T19:54:10Z" + }, + { + "version": "6.2012.1512.1418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1512.1418.zip", + "checksum": "bbb059d6fe7c3fce097e0e1db79b6c1e", + "timestamp": "2020-12-15T12:14:26Z" + }, + { + "version": "6.2012.1511.4608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1511.4608.zip", + "checksum": "012912f85505ec62a4fe0e7133216ecd", + "timestamp": "2020-12-15T11:46:16Z" + }, + { + "version": "6.2012.1508.3413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1508.3413.zip", + "checksum": "07646401da1a2a9293663d3268e25ff6", + "timestamp": "2020-12-15T08:34:21Z" + }, + { + "version": "6.2012.1421.4850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1421.4850.zip", + "checksum": "f728266ba6436ac22e39f10fb37b40d7", + "timestamp": "2020-12-14T21:48:58Z" + }, + { + "version": "6.2012.1420.1423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1420.1423.zip", + "checksum": "8f14e4ac7fc2327ad98cec7245b06bf9", + "timestamp": "2020-12-14T20:14:30Z" + }, + { + "version": "6.2012.1417.2019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1417.2019.zip", + "checksum": "bc6d1fcd6d9b0790dc0bb5b3dc642fc8", + "timestamp": "2020-12-14T17:20:26Z" + }, + { + "version": "6.2012.1416.3325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1416.3325.zip", + "checksum": "1d92e2f422dd87a961e555a04c9991b5", + "timestamp": "2020-12-14T16:33:32Z" + }, + { + "version": "6.2012.1416.556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1416.0556.zip", + "checksum": "0777e0643781eada55bb1d37bfe0769f", + "timestamp": "2020-12-14T16:06:03Z" + }, + { + "version": "6.2012.1415.3845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1415.3845.zip", + "checksum": "5d287a3e0ab5fc6d3bc6e3459b0b8cac", + "timestamp": "2020-12-14T15:38:54Z" + }, + { + "version": "6.2012.1412.51", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1412.0051.zip", + "checksum": "bd98e02e3b5f12ae56e1572537c45035", + "timestamp": "2020-12-14T12:00:58Z" + }, + { + "version": "6.2012.1405.1456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1405.1456.zip", + "checksum": "c196ba69313e4df771eb4209e565b14c", + "timestamp": "2020-12-14T05:15:04Z" + }, + { + "version": "6.2012.1404.856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1404.0856.zip", + "checksum": "b20fcd153c05f07fcdfc639bee29e5ac", + "timestamp": "2020-12-14T04:09:03Z" + }, + { + "version": "6.2012.1323.634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1323.0634.zip", + "checksum": "9a9410e1a385b6a8f54263e9d3ae81c4", + "timestamp": "2020-12-13T23:06:42Z" + }, + { + "version": "6.2012.1322.3749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1322.3749.zip", + "checksum": "74ec38a190edb70be6db9956e53a984a", + "timestamp": "2020-12-13T22:37:58Z" + }, + { + "version": "6.2012.1322.1118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1322.1118.zip", + "checksum": "85e8af4a0783afeb5eeb4b3fa6ab424e", + "timestamp": "2020-12-13T22:11:25Z" + }, + { + "version": "6.2012.1319.3455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1319.3455.zip", + "checksum": "6589c6d96b11fc8f0eadad5b71eb52b9", + "timestamp": "2020-12-13T19:35:02Z" + }, + { + "version": "6.2012.1314.1243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1314.1243.zip", + "checksum": "c0e531d45ed6cb8b8f538771e38a058f", + "timestamp": "2020-12-13T14:12:52Z" + }, + { + "version": "6.2012.1313.4445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1313.4445.zip", + "checksum": "6dfaca149b132504db822e71b2cbc03e", + "timestamp": "2020-12-13T13:44:53Z" + }, + { + "version": "6.2012.1313.1657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1313.1657.zip", + "checksum": "f3dc9e9bb4e197b8d237212a09db966a", + "timestamp": "2020-12-13T13:17:05Z" + }, + { + "version": "6.2012.1312.4844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1312.4844.zip", + "checksum": "12197c0e6fc8cc97241ccb2df4c5aedd", + "timestamp": "2020-12-13T12:48:52Z" + }, + { + "version": "6.2012.1311.2234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1311.2234.zip", + "checksum": "7375f3ed252174637d7253881d668890", + "timestamp": "2020-12-13T11:22:41Z" + }, + { + "version": "6.2012.1218.4510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1218.4510.zip", + "checksum": "4d3233fd8aa9754b1cae19f4a140663c", + "timestamp": "2020-12-12T18:45:18Z" + }, + { + "version": "6.2012.1122.4402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1122.4402.zip", + "checksum": "702b05551ca33cf1052fd40b0778136f", + "timestamp": "2020-12-11T22:44:10Z" + }, + { + "version": "6.2012.1121.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1121.5333.zip", + "checksum": "9cfa115f418f18e9741b3e1f4a3aa429", + "timestamp": "2020-12-11T21:53:40Z" + }, + { + "version": "6.2012.1115.5203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1115.5203.zip", + "checksum": "742bbcd1ec5ea10c35d31191a71c69f8", + "timestamp": "2020-12-11T15:52:13Z" + }, + { + "version": "6.2012.1115.2455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1115.2455.zip", + "checksum": "ec5e2e24f08df3f6c86358fba915ffe6", + "timestamp": "2020-12-11T15:25:02Z" + }, + { + "version": "6.2012.1109.4707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1109.4707.zip", + "checksum": "fda47faa8a97d5a45d06825c7b231d7e", + "timestamp": "2020-12-11T09:47:15Z" + }, + { + "version": "6.2012.1109.1738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1109.1738.zip", + "checksum": "9ae2734ca5f3edec1fc2c96077927162", + "timestamp": "2020-12-11T09:17:46Z" + }, + { + "version": "6.2012.1108.330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1108.0330.zip", + "checksum": "4a317bf9660ea9d9b40a17f9c063c038", + "timestamp": "2020-12-11T08:03:37Z" + }, + { + "version": "6.2012.1107.3506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1107.3506.zip", + "checksum": "500d4eec6c0f0350a253ed737ac45ba1", + "timestamp": "2020-12-11T07:35:13Z" + }, + { + "version": "6.2012.1104.2732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1104.2732.zip", + "checksum": "3a1f45753084f74a8b50ebbe7f149098", + "timestamp": "2020-12-11T04:27:40Z" + }, + { + "version": "6.2012.1104.26", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1104.0026.zip", + "checksum": "21014db5816701555939b5868b6ab887", + "timestamp": "2020-12-11T04:00:33Z" + }, + { + "version": "6.2012.1103.3319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1103.3319.zip", + "checksum": "82a055680e32343e72399dc0393401d8", + "timestamp": "2020-12-11T03:33:26Z" + }, + { + "version": "6.2012.1022.3804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1022.3804.zip", + "checksum": "bc398fc252d5b484c4f2d49ba590ac56", + "timestamp": "2020-12-10T22:38:12Z" + }, + { + "version": "6.2012.1022.1140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1022.1140.zip", + "checksum": "c2cfd6ee0dbef5df84b59784c9a1c31f", + "timestamp": "2020-12-10T22:11:47Z" + }, + { + "version": "6.2012.1021.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1021.2436.zip", + "checksum": "8b2893c88ffa3eef341698102c119cdc", + "timestamp": "2020-12-10T21:24:44Z" + }, + { + "version": "6.2012.1020.5636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1020.5636.zip", + "checksum": "160ab39f53af19083c9e9a6c6b946d50", + "timestamp": "2020-12-10T20:56:44Z" + }, + { + "version": "6.2012.1013.5937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1013.5937.zip", + "checksum": "5808045ef891b65c171fa5dd22070a8f", + "timestamp": "2020-12-10T13:59:45Z" + }, + { + "version": "6.2012.1013.3149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1013.3149.zip", + "checksum": "5d570be9a2db63d83fc9e3c01c247f02", + "timestamp": "2020-12-10T13:31:57Z" + }, + { + "version": "6.2012.1013.402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.1013.0402.zip", + "checksum": "0b7ea01cd344dc1777abd9bd0665904d", + "timestamp": "2020-12-10T13:04:09Z" + }, + { + "version": "6.2012.919.4648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0919.4648.zip", + "checksum": "98ce7612289e84ef240247ad533fa6be", + "timestamp": "2020-12-09T19:46:56Z" + }, + { + "version": "6.2012.917.2020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0917.2020.zip", + "checksum": "3e55d678e528e3c7bfaf6147058ec43d", + "timestamp": "2020-12-09T17:20:28Z" + }, + { + "version": "6.2012.915.5249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0915.5249.zip", + "checksum": "aaca0f3006d6464a5c2b41b99a1d0b95", + "timestamp": "2020-12-09T15:52:57Z" + }, + { + "version": "6.2012.914.42", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0914.0042.zip", + "checksum": "f48c2f3b3279ae3fa547da318c94ad09", + "timestamp": "2020-12-09T14:00:50Z" + }, + { + "version": "6.2012.908.648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0908.0648.zip", + "checksum": "f8b9f35a9f0d0413713d1a9125bc7d16", + "timestamp": "2020-12-09T08:06:56Z" + }, + { + "version": "6.2012.907.3910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0907.3910.zip", + "checksum": "512962caff6e5aa366da36d69b1639b8", + "timestamp": "2020-12-09T07:39:17Z" + }, + { + "version": "6.2012.904.2620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0904.2620.zip", + "checksum": "f13c71c74472fdc2d351bdd3d79e7faa", + "timestamp": "2020-12-09T04:26:28Z" + }, + { + "version": "6.2012.823.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0823.5116.zip", + "checksum": "c81c8f60b7d0919ba539f24855d8e725", + "timestamp": "2020-12-08T23:51:23Z" + }, + { + "version": "6.2012.819.4310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0819.4310.zip", + "checksum": "30c689cc826922dbd08a7169ed03f0ea", + "timestamp": "2020-12-08T19:43:18Z" + }, + { + "version": "6.2012.818.41", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0818.0041.zip", + "checksum": "a426a6f605117666c54bf96a3fb0b850", + "timestamp": "2020-12-08T18:00:48Z" + }, + { + "version": "6.2012.817.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0817.3250.zip", + "checksum": "ede638da0a80b66260b5d251e8d0f43e", + "timestamp": "2020-12-08T17:32:58Z" + }, + { + "version": "6.2012.816.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0816.3223.zip", + "checksum": "95533e40fb30ab886a34b52f82015153", + "timestamp": "2020-12-08T16:32:30Z" + }, + { + "version": "6.2012.809.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0809.3447.zip", + "checksum": "3647b2f3a2281ae2820d9fb6a7aa785d", + "timestamp": "2020-12-08T09:34:54Z" + }, + { + "version": "6.2012.808.2744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0808.2744.zip", + "checksum": "7419df751c2ec4b9ca2d4e12a014bfc9", + "timestamp": "2020-12-08T08:27:52Z" + }, + { + "version": "6.2012.808.5", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0808.0005.zip", + "checksum": "692fab8b28ff1b22a691b83d2fdcc2aa", + "timestamp": "2020-12-08T08:00:12Z" + }, + { + "version": "6.2012.801.653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0801.0653.zip", + "checksum": "50e04ee8690a37ac8f3a9967a3d2432d", + "timestamp": "2020-12-08T01:07:01Z" + }, + { + "version": "6.2012.718.2121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0718.2121.zip", + "checksum": "f53c282621cc64b15f677c212b666d70", + "timestamp": "2020-12-07T18:21:28Z" + }, + { + "version": "6.2012.717.3047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0717.3047.zip", + "checksum": "60c833386a44f1f6700e3cb1dd336ff2", + "timestamp": "2020-12-07T17:30:54Z" + }, + { + "version": "6.2012.717.355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0717.0355.zip", + "checksum": "0b0dd0249b69339a5e0390b30780fd78", + "timestamp": "2020-12-07T17:04:04Z" + }, + { + "version": "6.2012.707.2921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0707.2921.zip", + "checksum": "1f90d698b8ef1573a60eae6c2101ab52", + "timestamp": "2020-12-07T07:29:29Z" + }, + { + "version": "6.2012.707.243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0707.0243.zip", + "checksum": "14ede21cc1066cda553c28d613416e0f", + "timestamp": "2020-12-07T07:02:50Z" + }, + { + "version": "6.2012.615.3235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0615.3235.zip", + "checksum": "b59c8999fdcb9d5953303cb027c9c27c", + "timestamp": "2020-12-06T15:32:42Z" + }, + { + "version": "6.2012.615.616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0615.0616.zip", + "checksum": "088e8e66e8d90df9bc83ccef7d337f4d", + "timestamp": "2020-12-06T15:06:24Z" + }, + { + "version": "6.2012.607.2933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0607.2933.zip", + "checksum": "1ec7418097e17aed44163791cd71b90c", + "timestamp": "2020-12-06T07:29:40Z" + }, + { + "version": "6.2012.601.3307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0601.3307.zip", + "checksum": "003f5c937eff4cf055699202145f3158", + "timestamp": "2020-12-06T01:33:15Z" + }, + { + "version": "6.2012.601.618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0601.0618.zip", + "checksum": "c40397a39662cf0a1e4dd96097663894", + "timestamp": "2020-12-06T01:06:25Z" + }, + { + "version": "6.2012.600.3943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0600.3943.zip", + "checksum": "b79aeefbde297da1e492ee6cdb2fc7ad", + "timestamp": "2020-12-06T00:39:50Z" + }, + { + "version": "6.2012.519.4925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_6.2012.0519.4925.zip", + "checksum": "8c8b155e9b2641053876b4cb17f0e345", + "timestamp": "2020-12-05T19:49:33Z" + }, + { + "version": "5.2011.2301.433", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2301.0433.zip", + "checksum": "64ab378a0fff530ac18c6085dbdb425e", + "timestamp": "2020-11-23T01:04:41Z" + }, + { + "version": "5.2011.2219.3744", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2219.3744.zip", + "checksum": "85aa5e1faa60c48658a201fd9874e689", + "timestamp": "2020-11-22T19:37:51Z" + }, + { + "version": "5.2011.2219.1057", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2219.1057.zip", + "checksum": "e34102c8acf1fea622029bd2959541a1", + "timestamp": "2020-11-22T19:11:05Z" + }, + { + "version": "5.2011.2218.2931", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2218.2931.zip", + "checksum": "39b0c055c89a238bc7133af286ff4941", + "timestamp": "2020-11-22T18:29:38Z" + }, + { + "version": "5.2011.2217.5524", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2217.5524.zip", + "checksum": "0a88aafab98e98728f5a7a7d22a270f2", + "timestamp": "2020-11-22T17:55:32Z" + }, + { + "version": "5.2011.2215.5305", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2215.5305.zip", + "checksum": "dc6cfc74052674d9ed45a81584a41205", + "timestamp": "2020-11-22T15:53:12Z" + }, + { + "version": "5.2011.2214.5948", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2214.5948.zip", + "checksum": "80322125836d45a2d482993dc8c97150", + "timestamp": "2020-11-22T14:59:55Z" + }, + { + "version": "5.2011.2210.2843", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2210.2843.zip", + "checksum": "dd1bf61a06d097ce8116f02911240ae4", + "timestamp": "2020-11-22T10:28:51Z" + }, + { + "version": "5.2011.2208.2028", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2208.2028.zip", + "checksum": "41e6df1195e7fa2d82bdf656ea7e95a0", + "timestamp": "2020-11-22T08:20:36Z" + }, + { + "version": "5.2011.2207.5441", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2207.5441.zip", + "checksum": "c0e1123adea9471facaa8ff215c25f14", + "timestamp": "2020-11-22T07:54:49Z" + }, + { + "version": "5.2011.2207.57", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2207.0057.zip", + "checksum": "654726bd1dd62f4c6d83bded857022e2", + "timestamp": "2020-11-22T07:01:04Z" + }, + { + "version": "5.2011.2206.3611", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/fanart/fanart_5.2011.2206.3611.zip", + "checksum": "9442cb010234bd667023616de6c1a4c4", + "timestamp": "2020-11-22T06:36:18Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "e29621a5-fa9e-4330-982e-ef6e54c0cad2", + "name": "Gotify Notification", + "description": "You must have a Gotify server to use this plugin!\n", + "overview": "Sends notifications to your Gotify server", + "owner": "crobibero", + "category": "Notifications", + "versions": [ + { + "version": "7.2011.2301.0441", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2301.0441.zip", + "checksum": "f2fe7416c74c41278a77dd6c95e54374", + "timestamp": "2020-11-23T01:04:50Z" + }, + { + "version": "7.2011.2219.3751", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2219.3751.zip", + "checksum": "53ab318a250dc479b8b6f62f6d10035a", + "timestamp": "2020-11-22T19:37:58Z" + }, + { + "version": "7.2011.2219.1106", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2219.1106.zip", + "checksum": "9b5e5ce145dc02d2872c8d87ddb97a6f", + "timestamp": "2020-11-22T19:11:13Z" + }, + { + "version": "7.2011.2218.2938", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2218.2938.zip", + "checksum": "5df4c6bad655f3abac342d9bedd71490", + "timestamp": "2020-11-22T18:29:46Z" + }, + { + "version": "7.2011.2217.5532", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2217.5532.zip", + "checksum": "892ce5ebb3e1c69b6f531500ba1449fe", + "timestamp": "2020-11-22T17:55:40Z" + }, + { + "version": "7.2011.2215.5312", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2215.5312.zip", + "checksum": "2eb04f288dfb10b46dd6bdb8b185844e", + "timestamp": "2020-11-22T15:53:19Z" + }, + { + "version": "7.2011.2214.5956", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2214.5956.zip", + "checksum": "161878eee7230431963a4210d7256cc3", + "timestamp": "2020-11-22T15:00:03Z" + }, + { + "version": "7.2011.2210.2851", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2210.2851.zip", + "checksum": "c751212a330a55c2d3731bd0549ba2b7", + "timestamp": "2020-11-22T10:28:59Z" + }, + { + "version": "7.2011.2208.2036", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2208.2036.zip", + "checksum": "d7c21a109bcc39ddc4f37c842851266a", + "timestamp": "2020-11-22T08:20:43Z" + }, + { + "version": "7.2011.2207.5449", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2207.5449.zip", + "checksum": "8e353cbfa879e0f9237c5648ea21a55c", + "timestamp": "2020-11-22T07:54:56Z" + }, + { + "version": "7.2011.2207.0104", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2207.0104.zip", + "checksum": "f0b60523b9f56969da6d5f83dac82bdb", + "timestamp": "2020-11-22T07:01:11Z" + }, + { + "version": "7.2011.2206.3618", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/gotify-notification/gotify-notification_7.2011.2206.3618.zip", + "checksum": "498289fc07196efaedb6d742b83e0631", + "timestamp": "2020-11-22T06:36:26Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "a59b5c4b-05a8-488f-bfa8-7a63fffc7639", + "name": "IPTV", + "description": "Enable IPTV support in Jellyfin", + "overview": "Enable IPTV support in Jellyfin", + "owner": "jellyfin", + "category": "Channel", + "versions": [ + { + "version": "6.2011.2301.0450", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2301.0450.zip", + "checksum": "44d2943da3ca32fdc9caafd9447334dc", + "timestamp": "2020-11-23T01:04:57Z" + }, + { + "version": "6.2011.2219.3758", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2219.3758.zip", + "checksum": "4875351aa64afd0285e456bbe83798de", + "timestamp": "2020-11-22T19:38:06Z" + }, + { + "version": "6.2011.2219.1113", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2219.1113.zip", + "checksum": "36ef2420da5d1ccb68fbd5f504c8e750", + "timestamp": "2020-11-22T19:11:20Z" + }, + { + "version": "6.2011.2218.2946", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2218.2946.zip", + "checksum": "c46f1ac87f2892392c5d444887476527", + "timestamp": "2020-11-22T18:29:53Z" + }, + { + "version": "6.2011.2217.5540", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2217.5540.zip", + "checksum": "50725aa4ac42e5c2664cc3494ad128d4", + "timestamp": "2020-11-22T17:55:47Z" + }, + { + "version": "6.2011.2215.5319", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2215.5319.zip", + "checksum": "db05969e4c60f2dfcc54f51c37f50d18", + "timestamp": "2020-11-22T15:53:27Z" + }, + { + "version": "6.2011.2215.0003", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2215.0003.zip", + "checksum": "4cea79ce6d976f524ea8783bc70b5024", + "timestamp": "2020-11-22T15:00:10Z" + }, + { + "version": "6.2011.2210.2859", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2210.2859.zip", + "checksum": "71041c67b7be81b896d2e773e8477393", + "timestamp": "2020-11-22T10:29:06Z" + }, + { + "version": "6.2011.2208.2044", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2208.2044.zip", + "checksum": "5e5f4ec144ba041fd7ad6ad5711aee67", + "timestamp": "2020-11-22T08:20:51Z" + }, + { + "version": "6.2011.2207.5456", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2207.5456.zip", + "checksum": "469ace9602dc6f241790fe88c6df8be9", + "timestamp": "2020-11-22T07:55:04Z" + }, + { + "version": "6.2011.2207.0111", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2207.0111.zip", + "checksum": "d41ed33ee8465577539d0ecaca79d85d", + "timestamp": "2020-11-22T07:01:18Z" + }, + { + "version": "6.2011.2206.3627", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iptv/iptv_6.2011.2206.3627.zip", + "checksum": "8f6924fb5a4ad77487826eb651c8bd23", + "timestamp": "2020-11-22T06:36:34Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "4682DD4C-A675-4F1B-8E7C-79ADF137A8F8", + "name": "ISO Mounter", + "description": "Mount your ISO files for Jellyfin.\n", + "overview": "Mount your ISO files for Jellyfin", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "1.2011.2301.0457", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2301.0457.zip", + "checksum": "6a8f5cb092d368930866eaf1a68b54ff", + "timestamp": "2020-11-23T01:05:05Z" + }, + { + "version": "1.2011.2219.3806", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2219.3806.zip", + "checksum": "bf0bc83ded9441de02e3aa9beb32d6f2", + "timestamp": "2020-11-22T19:38:13Z" + }, + { + "version": "1.2011.2219.1120", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2219.1120.zip", + "checksum": "6b32812d334db22a1aeec39bc82bb8e9", + "timestamp": "2020-11-22T19:11:28Z" + }, + { + "version": "1.2011.2218.2953", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2218.2953.zip", + "checksum": "02d80c56277ab3f0e7431ff3931534a8", + "timestamp": "2020-11-22T18:30:00Z" + }, + { + "version": "1.2011.2217.5547", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2217.5547.zip", + "checksum": "b40f20345cffa444012c47f0dc4e6c97", + "timestamp": "2020-11-22T17:55:55Z" + }, + { + "version": "1.2011.2215.5328", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2215.5328.zip", + "checksum": "fb0998d32c0cdef38bab01d2687dd950", + "timestamp": "2020-11-22T15:53:35Z" + }, + { + "version": "1.2011.2215.0010", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2215.0010.zip", + "checksum": "c76c913805f6e2e057e727a979b3a67c", + "timestamp": "2020-11-22T15:00:18Z" + }, + { + "version": "1.2011.2210.2907", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2210.2907.zip", + "checksum": "f0375e60ae423a317f8753e3e4a1e229", + "timestamp": "2020-11-22T10:29:14Z" + }, + { + "version": "1.2011.2208.2051", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2208.2051.zip", + "checksum": "7c81c9ca6ccfdbe33837cb5d89bc2278", + "timestamp": "2020-11-22T08:20:59Z" + }, + { + "version": "1.2011.2207.5504", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2207.5504.zip", + "checksum": "d3c5a6194e05aef9e4361e72feca4e0b", + "timestamp": "2020-11-22T07:55:11Z" + }, + { + "version": "1.2011.2207.0118", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2207.0118.zip", + "checksum": "c7de9cb3546bc860c6a50c948990af83", + "timestamp": "2020-11-22T07:01:26Z" + }, + { + "version": "1.2011.2206.3634", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/iso-mounter/iso-mounter_1.2011.2206.3634.zip", + "checksum": "a0ba935d6e05d6ac969e3fa74c503dc9", + "timestamp": "2020-11-22T06:36:42Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "771e19d6-5385-4caf-b35c-28a0e865cf63", + "name": "Kodi Sync Queue", + "description": "This plugin will track all media changes while Kodi clients are offline to decrease sync times.", + "overview": "Sync all media changes with Kodi clients", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#42) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#43) @dependabot\n\n### CI & build changes ###\n- Update ci (#47) @h1dden-da3m0n\n- Add pre-commit config (#41) @oddstr13\n- Add release drafter (#40) @oddstr13\n- Add workflows for code testing (#38) @oddstr13\n- Add analyzers and fix warnings (#37) @oddstr13\n\n### Code or Repo Maintenance ###\n- 10.8 support (#51) @crobibero\n- Split scripts and update to es6 (#46) @grafixeyehero\n- Use System.Text.Json (#34) @daullmer", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_7.0.0.0.zip", + "checksum": "ef13a59d226220b090a921cd340c2c0c", + "timestamp": "2022-01-07T21:10:28Z" + }, + { + "version": "6.2103.1323.4704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1323.4704.zip", + "checksum": "144b6f53e420768a8be2a581311759d2", + "timestamp": "2021-03-13T23:47:15Z" + }, + { + "version": "6.2103.1322.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1322.2547.zip", + "checksum": "c2f88b0828b0e29e75a5474edb15acff", + "timestamp": "2021-03-13T22:25:56Z" + }, + { + "version": "6.2103.1314.2842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1314.2842.zip", + "checksum": "d8796a5773ca0c8c1b6e0a6b98da4d04", + "timestamp": "2021-03-13T14:28:52Z" + }, + { + "version": "6.2103.1302.4207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1302.4207.zip", + "checksum": "b01e1d654f730e6aa06f3f23c7378faa", + "timestamp": "2021-03-13T02:42:19Z" + }, + { + "version": "6.2103.1223.2503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1223.2503.zip", + "checksum": "dc4066fa2e53dbe12f7dae1162009d89", + "timestamp": "2021-03-12T23:25:13Z" + }, + { + "version": "6.2103.1214.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1214.1908.zip", + "checksum": "0df271f87d5014dea840ced45ca17df4", + "timestamp": "2021-03-12T14:19:19Z" + }, + { + "version": "6.2103.1213.5200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1213.5200.zip", + "checksum": "564b1eb382bbcfa22884e19c312af638", + "timestamp": "2021-03-12T13:52:11Z" + }, + { + "version": "6.2103.1209.631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1209.0631.zip", + "checksum": "bd49f3d05077d77dd27bc0ed13700960", + "timestamp": "2021-03-12T09:06:41Z" + }, + { + "version": "6.2103.1123.4037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1123.4037.zip", + "checksum": "9b7f60a8c74e1065ce2b3cb2e2811d58", + "timestamp": "2021-03-11T23:40:47Z" + }, + { + "version": "6.2103.1121.5744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1121.5744.zip", + "checksum": "e558aa173f082200b04bdce1aa1a14cb", + "timestamp": "2021-03-11T21:57:54Z" + }, + { + "version": "6.2103.1120.1721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1120.1721.zip", + "checksum": "9226ada28fe088bec683dbb5a5356da5", + "timestamp": "2021-03-11T20:17:31Z" + }, + { + "version": "6.2103.1116.1129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1116.1129.zip", + "checksum": "d2cd72cd5407d1cb5d4ddb8788f24c83", + "timestamp": "2021-03-11T16:11:39Z" + }, + { + "version": "6.2103.1115.2903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1115.2903.zip", + "checksum": "05bf3d5d85cce8bb4efe6e2aaf1dcf54", + "timestamp": "2021-03-11T15:29:13Z" + }, + { + "version": "6.2103.1111.1045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1111.1045.zip", + "checksum": "bad9cc4ad62b3881f995740ae5bffe14", + "timestamp": "2021-03-11T11:10:55Z" + }, + { + "version": "6.2103.1100.500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1100.0500.zip", + "checksum": "d1d70d7f3f26791ce971b3237e4a2f2b", + "timestamp": "2021-03-11T00:05:12Z" + }, + { + "version": "6.2103.1022.4341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1022.4341.zip", + "checksum": "3a4fbd6d487af1fee6d04fc9fd626361", + "timestamp": "2021-03-10T22:43:50Z" + }, + { + "version": "6.2103.1019.3726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1019.3726.zip", + "checksum": "4876a4ecb4fbe3378555e84444c8394e", + "timestamp": "2021-03-10T19:37:36Z" + }, + { + "version": "6.2103.1014.4348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1014.4348.zip", + "checksum": "e2560e56e9b7a85eda3b1fc06db22d9d", + "timestamp": "2021-03-10T14:43:57Z" + }, + { + "version": "6.2103.1011.2245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1011.2245.zip", + "checksum": "b89b38591ec98aa998af63e5cdf5d685", + "timestamp": "2021-03-10T11:22:55Z" + }, + { + "version": "6.2103.1010.5446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1010.5446.zip", + "checksum": "3528ef7c73dcc56c58f2f5b8bf5a2f89", + "timestamp": "2021-03-10T10:54:56Z" + }, + { + "version": "6.2103.1008.210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1008.0210.zip", + "checksum": "95ebae9fb44bdc05de618ec9de2647ab", + "timestamp": "2021-03-10T08:02:20Z" + }, + { + "version": "6.2103.1002.5242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.1002.5242.zip", + "checksum": "e274d0031445ed645941f4de4478186d", + "timestamp": "2021-03-10T02:52:52Z" + }, + { + "version": "6.2103.923.4307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0923.4307.zip", + "checksum": "a6989c5dfc5654728abd38e43ad5bc10", + "timestamp": "2021-03-09T23:43:17Z" + }, + { + "version": "6.2103.921.5957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0921.5957.zip", + "checksum": "e3b6ffe7b770871b8db247e0690c2b69", + "timestamp": "2021-03-09T22:00:06Z" + }, + { + "version": "6.2103.919.5228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0919.5228.zip", + "checksum": "edb8364cf84881e6f7a5d4a7e7797bfd", + "timestamp": "2021-03-09T19:52:38Z" + }, + { + "version": "6.2103.919.1801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0919.1801.zip", + "checksum": "03d0e2c3a1bfd606de0aa1202be33cfc", + "timestamp": "2021-03-09T19:18:12Z" + }, + { + "version": "6.2103.913.4118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0913.4118.zip", + "checksum": "bb9e8bcf45aa18312f6c0748f4191cc5", + "timestamp": "2021-03-09T13:41:28Z" + }, + { + "version": "6.2103.904.2917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0904.2917.zip", + "checksum": "786ab74fdc8b608d74d9ad936d435311", + "timestamp": "2021-03-09T04:29:26Z" + }, + { + "version": "6.2103.900.2314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0900.2314.zip", + "checksum": "2bbca75eed73df2bf7dcf75e74b5a2cd", + "timestamp": "2021-03-09T00:23:23Z" + }, + { + "version": "6.2103.814.4342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0814.4342.zip", + "checksum": "1d69862f449f724b90522f120dd7de28", + "timestamp": "2021-03-08T14:43:50Z" + }, + { + "version": "6.2103.811.2727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0811.2727.zip", + "checksum": "ad48dc6b49b45fc5bafe3f678eff3682", + "timestamp": "2021-03-08T11:27:36Z" + }, + { + "version": "6.2103.809.1311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0809.1311.zip", + "checksum": "66347dda9ebf5442a6d1aa006af016c5", + "timestamp": "2021-03-08T09:13:20Z" + }, + { + "version": "6.2103.808.1255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0808.1255.zip", + "checksum": "57bc397ca4753de7e170341b3a5d9ab3", + "timestamp": "2021-03-08T08:13:04Z" + }, + { + "version": "6.2103.722.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0722.5126.zip", + "checksum": "4d7221c00b13a1560bf05e7723add41c", + "timestamp": "2021-03-07T22:51:34Z" + }, + { + "version": "6.2103.715.1924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0715.1924.zip", + "checksum": "bde93762f9dc8ec5c38db1001c6f47ac", + "timestamp": "2021-03-07T15:19:32Z" + }, + { + "version": "6.2103.312.455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0312.0455.zip", + "checksum": "b7f5e554e7c77a88e3ab0015bd1edd6d", + "timestamp": "2021-03-03T12:05:05Z" + }, + { + "version": "6.2103.217.531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0217.0531.zip", + "checksum": "d67c249c678b4ca229064affecfa89f9", + "timestamp": "2021-03-02T17:05:39Z" + }, + { + "version": "6.2103.216.3829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0216.3829.zip", + "checksum": "10e98ed8c431b14139589c91e692c4d9", + "timestamp": "2021-03-02T16:38:37Z" + }, + { + "version": "6.2103.214.3521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0214.3521.zip", + "checksum": "78f7218427102c1f710553a407c4cfca", + "timestamp": "2021-03-02T14:35:30Z" + }, + { + "version": "6.2103.209.148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0209.0148.zip", + "checksum": "131a379551ba0ce7c84724c81238d64d", + "timestamp": "2021-03-02T09:01:56Z" + }, + { + "version": "6.2103.202.3226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0202.3226.zip", + "checksum": "0081187e9f9cfc72b7961b853369ce67", + "timestamp": "2021-03-02T02:32:34Z" + }, + { + "version": "6.2103.123.505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0123.0505.zip", + "checksum": "bb4743cc503e64022de01860217634ba", + "timestamp": "2021-03-01T23:05:14Z" + }, + { + "version": "6.2103.121.2247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0121.2247.zip", + "checksum": "28c3714245454ff3814d077c65f477ff", + "timestamp": "2021-03-01T21:22:55Z" + }, + { + "version": "6.2103.119.1055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0119.1055.zip", + "checksum": "e51fec3a65862ce5c19274e411d98aae", + "timestamp": "2021-03-01T19:11:03Z" + }, + { + "version": "6.2103.118.4338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0118.4338.zip", + "checksum": "a46dd3b061e3a3c6687ec78010abe5b8", + "timestamp": "2021-03-01T18:43:47Z" + }, + { + "version": "6.2103.118.1540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0118.1540.zip", + "checksum": "5156de67a8cb01694e4de9bfa4892957", + "timestamp": "2021-03-01T18:15:48Z" + }, + { + "version": "6.2103.117.2403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0117.2403.zip", + "checksum": "824bf068d618da4592b3b84ee5d03835", + "timestamp": "2021-03-01T17:24:12Z" + }, + { + "version": "6.2103.116.5711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0116.5711.zip", + "checksum": "7f53308912ebedc3985d57bcd20b8fcd", + "timestamp": "2021-03-01T16:57:21Z" + }, + { + "version": "6.2103.115.1603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0115.1603.zip", + "checksum": "5a3ceaf7936c7364e69fc31e568951ec", + "timestamp": "2021-03-01T15:16:11Z" + }, + { + "version": "6.2103.114.3024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0114.3024.zip", + "checksum": "0f41c72cdf6ef3d20b8275cd24df78ee", + "timestamp": "2021-03-01T14:30:32Z" + }, + { + "version": "6.2103.113.5556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0113.5556.zip", + "checksum": "63c695f8fea758b542a4b220bea76dbb", + "timestamp": "2021-03-01T13:56:04Z" + }, + { + "version": "6.2103.110.4755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0110.4755.zip", + "checksum": "fc36a3f3bd34bcdb366a875eb7c00ed0", + "timestamp": "2021-03-01T10:48:04Z" + }, + { + "version": "6.2103.110.2052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0110.2052.zip", + "checksum": "76c7ca6b0176c9868ba840d16948ccff", + "timestamp": "2021-03-01T10:21:00Z" + }, + { + "version": "6.2103.109.702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0109.0702.zip", + "checksum": "674e2937f9ea246a568eeac2a127dab8", + "timestamp": "2021-03-01T09:07:11Z" + }, + { + "version": "6.2103.104.1701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2103.0104.1701.zip", + "checksum": "22eaef63179273b8102da4e776c3afb9", + "timestamp": "2021-03-01T04:17:10Z" + }, + { + "version": "6.2102.2820.3125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2820.3125.zip", + "checksum": "818ac937300f7798ef8c7dd4f1931770", + "timestamp": "2021-02-28T20:31:34Z" + }, + { + "version": "6.2102.2816.2211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2816.2211.zip", + "checksum": "98d34d8265e7d08bed3f40845d8d810e", + "timestamp": "2021-02-28T16:22:19Z" + }, + { + "version": "6.2102.2815.5446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2815.5446.zip", + "checksum": "0e3254bab46a17802b7f690e730f98a6", + "timestamp": "2021-02-28T15:54:55Z" + }, + { + "version": "6.2102.2815.2828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2815.2828.zip", + "checksum": "7745f5184ba452ec7014042e26a2de1f", + "timestamp": "2021-02-28T15:28:36Z" + }, + { + "version": "6.2102.2811.3437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2811.3437.zip", + "checksum": "76404b50794bde12d6af0c0ffec622b4", + "timestamp": "2021-02-28T11:34:46Z" + }, + { + "version": "6.2102.2811.848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2811.0848.zip", + "checksum": "60a8cef9a7fa2049b6c164a8496c6f6c", + "timestamp": "2021-02-28T11:08:57Z" + }, + { + "version": "6.2102.2810.3911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2810.3911.zip", + "checksum": "87d16f31d0ddf819c698132aecaec014", + "timestamp": "2021-02-28T10:39:19Z" + }, + { + "version": "6.2102.2810.1134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2810.1134.zip", + "checksum": "1556cdd8e70a73da53a46831c582faeb", + "timestamp": "2021-02-28T10:11:43Z" + }, + { + "version": "6.2102.2809.4448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2809.4448.zip", + "checksum": "1b39cd67f0f3f806673ef616f8ec7f43", + "timestamp": "2021-02-28T09:44:56Z" + }, + { + "version": "6.2102.2806.4830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2806.4830.zip", + "checksum": "042f2596ea6e447b643d7a5bdf2ff22c", + "timestamp": "2021-02-28T06:48:38Z" + }, + { + "version": "6.2102.2805.827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2805.0827.zip", + "checksum": "0537b8a6b32c76829d7b5cbe2804783f", + "timestamp": "2021-02-28T05:08:35Z" + }, + { + "version": "6.2102.2804.4128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2804.4128.zip", + "checksum": "329b0f3e6d03a0652a72fd89514f7a59", + "timestamp": "2021-02-28T04:41:36Z" + }, + { + "version": "6.2102.2722.4628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2722.4628.zip", + "checksum": "e7b962f724c5e6fb9e61549213a51456", + "timestamp": "2021-02-27T22:46:36Z" + }, + { + "version": "6.2102.2722.1805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2722.1805.zip", + "checksum": "ae885c245ecb029b50e85bd2f5922796", + "timestamp": "2021-02-27T22:18:14Z" + }, + { + "version": "6.2102.2719.4855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2719.4855.zip", + "checksum": "86a664a4542ac0e537b79efe3d6b044a", + "timestamp": "2021-02-27T19:49:04Z" + }, + { + "version": "6.2102.2719.2102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2719.2102.zip", + "checksum": "7d0ed5b966805826f620fd7b6c10a9e0", + "timestamp": "2021-02-27T19:21:11Z" + }, + { + "version": "6.2102.2718.4207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2718.4207.zip", + "checksum": "30a87ee9b669b9a289e30420761c9dbc", + "timestamp": "2021-02-27T18:42:16Z" + }, + { + "version": "6.2102.2717.405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2717.0405.zip", + "checksum": "54a313d9820cb3ae783aa022e7093dc3", + "timestamp": "2021-02-27T17:04:13Z" + }, + { + "version": "6.2102.2707.3632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2707.3632.zip", + "checksum": "001476c847331393e316648c92ba0146", + "timestamp": "2021-02-27T07:36:40Z" + }, + { + "version": "6.2102.2705.5200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2705.5200.zip", + "checksum": "263a4dfafcd8d8520cce6378375b3882", + "timestamp": "2021-02-27T05:52:08Z" + }, + { + "version": "6.2102.2705.2514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2705.2514.zip", + "checksum": "05964d89c33be93e3287cee62d12b318", + "timestamp": "2021-02-27T05:25:23Z" + }, + { + "version": "6.2102.2704.1906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2704.1906.zip", + "checksum": "6076a6fcf8e45ce5ef8d945e2ceb65e1", + "timestamp": "2021-02-27T04:19:14Z" + }, + { + "version": "6.2102.2703.5154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2703.5154.zip", + "checksum": "026d5e63e7d6939569761b04951d5302", + "timestamp": "2021-02-27T03:52:02Z" + }, + { + "version": "6.2102.2621.820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2621.0820.zip", + "checksum": "ce98121f67a5d26564a381e05ee7f3f8", + "timestamp": "2021-02-26T21:08:28Z" + }, + { + "version": "6.2102.2619.1154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2619.1154.zip", + "checksum": "3afea22bbcb54f12ca26dac9bef13118", + "timestamp": "2021-02-26T19:12:03Z" + }, + { + "version": "6.2102.2618.4455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2618.4455.zip", + "checksum": "ebe487f5acda2743bd3f9b2557db4911", + "timestamp": "2021-02-26T18:45:03Z" + }, + { + "version": "6.2102.2612.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2612.4250.zip", + "checksum": "e15d278e2ac24db25689e4b287a843ce", + "timestamp": "2021-02-26T12:42:59Z" + }, + { + "version": "6.2102.2523.3955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2523.3955.zip", + "checksum": "aa75d7f3f3caf7210a4314d78f4122eb", + "timestamp": "2021-02-25T23:40:03Z" + }, + { + "version": "6.2102.2508.4220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2508.4220.zip", + "checksum": "715bf7df9f90ebc2c0d6e2406d8f8ee5", + "timestamp": "2021-02-25T08:42:29Z" + }, + { + "version": "6.2102.2423.1029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2423.1029.zip", + "checksum": "b1d75d938423814e563c0a73aa3b6ca7", + "timestamp": "2021-02-24T23:10:37Z" + }, + { + "version": "6.2102.2422.4410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2422.4410.zip", + "checksum": "a07bb73e3629a2ecfe6a87cd50ee2b4d", + "timestamp": "2021-02-24T22:44:19Z" + }, + { + "version": "6.2102.2421.2708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2421.2708.zip", + "checksum": "9bd1d6bcffb96dc47d90ec32ad864e3d", + "timestamp": "2021-02-24T21:27:18Z" + }, + { + "version": "6.2102.2416.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2416.4537.zip", + "checksum": "8eee0448c503a63d1f743f5c35585fa6", + "timestamp": "2021-02-24T16:45:45Z" + }, + { + "version": "6.2102.2416.1849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2416.1849.zip", + "checksum": "fa58971616987328d4f1cffc404e69c8", + "timestamp": "2021-02-24T16:18:57Z" + }, + { + "version": "6.2102.2411.3958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2411.3958.zip", + "checksum": "8d81b06015377581eef49e187e6cc114", + "timestamp": "2021-02-24T11:40:07Z" + }, + { + "version": "6.2102.2401.5318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2401.5318.zip", + "checksum": "94b859a8a9871a9d5dd882952ededf7c", + "timestamp": "2021-02-24T01:53:27Z" + }, + { + "version": "6.2102.2321.834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2321.0834.zip", + "checksum": "b11df4c9256bb617f907a2654f0e36c2", + "timestamp": "2021-02-23T21:08:43Z" + }, + { + "version": "6.2102.2317.1137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2317.1137.zip", + "checksum": "83f3277333503c50fb6c566bd6dce28f", + "timestamp": "2021-02-23T17:11:46Z" + }, + { + "version": "6.2102.2312.2533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2312.2533.zip", + "checksum": "742b24eaef104f4b2120bfd61db602d8", + "timestamp": "2021-02-23T12:25:41Z" + }, + { + "version": "6.2102.2302.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2302.5603.zip", + "checksum": "3439415394f43f0c7df4daf7e050a848", + "timestamp": "2021-02-23T02:56:13Z" + }, + { + "version": "6.2102.2302.2728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2302.2728.zip", + "checksum": "c0de5121f1b45fb6a55e1f8f06698fba", + "timestamp": "2021-02-23T02:27:38Z" + }, + { + "version": "6.2102.2221.5955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2221.5955.zip", + "checksum": "3c22e7af03e0c99d219d2df1a87ddac8", + "timestamp": "2021-02-22T22:00:04Z" + }, + { + "version": "6.2102.2217.3245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2217.3245.zip", + "checksum": "f78d59e3033f503277fa75738a29019e", + "timestamp": "2021-02-22T17:32:53Z" + }, + { + "version": "6.2102.2217.556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2217.0556.zip", + "checksum": "7424239f6de58be3ad9e2213a184c992", + "timestamp": "2021-02-22T17:06:05Z" + }, + { + "version": "6.2102.2216.3801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2216.3801.zip", + "checksum": "3e6ed3e817314a2950fc56055472e400", + "timestamp": "2021-02-22T16:38:11Z" + }, + { + "version": "6.2102.2214.738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2214.0738.zip", + "checksum": "6b7ae9338efc07e9b4053c5af0b8ce29", + "timestamp": "2021-02-22T14:07:46Z" + }, + { + "version": "6.2102.2213.3946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2213.3946.zip", + "checksum": "657cd85dfec47ab2c441ed8e197bbc3e", + "timestamp": "2021-02-22T13:39:55Z" + }, + { + "version": "6.2102.2207.3642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2207.3642.zip", + "checksum": "a1f1ae91e051d6481e45271de73f7742", + "timestamp": "2021-02-22T07:36:51Z" + }, + { + "version": "6.2102.2205.5152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2205.5152.zip", + "checksum": "35f07174fac1fc5c7ff9ae2e0665179c", + "timestamp": "2021-02-22T05:52:01Z" + }, + { + "version": "6.2102.2204.4942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2204.4942.zip", + "checksum": "e43e9f4c2814d99ea5b38b7b2d2110da", + "timestamp": "2021-02-22T04:49:51Z" + }, + { + "version": "6.2102.2201.4538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2201.4538.zip", + "checksum": "c48ede2361a6d2f070579091d2d1688f", + "timestamp": "2021-02-22T01:45:46Z" + }, + { + "version": "6.2102.2119.2351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2119.2351.zip", + "checksum": "d6bd6f2868394f35b148067aa332d241", + "timestamp": "2021-02-21T19:24:00Z" + }, + { + "version": "6.2102.2116.707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2116.0707.zip", + "checksum": "b38b91812c65de0a57c6fea810757942", + "timestamp": "2021-02-21T16:07:15Z" + }, + { + "version": "6.2102.2107.2346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2107.2346.zip", + "checksum": "dc2f3cd48a891ae892f832a02d9d17eb", + "timestamp": "2021-02-21T07:23:54Z" + }, + { + "version": "6.2102.2023.3041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2023.3041.zip", + "checksum": "fe9fed20da43c82bb913be0aff23f21d", + "timestamp": "2021-02-20T23:30:50Z" + }, + { + "version": "6.2102.2023.422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2023.0422.zip", + "checksum": "475ff1a09b84bb78a7b61dc9dac66eec", + "timestamp": "2021-02-20T23:04:31Z" + }, + { + "version": "6.2102.2015.4609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2015.4609.zip", + "checksum": "6c2a917053e736f02508cfd13d941b98", + "timestamp": "2021-02-20T15:46:18Z" + }, + { + "version": "6.2102.2002.4750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2002.4750.zip", + "checksum": "9655ea08a21f8cd3dd16def8f9764dc6", + "timestamp": "2021-02-20T02:47:59Z" + }, + { + "version": "6.2102.2002.1945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.2002.1945.zip", + "checksum": "1153fc86d36ebf3b3d305bdbe7eecb11", + "timestamp": "2021-02-20T02:19:54Z" + }, + { + "version": "6.2102.1912.4117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1912.4117.zip", + "checksum": "dec30bf3228ba1247e67e62e91e45ddf", + "timestamp": "2021-02-19T12:41:26Z" + }, + { + "version": "6.2102.1822.5347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1822.5347.zip", + "checksum": "a8a761547824e290e78024b1a64a2d29", + "timestamp": "2021-02-18T22:53:56Z" + }, + { + "version": "6.2102.1819.129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1819.0129.zip", + "checksum": "528fa7242c15b12ccfc11b34c0f36dad", + "timestamp": "2021-02-18T19:01:37Z" + }, + { + "version": "6.2102.1817.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1817.4133.zip", + "checksum": "eadf9f550c164a3138ceafd7ca51cbad", + "timestamp": "2021-02-18T17:41:42Z" + }, + { + "version": "6.2102.1817.1348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1817.1348.zip", + "checksum": "5b63d46e9bea8d67afd1248a67b1e263", + "timestamp": "2021-02-18T17:13:57Z" + }, + { + "version": "6.2102.1719.4639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1719.4639.zip", + "checksum": "791853e0114b89b0c2ba5da11eb1638c", + "timestamp": "2021-02-17T19:46:48Z" + }, + { + "version": "6.2102.1710.905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1710.0905.zip", + "checksum": "20fbca1ff0d81e3fa26a3ce3e3eabb46", + "timestamp": "2021-02-17T10:09:13Z" + }, + { + "version": "6.2102.1709.3414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1709.3414.zip", + "checksum": "b98a9acf3a8820c917fe4d639463c67c", + "timestamp": "2021-02-17T09:34:23Z" + }, + { + "version": "6.2102.1706.4358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1706.4358.zip", + "checksum": "c37d6c41d04e1ecbb74f4aedde63435c", + "timestamp": "2021-02-17T06:44:07Z" + }, + { + "version": "6.2102.1705.2520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1705.2520.zip", + "checksum": "741512a73e512273b45cf407573172c2", + "timestamp": "2021-02-17T05:25:27Z" + }, + { + "version": "6.2102.1704.2035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1704.2035.zip", + "checksum": "5b25e5027c741d3f1c8dd6c884c6e2dd", + "timestamp": "2021-02-17T04:20:43Z" + }, + { + "version": "6.2102.1703.2503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1703.2503.zip", + "checksum": "6c8e3596c9a5c22c30429c5f379a7db9", + "timestamp": "2021-02-17T03:25:11Z" + }, + { + "version": "6.2102.1618.5336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1618.5336.zip", + "checksum": "23c8de4764fb084bf9abfe1b09b3646c", + "timestamp": "2021-02-16T18:53:44Z" + }, + { + "version": "6.2102.1615.5701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1615.5701.zip", + "checksum": "97ca5b482a3ea54cea1ccda1870f7151", + "timestamp": "2021-02-16T15:57:11Z" + }, + { + "version": "6.2102.1605.4213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1605.4213.zip", + "checksum": "03477e0dbacee9da05c9c50e4498327e", + "timestamp": "2021-02-16T05:42:23Z" + }, + { + "version": "6.2102.1605.1530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1605.1530.zip", + "checksum": "a1480a996b0032048ee1f7b87f95b8d5", + "timestamp": "2021-02-16T05:15:38Z" + }, + { + "version": "6.2102.1519.4215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1519.4215.zip", + "checksum": "5b49d54fa445977da5b9eaa64a92abbc", + "timestamp": "2021-02-15T19:42:25Z" + }, + { + "version": "6.2102.1514.2539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1514.2539.zip", + "checksum": "c94d9c51d1356035dbbe924f5a752422", + "timestamp": "2021-02-15T14:25:47Z" + }, + { + "version": "6.2102.1513.5744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1513.5744.zip", + "checksum": "6d59b334393e026f66a7c087ed926b41", + "timestamp": "2021-02-15T13:57:54Z" + }, + { + "version": "6.2102.1509.1152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1509.1152.zip", + "checksum": "2eb690a1716494bedc41aeaf6e9c7349", + "timestamp": "2021-02-15T09:12:01Z" + }, + { + "version": "6.2102.1417.5058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1417.5058.zip", + "checksum": "c6bf930223959d96b9dae48231e00bbf", + "timestamp": "2021-02-14T17:51:06Z" + }, + { + "version": "6.2102.1416.2147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1416.2147.zip", + "checksum": "babbb02c777b66481c315ac03c476559", + "timestamp": "2021-02-14T16:21:56Z" + }, + { + "version": "6.2102.1408.1631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1408.1631.zip", + "checksum": "094d46283855ac8db2ab73e64305d076", + "timestamp": "2021-02-14T08:16:40Z" + }, + { + "version": "6.2102.1407.3649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1407.3649.zip", + "checksum": "219723412242ec7d0bdf474fa2892a36", + "timestamp": "2021-02-14T07:36:58Z" + }, + { + "version": "6.2102.1407.908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1407.0908.zip", + "checksum": "a9e466074e649ab0e914dd7d0325d4f9", + "timestamp": "2021-02-14T07:09:16Z" + }, + { + "version": "6.2102.1319.132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1319.0132.zip", + "checksum": "9e00d277fee2934406e6e7c9aa41cc81", + "timestamp": "2021-02-13T19:01:41Z" + }, + { + "version": "6.2102.1310.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1310.3500.zip", + "checksum": "0d8d833d210c411fa01faa5e0bbd2950", + "timestamp": "2021-02-13T10:35:08Z" + }, + { + "version": "6.2102.1309.5829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1309.5829.zip", + "checksum": "ab6410013042f6a2e8c18c08a71f3af7", + "timestamp": "2021-02-13T09:58:37Z" + }, + { + "version": "6.2102.1304.5523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1304.5523.zip", + "checksum": "e6aa7c42f7952ca6f0af50cb23d43087", + "timestamp": "2021-02-13T04:55:31Z" + }, + { + "version": "6.2102.1302.1723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1302.1723.zip", + "checksum": "b34d5bae3a8e3a614dbff7bc904cddf3", + "timestamp": "2021-02-13T02:17:31Z" + }, + { + "version": "6.2102.1218.2528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1218.2528.zip", + "checksum": "b70d0fa1b36988a0e11e427dca634706", + "timestamp": "2021-02-12T18:25:36Z" + }, + { + "version": "6.2102.1209.554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1209.0554.zip", + "checksum": "35aa33911f4f7e824a27f2833352fa82", + "timestamp": "2021-02-12T09:06:02Z" + }, + { + "version": "6.2102.1118.5606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1118.5606.zip", + "checksum": "024cf2cdff403922cc5f7def13885682", + "timestamp": "2021-02-11T18:56:14Z" + }, + { + "version": "6.2102.1117.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1117.1309.zip", + "checksum": "e707f6ae0bc08eec4290e3e73136a180", + "timestamp": "2021-02-11T17:13:17Z" + }, + { + "version": "6.2102.1116.4013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1116.4013.zip", + "checksum": "9608314db95263b56da7a59175da999e", + "timestamp": "2021-02-11T16:40:21Z" + }, + { + "version": "6.2102.1114.5420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1114.5420.zip", + "checksum": "3ad49780a3e5ac207d293c895a090e32", + "timestamp": "2021-02-11T14:54:29Z" + }, + { + "version": "6.2102.1108.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1108.2149.zip", + "checksum": "77e3535246f0c06a15818164bdaf9059", + "timestamp": "2021-02-11T08:21:57Z" + }, + { + "version": "6.2102.1107.5341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1107.5341.zip", + "checksum": "f751d61d783e487943c462d73e646eec", + "timestamp": "2021-02-11T07:53:49Z" + }, + { + "version": "6.2102.1017.540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1017.0540.zip", + "checksum": "f45f2a9ea21034fe6a37490480123ba5", + "timestamp": "2021-02-10T17:05:49Z" + }, + { + "version": "6.2102.1015.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1015.3322.zip", + "checksum": "cc7b6d7f8b296d8b62c4889a36287146", + "timestamp": "2021-02-10T15:33:31Z" + }, + { + "version": "6.2102.1015.418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1015.0418.zip", + "checksum": "aef6e685227155fac08e7c63adb3746c", + "timestamp": "2021-02-10T15:04:28Z" + }, + { + "version": "6.2102.1014.509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1014.0509.zip", + "checksum": "9238012253b8a0f9712c9e5e6acb9af1", + "timestamp": "2021-02-10T14:05:18Z" + }, + { + "version": "6.2102.1011.3839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1011.3839.zip", + "checksum": "72b4bddab2af9793aa5b9a4b7c110373", + "timestamp": "2021-02-10T11:38:59Z" + }, + { + "version": "6.2102.1010.4929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1010.4929.zip", + "checksum": "f1147bd4051ce980b02a2386c40a991b", + "timestamp": "2021-02-10T10:49:46Z" + }, + { + "version": "6.2102.1006.5624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1006.5624.zip", + "checksum": "ddd6bfb5a34de1c181c0c2203d33c9d1", + "timestamp": "2021-02-10T06:56:40Z" + }, + { + "version": "6.2102.1002.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1002.3832.zip", + "checksum": "3eabc4416b051132cf3d737e575ba20c", + "timestamp": "2021-02-10T02:38:40Z" + }, + { + "version": "6.2102.1001.2615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.1001.2615.zip", + "checksum": "0e626fca9055928990fba62c37c4f05c", + "timestamp": "2021-02-10T01:26:23Z" + }, + { + "version": "6.2102.916.1114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0916.1114.zip", + "checksum": "ebde354b51f5bc5011d653ab69330ea8", + "timestamp": "2021-02-09T16:11:23Z" + }, + { + "version": "6.2102.903.2842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0903.2842.zip", + "checksum": "c8f0b49937b0315c3d8db435727840ce", + "timestamp": "2021-02-09T03:28:51Z" + }, + { + "version": "6.2102.902.5919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0902.5919.zip", + "checksum": "bf32bf834f6a1412570bc9f5a7eda2b6", + "timestamp": "2021-02-09T02:59:29Z" + }, + { + "version": "6.2102.902.3020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0902.3020.zip", + "checksum": "bca27cbd2afceac5175507cfbb0a9216", + "timestamp": "2021-02-09T02:30:29Z" + }, + { + "version": "6.2102.816.2252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0816.2252.zip", + "checksum": "a6d531f900307625d05d6ef8f56d3dd2", + "timestamp": "2021-02-08T16:23:01Z" + }, + { + "version": "6.2102.815.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0815.5148.zip", + "checksum": "45d6cbec2448fb70885c46ed3230d5c8", + "timestamp": "2021-02-08T15:51:57Z" + }, + { + "version": "6.2102.815.2257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0815.2257.zip", + "checksum": "53f4b85fbd2e85c99a0253e2a69fdc0b", + "timestamp": "2021-02-08T15:23:06Z" + }, + { + "version": "6.2102.814.5334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0814.5334.zip", + "checksum": "6e84941995ee53b9deddd64fea47a102", + "timestamp": "2021-02-08T14:53:43Z" + }, + { + "version": "6.2102.814.2342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0814.2342.zip", + "checksum": "7ed36e7df255533235efdd37bb6e5ea7", + "timestamp": "2021-02-08T14:23:50Z" + }, + { + "version": "6.2102.812.2452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0812.2452.zip", + "checksum": "d9a8f1063759ae7884264393f9f7f172", + "timestamp": "2021-02-08T12:25:00Z" + }, + { + "version": "6.2102.811.5022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0811.5022.zip", + "checksum": "9e69f1d0092b0a4227b86acd2dc80e1f", + "timestamp": "2021-02-08T11:50:32Z" + }, + { + "version": "6.2102.809.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0809.4238.zip", + "checksum": "5fcf4c344c753aceb143ef995d165c69", + "timestamp": "2021-02-08T09:42:47Z" + }, + { + "version": "6.2102.808.5215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0808.5215.zip", + "checksum": "0342da5aa8debfc221e0bef552ddf112", + "timestamp": "2021-02-08T08:52:23Z" + }, + { + "version": "6.2102.806.2610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0806.2610.zip", + "checksum": "140c0f1ccde6216ff0da7b697e10c258", + "timestamp": "2021-02-08T06:26:18Z" + }, + { + "version": "6.2102.805.5747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0805.5747.zip", + "checksum": "0a54fd556b1efb89c47094ad4a271ee6", + "timestamp": "2021-02-08T05:57:57Z" + }, + { + "version": "6.2102.720.2333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0720.2333.zip", + "checksum": "a3c75281d90ad0110275395e99551f60", + "timestamp": "2021-02-07T20:23:41Z" + }, + { + "version": "6.2102.716.5605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0716.5605.zip", + "checksum": "0dea3ce61683c8e14401f4a8598ec6df", + "timestamp": "2021-02-07T16:56:13Z" + }, + { + "version": "6.2102.716.2821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0716.2821.zip", + "checksum": "7a0238d6b5b727971cbca4694936e2c7", + "timestamp": "2021-02-07T16:28:30Z" + }, + { + "version": "6.2102.710.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0710.2558.zip", + "checksum": "40164e64a652c31a2eb2e78ce2ce96a1", + "timestamp": "2021-02-07T10:26:06Z" + }, + { + "version": "6.2102.702.806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0702.0806.zip", + "checksum": "8e355b3a8c5eab6bf5c0d55349dbdf40", + "timestamp": "2021-02-07T02:08:15Z" + }, + { + "version": "6.2102.701.3932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0701.3932.zip", + "checksum": "f8a53303e7a8ad987ac2a76ae3b7e62c", + "timestamp": "2021-02-07T01:39:41Z" + }, + { + "version": "6.2102.618.2324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0618.2324.zip", + "checksum": "9ce6db1a4935ca515e06411689d45724", + "timestamp": "2021-02-06T18:23:32Z" + }, + { + "version": "6.2102.519.2554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0519.2554.zip", + "checksum": "71e7c6f9c94623b0dd3e8259f0fffb49", + "timestamp": "2021-02-05T19:26:02Z" + }, + { + "version": "6.2102.511.5514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0511.5514.zip", + "checksum": "292060dcae9e4f4681aefb9be6bc1a27", + "timestamp": "2021-02-05T11:55:22Z" + }, + { + "version": "6.2102.511.2730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0511.2730.zip", + "checksum": "c621c27f80157ee83af692051cf04f74", + "timestamp": "2021-02-05T11:27:39Z" + }, + { + "version": "6.2102.503.3542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0503.3542.zip", + "checksum": "dad32f01007b4cfc7194a9ee3f7b4e25", + "timestamp": "2021-02-05T03:35:52Z" + }, + { + "version": "6.2102.503.605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0503.0605.zip", + "checksum": "db8136c47586b0b6abb9d84a481662b2", + "timestamp": "2021-02-05T03:06:13Z" + }, + { + "version": "6.2102.415.1934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0415.1934.zip", + "checksum": "53a5c2a47b74a803df86e61962663785", + "timestamp": "2021-02-04T15:19:44Z" + }, + { + "version": "6.2102.414.4753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0414.4753.zip", + "checksum": "2884032ad6dc03282c6c9af096a9d5eb", + "timestamp": "2021-02-04T14:48:01Z" + }, + { + "version": "6.2102.413.1157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0413.1157.zip", + "checksum": "edf5eac26c69a84a4bb7f2a474749f8f", + "timestamp": "2021-02-04T13:12:08Z" + }, + { + "version": "6.2102.308.1323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0308.1323.zip", + "checksum": "80ddf9ee8287fda200a8eb366121540f", + "timestamp": "2021-02-03T08:13:32Z" + }, + { + "version": "6.2102.307.4419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0307.4419.zip", + "checksum": "e10e60efc5c53af93490d4c261198355", + "timestamp": "2021-02-03T07:44:28Z" + }, + { + "version": "6.2102.217.5014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0217.5014.zip", + "checksum": "f8b8353c36a8df93b117b95281c63965", + "timestamp": "2021-02-02T17:50:22Z" + }, + { + "version": "6.2102.210.2137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0210.2137.zip", + "checksum": "3501984c8800ab4f5be3628cc61a5cd5", + "timestamp": "2021-02-02T10:21:45Z" + }, + { + "version": "6.2102.203.2118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0203.2118.zip", + "checksum": "3e6d09c12911bf39d64877b1d867c9ac", + "timestamp": "2021-02-02T03:21:26Z" + }, + { + "version": "6.2102.119.2725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0119.2725.zip", + "checksum": "b146c3918a8fd4615c4198db77419b31", + "timestamp": "2021-02-01T19:27:34Z" + }, + { + "version": "6.2102.118.5849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0118.5849.zip", + "checksum": "bbc4ceeed008495a8041fe2e6a9dd507", + "timestamp": "2021-02-01T18:58:58Z" + }, + { + "version": "6.2102.104.4753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2102.0104.4753.zip", + "checksum": "49d4683fe9641956114d08f7dd9f0b58", + "timestamp": "2021-02-01T04:48:01Z" + }, + { + "version": "6.2101.3122.4215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3122.4215.zip", + "checksum": "566d3d966e2b8e7f2db98ba74cfb40c6", + "timestamp": "2021-01-31T22:42:27Z" + }, + { + "version": "6.2101.3117.2810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3117.2810.zip", + "checksum": "01edf36ce39d1f9debcab97f9b26ef2f", + "timestamp": "2021-01-31T17:28:18Z" + }, + { + "version": "6.2101.3117.35", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3117.0035.zip", + "checksum": "f295382d32c6b866e2b53504987889b4", + "timestamp": "2021-01-31T17:00:43Z" + }, + { + "version": "6.2101.3112.1713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3112.1713.zip", + "checksum": "df5a39cfa3a3ef570e7eaf15659a8ece", + "timestamp": "2021-01-31T12:17:21Z" + }, + { + "version": "6.2101.3022.1903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3022.1903.zip", + "checksum": "f7ba1dbcfa0c28489eb20746b469e6a0", + "timestamp": "2021-01-30T22:19:11Z" + }, + { + "version": "6.2101.3008.1825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3008.1825.zip", + "checksum": "9ed1d6be391a608e04d5c2ed95e88320", + "timestamp": "2021-01-30T08:18:33Z" + }, + { + "version": "6.2101.3007.4945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.3007.4945.zip", + "checksum": "53dd970d3cfb6930945d364a716fb630", + "timestamp": "2021-01-30T07:49:54Z" + }, + { + "version": "6.2101.2906.5649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2906.5649.zip", + "checksum": "34364219072a987d59abd33d80466b3a", + "timestamp": "2021-01-29T06:56:57Z" + }, + { + "version": "6.2101.2801.558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2801.0558.zip", + "checksum": "3ce75031243146d0a5731a9cb5ecc48b", + "timestamp": "2021-01-28T01:06:06Z" + }, + { + "version": "6.2101.2718.1059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2718.1059.zip", + "checksum": "91871cc78efa65a313cc37b7c65ca7c0", + "timestamp": "2021-01-27T18:11:07Z" + }, + { + "version": "6.2101.2715.3008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2715.3008.zip", + "checksum": "713f1ee4c248cd58a75f673ebd2ff71e", + "timestamp": "2021-01-27T15:30:16Z" + }, + { + "version": "6.2101.2708.338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2708.0338.zip", + "checksum": "dc6a4bebfaa06754839d36dc3994b7e9", + "timestamp": "2021-01-27T08:03:47Z" + }, + { + "version": "6.2101.2618.3550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2618.3550.zip", + "checksum": "a6ff603cbdc99c29a21b5f85867210d4", + "timestamp": "2021-01-26T18:35:59Z" + }, + { + "version": "6.2101.2618.700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2618.0700.zip", + "checksum": "b347b182d6cffbe3b7623dfa585bd900", + "timestamp": "2021-01-26T18:07:08Z" + }, + { + "version": "6.2101.2617.1032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2617.1032.zip", + "checksum": "0a8c0d1b47066187b1f9bb995f83e4ef", + "timestamp": "2021-01-26T17:10:40Z" + }, + { + "version": "6.2101.2611.3635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2611.3635.zip", + "checksum": "93dc5aa9341bcd27e80502753641289d", + "timestamp": "2021-01-26T11:36:44Z" + }, + { + "version": "6.2101.2521.3441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2521.3441.zip", + "checksum": "0c4f40c1970c8aec200f42962bf999ad", + "timestamp": "2021-01-25T21:34:49Z" + }, + { + "version": "6.2101.2519.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2519.5244.zip", + "checksum": "431b4324b27bdb6e934a35aa493b3c30", + "timestamp": "2021-01-25T19:52:52Z" + }, + { + "version": "6.2101.2518.5407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2518.5407.zip", + "checksum": "fc7e386e1ba89ac941e497d3d4b88630", + "timestamp": "2021-01-25T18:54:18Z" + }, + { + "version": "6.2101.2517.5429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2517.5429.zip", + "checksum": "63929b06a6cd8522dd3b8074f3e85b2e", + "timestamp": "2021-01-25T17:54:37Z" + }, + { + "version": "6.2101.2516.2628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2516.2628.zip", + "checksum": "f0e29c8ee4d6da7f7c4e6180c95a2fa8", + "timestamp": "2021-01-25T16:26:36Z" + }, + { + "version": "6.2101.2515.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2515.1821.zip", + "checksum": "cfd8e03a31c7cd844ec4983a44ff4276", + "timestamp": "2021-01-25T15:18:31Z" + }, + { + "version": "6.2101.2513.523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2513.0523.zip", + "checksum": "1dcf8e73e025c7f0002743393eda9f1e", + "timestamp": "2021-01-25T13:05:32Z" + }, + { + "version": "6.2101.2512.2336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2512.2336.zip", + "checksum": "5e868d0c0685fa276024eca79fa327d4", + "timestamp": "2021-01-25T12:23:46Z" + }, + { + "version": "6.2101.2511.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2511.3341.zip", + "checksum": "a0cf0f9634403cc89bf7ac6717a9c9ca", + "timestamp": "2021-01-25T11:33:50Z" + }, + { + "version": "6.2101.2504.2841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2504.2841.zip", + "checksum": "48492550f0d4119260b30d25f59233ff", + "timestamp": "2021-01-25T04:28:49Z" + }, + { + "version": "6.2101.2420.844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2420.0844.zip", + "checksum": "f4cfd8d940d6b04ff959508b4b2b4c1e", + "timestamp": "2021-01-24T20:08:53Z" + }, + { + "version": "6.2101.2419.3853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2419.3853.zip", + "checksum": "41a8cc28a074d81117de50ba76ff9113", + "timestamp": "2021-01-24T19:39:01Z" + }, + { + "version": "6.2101.2418.3024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2418.3024.zip", + "checksum": "970a1af989fb981082218a216a853fc8", + "timestamp": "2021-01-24T18:30:33Z" + }, + { + "version": "6.2101.2413.3824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2413.3824.zip", + "checksum": "0065265d5462bf99a5744b1dfd0bfeec", + "timestamp": "2021-01-24T13:38:32Z" + }, + { + "version": "6.2101.2410.4052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2410.4052.zip", + "checksum": "d1bbaa914b329544794eaf272fd2474e", + "timestamp": "2021-01-24T10:41:00Z" + }, + { + "version": "6.2101.2400.2457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2400.2457.zip", + "checksum": "cf2ff2f8221cf3a710726a30f6a10ee0", + "timestamp": "2021-01-24T00:25:05Z" + }, + { + "version": "6.2101.2323.5730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2323.5730.zip", + "checksum": "d6f526a22d3e31c09b0db32cb8a4215b", + "timestamp": "2021-01-23T23:57:40Z" + }, + { + "version": "6.2101.2323.2653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2323.2653.zip", + "checksum": "7419f460e2737de5e155aa325f34e862", + "timestamp": "2021-01-23T23:27:02Z" + }, + { + "version": "6.2101.2321.404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2321.0404.zip", + "checksum": "6b7ffed9e02de63fee48e3b76a1c7fa6", + "timestamp": "2021-01-23T21:04:13Z" + }, + { + "version": "6.2101.2320.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2320.3434.zip", + "checksum": "aa278c4d6b7e0fa8b28715ef820d43d2", + "timestamp": "2021-01-23T20:34:43Z" + }, + { + "version": "6.2101.2320.523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2320.0523.zip", + "checksum": "785dca811c14c37bff0becee382d5764", + "timestamp": "2021-01-23T20:05:31Z" + }, + { + "version": "6.2101.2314.3902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2314.3902.zip", + "checksum": "5d961c92a6fddc0d21fc20999465460d", + "timestamp": "2021-01-23T14:39:12Z" + }, + { + "version": "6.2101.2314.1005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2314.1005.zip", + "checksum": "d82fce2398f5fcd4d67709bebc73033b", + "timestamp": "2021-01-23T14:10:13Z" + }, + { + "version": "6.2101.2313.2018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2313.2018.zip", + "checksum": "e7290c89ea2294043cd8d5be870ea714", + "timestamp": "2021-01-23T13:20:26Z" + }, + { + "version": "6.2101.2223.2239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2223.2239.zip", + "checksum": "2120564547bdec785905a472ef36df3d", + "timestamp": "2021-01-22T23:22:48Z" + }, + { + "version": "6.2101.2222.5435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2222.5435.zip", + "checksum": "d3f1c3c62f1290404d430f4917616326", + "timestamp": "2021-01-22T22:54:43Z" + }, + { + "version": "6.2101.2218.316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2218.0316.zip", + "checksum": "0d637c9b4c8eafde3923b9c59345143f", + "timestamp": "2021-01-22T18:03:25Z" + }, + { + "version": "6.2101.2210.2045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2210.2045.zip", + "checksum": "3a843cf7483aa2359042642650b6b67e", + "timestamp": "2021-01-22T10:20:54Z" + }, + { + "version": "6.2101.2208.1056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2208.1056.zip", + "checksum": "33a9777e17c343a12d83650e5d255a70", + "timestamp": "2021-01-22T08:11:04Z" + }, + { + "version": "6.2101.2201.2047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2201.2047.zip", + "checksum": "68d2df7070ff3774e5a84d5fc0ab5fb8", + "timestamp": "2021-01-22T01:20:56Z" + }, + { + "version": "6.2101.2200.5302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2200.5302.zip", + "checksum": "03629cd1b3071ea5bbfda2d546565459", + "timestamp": "2021-01-22T00:53:12Z" + }, + { + "version": "6.2101.2200.2326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2200.2326.zip", + "checksum": "dc2e20fb0f186e31d80dd379dc20b19d", + "timestamp": "2021-01-22T00:23:34Z" + }, + { + "version": "6.2101.2121.3537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2121.3537.zip", + "checksum": "296e1e54255785d2b5b3d45b11d9a013", + "timestamp": "2021-01-21T21:35:47Z" + }, + { + "version": "6.2101.2121.756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2121.0756.zip", + "checksum": "1f638a6a8dc41002438bb1fdf0fcf975", + "timestamp": "2021-01-21T21:08:05Z" + }, + { + "version": "6.2101.2120.3643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2120.3643.zip", + "checksum": "9713aa989bef326cc57accb5944c99fe", + "timestamp": "2021-01-21T20:36:52Z" + }, + { + "version": "6.2101.2120.719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2120.0719.zip", + "checksum": "2b78e78d44c80980265dda0a7ebdd253", + "timestamp": "2021-01-21T20:07:27Z" + }, + { + "version": "6.2101.2118.3216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2118.3216.zip", + "checksum": "c22092a27167f654a0152bc55f37c17b", + "timestamp": "2021-01-21T18:32:26Z" + }, + { + "version": "6.2101.2118.324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2118.0324.zip", + "checksum": "18c105600892b932d80f7bd036ff19f0", + "timestamp": "2021-01-21T18:03:33Z" + }, + { + "version": "6.2101.2100.3323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2100.3323.zip", + "checksum": "7195a510d108e3c21cb00d0976025928", + "timestamp": "2021-01-21T00:33:31Z" + }, + { + "version": "6.2101.2100.355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2100.0355.zip", + "checksum": "dd7fb85095b39e8dba36901c79820f72", + "timestamp": "2021-01-21T00:04:04Z" + }, + { + "version": "6.2101.2023.3528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2023.3528.zip", + "checksum": "52e9507c923abb662672621e8e30afbc", + "timestamp": "2021-01-20T23:35:36Z" + }, + { + "version": "6.2101.2018.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2018.2439.zip", + "checksum": "adaff71fb7914bec502877100cf78670", + "timestamp": "2021-01-20T18:24:48Z" + }, + { + "version": "6.2101.2017.3423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2017.3423.zip", + "checksum": "07294f45879faaa92c3bfd46757ebb0e", + "timestamp": "2021-01-20T17:34:31Z" + }, + { + "version": "6.2101.2013.31", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2013.0031.zip", + "checksum": "4a89bf3322a5492f985cb9be14f3c830", + "timestamp": "2021-01-20T13:00:40Z" + }, + { + "version": "6.2101.2012.359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2012.0359.zip", + "checksum": "2b3744ca37e06678e2ea9e073a94664d", + "timestamp": "2021-01-20T12:04:07Z" + }, + { + "version": "6.2101.2010.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2010.4040.zip", + "checksum": "083e23630f9c36513915691071c5173c", + "timestamp": "2021-01-20T10:40:48Z" + }, + { + "version": "6.2101.2010.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2010.1247.zip", + "checksum": "219bc137f914d27c955938f77daf2eca", + "timestamp": "2021-01-20T10:12:57Z" + }, + { + "version": "6.2101.2007.901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.2007.0901.zip", + "checksum": "d3ed78f8de7d4a00c95a0c2c9226fa45", + "timestamp": "2021-01-20T07:09:11Z" + }, + { + "version": "6.2101.1920.2215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1920.2215.zip", + "checksum": "d8f3c378e141a1a2ef396ae27a62ddf2", + "timestamp": "2021-01-19T20:22:24Z" + }, + { + "version": "6.2101.1919.4306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1919.4306.zip", + "checksum": "44b1c6ee475ac2bf7363f0dc0aaff5ef", + "timestamp": "2021-01-19T19:43:14Z" + }, + { + "version": "6.2101.1917.5048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1917.5048.zip", + "checksum": "3ff5f2028557a6322bc772d3ff916105", + "timestamp": "2021-01-19T17:50:56Z" + }, + { + "version": "6.2101.1815.4454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1815.4454.zip", + "checksum": "1fc1cb37271e21405c596608d28257dd", + "timestamp": "2021-01-18T15:45:03Z" + }, + { + "version": "6.2101.1815.1626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1815.1626.zip", + "checksum": "ed7e27cffed3cfaa72ef2fde2bf04312", + "timestamp": "2021-01-18T15:16:35Z" + }, + { + "version": "6.2101.1813.5533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1813.5533.zip", + "checksum": "58c1477e02e4a9acf89aa45b9df2327a", + "timestamp": "2021-01-18T13:55:41Z" + }, + { + "version": "6.2101.1800.5416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1800.5416.zip", + "checksum": "88de50185e0117df4e950fe0efe15974", + "timestamp": "2021-01-18T00:54:24Z" + }, + { + "version": "6.2101.1720.2819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1720.2819.zip", + "checksum": "62cbff3b8033faae2d896a569e1aeb8d", + "timestamp": "2021-01-17T20:28:27Z" + }, + { + "version": "6.2101.1717.643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1717.0643.zip", + "checksum": "317e12d5cd061a612ccc446ca09b82d9", + "timestamp": "2021-01-17T17:06:52Z" + }, + { + "version": "6.2101.1716.3753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1716.3753.zip", + "checksum": "6a0b8bceb7a1440398bd0bea1ebbcc15", + "timestamp": "2021-01-17T16:38:02Z" + }, + { + "version": "6.2101.1715.4819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1715.4819.zip", + "checksum": "636d1921ba3897b61dce8ba961b7678a", + "timestamp": "2021-01-17T15:48:28Z" + }, + { + "version": "6.2101.1715.1936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1715.1936.zip", + "checksum": "2db7449f92dc936feaf178aa25df3393", + "timestamp": "2021-01-17T15:19:44Z" + }, + { + "version": "6.2101.1714.1742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1714.1742.zip", + "checksum": "e186203d1a1d555d1358842246b8c007", + "timestamp": "2021-01-17T14:17:50Z" + }, + { + "version": "6.2101.1706.3252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1706.3252.zip", + "checksum": "d8b76f1fd9d7305c499e45cfba1a6569", + "timestamp": "2021-01-17T06:33:00Z" + }, + { + "version": "6.2101.1700.2847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1700.2847.zip", + "checksum": "5a15f5117345f25626237fb68c41e20c", + "timestamp": "2021-01-17T00:28:56Z" + }, + { + "version": "6.2101.1621.5522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1621.5522.zip", + "checksum": "d4288a3ccc3941f074f49d4a67ea9475", + "timestamp": "2021-01-16T21:55:31Z" + }, + { + "version": "6.2101.1619.2241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1619.2241.zip", + "checksum": "79f4483d137a689b39c4be2e10e61930", + "timestamp": "2021-01-16T19:22:49Z" + }, + { + "version": "6.2101.1618.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1618.5333.zip", + "checksum": "be75e7a0d1234b9bf26b0171294781dd", + "timestamp": "2021-01-16T18:53:41Z" + }, + { + "version": "6.2101.1612.836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1612.0836.zip", + "checksum": "e5b42c1b42a2aa15fc78f68236a59af7", + "timestamp": "2021-01-16T12:08:45Z" + }, + { + "version": "6.2101.1610.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1610.5053.zip", + "checksum": "eeb7e6d8eddc3848f06269bef0c0b7ec", + "timestamp": "2021-01-16T10:51:01Z" + }, + { + "version": "6.2101.1522.4107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1522.4107.zip", + "checksum": "d9548b54faa9faf11a83f6dafd6051c0", + "timestamp": "2021-01-15T22:41:16Z" + }, + { + "version": "6.2101.1418.850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1418.0850.zip", + "checksum": "371754b6d63fe1db752c3f52c6f54654", + "timestamp": "2021-01-14T18:09:00Z" + }, + { + "version": "6.2101.1323.4252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1323.4252.zip", + "checksum": "e2d652b46d40e0bfa81cc7e5e74e78cf", + "timestamp": "2021-01-13T23:43:00Z" + }, + { + "version": "6.2101.1320.3535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1320.3535.zip", + "checksum": "726a9bfc2a602689fb4f0591c8b2d11d", + "timestamp": "2021-01-13T20:35:43Z" + }, + { + "version": "6.2101.1320.703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1320.0703.zip", + "checksum": "c415dcd092166a9cfa657813c42d8ee7", + "timestamp": "2021-01-13T20:07:11Z" + }, + { + "version": "6.2101.1318.4859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1318.4859.zip", + "checksum": "9eabc6330760f95d9fc7ecb9deb5b646", + "timestamp": "2021-01-13T18:49:08Z" + }, + { + "version": "6.2101.1316.4426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1316.4426.zip", + "checksum": "8b048c55ea2ae2dcb3615a61cdb8a14f", + "timestamp": "2021-01-13T16:44:35Z" + }, + { + "version": "6.2101.1308.5709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1308.5709.zip", + "checksum": "0e4a9ab76e7f5c0691c9a459d7dd3cae", + "timestamp": "2021-01-13T08:57:19Z" + }, + { + "version": "6.2101.1308.2913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1308.2913.zip", + "checksum": "007107aaa7dc10ca5e895b2e245f3ff5", + "timestamp": "2021-01-13T08:29:22Z" + }, + { + "version": "6.2101.1307.101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1307.0101.zip", + "checksum": "5ae4a121a448333c4a64533bccccc8a2", + "timestamp": "2021-01-13T07:01:09Z" + }, + { + "version": "6.2101.1222.2925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1222.2925.zip", + "checksum": "f79cbf6c3c249d84e4c6cda8b2912982", + "timestamp": "2021-01-12T22:29:34Z" + }, + { + "version": "6.2101.1222.138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1222.0138.zip", + "checksum": "b868de15fe883fe2978da6e11692b4fe", + "timestamp": "2021-01-12T22:01:46Z" + }, + { + "version": "6.2101.1215.4113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1215.4113.zip", + "checksum": "f843350304ad73a531a3121827cd9321", + "timestamp": "2021-01-12T15:41:22Z" + }, + { + "version": "6.2101.1119.1406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1119.1406.zip", + "checksum": "9a82712eb4ec63ae0402b2f7b09fc803", + "timestamp": "2021-01-11T19:14:15Z" + }, + { + "version": "6.2101.1115.5442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1115.5442.zip", + "checksum": "307f0d2619c4f018baedd59aeab46592", + "timestamp": "2021-01-11T15:54:50Z" + }, + { + "version": "6.2101.1114.5325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1114.5325.zip", + "checksum": "5ca83e51ef518fba4165291a4dec9596", + "timestamp": "2021-01-11T14:53:34Z" + }, + { + "version": "6.2101.1114.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1114.2508.zip", + "checksum": "38be8a5b736554fe2024170c02709c0d", + "timestamp": "2021-01-11T14:25:17Z" + }, + { + "version": "6.2101.1020.1141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1020.1141.zip", + "checksum": "2b73f430f56e87061ccb9ad554d49079", + "timestamp": "2021-01-10T20:11:50Z" + }, + { + "version": "6.2101.1015.4159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1015.4159.zip", + "checksum": "42f2a6fd8fafe6957ac77a5293124183", + "timestamp": "2021-01-10T15:42:09Z" + }, + { + "version": "6.2101.1011.2955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1011.2955.zip", + "checksum": "dd31ad248c2d12cc1601392e15456deb", + "timestamp": "2021-01-10T11:30:04Z" + }, + { + "version": "6.2101.1011.4", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1011.0004.zip", + "checksum": "ce9792a8b69edbe0d8d52b80dd4f1e05", + "timestamp": "2021-01-10T11:00:12Z" + }, + { + "version": "6.2101.1009.5928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.1009.5928.zip", + "checksum": "16804f9a39c802b71ccb8b7f02309881", + "timestamp": "2021-01-10T09:59:37Z" + }, + { + "version": "6.2101.920.921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0920.0921.zip", + "checksum": "ff66674c710e0350c7bbd49d3325adc9", + "timestamp": "2021-01-09T20:09:30Z" + }, + { + "version": "6.2101.919.41", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0919.0041.zip", + "checksum": "ff95c252e289366d579cda234d39ce82", + "timestamp": "2021-01-09T19:00:49Z" + }, + { + "version": "6.2101.918.2553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0918.2553.zip", + "checksum": "1897c2d6df77dde911945a6ae9da4a8c", + "timestamp": "2021-01-09T18:26:01Z" + }, + { + "version": "6.2101.917.318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0917.0318.zip", + "checksum": "3277fdd445616e9f633458fca41156d4", + "timestamp": "2021-01-09T17:03:26Z" + }, + { + "version": "6.2101.915.4902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0915.4902.zip", + "checksum": "af04e0841913f07b295e8ab2a23f2538", + "timestamp": "2021-01-09T15:49:11Z" + }, + { + "version": "6.2101.914.2820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0914.2820.zip", + "checksum": "62b4343ba6421f44bd271c37abaf11ff", + "timestamp": "2021-01-09T14:28:29Z" + }, + { + "version": "6.2101.900.856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0900.0856.zip", + "checksum": "93d3787ddd4e0a4a167cf2cf60a72117", + "timestamp": "2021-01-09T00:09:04Z" + }, + { + "version": "6.2101.821.2734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0821.2734.zip", + "checksum": "ab996afa7c019c7d2a617343999134f4", + "timestamp": "2021-01-08T21:27:44Z" + }, + { + "version": "6.2101.820.5748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0820.5748.zip", + "checksum": "52316494ea0eca60b8b2f96f305df26f", + "timestamp": "2021-01-08T20:57:57Z" + }, + { + "version": "6.2101.820.2844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0820.2844.zip", + "checksum": "7ff6607fbedaaeb4fb8753a37bd75d93", + "timestamp": "2021-01-08T20:28:53Z" + }, + { + "version": "6.2101.814.1330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0814.1330.zip", + "checksum": "b3fa414070d5b12dc865fa51cccc9e20", + "timestamp": "2021-01-08T14:13:38Z" + }, + { + "version": "6.2101.813.1450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0813.1450.zip", + "checksum": "4e28667c70ae22ff91d227f26eae5c6c", + "timestamp": "2021-01-08T13:14:58Z" + }, + { + "version": "6.2101.800.3934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0800.3934.zip", + "checksum": "7091ad834c23995b62ffc597d7175e0c", + "timestamp": "2021-01-08T00:39:43Z" + }, + { + "version": "6.2101.722.1114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0722.1114.zip", + "checksum": "59db58c9f0f6d88fe734e221d5501695", + "timestamp": "2021-01-07T22:11:22Z" + }, + { + "version": "6.2101.716.4155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0716.4155.zip", + "checksum": "99dabdd26a2428811f82b1ed3cec01ae", + "timestamp": "2021-01-07T16:42:05Z" + }, + { + "version": "6.2101.716.1358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0716.1358.zip", + "checksum": "facac054fe13f6d39e233fd84b47a375", + "timestamp": "2021-01-07T16:14:06Z" + }, + { + "version": "6.2101.715.3607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0715.3607.zip", + "checksum": "70958c734bc43b7b8e9369960bf3c0fd", + "timestamp": "2021-01-07T15:36:15Z" + }, + { + "version": "6.2101.715.827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0715.0827.zip", + "checksum": "8e555fb437b3b2b8aef4461e9cff9f76", + "timestamp": "2021-01-07T15:08:36Z" + }, + { + "version": "6.2101.710.2951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0710.2951.zip", + "checksum": "b2be39e1dff6e153afa95a386eb27aa6", + "timestamp": "2021-01-07T10:30:00Z" + }, + { + "version": "6.2101.709.5947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0709.5947.zip", + "checksum": "4dcba075402981bbea7bb120d80b2895", + "timestamp": "2021-01-07T09:59:55Z" + }, + { + "version": "6.2101.709.2848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0709.2848.zip", + "checksum": "0ea687afc65361b8643bad792a853403", + "timestamp": "2021-01-07T09:28:57Z" + }, + { + "version": "6.2101.619.5448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0619.5448.zip", + "checksum": "6707c0e0065068a82f381f047ad27658", + "timestamp": "2021-01-06T19:54:56Z" + }, + { + "version": "6.2101.617.2312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0617.2312.zip", + "checksum": "f951469690113a57952b595cf1f41880", + "timestamp": "2021-01-06T17:23:21Z" + }, + { + "version": "6.2101.604.3555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0604.3555.zip", + "checksum": "494b552115fb838b29b9b3446ca39a3f", + "timestamp": "2021-01-06T04:36:03Z" + }, + { + "version": "6.2101.522.3031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0522.3031.zip", + "checksum": "c4c886561d77d02f9b55e76c9652dcdc", + "timestamp": "2021-01-05T22:30:40Z" + }, + { + "version": "6.2101.519.5025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0519.5025.zip", + "checksum": "473b1466b9451b8f476dba983f107430", + "timestamp": "2021-01-05T19:50:35Z" + }, + { + "version": "6.2101.517.5350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0517.5350.zip", + "checksum": "2f6339f19bf6e2c6dc8293e3a67bfcd0", + "timestamp": "2021-01-05T17:54:00Z" + }, + { + "version": "6.2101.517.2519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0517.2519.zip", + "checksum": "a4a5dc84480e160fc1f30ea31fbe7b04", + "timestamp": "2021-01-05T17:25:27Z" + }, + { + "version": "6.2101.511.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0511.4238.zip", + "checksum": "e5d16985f6bff1933c1e4b7246caa3fc", + "timestamp": "2021-01-05T11:42:47Z" + }, + { + "version": "6.2101.419.4251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0419.4251.zip", + "checksum": "a342419f71814dbc7c61787feb53218d", + "timestamp": "2021-01-04T19:43:00Z" + }, + { + "version": "6.2101.417.3109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0417.3109.zip", + "checksum": "556c55deafbc823a03b8c6804e75f183", + "timestamp": "2021-01-04T17:31:18Z" + }, + { + "version": "6.2101.415.1830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0415.1830.zip", + "checksum": "23dbc41e7feca68053c1d6a68cd3f23c", + "timestamp": "2021-01-04T15:18:38Z" + }, + { + "version": "6.2101.414.5005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0414.5005.zip", + "checksum": "6f1e54842dff6c877fcb15dd04a668c4", + "timestamp": "2021-01-04T14:50:14Z" + }, + { + "version": "6.2101.412.4557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0412.4557.zip", + "checksum": "60d2518997d205eda7eb6d28c8229882", + "timestamp": "2021-01-04T12:46:05Z" + }, + { + "version": "6.2101.412.1920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0412.1920.zip", + "checksum": "8c208888bc4e4e6fc579cdd766fc8c88", + "timestamp": "2021-01-04T12:19:28Z" + }, + { + "version": "6.2101.411.5227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0411.5227.zip", + "checksum": "56aba21731721c5cf067987387adea37", + "timestamp": "2021-01-04T11:52:36Z" + }, + { + "version": "6.2101.411.2216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0411.2216.zip", + "checksum": "316312dabb4e929a2cea128fb93cdfa5", + "timestamp": "2021-01-04T11:22:24Z" + }, + { + "version": "6.2101.317.4958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0317.4958.zip", + "checksum": "6b83c81738f981c0209a3667f734a646", + "timestamp": "2021-01-03T17:50:06Z" + }, + { + "version": "6.2101.317.535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0317.0535.zip", + "checksum": "b212d95d338154d3ae0379403d34c732", + "timestamp": "2021-01-03T17:05:44Z" + }, + { + "version": "6.2101.311.2406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0311.2406.zip", + "checksum": "c8af4361c81848d4c8ed1daf09180450", + "timestamp": "2021-01-03T11:24:15Z" + }, + { + "version": "6.2101.302.3651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0302.3651.zip", + "checksum": "23cf2be946e9c02caeee7f9b59c3bff5", + "timestamp": "2021-01-03T02:36:59Z" + }, + { + "version": "6.2101.220.5202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0220.5202.zip", + "checksum": "3a516e0c0e0d8d0430599783b3f8bbb5", + "timestamp": "2021-01-02T20:52:10Z" + }, + { + "version": "6.2101.219.4121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0219.4121.zip", + "checksum": "d56edbb0f77500e7835a3b8e227d248d", + "timestamp": "2021-01-02T19:41:28Z" + }, + { + "version": "6.2101.218.4812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0218.4812.zip", + "checksum": "7779a1a21b9f0d529f96e3fc72d4ed54", + "timestamp": "2021-01-02T18:48:20Z" + }, + { + "version": "6.2101.213.37", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0213.0037.zip", + "checksum": "e41927390b24cb5435481b03a52d1d73", + "timestamp": "2021-01-02T13:00:45Z" + }, + { + "version": "6.2101.211.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0211.2643.zip", + "checksum": "4a76babfd1bab08c080f9501941cd4a9", + "timestamp": "2021-01-02T11:26:51Z" + }, + { + "version": "6.2101.210.2452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0210.2452.zip", + "checksum": "3a4324dafd81a877bade3038b87bcdd9", + "timestamp": "2021-01-02T10:25:00Z" + }, + { + "version": "6.2101.207.934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0207.0934.zip", + "checksum": "dcc0a61cc348ea2a6ec24b4a99182094", + "timestamp": "2021-01-02T07:09:43Z" + }, + { + "version": "6.2101.118.5929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0118.5929.zip", + "checksum": "d76c107e0b4882172105f068c567df83", + "timestamp": "2021-01-01T18:59:37Z" + }, + { + "version": "6.2101.118.1328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0118.1328.zip", + "checksum": "61a1c3d011611345f419c39df139078b", + "timestamp": "2021-01-01T18:13:37Z" + }, + { + "version": "6.2101.117.4616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0117.4616.zip", + "checksum": "05c65e1c2040e6206abd4f18209290ce", + "timestamp": "2021-01-01T17:46:23Z" + }, + { + "version": "6.2101.117.1049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0117.1049.zip", + "checksum": "226932c5ae9d2f983ca1eda130ab90bd", + "timestamp": "2021-01-01T17:10:57Z" + }, + { + "version": "6.2101.111.4753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0111.4753.zip", + "checksum": "820a49cb92100b7ac8136c4b2b2ee954", + "timestamp": "2021-01-01T11:48:02Z" + }, + { + "version": "6.2101.100.4203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0100.4203.zip", + "checksum": "30ce657951da4a8a210284114283e034", + "timestamp": "2021-01-01T00:42:14Z" + }, + { + "version": "6.2101.100.1452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2101.0100.1452.zip", + "checksum": "d3dfc572ba9c6df68f7d9ed2e8ca7320", + "timestamp": "2021-01-01T00:15:00Z" + }, + { + "version": "6.2012.3122.5614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3122.5614.zip", + "checksum": "8817d47c8d8d6e9fb4ce66d87c263eb5", + "timestamp": "2020-12-31T22:56:23Z" + }, + { + "version": "6.2012.3122.2933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3122.2933.zip", + "checksum": "b0f7af2e027c42ab195f3250e76d951e", + "timestamp": "2020-12-31T22:29:42Z" + }, + { + "version": "6.2012.3115.246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3115.0246.zip", + "checksum": "ba7f85b1e2a4ac0612c46a5832c5fbd1", + "timestamp": "2020-12-31T15:02:54Z" + }, + { + "version": "6.2012.3114.3526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3114.3526.zip", + "checksum": "022cfa70fc80f49c2c4435b9bfb7f975", + "timestamp": "2020-12-31T14:35:34Z" + }, + { + "version": "6.2012.3113.4054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3113.4054.zip", + "checksum": "8a2e702a2e01449e34ead8caed515a1c", + "timestamp": "2020-12-31T13:41:03Z" + }, + { + "version": "6.2012.3111.3337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3111.3337.zip", + "checksum": "444041a308ad7b86921c8ce38c9b451e", + "timestamp": "2020-12-31T11:33:45Z" + }, + { + "version": "6.2012.3107.3347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3107.3347.zip", + "checksum": "7bb0f092faa46c1fd15c29a4bcd4c416", + "timestamp": "2020-12-31T07:33:56Z" + }, + { + "version": "6.2012.3107.559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3107.0559.zip", + "checksum": "c5a35d60df1101fe3e3c544becf9f0f9", + "timestamp": "2020-12-31T07:06:08Z" + }, + { + "version": "6.2012.3101.5041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3101.5041.zip", + "checksum": "78a27f75fa4a92fa4ac3ad4e53a9e694", + "timestamp": "2020-12-31T01:50:49Z" + }, + { + "version": "6.2012.3101.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3101.2246.zip", + "checksum": "4198ce01f43158b7c13d326d455d4390", + "timestamp": "2020-12-31T01:22:54Z" + }, + { + "version": "6.2012.3100.4155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3100.4155.zip", + "checksum": "9916bfb6801d60f40c840014e5ecbc05", + "timestamp": "2020-12-31T00:42:04Z" + }, + { + "version": "6.2012.3022.2618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3022.2618.zip", + "checksum": "d1fc8fe8d357af79e8765b122922b290", + "timestamp": "2020-12-30T22:26:25Z" + }, + { + "version": "6.2012.3021.5942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3021.5942.zip", + "checksum": "4cf2fbaac248935c9a12d388da6122fa", + "timestamp": "2020-12-30T21:59:50Z" + }, + { + "version": "6.2012.3021.3305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3021.3305.zip", + "checksum": "767b2d71e49f47a110ec478d84e9b338", + "timestamp": "2020-12-30T21:33:13Z" + }, + { + "version": "6.2012.3017.5507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3017.5507.zip", + "checksum": "12342d39b0ab206b26308ea5c28dc46a", + "timestamp": "2020-12-30T17:55:16Z" + }, + { + "version": "6.2012.3010.515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.3010.0515.zip", + "checksum": "ba7839ed83729d75890ddd1641fcc5ca", + "timestamp": "2020-12-30T10:05:23Z" + }, + { + "version": "6.2012.2917.2741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2917.2741.zip", + "checksum": "1056898e19d22e86a562a05694b74c22", + "timestamp": "2020-12-29T17:27:49Z" + }, + { + "version": "6.2012.2917.141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2917.0141.zip", + "checksum": "dc7705d8b9821d4ee8e2639025b0ba60", + "timestamp": "2020-12-29T17:01:48Z" + }, + { + "version": "6.2012.2906.2614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2906.2614.zip", + "checksum": "fdcd0b413ef9d0c1efb85288a2445f38", + "timestamp": "2020-12-29T06:26:22Z" + }, + { + "version": "6.2012.2821.2125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2821.2125.zip", + "checksum": "ebe978b14b1dac9b71cee626d71465ea", + "timestamp": "2020-12-28T21:21:34Z" + }, + { + "version": "6.2012.2820.5454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2820.5454.zip", + "checksum": "d288f700290c20afef3704ff2362239e", + "timestamp": "2020-12-28T20:55:03Z" + }, + { + "version": "6.2012.2817.3119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2817.3119.zip", + "checksum": "e5b6ce06f284ccfb77afc2695608027a", + "timestamp": "2020-12-28T17:31:27Z" + }, + { + "version": "6.2012.2816.703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2816.0703.zip", + "checksum": "1b07d9d9ae880633d7e7e257038846e1", + "timestamp": "2020-12-28T16:07:13Z" + }, + { + "version": "6.2012.2815.4124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2815.4124.zip", + "checksum": "f756c91c89c316d43e7bf64eea2d130b", + "timestamp": "2020-12-28T15:41:32Z" + }, + { + "version": "6.2012.2815.1347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2815.1347.zip", + "checksum": "d32b52cbac63797ab74cc15564047e9c", + "timestamp": "2020-12-28T15:13:55Z" + }, + { + "version": "6.2012.2810.2854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2810.2854.zip", + "checksum": "5bce3768f486a0b47d1904a2ae454d27", + "timestamp": "2020-12-28T10:29:02Z" + }, + { + "version": "6.2012.2718.4044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2718.4044.zip", + "checksum": "8cd51960bafde29352c746becd84739d", + "timestamp": "2020-12-27T18:40:52Z" + }, + { + "version": "6.2012.2713.5248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2713.5248.zip", + "checksum": "23dda0fdf6fff1b76d53738bfc0094ab", + "timestamp": "2020-12-27T13:52:56Z" + }, + { + "version": "6.2012.2520.447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2520.0447.zip", + "checksum": "73bcc04951ad6fa4b974308a74f573cb", + "timestamp": "2020-12-25T20:04:55Z" + }, + { + "version": "6.2012.2515.4858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2515.4858.zip", + "checksum": "47328924d435e403d0e103cd938ac430", + "timestamp": "2020-12-25T15:49:06Z" + }, + { + "version": "6.2012.2513.3755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2513.3755.zip", + "checksum": "1d706b7223cef42579665ee7efb70545", + "timestamp": "2020-12-25T13:38:03Z" + }, + { + "version": "6.2012.2420.1042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2420.1042.zip", + "checksum": "0d2e3921866bd1ca05acbcead67a1588", + "timestamp": "2020-12-24T20:10:50Z" + }, + { + "version": "6.2012.2418.1303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2418.1303.zip", + "checksum": "4425219fd4b9f4e5f8f596a762aa20ad", + "timestamp": "2020-12-24T18:13:11Z" + }, + { + "version": "6.2012.2410.2611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2410.2611.zip", + "checksum": "f6523a5767df2dac6f3bfa0da22036aa", + "timestamp": "2020-12-24T10:26:19Z" + }, + { + "version": "6.2012.2405.3658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2405.3658.zip", + "checksum": "a65c8f90a5b88c8d9c3bacc02d6e15a6", + "timestamp": "2020-12-24T05:37:07Z" + }, + { + "version": "6.2012.2319.1829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2319.1829.zip", + "checksum": "5949fe196f6cf4b091ddf8d429d61e27", + "timestamp": "2020-12-23T19:18:37Z" + }, + { + "version": "6.2012.2305.308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2305.0308.zip", + "checksum": "736b5cc3a3314c58a125a9cd2aaecff7", + "timestamp": "2020-12-23T05:03:16Z" + }, + { + "version": "6.2012.2304.1524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2304.1524.zip", + "checksum": "a09a408aaadbd0e9efbe5df6099eafc0", + "timestamp": "2020-12-23T04:15:32Z" + }, + { + "version": "6.2012.2303.4625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2303.4625.zip", + "checksum": "e03487979badfcbe39c3fd62ea83961c", + "timestamp": "2020-12-23T03:46:34Z" + }, + { + "version": "6.2012.2223.1459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2223.1459.zip", + "checksum": "cee7446ccb6e3a0e1a4cf01d3ba79a6f", + "timestamp": "2020-12-22T23:15:08Z" + }, + { + "version": "6.2012.2215.1606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2215.1606.zip", + "checksum": "ff795d11e7788ddccfe648466c19f980", + "timestamp": "2020-12-22T15:16:14Z" + }, + { + "version": "6.2012.2212.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2212.4339.zip", + "checksum": "e8ce64808dbba817389b8597ba47868f", + "timestamp": "2020-12-22T12:43:47Z" + }, + { + "version": "6.2012.2123.321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2123.0321.zip", + "checksum": "49687ccbdaf83e978d8bbd116bdd72c1", + "timestamp": "2020-12-21T23:03:30Z" + }, + { + "version": "6.2012.2122.3545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2122.3545.zip", + "checksum": "1886bc9dd7ec6ab2c4cab3d7b9aeef9c", + "timestamp": "2020-12-21T22:35:53Z" + }, + { + "version": "6.2012.2119.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2119.5244.zip", + "checksum": "ef40f2c21e380ad5172b80b05f8dcd2a", + "timestamp": "2020-12-21T19:52:52Z" + }, + { + "version": "6.2012.2119.2627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2119.2627.zip", + "checksum": "b768acb32a2f0d566f6a2bbe1de65be2", + "timestamp": "2020-12-21T19:26:35Z" + }, + { + "version": "6.2012.2119.14", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2119.0014.zip", + "checksum": "d8268db89caf7a597684ff0b5e3521d7", + "timestamp": "2020-12-21T19:00:22Z" + }, + { + "version": "6.2012.2107.5007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2107.5007.zip", + "checksum": "f070e94fba4e631e71d69532ee97ecf3", + "timestamp": "2020-12-21T07:50:15Z" + }, + { + "version": "6.2012.2100.905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2100.0905.zip", + "checksum": "cc6c9a173049d0ab107b9104b1226764", + "timestamp": "2020-12-21T00:09:13Z" + }, + { + "version": "6.2012.2023.4004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2023.4004.zip", + "checksum": "33144adccbc2c0f8e76ebc237a36e95f", + "timestamp": "2020-12-20T23:40:12Z" + }, + { + "version": "6.2012.2013.5010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2013.5010.zip", + "checksum": "b96f19f2fd1ccaf9a976d90ea1acc9c4", + "timestamp": "2020-12-20T13:50:19Z" + }, + { + "version": "6.2012.2013.2033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2013.2033.zip", + "checksum": "372fa8ea74fc3e9fa9acd5540200812e", + "timestamp": "2020-12-20T13:20:42Z" + }, + { + "version": "6.2012.2009.4812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2009.4812.zip", + "checksum": "238016557f89ac6985e58e1fb8b66ad9", + "timestamp": "2020-12-20T09:48:21Z" + }, + { + "version": "6.2012.2009.1849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2009.1849.zip", + "checksum": "001a5b03ad37530aeacfc4fd270a35b3", + "timestamp": "2020-12-20T09:18:59Z" + }, + { + "version": "6.2012.2000.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.2000.4350.zip", + "checksum": "5359736af21b7ff129ec2ee94b7b301a", + "timestamp": "2020-12-20T00:43:59Z" + }, + { + "version": "6.2012.1919.4107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1919.4107.zip", + "checksum": "098e8ac3a7d81aa473e267f40cfe0a3e", + "timestamp": "2020-12-19T19:41:16Z" + }, + { + "version": "6.2012.1820.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1820.5924.zip", + "checksum": "a421ca529f777c1c04b7054a62efa79b", + "timestamp": "2020-12-18T20:59:32Z" + }, + { + "version": "6.2012.1820.3246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1820.3246.zip", + "checksum": "ec4f9cc5c27c0c963ac3f3457c4f6213", + "timestamp": "2020-12-18T20:32:55Z" + }, + { + "version": "6.2012.1813.1845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1813.1845.zip", + "checksum": "5899e24837fe90fca8bc15ca44de5399", + "timestamp": "2020-12-18T13:18:54Z" + }, + { + "version": "6.2012.1807.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1807.4202.zip", + "checksum": "adbba21ffa97c15f9fb1b4abf4985a5b", + "timestamp": "2020-12-18T07:42:13Z" + }, + { + "version": "6.2012.1722.4833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1722.4833.zip", + "checksum": "e670264a7e41f57726cfbc973e0594e9", + "timestamp": "2020-12-17T22:48:41Z" + }, + { + "version": "6.2012.1722.2145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1722.2145.zip", + "checksum": "f39f093796c88b31238ba3553af43edb", + "timestamp": "2020-12-17T22:21:53Z" + }, + { + "version": "6.2012.1718.3414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1718.3414.zip", + "checksum": "9953e16331df9fdffce9792035099eaf", + "timestamp": "2020-12-17T18:34:22Z" + }, + { + "version": "6.2012.1717.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1717.4313.zip", + "checksum": "633df4e8759f24b81cb77b5274cc821c", + "timestamp": "2020-12-17T17:43:21Z" + }, + { + "version": "6.2012.1717.1622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1717.1622.zip", + "checksum": "e11ca14abd377ab9fc9a86f60723ee13", + "timestamp": "2020-12-17T17:16:30Z" + }, + { + "version": "6.2012.1711.1653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1711.1653.zip", + "checksum": "20082d63dce25785905eb389bf477d43", + "timestamp": "2020-12-17T11:17:01Z" + }, + { + "version": "6.2012.1623.1413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1623.1413.zip", + "checksum": "2b953f65cd37d849ae6c460de3935f97", + "timestamp": "2020-12-16T23:14:21Z" + }, + { + "version": "6.2012.1622.742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1622.0742.zip", + "checksum": "8f1c8dd8d0f5f0617ad0f66425f32134", + "timestamp": "2020-12-16T22:07:50Z" + }, + { + "version": "6.2012.1621.3938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1621.3938.zip", + "checksum": "e979b1e36ecbbd9a30f235a12e27731f", + "timestamp": "2020-12-16T21:39:47Z" + }, + { + "version": "6.2012.1620.3020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1620.3020.zip", + "checksum": "c7d7ead9d57cef5feb75d1bceba0be2a", + "timestamp": "2020-12-16T20:30:28Z" + }, + { + "version": "6.2012.1620.240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1620.0240.zip", + "checksum": "097a4b665c42ef862ceed0e08f41d810", + "timestamp": "2020-12-16T20:02:48Z" + }, + { + "version": "6.2012.1619.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1619.2410.zip", + "checksum": "61f77cfc841dbc13ac713fbd44776de5", + "timestamp": "2020-12-16T19:24:18Z" + }, + { + "version": "6.2012.1616.5027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1616.5027.zip", + "checksum": "457bf2c87082ef051e28120fb0294dd4", + "timestamp": "2020-12-16T16:50:35Z" + }, + { + "version": "6.2012.1519.5429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1519.5429.zip", + "checksum": "a76764fca40b5597e17e9143ecb4dbd6", + "timestamp": "2020-12-15T19:54:37Z" + }, + { + "version": "6.2012.1512.1445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1512.1445.zip", + "checksum": "b4aebc4788c62788b3c6c8d12597d1d5", + "timestamp": "2020-12-15T12:14:54Z" + }, + { + "version": "6.2012.1511.4635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1511.4635.zip", + "checksum": "4f0c60984d36c6f5518ab07df453fb8d", + "timestamp": "2020-12-15T11:46:44Z" + }, + { + "version": "6.2012.1508.3440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1508.3440.zip", + "checksum": "d51d126671abd746f403297e9eac8c5e", + "timestamp": "2020-12-15T08:34:49Z" + }, + { + "version": "6.2012.1421.4918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1421.4918.zip", + "checksum": "4d1f7a73a5cc7a267e900c9c7e35c910", + "timestamp": "2020-12-14T21:49:27Z" + }, + { + "version": "6.2012.1420.1449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1420.1449.zip", + "checksum": "17244a6948133b3d6931b407f947f02d", + "timestamp": "2020-12-14T20:14:57Z" + }, + { + "version": "6.2012.1417.2046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1417.2046.zip", + "checksum": "e29ccdde1f7521a906972fbef95aaff1", + "timestamp": "2020-12-14T17:20:54Z" + }, + { + "version": "6.2012.1416.3352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1416.3352.zip", + "checksum": "c37d9b891c7b3632c4df884c344dd9e0", + "timestamp": "2020-12-14T16:34:00Z" + }, + { + "version": "6.2012.1416.624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1416.0624.zip", + "checksum": "add609f90e8918f8b90a37ca684b8fd3", + "timestamp": "2020-12-14T16:06:32Z" + }, + { + "version": "6.2012.1415.3912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1415.3912.zip", + "checksum": "8ed1e1969e1b3c3cbcbf386f00fb94de", + "timestamp": "2020-12-14T15:39:21Z" + }, + { + "version": "6.2012.1412.119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1412.0119.zip", + "checksum": "6a9c1cb12be85b92c33689618d2bf9cb", + "timestamp": "2020-12-14T12:01:27Z" + }, + { + "version": "6.2012.1405.1524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1405.1524.zip", + "checksum": "7346232b5ea5ae3cb2557b79e3245ff4", + "timestamp": "2020-12-14T05:15:32Z" + }, + { + "version": "6.2012.1404.923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1404.0923.zip", + "checksum": "93435604c0f27bf03b77b70bde458e02", + "timestamp": "2020-12-14T04:09:31Z" + }, + { + "version": "6.2012.1323.702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1323.0702.zip", + "checksum": "8933ae03b2a89251909bc9b41e335d15", + "timestamp": "2020-12-13T23:07:11Z" + }, + { + "version": "6.2012.1322.3839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1322.3839.zip", + "checksum": "90ed0d9504580f92ce540b5c19a76eaa", + "timestamp": "2020-12-13T22:38:48Z" + }, + { + "version": "6.2012.1322.1144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1322.1144.zip", + "checksum": "283517901a400d8ceec3f89e62d8a3d6", + "timestamp": "2020-12-13T22:11:53Z" + }, + { + "version": "6.2012.1319.3522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1319.3522.zip", + "checksum": "2f8479667af5031b9027c96e3c1f8412", + "timestamp": "2020-12-13T19:35:30Z" + }, + { + "version": "6.2012.1314.1313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1314.1313.zip", + "checksum": "1bd834f39aec6941f3ec739f91fd42bb", + "timestamp": "2020-12-13T14:13:21Z" + }, + { + "version": "6.2012.1313.4512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1313.4512.zip", + "checksum": "a84d0c8a29ed14f5f02212852632a31b", + "timestamp": "2020-12-13T13:45:21Z" + }, + { + "version": "6.2012.1313.1724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1313.1724.zip", + "checksum": "91e2123a7f5cc6fd820f77a2a0521b9e", + "timestamp": "2020-12-13T13:17:32Z" + }, + { + "version": "6.2012.1312.4912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1312.4912.zip", + "checksum": "3c3136804d7003e45da69798e85e6101", + "timestamp": "2020-12-13T12:49:20Z" + }, + { + "version": "6.2012.1311.2301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1311.2301.zip", + "checksum": "d6082a871d77f567430d9c105eb3a6a7", + "timestamp": "2020-12-13T11:23:09Z" + }, + { + "version": "6.2012.1218.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1218.4537.zip", + "checksum": "682959cf810f1fb9ce937654f7290f86", + "timestamp": "2020-12-12T18:45:45Z" + }, + { + "version": "6.2012.1122.4429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1122.4429.zip", + "checksum": "c417cb8304ba99226619c6c3d79960f0", + "timestamp": "2020-12-11T22:44:37Z" + }, + { + "version": "6.2012.1121.5401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1121.5401.zip", + "checksum": "0fc69259ac244bca51308f9c5c8aab88", + "timestamp": "2020-12-11T21:54:10Z" + }, + { + "version": "6.2012.1115.5233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1115.5233.zip", + "checksum": "28469db449365fe7d0ef10afe4770bd6", + "timestamp": "2020-12-11T15:52:41Z" + }, + { + "version": "6.2012.1115.2522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1115.2522.zip", + "checksum": "eacba4bca35467d1f1cdced7fedfd5c1", + "timestamp": "2020-12-11T15:25:30Z" + }, + { + "version": "6.2012.1109.4734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1109.4734.zip", + "checksum": "c59378d76349f6387df98c5eb501de53", + "timestamp": "2020-12-11T09:48:02Z" + }, + { + "version": "6.2012.1109.1807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1109.1807.zip", + "checksum": "8fedcf97b03299a105b8d72f2a692876", + "timestamp": "2020-12-11T09:18:15Z" + }, + { + "version": "6.2012.1108.358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1108.0358.zip", + "checksum": "1d3c4bb8eb1a56b749dc08029e123110", + "timestamp": "2020-12-11T08:04:07Z" + }, + { + "version": "6.2012.1107.3532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1107.3532.zip", + "checksum": "23c1150fbbc99687b67089ac56f5a744", + "timestamp": "2020-12-11T07:35:40Z" + }, + { + "version": "6.2012.1104.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1104.2759.zip", + "checksum": "28cde3fc6fed2f850484ad0785348419", + "timestamp": "2020-12-11T04:28:09Z" + }, + { + "version": "6.2012.1104.53", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1104.0053.zip", + "checksum": "7503c8c69b6e4ac013b142dd29a0059b", + "timestamp": "2020-12-11T04:01:01Z" + }, + { + "version": "6.2012.1103.3346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1103.3346.zip", + "checksum": "a1cf7d3cad2e2a39647efa268767c75f", + "timestamp": "2020-12-11T03:33:55Z" + }, + { + "version": "6.2012.1022.3831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1022.3831.zip", + "checksum": "667ff8bdf09e81ada51453e1847e4759", + "timestamp": "2020-12-10T22:38:39Z" + }, + { + "version": "6.2012.1022.1209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1022.1209.zip", + "checksum": "f3157b05ae0958b0401e725d2969f5e9", + "timestamp": "2020-12-10T22:12:18Z" + }, + { + "version": "6.2012.1021.2503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1021.2503.zip", + "checksum": "a818014bcf6d803dcb948339b7fd3dd4", + "timestamp": "2020-12-10T21:25:11Z" + }, + { + "version": "6.2012.1020.5705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1020.5705.zip", + "checksum": "8caa2e6ea178556b44bc0a0f625c7e24", + "timestamp": "2020-12-10T20:57:15Z" + }, + { + "version": "6.2012.1014.6", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1014.0006.zip", + "checksum": "2ac8ceeeb744568d56aced3dd959b988", + "timestamp": "2020-12-10T14:00:14Z" + }, + { + "version": "6.2012.1013.3217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1013.3217.zip", + "checksum": "041c3522da1518a7bed12ef3ab7a7dc4", + "timestamp": "2020-12-10T13:32:25Z" + }, + { + "version": "6.2012.1013.428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.1013.0428.zip", + "checksum": "af6c5c552a45242d7faff94b42bf221c", + "timestamp": "2020-12-10T13:04:37Z" + }, + { + "version": "6.2012.919.4716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0919.4716.zip", + "checksum": "82d0f02a97456f2672f298282051e2e2", + "timestamp": "2020-12-09T19:47:24Z" + }, + { + "version": "6.2012.917.2049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0917.2049.zip", + "checksum": "01952e52c3158a7863dc716aa96eaff7", + "timestamp": "2020-12-09T17:20:58Z" + }, + { + "version": "6.2012.915.5316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0915.5316.zip", + "checksum": "f30d6b6151727dd502da872e02ebede1", + "timestamp": "2020-12-09T15:53:25Z" + }, + { + "version": "6.2012.914.111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0914.0111.zip", + "checksum": "435704127f2058029f5375006bdf9507", + "timestamp": "2020-12-09T14:01:19Z" + }, + { + "version": "6.2012.908.716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0908.0716.zip", + "checksum": "5450abb6c14d1b14df781e53c8788e77", + "timestamp": "2020-12-09T08:07:24Z" + }, + { + "version": "6.2012.907.3940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0907.3940.zip", + "checksum": "7b5c27e5601d3123498d90bd7bdc6403", + "timestamp": "2020-12-09T07:39:49Z" + }, + { + "version": "6.2012.904.2648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0904.2648.zip", + "checksum": "8fda91708cf33f4fb17fb3c2c676cfc9", + "timestamp": "2020-12-09T04:26:56Z" + }, + { + "version": "6.2012.823.5142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0823.5142.zip", + "checksum": "b454fc8b7c483bc132820447c57ebd65", + "timestamp": "2020-12-08T23:51:51Z" + }, + { + "version": "6.2012.819.4338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0819.4338.zip", + "checksum": "23e313f4886f1b8548eddbb48a8a226c", + "timestamp": "2020-12-08T19:43:46Z" + }, + { + "version": "6.2012.818.108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0818.0108.zip", + "checksum": "66d8aecba2450bc40019365d74cd5dc4", + "timestamp": "2020-12-08T18:01:16Z" + }, + { + "version": "6.2012.817.3319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0817.3319.zip", + "checksum": "4eab8b28b3b9c0873b9cbffbc47f4cc7", + "timestamp": "2020-12-08T17:33:28Z" + }, + { + "version": "6.2012.816.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0816.3250.zip", + "checksum": "0b7d44f7ee7244c1538b67a45321512f", + "timestamp": "2020-12-08T16:32:58Z" + }, + { + "version": "6.2012.809.3515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0809.3515.zip", + "checksum": "f1e0852e4c223b5ed0e9d4fc3a197eb9", + "timestamp": "2020-12-08T09:35:23Z" + }, + { + "version": "6.2012.808.2812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0808.2812.zip", + "checksum": "9cb1284d823098bc9bdf0cdbecbbcaa8", + "timestamp": "2020-12-08T08:28:20Z" + }, + { + "version": "6.2012.808.32", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0808.0032.zip", + "checksum": "22f5e4aa580a5cda3e3b6553103ecec2", + "timestamp": "2020-12-08T08:00:41Z" + }, + { + "version": "6.2012.801.721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0801.0721.zip", + "checksum": "28b421c19b0f806baf6c6da4bb4a5ec7", + "timestamp": "2020-12-08T01:07:29Z" + }, + { + "version": "6.2012.718.2147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0718.2147.zip", + "checksum": "2ed887fca4ade1a2b7a4894254ea630b", + "timestamp": "2020-12-07T18:21:55Z" + }, + { + "version": "6.2012.717.3115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0717.3115.zip", + "checksum": "727d3aea630112ffe8723f1abecaa7d2", + "timestamp": "2020-12-07T17:31:23Z" + }, + { + "version": "6.2012.717.424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0717.0424.zip", + "checksum": "95ab77d74765bd3f8ec147ff7dcf8c24", + "timestamp": "2020-12-07T17:04:32Z" + }, + { + "version": "6.2012.707.2949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0707.2949.zip", + "checksum": "1d40423fd972929a681f05810bf735d0", + "timestamp": "2020-12-07T07:29:58Z" + }, + { + "version": "6.2012.707.310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0707.0310.zip", + "checksum": "1c5229e806b6b693a161acf93a41e1fc", + "timestamp": "2020-12-07T07:03:19Z" + }, + { + "version": "6.2012.615.3302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0615.3302.zip", + "checksum": "92c776bccaa348d15a9ebf9046c854c7", + "timestamp": "2020-12-06T15:33:10Z" + }, + { + "version": "6.2012.615.643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0615.0643.zip", + "checksum": "2d8ce8d2e8119d2b1c799eaa1890c288", + "timestamp": "2020-12-06T15:06:50Z" + }, + { + "version": "6.2012.607.3000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0607.3000.zip", + "checksum": "88a4a1166bf2c8ffd12d5e6ee77198b7", + "timestamp": "2020-12-06T07:30:08Z" + }, + { + "version": "6.2012.601.3333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0601.3333.zip", + "checksum": "46a53839f590fb49a2c4514547d4b834", + "timestamp": "2020-12-06T01:33:41Z" + }, + { + "version": "6.2012.601.644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0601.0644.zip", + "checksum": "d65cf2ba651431b0b97d52100065668e", + "timestamp": "2020-12-06T01:06:52Z" + }, + { + "version": "6.2012.600.4010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0600.4010.zip", + "checksum": "faac6a38f5b411c594f8ea46164c6b88", + "timestamp": "2020-12-06T00:40:18Z" + }, + { + "version": "6.2012.519.4952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_6.2012.0519.4952.zip", + "checksum": "71321a8081884d3c274490eb0b9eab58", + "timestamp": "2020-12-05T19:50:00Z" + }, + { + "version": "5.2011.2301.505", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2301.0505.zip", + "checksum": "f936715db369d832e5b23b2fd9bdb49a", + "timestamp": "2020-11-23T01:05:13Z" + }, + { + "version": "5.2011.2219.3813", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2219.3813.zip", + "checksum": "1519c0c116864e9f31d5b383ec703426", + "timestamp": "2020-11-22T19:38:21Z" + }, + { + "version": "5.2011.2219.1128", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2219.1128.zip", + "checksum": "5803c20dbbd3a582cd826500b4f644a2", + "timestamp": "2020-11-22T19:11:35Z" + }, + { + "version": "5.2011.2218.3000", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2218.3000.zip", + "checksum": "8f888a422fac48a998fcead624fe30da", + "timestamp": "2020-11-22T18:30:08Z" + }, + { + "version": "5.2011.2217.5555", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2217.5555.zip", + "checksum": "0518cc85cc70f95ecc4a77f2303e0b97", + "timestamp": "2020-11-22T17:56:02Z" + }, + { + "version": "5.2011.2215.5335", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2215.5335.zip", + "checksum": "522d64db8bcb3986dc7dab66a596b9c0", + "timestamp": "2020-11-22T15:53:42Z" + }, + { + "version": "5.2011.2215.18", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2215.0018.zip", + "checksum": "b6434ad1de33a29cc6c617c15c20a9e9", + "timestamp": "2020-11-22T15:00:25Z" + }, + { + "version": "5.2011.2210.2914", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2210.2914.zip", + "checksum": "e9e5b9303bbf982d3204255fa64a9547", + "timestamp": "2020-11-22T10:29:23Z" + }, + { + "version": "5.2011.2208.2059", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2208.2059.zip", + "checksum": "76c247ea3a9f3a7fb7e54ce9e3a2ce74", + "timestamp": "2020-11-22T08:21:06Z" + }, + { + "version": "5.2011.2207.5511", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2207.5511.zip", + "checksum": "d07e366e9f2cd9a525fe93a811bfef7f", + "timestamp": "2020-11-22T07:55:19Z" + }, + { + "version": "5.2011.2207.126", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2207.0126.zip", + "checksum": "8c6daf2e7d2c0b766499377bcea3b644", + "timestamp": "2020-11-22T07:01:33Z" + }, + { + "version": "5.2011.2206.3642", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kodi-sync-queue/kodi-sync-queue_5.2011.2206.3642.zip", + "checksum": "16990a65c5a1fc510fdcf9bec70d32da", + "timestamp": "2020-11-22T06:36:51Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "958aad66-3784-4d2a-b89a-a7b6fab6e25c", + "name": "LDAP Authentication", + "description": "Authenticate your Jellyfin users against an LDAP database, and optionally create users who do not yet exist automatically.\n\nAllows the administrator to customize most aspects of the LDAP authentication process, including customizable search attributes, username attribute, and a search filter for administrative users (set on user creation). The user, via the \"Manual Login\" process, can enter any valid attribute value, which will be mapped back to the specified username attribute automatically as well.\n", + "overview": "Authenticate users against an LDAP database", + "owner": "jellyfin", + "category": "Authentication", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-ldapauth.png", + "versions": [ + { + "version": "14.0.0.0", + "changelog": "### New features and improvements ###\n- Add User Settings Tests (#101) @1337joe\n- Add Settings Tests (#100) @1337joe\n- Changing the LDAP Admin filter can change existing LDAP authenticating users (#96) @jketreno\n- Add 'Enable All Folders' or selected folder list for LDAP user create (#90) @jketreno\n\n### Bug Fixes ###\n- Fix #92 - Re-registering of \"pageshow\" handler (#93) @jketreno", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_14.0.0.0.zip", + "checksum": "30e3659def40a808255af80971478521", + "timestamp": "2022-01-07T21:10:36Z" + }, + { + "version": "11.2106.2121.3454", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.2121.3454.zip", + "checksum": "75aa3ee854ec16bd99395edb33828a33", + "timestamp": "2021-06-21T21:35:06Z" + }, + { + "version": "11.2106.2114.1340", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.2114.1340.zip", + "checksum": "3b27f7239d0aa3379ab11533c53ff973", + "timestamp": "2021-06-21T14:13:49Z" + }, + { + "version": "11.2106.2107.1434", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.2107.1434.zip", + "checksum": "b9826292aa19f59970d78e0dfa12e592", + "timestamp": "2021-06-21T07:14:43Z" + }, + { + "version": "11.2106.1823.944", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1823.0944.zip", + "checksum": "2f156d0761e7b3afb3cf4b54e11e1cf2", + "timestamp": "2021-06-18T23:10:06Z" + }, + { + "version": "11.2106.1815.5531", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1815.5531.zip", + "checksum": "74d9c44970d6b3240990e488bef3718a", + "timestamp": "2021-06-18T15:55:40Z" + }, + { + "version": "11.2106.1810.3418", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1810.3418.zip", + "checksum": "c239673de4d5422a0fbcb2d7872f5281", + "timestamp": "2021-06-18T10:34:34Z" + }, + { + "version": "11.2106.1602.5207", + "changelog": "- Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1602.5207.zip", + "checksum": "1650aa08bba7c82f949984d1c8d6d121", + "timestamp": "2021-06-16T02:52:16Z" + }, + { + "version": "11.2106.1514.3918", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1514.3918.zip", + "checksum": "897ed5664096c1c12d7804f3908d9241", + "timestamp": "2021-06-15T14:39:26Z" + }, + { + "version": "11.2106.1514.1121", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1514.1121.zip", + "checksum": "e80b4d2de917b1d883519586fe48a6ca", + "timestamp": "2021-06-15T14:11:30Z" + }, + { + "version": "11.2106.1504.126", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1504.0126.zip", + "checksum": "2f4ccba01a51a28a048c12e6c7e61f7a", + "timestamp": "2021-06-15T04:01:34Z" + }, + { + "version": "11.2106.1422.2228", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1422.2228.zip", + "checksum": "e0b1a2054133d520ee81b5ea48a33572", + "timestamp": "2021-06-14T22:22:37Z" + }, + { + "version": "11.2106.1421.5912", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1421.5912.zip", + "checksum": "6773a3e48af60dbb40bc27e3a2abb908", + "timestamp": "2021-06-14T21:59:20Z" + }, + { + "version": "11.2106.1417.5619", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1417.5619.zip", + "checksum": "5be3e9fedd2c8b6244645cbaf90f60d8", + "timestamp": "2021-06-14T17:56:27Z" + }, + { + "version": "11.2106.1315.3114", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1315.3114.zip", + "checksum": "f9a8c5cc2577c42604b61ebb3150670c", + "timestamp": "2021-06-13T15:31:23Z" + }, + { + "version": "11.2106.1313.3104", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1313.3104.zip", + "checksum": "27d9e4fff262a3c8efc79cacfbb03507", + "timestamp": "2021-06-13T13:31:13Z" + }, + { + "version": "11.2106.1306.4349", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1306.4349.zip", + "checksum": "3daca1b856aeec4f05b3483c585641d1", + "timestamp": "2021-06-13T06:43:57Z" + }, + { + "version": "11.2106.1306.2117", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1306.2117.zip", + "checksum": "92c671974c6db2b388636cfeed8661ae", + "timestamp": "2021-06-13T06:21:26Z" + }, + { + "version": "11.2106.1215.2729", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1215.2729.zip", + "checksum": "c44d3f51c58358fe56d2074acfcc2606", + "timestamp": "2021-06-12T15:27:39Z" + }, + { + "version": "11.2106.1206.5829", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1206.5829.zip", + "checksum": "547d38148db18d33f83d4f867687910e", + "timestamp": "2021-06-12T06:58:38Z" + }, + { + "version": "11.2106.1206.3641", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1206.3641.zip", + "checksum": "ad65146c4304046c7e09f9b8ffb07467", + "timestamp": "2021-06-12T06:36:50Z" + }, + { + "version": "11.2106.1123.4534", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1123.4534.zip", + "checksum": "6257b616bd21ed7e5fff066a395f0ae0", + "timestamp": "2021-06-11T23:45:42Z" + }, + { + "version": "11.2106.1123.1829", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1123.1829.zip", + "checksum": "34968a5833bba4ec9b90e17bb7888620", + "timestamp": "2021-06-11T23:18:38Z" + }, + { + "version": "11.2106.1122.4812", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1122.4812.zip", + "checksum": "30fc64cd7a592901d99cf30c6d326ea1", + "timestamp": "2021-06-11T22:48:21Z" + }, + { + "version": "11.2106.1114.3651", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1114.3651.zip", + "checksum": "96df218846077d6ffa7e9c470c64cc33", + "timestamp": "2021-06-11T14:37:00Z" + }, + { + "version": "11.2106.1114.735", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1114.0735.zip", + "checksum": "75bb8a5a4312788a53f6513d4a8790d3", + "timestamp": "2021-06-11T14:07:44Z" + }, + { + "version": "11.2106.1113.4443", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1113.4443.zip", + "checksum": "4ed92ebddc9183c5aac5ae2ced82a8e3", + "timestamp": "2021-06-11T13:44:51Z" + }, + { + "version": "11.2106.1113.1150", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1113.1150.zip", + "checksum": "d7070a0a4620319dfe6e81d38fe320f7", + "timestamp": "2021-06-11T13:11:59Z" + }, + { + "version": "11.2106.1112.4906", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1112.4906.zip", + "checksum": "f5d07fa12146e826c7af61c627b4518a", + "timestamp": "2021-06-11T12:49:14Z" + }, + { + "version": "11.2106.1108.2024", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1108.2024.zip", + "checksum": "b2d6f2132843b37f1bf2a7cea9f4350d", + "timestamp": "2021-06-11T08:20:32Z" + }, + { + "version": "11.2106.1106.855", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1106.0855.zip", + "checksum": "dfcd590269e19edbf0bad2e3b076f2e0", + "timestamp": "2021-06-11T06:09:05Z" + }, + { + "version": "11.2106.1105.4533", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1105.4533.zip", + "checksum": "b1cb4d203507d61516a11cd776d1f643", + "timestamp": "2021-06-11T05:45:42Z" + }, + { + "version": "11.2106.1105.1620", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1105.1620.zip", + "checksum": "baf2742956c92b2280e6a7d9341080fd", + "timestamp": "2021-06-11T05:16:29Z" + }, + { + "version": "11.2106.1021.1429", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1021.1429.zip", + "checksum": "528f44c1b228ab22805526f31ac64167", + "timestamp": "2021-06-10T21:14:38Z" + }, + { + "version": "11.2106.1015.1506", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.1015.1506.zip", + "checksum": "04be118e3c4d84ba13ff34e31a7bc502", + "timestamp": "2021-06-10T15:15:15Z" + }, + { + "version": "11.2106.914.5709", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0914.5709.zip", + "checksum": "c4af4b798afdf7c35a9fffaa74a78670", + "timestamp": "2021-06-09T14:57:18Z" + }, + { + "version": "11.2106.913.40", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0913.0040.zip", + "checksum": "d7768c0646f10ab572a2fded96158338", + "timestamp": "2021-06-09T13:00:49Z" + }, + { + "version": "11.2106.908.5025", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0908.5025.zip", + "checksum": "935ae1548a9949249be84e3321d54a33", + "timestamp": "2021-06-09T08:50:34Z" + }, + { + "version": "11.2106.814.2935", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0814.2935.zip", + "checksum": "5f0be3deb9dc5fae385db46127a46f58", + "timestamp": "2021-06-08T14:29:44Z" + }, + { + "version": "11.2106.722.147", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0722.0147.zip", + "checksum": "b780819cd58044aa419c6e12c92269c8", + "timestamp": "2021-06-07T22:01:55Z" + }, + { + "version": "11.2106.721.3332", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0721.3332.zip", + "checksum": "37f8ca7aaea9d65ef08a0bc690d2cd1f", + "timestamp": "2021-06-07T21:33:41Z" + }, + { + "version": "11.2106.714.5209", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0714.5209.zip", + "checksum": "03d353ae88ae95d67236f906ce116696", + "timestamp": "2021-06-07T14:52:17Z" + }, + { + "version": "11.2106.714.2125", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0714.2125.zip", + "checksum": "b6d19a924f903007b3d6e3e639eaf3b0", + "timestamp": "2021-06-07T14:21:32Z" + }, + { + "version": "11.2106.713.5235", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0713.5235.zip", + "checksum": "c834397e12b451d92f3e976e82ff834b", + "timestamp": "2021-06-07T13:52:45Z" + }, + { + "version": "11.2106.708.3953", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0708.3953.zip", + "checksum": "03c8b5c10596f59c3e0de3b6cbb83590", + "timestamp": "2021-06-07T08:40:04Z" + }, + { + "version": "11.2106.708.424", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0708.0424.zip", + "checksum": "664b8e3bcf3bc86aa11eaaaaaf2a06ba", + "timestamp": "2021-06-07T08:04:33Z" + }, + { + "version": "11.2106.618.3722", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0618.3722.zip", + "checksum": "ac2c8076c942f1499bcf2f728a03c951", + "timestamp": "2021-06-06T18:37:31Z" + }, + { + "version": "11.2106.615.4132", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0615.4132.zip", + "checksum": "8940dc9d6bc8de7db59bebb896ebfedd", + "timestamp": "2021-06-06T15:41:41Z" + }, + { + "version": "11.2106.413.246", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0413.0246.zip", + "checksum": "9bdbeba343dd0bb3d3bbf267f00bbefa", + "timestamp": "2021-06-04T13:02:56Z" + }, + { + "version": "11.2106.314.5020", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0314.5020.zip", + "checksum": "60edc7672c4891be29832ce56b52ecdf", + "timestamp": "2021-06-03T14:50:29Z" + }, + { + "version": "11.2106.302.3258", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0302.3258.zip", + "checksum": "2935b99a173fae7b45aba24ec4f8c0f9", + "timestamp": "2021-06-03T02:33:07Z" + }, + { + "version": "11.2106.121.1804", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2106.0121.1804.zip", + "checksum": "34b95459e11afa7b0335f2ab738c6991", + "timestamp": "2021-06-01T21:18:13Z" + }, + { + "version": "11.2105.3023.2518", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.3023.2518.zip", + "checksum": "62f97bd5b934fbccc6a7a373824c1d3a", + "timestamp": "2021-05-30T23:25:27Z" + }, + { + "version": "11.2105.3018.1456", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.3018.1456.zip", + "checksum": "a2c981f08c5507cf8feb33eb27884d8c", + "timestamp": "2021-05-30T18:15:07Z" + }, + { + "version": "11.2105.3008.3626", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.3008.3626.zip", + "checksum": "52be8f12c3a7aea7e0e6c44f7854a16b", + "timestamp": "2021-05-30T08:36:35Z" + }, + { + "version": "11.2105.2711.3809", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2711.3809.zip", + "checksum": "ef3522ac5213383e9fbe6bd2926b09cd", + "timestamp": "2021-05-27T11:38:19Z" + }, + { + "version": "11.2105.2708.4656", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2708.4656.zip", + "checksum": "265fe3f15590ea5a7fdc7b7963ba0f7e", + "timestamp": "2021-05-27T08:47:06Z" + }, + { + "version": "11.2105.2706.1357", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2706.1357.zip", + "checksum": "e728838d1445fbcea05f204de4380f11", + "timestamp": "2021-05-27T06:14:08Z" + }, + { + "version": "11.2105.2705.4626", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2705.4626.zip", + "checksum": "21b307f72588ef68e8348e8f06e614c0", + "timestamp": "2021-05-27T05:46:35Z" + }, + { + "version": "11.2105.2620.3253", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2620.3253.zip", + "checksum": "7a1bde435a3e306505f075699bd6b227", + "timestamp": "2021-05-26T20:33:01Z" + }, + { + "version": "11.2105.2620.1017", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2620.1017.zip", + "checksum": "e6b6885df8a42e285d88e89e91238648", + "timestamp": "2021-05-26T20:10:26Z" + }, + { + "version": "11.2105.2619.4148", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2619.4148.zip", + "checksum": "4dce4e2c4fa764ae0768f0dcd162281b", + "timestamp": "2021-05-26T19:41:56Z" + }, + { + "version": "11.2105.2619.1929", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2619.1929.zip", + "checksum": "0c5fc2299a223691824d260593548f38", + "timestamp": "2021-05-26T19:19:38Z" + }, + { + "version": "11.2105.2617.3556", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2617.3556.zip", + "checksum": "0358dffea8147045b74d23e384fa79b3", + "timestamp": "2021-05-26T17:36:06Z" + }, + { + "version": "11.2105.2615.4127", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2615.4127.zip", + "checksum": "6d0d2df49fd8eb0bb2765df9da44504a", + "timestamp": "2021-05-26T15:41:36Z" + }, + { + "version": "11.2105.2419.29", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2419.0029.zip", + "checksum": "08bfa090ca0f9a07f42c43e06a31d4e3", + "timestamp": "2021-05-24T19:00:38Z" + }, + { + "version": "11.2105.2417.5054", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2417.5054.zip", + "checksum": "2f9579ed2b113e8c06cab75207ecc099", + "timestamp": "2021-05-24T17:51:04Z" + }, + { + "version": "11.2105.2412.1538", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2412.1538.zip", + "checksum": "b6b9f5821e52789c1f61543dd14b06da", + "timestamp": "2021-05-24T12:15:46Z" + }, + { + "version": "11.2105.2407.1948", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2407.1948.zip", + "checksum": "98006d7f03510af4ed465b5038b3827c", + "timestamp": "2021-05-24T07:19:57Z" + }, + { + "version": "11.2105.2406.5257", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2406.5257.zip", + "checksum": "aabf97d91df5e87054d3f0c091066bfc", + "timestamp": "2021-05-24T06:53:08Z" + }, + { + "version": "11.2105.2304.5046", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2304.5046.zip", + "checksum": "d117b4714c330f89fa65ec3110d27d0c", + "timestamp": "2021-05-23T04:50:55Z" + }, + { + "version": "11.2105.2121.4058", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2121.4058.zip", + "checksum": "d778c5da294366de6e0eb0a6919ec38c", + "timestamp": "2021-05-21T21:41:08Z" + }, + { + "version": "11.2105.2118.5440", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2118.5440.zip", + "checksum": "113a1aefdac8a155e31239b35263f6b0", + "timestamp": "2021-05-21T18:54:48Z" + }, + { + "version": "11.2105.2116.3127", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2116.3127.zip", + "checksum": "7f2bc568445bd85861331545a396bf4b", + "timestamp": "2021-05-21T16:31:36Z" + }, + { + "version": "11.2105.2112.5625", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2112.5625.zip", + "checksum": "490e0bb6ab7402d9b9d75be8d8ec566e", + "timestamp": "2021-05-21T12:56:34Z" + }, + { + "version": "11.2105.2112.2354", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2112.2354.zip", + "checksum": "08b5b961fe88fc100517f84c8024fdaf", + "timestamp": "2021-05-21T12:24:03Z" + }, + { + "version": "11.2105.2111.5624", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2111.5624.zip", + "checksum": "54498fa1a0960eb304a774c123010d37", + "timestamp": "2021-05-21T11:56:33Z" + }, + { + "version": "11.2105.2111.2928", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2111.2928.zip", + "checksum": "f8031bb2d6a342031db9af7d3e3bca53", + "timestamp": "2021-05-21T11:29:37Z" + }, + { + "version": "11.2105.2104.5244", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2104.5244.zip", + "checksum": "1fcb0dad2516c12ad153ded8adeaec49", + "timestamp": "2021-05-21T04:52:52Z" + }, + { + "version": "11.2105.2023.5331", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2023.5331.zip", + "checksum": "0ff8fc62a8d0eb2fde4b3322de8fcc42", + "timestamp": "2021-05-20T23:53:40Z" + }, + { + "version": "11.2105.2021.3552", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2021.3552.zip", + "checksum": "4efea09837ec68cbd779d7ff3921e000", + "timestamp": "2021-05-20T21:36:01Z" + }, + { + "version": "11.2105.2021.633", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.2021.0633.zip", + "checksum": "abf7392d563d2099d3d156406c7a95c5", + "timestamp": "2021-05-20T21:06:42Z" + }, + { + "version": "11.2105.1920.5754", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1920.5754.zip", + "checksum": "384db0858fd1c4caf7a159f0c619bc83", + "timestamp": "2021-05-19T20:58:04Z" + }, + { + "version": "11.2105.1821.601", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1821.0601.zip", + "checksum": "be8bc114773afa907b4489ea196bba5a", + "timestamp": "2021-05-18T21:06:11Z" + }, + { + "version": "11.2105.1819.4648", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1819.4648.zip", + "checksum": "10ad0ec8e009247cfdf6629f88f6028e", + "timestamp": "2021-05-18T19:46:57Z" + }, + { + "version": "11.2105.1818.5115", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1818.5115.zip", + "checksum": "9990d45f8135784a79fed5a8c624a578", + "timestamp": "2021-05-18T18:51:23Z" + }, + { + "version": "11.2105.1811.5149", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1811.5149.zip", + "checksum": "014edc5524bbee8ec65d865220bfc508", + "timestamp": "2021-05-18T11:51:58Z" + }, + { + "version": "11.2105.1806.1850", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1806.1850.zip", + "checksum": "1870b39db8af86e5fb083feafa9ef871", + "timestamp": "2021-05-18T06:18:58Z" + }, + { + "version": "11.2105.1722.3112", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1722.3112.zip", + "checksum": "0d9e3f51e55dcfc015842f8df6d8fa0d", + "timestamp": "2021-05-17T22:31:22Z" + }, + { + "version": "11.2105.1717.1024", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1717.1024.zip", + "checksum": "8d54e9d9c7e7d8ba7cb3d1298f70c14f", + "timestamp": "2021-05-17T17:10:34Z" + }, + { + "version": "11.2105.1716.4251", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1716.4251.zip", + "checksum": "4c22abb7125c09828caa063ad804a6cf", + "timestamp": "2021-05-17T16:43:01Z" + }, + { + "version": "11.2105.1619.631", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1619.0631.zip", + "checksum": "4ee8d2aa990678680ac6323c8965b3af", + "timestamp": "2021-05-16T19:06:40Z" + }, + { + "version": "11.2105.1612.2448", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1612.2448.zip", + "checksum": "7c739307e7b94dfda9f5b78945a4dea3", + "timestamp": "2021-05-16T12:24:56Z" + }, + { + "version": "11.2105.1610.5348", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1610.5348.zip", + "checksum": "0802152a40dc897e0be063940b6fdc7e", + "timestamp": "2021-05-16T10:53:57Z" + }, + { + "version": "11.2105.1610.2422", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1610.2422.zip", + "checksum": "f6fef7bd9bc0cdb4867c15c46621caec", + "timestamp": "2021-05-16T10:24:31Z" + }, + { + "version": "11.2105.1521.2302", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1521.2302.zip", + "checksum": "eda367be5050975261bb9f9bac657acf", + "timestamp": "2021-05-15T21:23:11Z" + }, + { + "version": "11.2105.1514.5028", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1514.5028.zip", + "checksum": "0c5ae702896361bd3bece10f347a7360", + "timestamp": "2021-05-15T14:50:37Z" + }, + { + "version": "11.2105.1308.5751", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1308.5751.zip", + "checksum": "2e8556a4b8bf75037c2956d5defb8410", + "timestamp": "2021-05-13T08:58:00Z" + }, + { + "version": "11.2105.1114.1745", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1114.1745.zip", + "checksum": "bdcf9a97e104f52a798f6e47913405b3", + "timestamp": "2021-05-11T14:17:53Z" + }, + { + "version": "11.2105.1113.4537", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1113.4537.zip", + "checksum": "d0d8da3987fe5da39d93b2e13ca6ec5b", + "timestamp": "2021-05-11T13:45:46Z" + }, + { + "version": "11.2105.1113.1813", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1113.1813.zip", + "checksum": "fd8b238a6a60dfaa76af264daa3bc705", + "timestamp": "2021-05-11T13:18:21Z" + }, + { + "version": "11.2105.1112.4954", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1112.4954.zip", + "checksum": "ea3a24ea95c41f53220285979c18305f", + "timestamp": "2021-05-11T12:50:02Z" + }, + { + "version": "11.2105.1112.2157", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1112.2157.zip", + "checksum": "879cd64ac6c8336940a35fbb60473ba2", + "timestamp": "2021-05-11T12:22:07Z" + }, + { + "version": "11.2105.1022.3215", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1022.3215.zip", + "checksum": "72023332f2579f3cd26eec2aa9f64717", + "timestamp": "2021-05-10T22:32:25Z" + }, + { + "version": "11.2105.1021.5851", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1021.5851.zip", + "checksum": "9df1b140ce23ce912382e5db4732650b", + "timestamp": "2021-05-10T21:59:00Z" + }, + { + "version": "11.2105.1021.2546", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1021.2546.zip", + "checksum": "b73838b098ff7b23e9eaa3e8ba0a588d", + "timestamp": "2021-05-10T21:25:55Z" + }, + { + "version": "11.2105.1020.5541", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1020.5541.zip", + "checksum": "39868854c9cc4a7b2832df0e7745cb8e", + "timestamp": "2021-05-10T20:55:51Z" + }, + { + "version": "11.2105.1015.5622", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.1015.5622.zip", + "checksum": "e034cb0bac06a6953755ec6dc04531c3", + "timestamp": "2021-05-10T15:56:31Z" + }, + { + "version": "11.2105.720.3341", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0720.3341.zip", + "checksum": "d7bbc570d7dc8525c2ef9f8e90b12d24", + "timestamp": "2021-05-07T20:33:57Z" + }, + { + "version": "11.2105.713.4309", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0713.4309.zip", + "checksum": "50b79813fd08666c343ff27cda8012c6", + "timestamp": "2021-05-07T13:43:18Z" + }, + { + "version": "11.2105.712.3512", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0712.3512.zip", + "checksum": "5fafb75046ce51077d68190e15159631", + "timestamp": "2021-05-07T12:35:22Z" + }, + { + "version": "11.2105.706.1728", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0706.1728.zip", + "checksum": "fea6387d98ae00bdb8121ea7f39f023b", + "timestamp": "2021-05-07T06:17:36Z" + }, + { + "version": "11.2105.622.44", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0622.0044.zip", + "checksum": "943bfd89371c56f7df73c342a55cbddd", + "timestamp": "2021-05-06T22:00:54Z" + }, + { + "version": "11.2105.621.3256", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0621.3256.zip", + "checksum": "cbd8c9f87e5d29157d0cb4c0987444d3", + "timestamp": "2021-05-06T21:33:06Z" + }, + { + "version": "11.2105.616.511", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0616.0511.zip", + "checksum": "f2ad2f6d2101b2da688657a6088d1ad9", + "timestamp": "2021-05-06T16:05:21Z" + }, + { + "version": "11.2105.615.3644", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0615.3644.zip", + "checksum": "8ae0979c49af136559a1a3a2e2a1eef3", + "timestamp": "2021-05-06T15:36:53Z" + }, + { + "version": "11.2105.517.4710", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0517.4710.zip", + "checksum": "5d747018fa8638b10d6147e84cd76c6b", + "timestamp": "2021-05-05T17:47:19Z" + }, + { + "version": "11.2105.515.4642", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0515.4642.zip", + "checksum": "5e34c1bf09b2bd1c02dec09af3bd61e8", + "timestamp": "2021-05-05T15:46:50Z" + }, + { + "version": "11.2105.512.5217", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0512.5217.zip", + "checksum": "c4057ee40ec8209093bec9075dd5b6f6", + "timestamp": "2021-05-05T12:52:26Z" + }, + { + "version": "11.2105.512.2329", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0512.2329.zip", + "checksum": "82a810779281307198d1c916a091dbb7", + "timestamp": "2021-05-05T12:23:37Z" + }, + { + "version": "11.2105.511.5429", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0511.5429.zip", + "checksum": "89796b74c07af35956227b034873e247", + "timestamp": "2021-05-05T11:54:38Z" + }, + { + "version": "11.2105.508.137", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0508.0137.zip", + "checksum": "6351019136b4cd2fb3d7fca9ff09e8f3", + "timestamp": "2021-05-05T08:01:45Z" + }, + { + "version": "11.2105.504.4743", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0504.4743.zip", + "checksum": "0746f72b568c92ed312004c8a4dd6d2c", + "timestamp": "2021-05-05T04:47:51Z" + }, + { + "version": "11.2105.504.2031", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0504.2031.zip", + "checksum": "dbed97572ae2660f4358e2da4140c6f7", + "timestamp": "2021-05-05T04:20:40Z" + }, + { + "version": "11.2105.502.2731", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0502.2731.zip", + "checksum": "17de539d6a9d600033c8ab2e8fab1aa6", + "timestamp": "2021-05-05T02:27:42Z" + }, + { + "version": "11.2105.501.4307", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0501.4307.zip", + "checksum": "0cf629e103aeae9a9944e040bcc9ca99", + "timestamp": "2021-05-05T01:43:16Z" + }, + { + "version": "11.2105.423.555", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0423.0555.zip", + "checksum": "a52bdcb716430d290a890057edb7aef7", + "timestamp": "2021-05-04T23:06:06Z" + }, + { + "version": "11.2105.418.1506", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0418.1506.zip", + "checksum": "f5b2b90727dc803383a6826e0abc4ea2", + "timestamp": "2021-05-04T18:15:16Z" + }, + { + "version": "11.2105.417.3750", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0417.3750.zip", + "checksum": "2e260c20626d71bce075afcdc7b40df4", + "timestamp": "2021-05-04T17:37:58Z" + }, + { + "version": "11.2105.416.1230", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0416.1230.zip", + "checksum": "1c28edd514713a90725e3df184faabd3", + "timestamp": "2021-05-04T16:12:39Z" + }, + { + "version": "11.2105.415.4945", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0415.4945.zip", + "checksum": "34e0cb1a692dbca63b9fbf5eb92b653d", + "timestamp": "2021-05-04T15:49:53Z" + }, + { + "version": "11.2105.415.2741", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0415.2741.zip", + "checksum": "dc20e401ea4e78f9d8fbc8d51a537b55", + "timestamp": "2021-05-04T15:27:49Z" + }, + { + "version": "11.2105.409.4954", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0409.4954.zip", + "checksum": "243aa22dfc330dba2e5a6d6cc7969185", + "timestamp": "2021-05-04T09:50:04Z" + }, + { + "version": "11.2105.409.2004", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0409.2004.zip", + "checksum": "9dba9d030fcf5bc1c2acdd839776c934", + "timestamp": "2021-05-04T09:20:13Z" + }, + { + "version": "11.2105.405.3403", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0405.3403.zip", + "checksum": "a7d8618ec3bdb4f9ce2d99701ae9de8f", + "timestamp": "2021-05-04T05:34:13Z" + }, + { + "version": "11.2105.405.1132", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0405.1132.zip", + "checksum": "ce57765a4df1f982a5f606c663b06424", + "timestamp": "2021-05-04T05:11:40Z" + }, + { + "version": "11.2105.322.3035", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0322.3035.zip", + "checksum": "e39c0c0442fc34af262bf277005c934d", + "timestamp": "2021-05-03T22:30:44Z" + }, + { + "version": "11.2105.322.832", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0322.0832.zip", + "checksum": "7f67bafd43b8122efe3762030f115ccc", + "timestamp": "2021-05-03T22:08:40Z" + }, + { + "version": "11.2105.315.5516", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0315.5516.zip", + "checksum": "adec3537ffab6499d1effe0cc190083d", + "timestamp": "2021-05-03T15:55:26Z" + }, + { + "version": "11.2105.308.1534", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0308.1534.zip", + "checksum": "d66039423fe71811748d2d1ad2aa8d0d", + "timestamp": "2021-05-03T08:15:43Z" + }, + { + "version": "11.2105.221.1906", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0221.1906.zip", + "checksum": "ab5e481294bb05c16b90b31e1342bb26", + "timestamp": "2021-05-02T21:19:14Z" + }, + { + "version": "11.2105.219.4409", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0219.4409.zip", + "checksum": "693e36f86c37308b9b3be0d022ee2695", + "timestamp": "2021-05-02T19:44:18Z" + }, + { + "version": "11.2105.216.1137", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0216.1137.zip", + "checksum": "022c64b50ad54ed9b1e67cae3fdf0e03", + "timestamp": "2021-05-02T16:11:46Z" + }, + { + "version": "11.2105.209.5825", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0209.5825.zip", + "checksum": "8d7579139ec224f7f576f7b7fb102873", + "timestamp": "2021-05-02T09:58:35Z" + }, + { + "version": "11.2105.123.704", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0123.0704.zip", + "checksum": "5be688eb5cbf71d9f4b800da17d5cb13", + "timestamp": "2021-05-01T23:07:13Z" + }, + { + "version": "11.2105.116.3253", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0116.3253.zip", + "checksum": "fa67d799be58f15a13eec9a4a9db1764", + "timestamp": "2021-05-01T16:33:02Z" + }, + { + "version": "11.2105.116.612", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2105.0116.0612.zip", + "checksum": "d71ff417296beac9c17f5faad43fe507", + "timestamp": "2021-05-01T16:06:20Z" + }, + { + "version": "11.2104.3019.1005", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.3019.1005.zip", + "checksum": "8944c49697e72e327cab91df1b89d11e", + "timestamp": "2021-04-30T19:10:14Z" + }, + { + "version": "11.2104.3011.1226", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.3011.1226.zip", + "checksum": "6b6e27f438361808dccd9ae35b07a8c0", + "timestamp": "2021-04-30T11:12:37Z" + }, + { + "version": "11.2104.3008.5719", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.3008.5719.zip", + "checksum": "436db3c33e1783b35a325a90cf1c9730", + "timestamp": "2021-04-30T08:57:28Z" + }, + { + "version": "11.2104.2920.628", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2920.0628.zip", + "checksum": "86950940c65ccbfc3231dcf2d7812291", + "timestamp": "2021-04-29T20:06:35Z" + }, + { + "version": "11.2104.2919.3821", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2919.3821.zip", + "checksum": "934681443867d03a085796df9639d253", + "timestamp": "2021-04-29T19:38:30Z" + }, + { + "version": "11.2104.2912.4515", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2912.4515.zip", + "checksum": "62b2eef893677aff0f657fdcd87f209a", + "timestamp": "2021-04-29T12:45:24Z" + }, + { + "version": "11.2104.2714.4701", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2714.4701.zip", + "checksum": "15465136a7ef8407e9bd7c9025859216", + "timestamp": "2021-04-27T14:47:11Z" + }, + { + "version": "11.2104.2714.920", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2714.0920.zip", + "checksum": "692476a6f61948bce4114f399a79e3f6", + "timestamp": "2021-04-27T14:09:29Z" + }, + { + "version": "11.2104.2622.3855", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2622.3855.zip", + "checksum": "0355307ed223cd9a6654649a5c4fd2cd", + "timestamp": "2021-04-26T22:39:04Z" + }, + { + "version": "11.2104.2622.1103", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2622.1103.zip", + "checksum": "1229db0a0ced6428e806c656f5bfb7a0", + "timestamp": "2021-04-26T22:11:11Z" + }, + { + "version": "11.2104.2615.724", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2615.0724.zip", + "checksum": "f2f4c399392e65bab3dade3e61ebb9ab", + "timestamp": "2021-04-26T15:07:32Z" + }, + { + "version": "11.2104.2614.809", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2614.0809.zip", + "checksum": "67f48984220440dfbff88251ba4728da", + "timestamp": "2021-04-26T14:08:19Z" + }, + { + "version": "11.2104.2517.5823", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2517.5823.zip", + "checksum": "46b8f1af3a580eb9b5aafc3a73fde9fc", + "timestamp": "2021-04-25T17:58:33Z" + }, + { + "version": "11.2104.2517.4438", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2517.4438.zip", + "checksum": "ba856e56ef9c69389a0356efd19b9b23", + "timestamp": "2021-04-25T17:44:51Z" + }, + { + "version": "11.2104.2517.1645", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2517.1645.zip", + "checksum": "7d67bbbdb04a23835c279524c212f9a0", + "timestamp": "2021-04-25T17:16:53Z" + }, + { + "version": "11.2104.2516.1945", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2516.1945.zip", + "checksum": "7ae11493b79f7b40cb0b6406cf8d90a6", + "timestamp": "2021-04-25T16:19:53Z" + }, + { + "version": "11.2104.2515.5218", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2515.5218.zip", + "checksum": "cdd70f6cfb32bb1785aa31c4eae1835e", + "timestamp": "2021-04-25T15:52:26Z" + }, + { + "version": "11.2104.2420.5025", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2420.5025.zip", + "checksum": "6146d356a6e0c07d526f105d068251a1", + "timestamp": "2021-04-24T20:50:34Z" + }, + { + "version": "11.2104.2414.2353", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2414.2353.zip", + "checksum": "c621c3707b1758f02799dab954157cf4", + "timestamp": "2021-04-24T14:24:03Z" + }, + { + "version": "11.2104.2308.4336", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2308.4336.zip", + "checksum": "5131db3cb1a8386168a2786e16adf9c2", + "timestamp": "2021-04-23T08:43:45Z" + }, + { + "version": "11.2104.2215.3058", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2215.3058.zip", + "checksum": "45dca5d0f9792dedbca2edac2acc867f", + "timestamp": "2021-04-22T15:31:09Z" + }, + { + "version": "11.2104.2215.333", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2215.0333.zip", + "checksum": "271ad4f445db75f7d2a2d4b18985385f", + "timestamp": "2021-04-22T15:03:41Z" + }, + { + "version": "11.2104.2118.3115", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2118.3115.zip", + "checksum": "c7c43cd86ab28e437d6ae2b775b758ae", + "timestamp": "2021-04-21T18:31:23Z" + }, + { + "version": "11.2104.2114.4259", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2114.4259.zip", + "checksum": "febe05e12b8851c30345320c504070be", + "timestamp": "2021-04-21T14:43:09Z" + }, + { + "version": "11.2104.2114.1532", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2114.1532.zip", + "checksum": "8976f8450ca9727fbfc46eed57f28082", + "timestamp": "2021-04-21T14:15:40Z" + }, + { + "version": "11.2104.2112.4505", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2112.4505.zip", + "checksum": "8ba85eb4613c4b1bc05339ad2c80a389", + "timestamp": "2021-04-21T12:45:14Z" + }, + { + "version": "11.2104.2112.1722", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2112.1722.zip", + "checksum": "359cd3e12d1cfce21c478cc770e703db", + "timestamp": "2021-04-21T12:17:31Z" + }, + { + "version": "11.2104.2011.5501", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.2011.5501.zip", + "checksum": "c98e5617f254bb606d119bcf967a4221", + "timestamp": "2021-04-20T11:55:11Z" + }, + { + "version": "11.2104.1918.5432", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1918.5432.zip", + "checksum": "eae93befb69c45e0ead109920ecdbd24", + "timestamp": "2021-04-19T18:54:40Z" + }, + { + "version": "11.2104.1913.4308", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1913.4308.zip", + "checksum": "cfa1e01017dd1afc262ac2aef0ab2a72", + "timestamp": "2021-04-19T13:43:18Z" + }, + { + "version": "11.2104.1913.1051", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1913.1051.zip", + "checksum": "050b4716b35ba6af59a6bcff351d1efb", + "timestamp": "2021-04-19T13:10:59Z" + }, + { + "version": "11.2104.1912.4101", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1912.4101.zip", + "checksum": "339eea7e237685f775742b92e1b184a3", + "timestamp": "2021-04-19T12:41:11Z" + }, + { + "version": "11.2104.1906.5542", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1906.5542.zip", + "checksum": "b772f3f1c1149b331fd9e72acfcf6ff3", + "timestamp": "2021-04-19T06:55:50Z" + }, + { + "version": "11.2104.1804.5020", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1804.5020.zip", + "checksum": "eb0825aca51bed4acf66a0f0fafa7911", + "timestamp": "2021-04-18T04:50:29Z" + }, + { + "version": "11.2104.1713.1638", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1713.1638.zip", + "checksum": "21a566dab53018a3962c7bf6963bcfd9", + "timestamp": "2021-04-17T13:16:47Z" + }, + { + "version": "11.2104.1514.508", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1514.0508.zip", + "checksum": "a5b59d649b1b6ccdf11c8064f5c2d8e9", + "timestamp": "2021-04-15T14:05:17Z" + }, + { + "version": "11.2104.1421.1308", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1421.1308.zip", + "checksum": "413c243fb8d330d6df70f996c52628e2", + "timestamp": "2021-04-14T21:13:19Z" + }, + { + "version": "11.2104.1418.2207", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1418.2207.zip", + "checksum": "1e6e6f2dd5e90a04af579d44fecc8579", + "timestamp": "2021-04-14T18:22:15Z" + }, + { + "version": "11.2104.1416.4827", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1416.4827.zip", + "checksum": "98375e77a177d1468c2a48715c74b8d1", + "timestamp": "2021-04-14T16:48:35Z" + }, + { + "version": "11.2104.1414.3413", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1414.3413.zip", + "checksum": "3fee654914f4cffbc469d7e1ea57fc3b", + "timestamp": "2021-04-14T14:34:21Z" + }, + { + "version": "11.2104.1414.637", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1414.0637.zip", + "checksum": "0703c4e31ff406a05a322986e1a66e8e", + "timestamp": "2021-04-14T14:06:46Z" + }, + { + "version": "11.2104.1413.2247", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1413.2247.zip", + "checksum": "96610454b49efd73416806c51f2f89e8", + "timestamp": "2021-04-14T13:22:56Z" + }, + { + "version": "11.2104.1409.5107", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1409.5107.zip", + "checksum": "a313de27fc58ef6cd903e4212f5bdde2", + "timestamp": "2021-04-14T09:51:16Z" + }, + { + "version": "11.2104.1317.4245", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1317.4245.zip", + "checksum": "dbba08c3acbef8aa7dd27794077c1cf2", + "timestamp": "2021-04-13T17:42:53Z" + }, + { + "version": "11.2104.1315.352", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1315.0352.zip", + "checksum": "fb0869d7a7ae701feab5d23a74ea3b86", + "timestamp": "2021-04-13T15:04:01Z" + }, + { + "version": "11.2104.1314.3914", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1314.3914.zip", + "checksum": "5cbe295a9ba26df056f50be025d2460b", + "timestamp": "2021-04-13T14:39:23Z" + }, + { + "version": "11.2104.1314.1226", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1314.1226.zip", + "checksum": "a3685bc55741060d58a84f44ccb864f3", + "timestamp": "2021-04-13T14:12:37Z" + }, + { + "version": "11.2104.1313.1615", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1313.1615.zip", + "checksum": "cd65f8b98eb2e5878911e51467f35177", + "timestamp": "2021-04-13T13:16:24Z" + }, + { + "version": "11.2104.1309.5027", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1309.5027.zip", + "checksum": "bbc68417e1364ba9bf7bd58aaaa65afe", + "timestamp": "2021-04-13T09:50:35Z" + }, + { + "version": "11.2104.1221.723", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1221.0723.zip", + "checksum": "545c5c1440d436c6bd7628b769067289", + "timestamp": "2021-04-12T21:07:32Z" + }, + { + "version": "11.2104.1218.1942", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1218.1942.zip", + "checksum": "b59efb7aa3847238439a8432ac308fcf", + "timestamp": "2021-04-12T18:19:51Z" + }, + { + "version": "11.2104.1214.4128", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1214.4128.zip", + "checksum": "fbfe71cc3c33b4feed7e408248a95c44", + "timestamp": "2021-04-12T14:41:35Z" + }, + { + "version": "11.2104.1214.1321", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1214.1321.zip", + "checksum": "859926e277ae2ee85daaa8df9d8f77e3", + "timestamp": "2021-04-12T14:13:30Z" + }, + { + "version": "11.2104.1209.2032", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1209.2032.zip", + "checksum": "2fb278f0b34e3602473b69bdf91d47b7", + "timestamp": "2021-04-12T09:20:40Z" + }, + { + "version": "11.2104.1121.5538", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1121.5538.zip", + "checksum": "b4e33b72cda08443a9979d4ad22942f5", + "timestamp": "2021-04-11T21:55:46Z" + }, + { + "version": "11.2104.1118.2016", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1118.2016.zip", + "checksum": "31f50d7cfe4b9bfc0bf327c2dfe4a5fe", + "timestamp": "2021-04-11T18:20:24Z" + }, + { + "version": "11.2104.1117.5305", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1117.5305.zip", + "checksum": "d506662088c79dd08755a53bef177f14", + "timestamp": "2021-04-11T17:53:16Z" + }, + { + "version": "11.2104.1116.4927", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1116.4927.zip", + "checksum": "ee9898e56f207e4002232f36df9b04af", + "timestamp": "2021-04-11T16:49:36Z" + }, + { + "version": "11.2104.1116.2119", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1116.2119.zip", + "checksum": "6368d8a891a8c91b337de83c5c893db5", + "timestamp": "2021-04-11T16:21:28Z" + }, + { + "version": "11.2104.1112.3309", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1112.3309.zip", + "checksum": "8368704647bef20ee13e7c11552965d8", + "timestamp": "2021-04-11T12:33:20Z" + }, + { + "version": "11.2104.1112.522", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1112.0522.zip", + "checksum": "2df81edb21ec0659b8e0e7c585b36e0e", + "timestamp": "2021-04-11T12:05:31Z" + }, + { + "version": "11.2104.1023.3245", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1023.3245.zip", + "checksum": "997059b83c0deef96f8f05297f839ebc", + "timestamp": "2021-04-10T23:32:53Z" + }, + { + "version": "11.2104.1023.541", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1023.0541.zip", + "checksum": "77e94bc71d3c14ef09d4db7c9f798247", + "timestamp": "2021-04-10T23:05:49Z" + }, + { + "version": "11.2104.1022.134", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1022.0134.zip", + "checksum": "106ee9c311d3aafdaab50d2520f87322", + "timestamp": "2021-04-10T22:01:43Z" + }, + { + "version": "11.2104.1021.3447", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1021.3447.zip", + "checksum": "667ca418a2dadb4bd13cb1c93b5b4682", + "timestamp": "2021-04-10T21:34:55Z" + }, + { + "version": "11.2104.1020.1439", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1020.1439.zip", + "checksum": "0778ea2a6affcc814f965efded25eacb", + "timestamp": "2021-04-10T20:14:48Z" + }, + { + "version": "11.2104.1019.5319", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1019.5319.zip", + "checksum": "34e2dfb3137e87ab0cb63743b131a3a8", + "timestamp": "2021-04-10T19:53:27Z" + }, + { + "version": "11.2104.1017.4913", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1017.4913.zip", + "checksum": "19cf8605e899fcc387e87271c04ce814", + "timestamp": "2021-04-10T17:49:21Z" + }, + { + "version": "11.2104.1015.4232", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1015.4232.zip", + "checksum": "999e0a3f8df4c06c22f7904feef33d89", + "timestamp": "2021-04-10T15:42:41Z" + }, + { + "version": "11.2104.1001.2248", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1001.2248.zip", + "checksum": "5bf8b57eecd3eb3e5644f331120c9101", + "timestamp": "2021-04-10T01:22:56Z" + }, + { + "version": "11.2104.1000.453", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.1000.0453.zip", + "checksum": "f9d76dd20ca467b237be306f230ebbfe", + "timestamp": "2021-04-10T00:05:02Z" + }, + { + "version": "11.2104.922.229", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0922.0229.zip", + "checksum": "0d5b5a6532fe549f2bcf26075f11f853", + "timestamp": "2021-04-09T22:02:36Z" + }, + { + "version": "11.2104.921.3340", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0921.3340.zip", + "checksum": "423a6966879ac1171e410f744073526c", + "timestamp": "2021-04-09T21:33:49Z" + }, + { + "version": "11.2104.911.652", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0911.0652.zip", + "checksum": "19af0dd360235da25db3a17492ceee22", + "timestamp": "2021-04-09T11:07:00Z" + }, + { + "version": "11.2104.910.3815", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0910.3815.zip", + "checksum": "ea347bc1b591b5d8f86b803f8e76d554", + "timestamp": "2021-04-09T10:38:23Z" + }, + { + "version": "11.2104.821.5834", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0821.5834.zip", + "checksum": "0a0b0f155c42c9643f7554caa582eb0f", + "timestamp": "2021-04-08T21:58:42Z" + }, + { + "version": "11.2104.816.4137", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0816.4137.zip", + "checksum": "0a1242ab2d492e741a0d173153978fbb", + "timestamp": "2021-04-08T16:41:45Z" + }, + { + "version": "11.2104.812.5114", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0812.5114.zip", + "checksum": "dc0657766584bc9126313c21e6456d13", + "timestamp": "2021-04-08T12:51:22Z" + }, + { + "version": "11.2104.811.4008", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0811.4008.zip", + "checksum": "682116827013e7ed9664436eb0cfb5cc", + "timestamp": "2021-04-08T11:40:17Z" + }, + { + "version": "11.2104.723.3018", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0723.3018.zip", + "checksum": "f16b61e16168fe7c26d0d3b25b1b6cbe", + "timestamp": "2021-04-07T23:30:27Z" + }, + { + "version": "11.2104.722.5520", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0722.5520.zip", + "checksum": "9bd37e2f2562a25b156afd8dc87318e9", + "timestamp": "2021-04-07T22:55:29Z" + }, + { + "version": "11.2104.721.5124", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0721.5124.zip", + "checksum": "22ab1de3be58904a90101005ca43a79d", + "timestamp": "2021-04-07T21:51:33Z" + }, + { + "version": "11.2104.721.1142", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0721.1142.zip", + "checksum": "db606967b42adbbf7c9bf4bfb29e4031", + "timestamp": "2021-04-07T21:11:50Z" + }, + { + "version": "11.2104.717.2804", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0717.2804.zip", + "checksum": "79477e9fa0561364bc85bcb7dd0eebb0", + "timestamp": "2021-04-07T17:28:13Z" + }, + { + "version": "11.2104.716.5505", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0716.5505.zip", + "checksum": "a00631711ee80c0a63805d5c6bd78ac1", + "timestamp": "2021-04-07T16:55:14Z" + }, + { + "version": "11.2104.713.2802", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0713.2802.zip", + "checksum": "3a9135eb13e7f00f8919bc3ea10e6df6", + "timestamp": "2021-04-07T13:28:10Z" + }, + { + "version": "11.2104.713.53", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0713.0053.zip", + "checksum": "41713f2b0395c8edfb1f4cb1ef7dc027", + "timestamp": "2021-04-07T13:01:02Z" + }, + { + "version": "11.2104.619.1700", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0619.1700.zip", + "checksum": "c94e784aa0ccebed187c4aa79d718eb2", + "timestamp": "2021-04-06T19:17:08Z" + }, + { + "version": "11.2104.515.5519", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0515.5519.zip", + "checksum": "8008daca9d65f50ea48d720a92308b36", + "timestamp": "2021-04-05T15:55:27Z" + }, + { + "version": "11.2104.512.1623", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0512.1623.zip", + "checksum": "fcca78920d693f4ba815974be23b898b", + "timestamp": "2021-04-05T12:16:31Z" + }, + { + "version": "11.2104.506.5944", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0506.5944.zip", + "checksum": "7dda27f9c59c75f511444d346b1397c1", + "timestamp": "2021-04-05T06:59:54Z" + }, + { + "version": "11.2104.415.4002", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0415.4002.zip", + "checksum": "6869833a35cfde0aeb3668a3097b082a", + "timestamp": "2021-04-04T15:40:10Z" + }, + { + "version": "11.2104.411.4454", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0411.4454.zip", + "checksum": "edea8f300e382a9c0131aa2cceb18e1f", + "timestamp": "2021-04-04T11:45:02Z" + }, + { + "version": "11.2104.322.1826", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0322.1826.zip", + "checksum": "c6102001279a92e0aa330d1b88de88d9", + "timestamp": "2021-04-03T22:18:34Z" + }, + { + "version": "11.2104.317.5221", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0317.5221.zip", + "checksum": "52ccf576dfdaffa8e316fd4804754e25", + "timestamp": "2021-04-03T17:52:29Z" + }, + { + "version": "11.2104.300.2546", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0300.2546.zip", + "checksum": "83e929069693910ad3e833b33b1ef9c3", + "timestamp": "2021-04-03T00:25:55Z" + }, + { + "version": "11.2104.223.2150", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0223.2150.zip", + "checksum": "32986c25d04ae3d21d37348bcdc6227c", + "timestamp": "2021-04-02T23:21:58Z" + }, + { + "version": "11.2104.222.5529", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0222.5529.zip", + "checksum": "ef7b363057e963b13521ddf4acb075b3", + "timestamp": "2021-04-02T22:55:37Z" + }, + { + "version": "11.2104.215.332", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0215.0332.zip", + "checksum": "3975a995ca339fae8305ceafe3287206", + "timestamp": "2021-04-02T15:03:40Z" + }, + { + "version": "11.2104.117.4641", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0117.4641.zip", + "checksum": "02bca160cbdb862d373450f8132f301f", + "timestamp": "2021-04-01T17:46:49Z" + }, + { + "version": "11.2104.116.3039", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0116.3039.zip", + "checksum": "2b1b350c2509ff4efb91a2a8f58ebe90", + "timestamp": "2021-04-01T16:30:48Z" + }, + { + "version": "11.2104.116.352", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2104.0116.0352.zip", + "checksum": "293f29f88df9d8e894f275fa8c05aa25", + "timestamp": "2021-04-01T16:04:00Z" + }, + { + "version": "11.2103.3014.138", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.3014.0138.zip", + "checksum": "6152da5a4860fdc29608eec60ed05776", + "timestamp": "2021-03-30T14:01:47Z" + }, + { + "version": "11.2103.2716.5153", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2716.5153.zip", + "checksum": "fd9e59ffeb12165913a8a68309325b78", + "timestamp": "2021-03-27T16:52:02Z" + }, + { + "version": "11.2103.2708.5211", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2708.5211.zip", + "checksum": "3cdeb969e9605507a5289e4c99434e3b", + "timestamp": "2021-03-27T08:52:20Z" + }, + { + "version": "11.2103.2700.3127", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2700.3127.zip", + "checksum": "05a2860044b342afea9012e0994d52ea", + "timestamp": "2021-03-27T00:31:34Z" + }, + { + "version": "11.2103.2700.252", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2700.0252.zip", + "checksum": "f83eeffe4f896248443219a2e692b9df", + "timestamp": "2021-03-27T00:03:00Z" + }, + { + "version": "11.2103.2612.327", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2612.0327.zip", + "checksum": "295e5560a5fcfe0e97de2b2a880fb372", + "timestamp": "2021-03-26T12:03:36Z" + }, + { + "version": "11.2103.2611.3848", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2611.3848.zip", + "checksum": "2a6011082de189c1dcc2aa2d84006d92", + "timestamp": "2021-03-26T11:38:56Z" + }, + { + "version": "11.2103.2523.2227", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2523.2227.zip", + "checksum": "617a17eb5ac02baeba5905723e17a4bf", + "timestamp": "2021-03-25T23:22:36Z" + }, + { + "version": "11.2103.2516.5547", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2516.5547.zip", + "checksum": "5650e79d335dc42d2e6df84e44b544f8", + "timestamp": "2021-03-25T16:55:55Z" + }, + { + "version": "11.2103.2516.2622", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2516.2622.zip", + "checksum": "ff3fb5f6269159aa801a247ced684f32", + "timestamp": "2021-03-25T16:26:31Z" + }, + { + "version": "11.2103.2502.35", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2502.0035.zip", + "checksum": "a30324459f38890aa10ee0f5ec47171d", + "timestamp": "2021-03-25T02:00:42Z" + }, + { + "version": "11.2103.2501.3201", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2501.3201.zip", + "checksum": "ee18532c1d2957b3468c00b9cebae741", + "timestamp": "2021-03-25T01:32:09Z" + }, + { + "version": "11.2103.2500.3640", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2500.3640.zip", + "checksum": "3dd96f84185e06f6f4189cbde5659325", + "timestamp": "2021-03-25T00:36:49Z" + }, + { + "version": "11.2103.2422.3116", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2422.3116.zip", + "checksum": "60106290c6f4acecf3eee260e4f0d581", + "timestamp": "2021-03-24T22:31:24Z" + }, + { + "version": "11.2103.2314.4258", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2314.4258.zip", + "checksum": "935cd648bfc32b4fef4179e6a6b51aa7", + "timestamp": "2021-03-23T14:43:06Z" + }, + { + "version": "11.2103.2306.3637", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2306.3637.zip", + "checksum": "e24d460cb8318147837fbcb02a24d973", + "timestamp": "2021-03-23T06:36:46Z" + }, + { + "version": "11.2103.2305.512", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2305.0512.zip", + "checksum": "e96ad165dadd45df8c5dce95a217c9e1", + "timestamp": "2021-03-23T05:05:21Z" + }, + { + "version": "11.2103.2301.2613", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2301.2613.zip", + "checksum": "59f542ff0b01f80d765bf5b346ed592b", + "timestamp": "2021-03-23T01:26:22Z" + }, + { + "version": "11.2103.2222.2605", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2222.2605.zip", + "checksum": "fdcc1a873b01add417aa083b33bd830b", + "timestamp": "2021-03-22T22:26:14Z" + }, + { + "version": "11.2103.2219.435", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2219.0435.zip", + "checksum": "cb40e2bfdab780c367d5d4c352bfff9a", + "timestamp": "2021-03-22T19:04:43Z" + }, + { + "version": "11.2103.2218.4047", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2218.4047.zip", + "checksum": "77e14a59931adbc03231122558eb49a1", + "timestamp": "2021-03-22T18:41:00Z" + }, + { + "version": "11.2103.2218.902", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2218.0902.zip", + "checksum": "97ac1150457a98b8c5f6c88c286b1b10", + "timestamp": "2021-03-22T18:09:10Z" + }, + { + "version": "11.2103.2217.2434", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2217.2434.zip", + "checksum": "0c31bd342faa058ebb0b1a91dfa58b28", + "timestamp": "2021-03-22T17:24:42Z" + }, + { + "version": "11.2103.2123.3337", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2123.3337.zip", + "checksum": "54f1097b01d42e595f1310c732b7e5c1", + "timestamp": "2021-03-21T23:33:53Z" + }, + { + "version": "11.2103.2119.3952", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2119.3952.zip", + "checksum": "969cb7949501a759e669162c27fe2c57", + "timestamp": "2021-03-21T19:40:00Z" + }, + { + "version": "11.2103.2114.2738", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2114.2738.zip", + "checksum": "8e93f6b3be8f0bb3b44436a11d9913b3", + "timestamp": "2021-03-21T14:27:46Z" + }, + { + "version": "11.2103.2001.1712", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2001.1712.zip", + "checksum": "7d31b79222cc8b968b41cb624d834685", + "timestamp": "2021-03-20T01:17:20Z" + }, + { + "version": "11.2103.2000.1511", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.2000.1511.zip", + "checksum": "f69a4712f20460fe67e4aaf78c2648f2", + "timestamp": "2021-03-20T00:15:20Z" + }, + { + "version": "11.2103.1918.700", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1918.0700.zip", + "checksum": "4ab9baa55028fb271e154b0dcd57894d", + "timestamp": "2021-03-19T18:07:09Z" + }, + { + "version": "11.2103.1909.1942", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1909.1942.zip", + "checksum": "73a85c4b51de362d05c16ee3a064288d", + "timestamp": "2021-03-19T09:19:51Z" + }, + { + "version": "11.2103.1908.5009", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1908.5009.zip", + "checksum": "8410fb760911f920b2a1dc9b643dfccc", + "timestamp": "2021-03-19T08:50:18Z" + }, + { + "version": "11.2103.1907.4413", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1907.4413.zip", + "checksum": "8da0e77cfcc69e5492421dc4094baedf", + "timestamp": "2021-03-19T07:44:21Z" + }, + { + "version": "11.2103.1907.1711", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1907.1711.zip", + "checksum": "2ee4a40d8e54fdfd837d49144a446f30", + "timestamp": "2021-03-19T07:17:20Z" + }, + { + "version": "11.2103.1815.1159", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1815.1159.zip", + "checksum": "30d36444904438455c1e6ded9bc2072c", + "timestamp": "2021-03-18T15:12:09Z" + }, + { + "version": "11.2103.1811.1706", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1811.1706.zip", + "checksum": "3641ef9fa84e5a515de53e6ca115a8cc", + "timestamp": "2021-03-18T11:17:14Z" + }, + { + "version": "11.2103.1703.4855", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1703.4855.zip", + "checksum": "241a76b2c7aa4fa4597da980e9bd75fd", + "timestamp": "2021-03-17T03:49:03Z" + }, + { + "version": "11.2103.1620.1449", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1620.1449.zip", + "checksum": "d067b8acf219b216a16e8dda14705b49", + "timestamp": "2021-03-16T20:14:58Z" + }, + { + "version": "11.2103.1619.4736", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1619.4736.zip", + "checksum": "066ad0d0827c239e07991b2d8c64ddbc", + "timestamp": "2021-03-16T19:47:45Z" + }, + { + "version": "11.2103.1614.456", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1614.0456.zip", + "checksum": "48ce5427a610c7e451e448ab5ea0773b", + "timestamp": "2021-03-16T14:05:04Z" + }, + { + "version": "11.2103.1518.4551", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1518.4551.zip", + "checksum": "9f9fffd51290ced6d1338f895617358f", + "timestamp": "2021-03-15T18:45:59Z" + }, + { + "version": "11.2103.1517.2745", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1517.2745.zip", + "checksum": "014ac032c8e2b21ce59cc09d70247501", + "timestamp": "2021-03-15T17:27:54Z" + }, + { + "version": "11.2103.1515.5946", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1515.5946.zip", + "checksum": "4ba79e5717a1f8012eca801a7e20cf27", + "timestamp": "2021-03-15T15:59:54Z" + }, + { + "version": "11.2103.1513.5035", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1513.5035.zip", + "checksum": "e627e7eceaa9d7c0ca7c058552c14855", + "timestamp": "2021-03-15T13:50:43Z" + }, + { + "version": "11.2103.1508.3420", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1508.3420.zip", + "checksum": "26757b39f5b270107a0497bc7162f7b2", + "timestamp": "2021-03-15T08:34:28Z" + }, + { + "version": "11.2103.1422.4351", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1422.4351.zip", + "checksum": "61072245594bc2dbe3cb876e3a920295", + "timestamp": "2021-03-14T22:44:01Z" + }, + { + "version": "11.2103.1418.3518", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1418.3518.zip", + "checksum": "f06cfcf0589e44783a1dc38cea12b483", + "timestamp": "2021-03-14T18:35:27Z" + }, + { + "version": "11.2103.1417.3042", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1417.3042.zip", + "checksum": "4dc3331f9a184758f2021007e0640f8c", + "timestamp": "2021-03-14T17:30:51Z" + }, + { + "version": "11.2103.1414.3452", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1414.3452.zip", + "checksum": "7bb49f250481da0b92004d092522dd76", + "timestamp": "2021-03-14T14:35:01Z" + }, + { + "version": "11.2103.1413.310", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1413.0310.zip", + "checksum": "00a30bcebca66a7e93405041e97e752e", + "timestamp": "2021-03-14T13:03:19Z" + }, + { + "version": "11.2103.1407.5259", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1407.5259.zip", + "checksum": "54c5b5eee1c97ea6afad51dc0ad4088d", + "timestamp": "2021-03-14T07:53:08Z" + }, + { + "version": "11.2103.1400.1606", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1400.1606.zip", + "checksum": "fa2207983667ca643d12fdf610d3883a", + "timestamp": "2021-03-14T00:16:14Z" + }, + { + "version": "11.2103.1323.4717", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1323.4717.zip", + "checksum": "4617a135b23c16a045afe33b4755165f", + "timestamp": "2021-03-13T23:47:25Z" + }, + { + "version": "11.2103.1322.2558", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1322.2558.zip", + "checksum": "e8217ef05f32245a47068d1782dda8dc", + "timestamp": "2021-03-13T22:26:06Z" + }, + { + "version": "11.2103.1314.5656", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1314.5656.zip", + "checksum": "36ad19d1f524070a0257e5c31fa9bf27", + "timestamp": "2021-03-13T14:57:04Z" + }, + { + "version": "11.2103.1314.2855", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1314.2855.zip", + "checksum": "c5e046a21d69a1019c593de219251c94", + "timestamp": "2021-03-13T14:29:04Z" + }, + { + "version": "11.2103.1302.4221", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1302.4221.zip", + "checksum": "b0c1fdd3823f2f3e54ecc9fec134bdeb", + "timestamp": "2021-03-13T02:42:31Z" + }, + { + "version": "11.2103.1223.2515", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1223.2515.zip", + "checksum": "9aef543f34651884ee9ba20b8597b536", + "timestamp": "2021-03-12T23:25:24Z" + }, + { + "version": "11.2103.1214.1920", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1214.1920.zip", + "checksum": "e11fce3ac6726ac57874c7b5230a7d66", + "timestamp": "2021-03-12T14:19:29Z" + }, + { + "version": "11.2103.1213.5212", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1213.5212.zip", + "checksum": "f1da3d9045435f05d885b6c00553f7f5", + "timestamp": "2021-03-12T13:52:21Z" + }, + { + "version": "11.2103.1209.643", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1209.0643.zip", + "checksum": "14d28ec2788d06e3aa953523e320f38a", + "timestamp": "2021-03-12T09:06:51Z" + }, + { + "version": "11.2103.1123.4048", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1123.4048.zip", + "checksum": "392adb5e91a776759670a904ce71c253", + "timestamp": "2021-03-11T23:40:57Z" + }, + { + "version": "11.2103.1122.2620", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1122.2620.zip", + "checksum": "435ffcf1c1aa622e0ad86c6607bd90c3", + "timestamp": "2021-03-11T22:26:28Z" + }, + { + "version": "11.2103.1121.5756", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1121.5756.zip", + "checksum": "e81104ce202d1bd2e3048e585f6405fe", + "timestamp": "2021-03-11T21:58:05Z" + }, + { + "version": "11.2103.1120.1733", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1120.1733.zip", + "checksum": "2be3328230b873d829f89b3712449875", + "timestamp": "2021-03-11T20:17:41Z" + }, + { + "version": "11.2103.1116.1141", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1116.1141.zip", + "checksum": "248acd3fc95485f14245b47a6cef2318", + "timestamp": "2021-03-11T16:11:49Z" + }, + { + "version": "11.2103.1115.2914", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1115.2914.zip", + "checksum": "12171589259c21ab2f2737e52fe851fb", + "timestamp": "2021-03-11T15:29:23Z" + }, + { + "version": "11.2103.1111.1057", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1111.1057.zip", + "checksum": "b8b87b7aea524dc8ce35bdfb3185a723", + "timestamp": "2021-03-11T11:11:06Z" + }, + { + "version": "11.2103.1100.514", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1100.0514.zip", + "checksum": "8fdbc291c37eed0e2b1e2e6c7e42f67e", + "timestamp": "2021-03-11T00:05:23Z" + }, + { + "version": "11.2103.1022.4352", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1022.4352.zip", + "checksum": "cbcf2392fe897b74f76cbc12ad6ae203", + "timestamp": "2021-03-10T22:44:02Z" + }, + { + "version": "11.2103.1019.3738", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1019.3738.zip", + "checksum": "962ab78339fa6005dd46126902d9fd06", + "timestamp": "2021-03-10T19:37:47Z" + }, + { + "version": "11.2103.1014.4359", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1014.4359.zip", + "checksum": "fedf39655ac30d505285723e1e7aef81", + "timestamp": "2021-03-10T14:44:08Z" + }, + { + "version": "11.2103.1011.2256", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1011.2256.zip", + "checksum": "3a2cfb13b6d97e5572952bcafa7b614c", + "timestamp": "2021-03-10T11:23:06Z" + }, + { + "version": "11.2103.1010.5458", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1010.5458.zip", + "checksum": "f6a626e45d0f9fa80b6c519f9a5d8db7", + "timestamp": "2021-03-10T10:55:08Z" + }, + { + "version": "11.2103.1008.222", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1008.0222.zip", + "checksum": "6ae25bffd7d6d061a99ca833d54c44e5", + "timestamp": "2021-03-10T08:02:31Z" + }, + { + "version": "11.2103.1002.5253", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.1002.5253.zip", + "checksum": "aa7fe29b4b278f12d4fc1dbad0fef915", + "timestamp": "2021-03-10T02:53:03Z" + }, + { + "version": "11.2103.923.4319", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0923.4319.zip", + "checksum": "56915975b25b36c4f2b9e22b638e56cd", + "timestamp": "2021-03-09T23:43:28Z" + }, + { + "version": "11.2103.922.9", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0922.0009.zip", + "checksum": "7d039277716963c65c0b209b28fcd9a3", + "timestamp": "2021-03-09T22:00:18Z" + }, + { + "version": "11.2103.919.5240", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0919.5240.zip", + "checksum": "f28e33e428ad81d89b618b7d692ee656", + "timestamp": "2021-03-09T19:52:48Z" + }, + { + "version": "11.2103.919.1814", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0919.1814.zip", + "checksum": "dd77176aa4dd421f1ee31690e5aca358", + "timestamp": "2021-03-09T19:18:22Z" + }, + { + "version": "11.2103.913.4130", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0913.4130.zip", + "checksum": "9a994d16c8231d5d26e86b039fe08bd3", + "timestamp": "2021-03-09T13:41:39Z" + }, + { + "version": "11.2103.904.2928", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0904.2928.zip", + "checksum": "630fe5ade9cd05878d3dff2448e9c519", + "timestamp": "2021-03-09T04:29:37Z" + }, + { + "version": "11.2103.900.2324", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0900.2324.zip", + "checksum": "bd6050accb6e8e0a57d026d3b4a6f60a", + "timestamp": "2021-03-09T00:23:32Z" + }, + { + "version": "11.2103.814.4352", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0814.4352.zip", + "checksum": "a87e5f74cad9f8fe7b50e6062ebae413", + "timestamp": "2021-03-08T14:43:59Z" + }, + { + "version": "11.2103.811.2738", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0811.2738.zip", + "checksum": "5ffa8a65f1ce64fd397766def984cc2f", + "timestamp": "2021-03-08T11:27:46Z" + }, + { + "version": "11.2103.809.1321", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0809.1321.zip", + "checksum": "1ed008cdbfa37fda07165bc332f26890", + "timestamp": "2021-03-08T09:13:29Z" + }, + { + "version": "11.2103.808.1306", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0808.1306.zip", + "checksum": "081fa67a69ee61e0fa63a9a418cd80ef", + "timestamp": "2021-03-08T08:13:15Z" + }, + { + "version": "11.2103.722.5136", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0722.5136.zip", + "checksum": "a14b598202fcf0495c04ae4fd793565a", + "timestamp": "2021-03-07T22:51:43Z" + }, + { + "version": "11.2103.715.1934", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0715.1934.zip", + "checksum": "972deccafc2500235f2a5e3c8ba2751d", + "timestamp": "2021-03-07T15:19:41Z" + }, + { + "version": "11.2103.312.506", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0312.0506.zip", + "checksum": "70c8ea14a01e433d57c91193c6d8ee75", + "timestamp": "2021-03-03T12:05:15Z" + }, + { + "version": "11.2103.217.540", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0217.0540.zip", + "checksum": "184f941b131b1cafac253c286299e8e2", + "timestamp": "2021-03-02T17:05:48Z" + }, + { + "version": "11.2103.216.3838", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0216.3838.zip", + "checksum": "d21f62f940f0861a6e7daaa520372f69", + "timestamp": "2021-03-02T16:38:46Z" + }, + { + "version": "11.2103.214.3531", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0214.3531.zip", + "checksum": "5bc319e873b9f59b4aba26d38f0a7b13", + "timestamp": "2021-03-02T14:35:39Z" + }, + { + "version": "11.2103.209.158", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0209.0158.zip", + "checksum": "b0de2cd99cf090d73b06c1895ba07ed7", + "timestamp": "2021-03-02T09:02:05Z" + }, + { + "version": "11.2103.202.3236", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0202.3236.zip", + "checksum": "774fc21575f78c8b860b9246fc56ec42", + "timestamp": "2021-03-02T02:32:44Z" + }, + { + "version": "11.2103.123.516", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0123.0516.zip", + "checksum": "ec32eaa7235b7623d692a58f8ae2a66d", + "timestamp": "2021-03-01T23:05:23Z" + }, + { + "version": "11.2103.121.2257", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0121.2257.zip", + "checksum": "ed14f78dafc63b3dd167f0c4ad1cbdbd", + "timestamp": "2021-03-01T21:23:05Z" + }, + { + "version": "11.2103.119.1105", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0119.1105.zip", + "checksum": "5de71583fcd63960bac027ead29dc4d9", + "timestamp": "2021-03-01T19:11:13Z" + }, + { + "version": "11.2103.118.4349", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0118.4349.zip", + "checksum": "6a4d59869a2e38fe285ef48a9b6fadd8", + "timestamp": "2021-03-01T18:43:58Z" + }, + { + "version": "11.2103.118.1550", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0118.1550.zip", + "checksum": "00e4b10a7cce6093d4828e56dd75806d", + "timestamp": "2021-03-01T18:15:57Z" + }, + { + "version": "11.2103.117.2414", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0117.2414.zip", + "checksum": "67e21b3d493db614f83af8a2815cb3be", + "timestamp": "2021-03-01T17:24:45Z" + }, + { + "version": "11.2103.116.5723", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0116.5723.zip", + "checksum": "39ab6fdfca40e47bd025d012f3474f1a", + "timestamp": "2021-03-01T16:57:32Z" + }, + { + "version": "11.2103.115.1613", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0115.1613.zip", + "checksum": "89eb14f597f9ee9fe6a5ed5fabba3de3", + "timestamp": "2021-03-01T15:16:21Z" + }, + { + "version": "11.2103.114.3033", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0114.3033.zip", + "checksum": "6c75b5684b791322dc884976c4471c54", + "timestamp": "2021-03-01T14:30:41Z" + }, + { + "version": "11.2103.113.5606", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0113.5606.zip", + "checksum": "80b25b63c24878a63cef75c8a634da29", + "timestamp": "2021-03-01T13:56:14Z" + }, + { + "version": "11.2103.110.4806", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0110.4806.zip", + "checksum": "e5b2ee41fb57da7661d352cce0b06973", + "timestamp": "2021-03-01T10:48:15Z" + }, + { + "version": "11.2103.110.2102", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0110.2102.zip", + "checksum": "1001a2e8bc569c6848e9a143a9a984be", + "timestamp": "2021-03-01T10:21:10Z" + }, + { + "version": "11.2103.109.713", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0109.0713.zip", + "checksum": "57f9d56fb5433815b13f0468c6cb07d7", + "timestamp": "2021-03-01T09:07:21Z" + }, + { + "version": "11.2103.104.1712", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2103.0104.1712.zip", + "checksum": "40626467d70ac58b21dc8d620163c661", + "timestamp": "2021-03-01T04:17:19Z" + }, + { + "version": "11.2102.2820.3135", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2820.3135.zip", + "checksum": "01683a63cdee059aa68fd7c6c6bdc6e1", + "timestamp": "2021-02-28T20:31:43Z" + }, + { + "version": "11.2102.2816.2221", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2816.2221.zip", + "checksum": "fad98f641fefc16d328208b7ef34f4ac", + "timestamp": "2021-02-28T16:22:28Z" + }, + { + "version": "11.2102.2815.5456", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2815.5456.zip", + "checksum": "b2a854af301bc2dc023efb9f80883413", + "timestamp": "2021-02-28T15:55:04Z" + }, + { + "version": "11.2102.2815.2838", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2815.2838.zip", + "checksum": "2ade20482a72d0038fb201acbe070f52", + "timestamp": "2021-02-28T15:28:45Z" + }, + { + "version": "11.2102.2811.3448", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2811.3448.zip", + "checksum": "22c7a1d2a5e1945057b2b5473e200558", + "timestamp": "2021-02-28T11:34:55Z" + }, + { + "version": "11.2102.2811.859", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2811.0859.zip", + "checksum": "8300acaecb7341c5ad85333d60be6eb9", + "timestamp": "2021-02-28T11:09:07Z" + }, + { + "version": "11.2102.2810.3921", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2810.3921.zip", + "checksum": "fb2252ed01c722130d338510dcfb723e", + "timestamp": "2021-02-28T10:39:28Z" + }, + { + "version": "11.2102.2810.1144", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2810.1144.zip", + "checksum": "a571a2353df6a95787d964b9d45f073c", + "timestamp": "2021-02-28T10:11:52Z" + }, + { + "version": "11.2102.2809.4458", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2809.4458.zip", + "checksum": "215d8f8648e6a31c710b152cf7428626", + "timestamp": "2021-02-28T09:45:06Z" + }, + { + "version": "11.2102.2806.4840", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2806.4840.zip", + "checksum": "904b4d1973d2820ed0be8f9b9366b4ad", + "timestamp": "2021-02-28T06:48:47Z" + }, + { + "version": "11.2102.2805.837", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2805.0837.zip", + "checksum": "53d3fd62cc31e8462fd54245bcfc902e", + "timestamp": "2021-02-28T05:08:45Z" + }, + { + "version": "11.2102.2804.4138", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2804.4138.zip", + "checksum": "2e7ce49aa3953098c8cdbbc8cf008448", + "timestamp": "2021-02-28T04:41:46Z" + }, + { + "version": "11.2102.2722.4638", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2722.4638.zip", + "checksum": "2a825517fe70f80b55a714a5e6934e7d", + "timestamp": "2021-02-27T22:46:47Z" + }, + { + "version": "11.2102.2722.1816", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2722.1816.zip", + "checksum": "1e135d31bf28c03b065775ebb49e9daf", + "timestamp": "2021-02-27T22:18:24Z" + }, + { + "version": "11.2102.2719.4905", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2719.4905.zip", + "checksum": "7eb1d85a5caffe4c8ff24811efdb4311", + "timestamp": "2021-02-27T19:49:13Z" + }, + { + "version": "11.2102.2719.2113", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2719.2113.zip", + "checksum": "94c39e2e0f597f7853db7ef64cefd581", + "timestamp": "2021-02-27T19:21:20Z" + }, + { + "version": "11.2102.2718.4218", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2718.4218.zip", + "checksum": "f1c38ab6c1087db0c173668a5bef744d", + "timestamp": "2021-02-27T18:42:27Z" + }, + { + "version": "11.2102.2717.415", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2717.0415.zip", + "checksum": "b0c31d99a723bc7454ad742565861f6c", + "timestamp": "2021-02-27T17:04:22Z" + }, + { + "version": "11.2102.2707.3642", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2707.3642.zip", + "checksum": "137a64bdadf5fcc85369da0456558f13", + "timestamp": "2021-02-27T07:36:50Z" + }, + { + "version": "11.2102.2705.5210", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2705.5210.zip", + "checksum": "7f52844bd163ef2ebb563cf07c335f6b", + "timestamp": "2021-02-27T05:52:18Z" + }, + { + "version": "11.2102.2705.2524", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2705.2524.zip", + "checksum": "308ecaa1ad74178fc8413305a8270673", + "timestamp": "2021-02-27T05:25:31Z" + }, + { + "version": "11.2102.2704.1916", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2704.1916.zip", + "checksum": "e3f070b2b6f62ac4c9d5bda26f8b7c89", + "timestamp": "2021-02-27T04:19:23Z" + }, + { + "version": "11.2102.2703.5203", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2703.5203.zip", + "checksum": "6aaecda389b8c4521a74aee8253a89d8", + "timestamp": "2021-02-27T03:52:12Z" + }, + { + "version": "11.2102.2621.830", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2621.0830.zip", + "checksum": "6ab75acf07075505d235826b5661681f", + "timestamp": "2021-02-26T21:08:38Z" + }, + { + "version": "11.2102.2619.1206", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2619.1206.zip", + "checksum": "7f2bf282d3a4b370995e310f2bda9454", + "timestamp": "2021-02-26T19:12:15Z" + }, + { + "version": "11.2102.2618.4505", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2618.4505.zip", + "checksum": "7c33daf216ffb54bd179b165cca37d33", + "timestamp": "2021-02-26T18:45:13Z" + }, + { + "version": "11.2102.2612.4300", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2612.4300.zip", + "checksum": "8bef79faf70b2bfec902ea2f25fb4055", + "timestamp": "2021-02-26T12:43:10Z" + }, + { + "version": "11.2102.2523.4005", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2523.4005.zip", + "checksum": "33bb042448dd84dbc2fefb484cfa383e", + "timestamp": "2021-02-25T23:40:12Z" + }, + { + "version": "11.2102.2508.4231", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2508.4231.zip", + "checksum": "e6042574616aef5e560f1acbfc43a15a", + "timestamp": "2021-02-25T08:42:40Z" + }, + { + "version": "11.2102.2423.1038", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2423.1038.zip", + "checksum": "3aed0cb2904240bc900ddfe10eeaf055", + "timestamp": "2021-02-24T23:10:46Z" + }, + { + "version": "11.2102.2422.4421", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2422.4421.zip", + "checksum": "88ae8bfece350209295f94213e141005", + "timestamp": "2021-02-24T22:44:28Z" + }, + { + "version": "11.2102.2421.2720", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2421.2720.zip", + "checksum": "04f48e2147507eb4db730f3eb5a165e1", + "timestamp": "2021-02-24T21:27:29Z" + }, + { + "version": "11.2102.2416.4546", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2416.4546.zip", + "checksum": "320a97a24c30bbf944fb224483fa46ed", + "timestamp": "2021-02-24T16:45:54Z" + }, + { + "version": "11.2102.2416.1859", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2416.1859.zip", + "checksum": "850916ffee53162941fd94403a567f13", + "timestamp": "2021-02-24T16:19:08Z" + }, + { + "version": "11.2102.2411.4009", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2411.4009.zip", + "checksum": "bdb0dddf91e89fe2a1b7bf0061666b10", + "timestamp": "2021-02-24T11:40:17Z" + }, + { + "version": "11.2102.2401.5329", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2401.5329.zip", + "checksum": "4e4fb3ec3d219ab1cb2cf4f42b8742eb", + "timestamp": "2021-02-24T01:53:36Z" + }, + { + "version": "11.2102.2321.844", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2321.0844.zip", + "checksum": "fe0c0aad6a3b5b23026f0b12ac7d983f", + "timestamp": "2021-02-23T21:08:53Z" + }, + { + "version": "11.2102.2317.1148", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2317.1148.zip", + "checksum": "11f2c517f7066374bdcf7c74bdc7043d", + "timestamp": "2021-02-23T17:11:56Z" + }, + { + "version": "11.2102.2312.2543", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2312.2543.zip", + "checksum": "89af9c31cd04b4076513e809cc75db1b", + "timestamp": "2021-02-23T12:25:51Z" + }, + { + "version": "11.2102.2302.5614", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2302.5614.zip", + "checksum": "4a458a8b1263b677578c0b79e7b43a0f", + "timestamp": "2021-02-23T02:56:23Z" + }, + { + "version": "11.2102.2302.2740", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2302.2740.zip", + "checksum": "9820a6e040c755a9f7325addbdef7267", + "timestamp": "2021-02-23T02:27:48Z" + }, + { + "version": "11.2102.2222.6", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2222.0006.zip", + "checksum": "8bc2d67acad702d79577202a3b8c90b4", + "timestamp": "2021-02-22T22:00:14Z" + }, + { + "version": "11.2102.2217.3255", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2217.3255.zip", + "checksum": "a7778236fa253da322372bfb3f34dcd3", + "timestamp": "2021-02-22T17:33:04Z" + }, + { + "version": "11.2102.2217.607", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2217.0607.zip", + "checksum": "e2f234fe1fa045f841cb8fa0cbeea4f5", + "timestamp": "2021-02-22T17:06:15Z" + }, + { + "version": "11.2102.2216.3813", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2216.3813.zip", + "checksum": "1c3f7d24125864991e6dde988f96c3a9", + "timestamp": "2021-02-22T16:38:20Z" + }, + { + "version": "11.2102.2214.748", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2214.0748.zip", + "checksum": "2960d6ebab21b81ade3b6cd73068e31a", + "timestamp": "2021-02-22T14:07:55Z" + }, + { + "version": "11.2102.2213.3957", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2213.3957.zip", + "checksum": "513223d0334167897dc6fbd009011512", + "timestamp": "2021-02-22T13:40:06Z" + }, + { + "version": "11.2102.2207.3653", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2207.3653.zip", + "checksum": "e376f24ad4e8298c6c7e77c83558ebe4", + "timestamp": "2021-02-22T07:37:01Z" + }, + { + "version": "11.2102.2205.5202", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2205.5202.zip", + "checksum": "fbc9314b78dec41e3472f2030cee43e8", + "timestamp": "2021-02-22T05:52:11Z" + }, + { + "version": "11.2102.2204.4953", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2204.4953.zip", + "checksum": "71b39a742eb9ec1b450f6e15697d21e1", + "timestamp": "2021-02-22T04:50:01Z" + }, + { + "version": "11.2102.2201.4548", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2201.4548.zip", + "checksum": "51c979e617a4ce5c9df23fe19dd84638", + "timestamp": "2021-02-22T01:45:56Z" + }, + { + "version": "11.2102.2119.2401", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2119.2401.zip", + "checksum": "67d80b409685fe8271096e6b0f36b8a6", + "timestamp": "2021-02-21T19:24:10Z" + }, + { + "version": "11.2102.2116.717", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2116.0717.zip", + "checksum": "ef8ac0301cff130a738ff266677bd6a3", + "timestamp": "2021-02-21T16:07:24Z" + }, + { + "version": "11.2102.2107.2356", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2107.2356.zip", + "checksum": "ec18e8a1f8ba4a44fa8946b5a258afa0", + "timestamp": "2021-02-21T07:24:04Z" + }, + { + "version": "11.2102.2023.3051", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2023.3051.zip", + "checksum": "a7778cee78d9c88550b5abca793ebfe2", + "timestamp": "2021-02-20T23:30:59Z" + }, + { + "version": "11.2102.2023.433", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2023.0433.zip", + "checksum": "189ba73582b62123db574d3f436a7569", + "timestamp": "2021-02-20T23:04:40Z" + }, + { + "version": "11.2102.2015.4620", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2015.4620.zip", + "checksum": "35176e351da4458168191c83eeba4a4c", + "timestamp": "2021-02-20T15:46:28Z" + }, + { + "version": "11.2102.2002.4801", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2002.4801.zip", + "checksum": "0b079a48fb49b6bdd53db83a5d8a3bff", + "timestamp": "2021-02-20T02:48:10Z" + }, + { + "version": "11.2102.2002.1956", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.2002.1956.zip", + "checksum": "11c7c39f8db9870d1a0bd7d9c0be765d", + "timestamp": "2021-02-20T02:20:04Z" + }, + { + "version": "11.2102.1912.4128", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1912.4128.zip", + "checksum": "32980b6693003b13434246d9826a7096", + "timestamp": "2021-02-19T12:41:36Z" + }, + { + "version": "11.2102.1822.5358", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1822.5358.zip", + "checksum": "6b3106695b2ea4f001a8b0d3889c58fc", + "timestamp": "2021-02-18T22:54:05Z" + }, + { + "version": "11.2102.1819.139", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1819.0139.zip", + "checksum": "d9d32f0cd1089aa9943d06368f526304", + "timestamp": "2021-02-18T19:01:47Z" + }, + { + "version": "11.2102.1817.4144", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1817.4144.zip", + "checksum": "f6f973d0dc88521f2ba55b72ef4d6c47", + "timestamp": "2021-02-18T17:41:51Z" + }, + { + "version": "11.2102.1817.1359", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1817.1359.zip", + "checksum": "bb0fb04f53920696c8d22337fc84144e", + "timestamp": "2021-02-18T17:14:07Z" + }, + { + "version": "11.2102.1719.4649", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1719.4649.zip", + "checksum": "1f480ffe4662b95a817d3c17132a0d30", + "timestamp": "2021-02-17T19:46:58Z" + }, + { + "version": "11.2102.1710.915", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1710.0915.zip", + "checksum": "d16a397916c558849d1e578794f9ef33", + "timestamp": "2021-02-17T10:09:22Z" + }, + { + "version": "11.2102.1709.3425", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1709.3425.zip", + "checksum": "a6656d7e7c34e8d0e90945d9158dd6b7", + "timestamp": "2021-02-17T09:34:33Z" + }, + { + "version": "11.2102.1706.4409", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1706.4409.zip", + "checksum": "e3956a39f1e953504a082391910362cf", + "timestamp": "2021-02-17T06:44:16Z" + }, + { + "version": "11.2102.1705.2529", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1705.2529.zip", + "checksum": "f8a3f5d0affa8f4a7c3b98520820d3a8", + "timestamp": "2021-02-17T05:25:37Z" + }, + { + "version": "11.2102.1704.2045", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1704.2045.zip", + "checksum": "77d7b51ba59e1358fce53536f50c153a", + "timestamp": "2021-02-17T04:20:53Z" + }, + { + "version": "11.2102.1703.5400", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1703.5400.zip", + "checksum": "4b1242e41784d00e36d555dd03313ec6", + "timestamp": "2021-02-17T03:54:08Z" + }, + { + "version": "11.2102.1703.2513", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1703.2513.zip", + "checksum": "9c0e5b7a002079f748344bd90540ea2d", + "timestamp": "2021-02-17T03:25:21Z" + }, + { + "version": "11.2102.1618.5346", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1618.5346.zip", + "checksum": "4c646897243bcc752ca49d480b3a2425", + "timestamp": "2021-02-16T18:53:55Z" + }, + { + "version": "11.2102.1615.5713", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1615.5713.zip", + "checksum": "22c090dd1f581e22aeac263157e07a6b", + "timestamp": "2021-02-16T15:57:22Z" + }, + { + "version": "11.2102.1605.4225", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1605.4225.zip", + "checksum": "e5fba0e8ff79e9e3c5d30abb8ca40913", + "timestamp": "2021-02-16T05:42:33Z" + }, + { + "version": "11.2102.1605.1539", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1605.1539.zip", + "checksum": "fa0719e9bf85a8cd14a751add19ca45a", + "timestamp": "2021-02-16T05:15:48Z" + }, + { + "version": "11.2102.1519.4227", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1519.4227.zip", + "checksum": "5f256eb6b344a1b1e05ee4853d90d2d6", + "timestamp": "2021-02-15T19:42:36Z" + }, + { + "version": "11.2102.1514.2549", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_11.2102.1514.2549.zip", + "checksum": "b7aca1e079d9065e8c63cac72aa6d5af", + "timestamp": "2021-02-15T14:25:58Z" + }, + { + "version": "10.2102.1513.5756", + "changelog": "Fix case-sensitive username check\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1513.5756.zip", + "checksum": "08ea04761f49e62f88e1c6d835aa8cfe", + "timestamp": "2021-02-15T13:58:05Z" + }, + { + "version": "10.2102.1509.1204", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1509.1204.zip", + "checksum": "ded22a9219fd1ccd614dfc0caccc783a", + "timestamp": "2021-02-15T09:12:13Z" + }, + { + "version": "10.2102.1417.5108", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1417.5108.zip", + "checksum": "2f7a6b506a9e75a1b5ac80bce969e67e", + "timestamp": "2021-02-14T17:51:16Z" + }, + { + "version": "10.2102.1416.2158", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1416.2158.zip", + "checksum": "4d114b4430144df56ed95675b2ee4057", + "timestamp": "2021-02-14T16:22:05Z" + }, + { + "version": "10.2102.1408.1641", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1408.1641.zip", + "checksum": "3942f6c7f49af79b0aab9824078d0117", + "timestamp": "2021-02-14T08:16:49Z" + }, + { + "version": "10.2102.1407.3659", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1407.3659.zip", + "checksum": "722e56ffa865a72b4a9acc412a28c490", + "timestamp": "2021-02-14T07:37:07Z" + }, + { + "version": "10.2102.1407.918", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1407.0918.zip", + "checksum": "8ac8362845d514802d3f0c7a1e339ae9", + "timestamp": "2021-02-14T07:09:26Z" + }, + { + "version": "10.2102.1319.142", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1319.0142.zip", + "checksum": "aa75895ec786dc6c7c05d20ac3fa5888", + "timestamp": "2021-02-13T19:01:50Z" + }, + { + "version": "10.2102.1310.3510", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1310.3510.zip", + "checksum": "d7352e44393627cefe8471849b50b5e7", + "timestamp": "2021-02-13T10:35:18Z" + }, + { + "version": "10.2102.1309.5838", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1309.5838.zip", + "checksum": "54af904531ea00c63417dfdac7f0efe6", + "timestamp": "2021-02-13T09:58:46Z" + }, + { + "version": "10.2102.1304.5533", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1304.5533.zip", + "checksum": "7abd24dee444753be1b349c4adb1a568", + "timestamp": "2021-02-13T04:55:41Z" + }, + { + "version": "10.2102.1302.1733", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1302.1733.zip", + "checksum": "ac6c36014c0ac4d7d828deae3a86c4f1", + "timestamp": "2021-02-13T02:17:41Z" + }, + { + "version": "10.2102.1218.2539", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1218.2539.zip", + "checksum": "c073a4e6fa6934817bc2b756e0fa5307", + "timestamp": "2021-02-12T18:25:47Z" + }, + { + "version": "10.2102.1209.604", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1209.0604.zip", + "checksum": "b94f38d6e1e51eaba92023cbf49787bd", + "timestamp": "2021-02-12T09:06:13Z" + }, + { + "version": "10.2102.1118.5616", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1118.5616.zip", + "checksum": "1280d42db56e86234525a96ffd96e38a", + "timestamp": "2021-02-11T18:56:23Z" + }, + { + "version": "10.2102.1117.1319", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1117.1319.zip", + "checksum": "9bbf9dc2f82502ad7403283141f1bb86", + "timestamp": "2021-02-11T17:13:28Z" + }, + { + "version": "10.2102.1116.4023", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1116.4023.zip", + "checksum": "71aa945449815082b2d34c5aa06942b2", + "timestamp": "2021-02-11T16:40:30Z" + }, + { + "version": "10.2102.1114.5431", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1114.5431.zip", + "checksum": "fcb5fcea5add69094f52e522219a3a2c", + "timestamp": "2021-02-11T14:54:40Z" + }, + { + "version": "10.2102.1108.2159", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1108.2159.zip", + "checksum": "5b796e2654e4a7b2f726eaa2f87145b9", + "timestamp": "2021-02-11T08:22:07Z" + }, + { + "version": "10.2102.1107.5351", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1107.5351.zip", + "checksum": "e4a19df49f3d21ee4575b537ea755596", + "timestamp": "2021-02-11T07:54:00Z" + }, + { + "version": "10.2102.1017.550", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1017.0550.zip", + "checksum": "2803ed7ba52b0ec017c8f7b324087b22", + "timestamp": "2021-02-10T17:05:58Z" + }, + { + "version": "10.2102.1015.3333", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1015.3333.zip", + "checksum": "1dc6bcde7c018327ce411bff4eb3ac6f", + "timestamp": "2021-02-10T15:33:40Z" + }, + { + "version": "10.2102.1015.429", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1015.0429.zip", + "checksum": "075d83234513406e9eda82d3d602391b", + "timestamp": "2021-02-10T15:04:37Z" + }, + { + "version": "10.2102.1014.519", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1014.0519.zip", + "checksum": "341269a33c00d183dbad9ea1d7f6918a", + "timestamp": "2021-02-10T14:05:27Z" + }, + { + "version": "10.2102.1011.3903", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1011.3903.zip", + "checksum": "8dc8781716c392e4f4608b672ddc07e7", + "timestamp": "2021-02-10T11:39:20Z" + }, + { + "version": "10.2102.1010.4950", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1010.4950.zip", + "checksum": "5cba2c4dd79afe70a132efaa680cc5a5", + "timestamp": "2021-02-10T10:50:07Z" + }, + { + "version": "10.2102.1006.5644", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1006.5644.zip", + "checksum": "b58444679e2c41e3cfa6ee5e97d0f692", + "timestamp": "2021-02-10T06:56:58Z" + }, + { + "version": "10.2102.1002.3842", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1002.3842.zip", + "checksum": "b12b1acda237247beb8eff807f806305", + "timestamp": "2021-02-10T02:38:49Z" + }, + { + "version": "10.2102.1001.2624", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.1001.2624.zip", + "checksum": "b9f005dab1e35806c3c3bf6d095e6dad", + "timestamp": "2021-02-10T01:26:32Z" + }, + { + "version": "10.2102.916.1125", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0916.1125.zip", + "checksum": "1edd4f986c688adef3d9bb72130a8833", + "timestamp": "2021-02-09T16:11:33Z" + }, + { + "version": "10.2102.903.2854", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0903.2854.zip", + "checksum": "bf1034c8560edd9479847fca7df08b9a", + "timestamp": "2021-02-09T03:29:01Z" + }, + { + "version": "10.2102.902.5930", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0902.5930.zip", + "checksum": "6a1c1b00798cb6f1e3cdd0daaf14ce4f", + "timestamp": "2021-02-09T02:59:38Z" + }, + { + "version": "10.2102.902.3031", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0902.3031.zip", + "checksum": "1b2344e150f8deb1fcdbab777f05becc", + "timestamp": "2021-02-09T02:30:38Z" + }, + { + "version": "10.2102.816.2303", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0816.2303.zip", + "checksum": "97d7dfa92924f9652ec86bef4a918640", + "timestamp": "2021-02-08T16:23:12Z" + }, + { + "version": "10.2102.815.5159", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0815.5159.zip", + "checksum": "41f82bd42d7e318845b2df4dcca0bbc2", + "timestamp": "2021-02-08T15:52:07Z" + }, + { + "version": "10.2102.815.2307", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0815.2307.zip", + "checksum": "4c201552f347277d7f13c40a966fc1e8", + "timestamp": "2021-02-08T15:23:15Z" + }, + { + "version": "10.2102.814.5345", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0814.5345.zip", + "checksum": "85783a3cc039f8b0e7dc5b8fabf66193", + "timestamp": "2021-02-08T14:53:54Z" + }, + { + "version": "10.2102.814.2354", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0814.2354.zip", + "checksum": "2f6420b8c25bdef7402b412b2e3ad231", + "timestamp": "2021-02-08T14:24:01Z" + }, + { + "version": "10.2102.812.2502", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0812.2502.zip", + "checksum": "a6533a8b906282c9fe70df0b5cb4e4c5", + "timestamp": "2021-02-08T12:25:10Z" + }, + { + "version": "10.2102.811.5034", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0811.5034.zip", + "checksum": "cae6052e03238645ec1bbfc274fb3279", + "timestamp": "2021-02-08T11:50:42Z" + }, + { + "version": "10.2102.809.4249", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0809.4249.zip", + "checksum": "59a53e3f821e8c087b793dbd5c8444d3", + "timestamp": "2021-02-08T09:42:57Z" + }, + { + "version": "10.2102.808.5225", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0808.5225.zip", + "checksum": "5e39bfb40c99ca3f33e40b329d8216d2", + "timestamp": "2021-02-08T08:52:33Z" + }, + { + "version": "10.2102.806.2619", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0806.2619.zip", + "checksum": "647d611d0a06ddb8df0b74215bcb2236", + "timestamp": "2021-02-08T06:26:27Z" + }, + { + "version": "10.2102.805.5758", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0805.5758.zip", + "checksum": "891d6581fe8c38073525a906ae7d166b", + "timestamp": "2021-02-08T05:58:06Z" + }, + { + "version": "10.2102.720.2343", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0720.2343.zip", + "checksum": "311a07a9a98b202eeae32b8eb944186b", + "timestamp": "2021-02-07T20:23:51Z" + }, + { + "version": "10.2102.716.5615", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0716.5615.zip", + "checksum": "38ef6c0e7402d6963bad88b336debebb", + "timestamp": "2021-02-07T16:56:22Z" + }, + { + "version": "10.2102.716.2832", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0716.2832.zip", + "checksum": "bc6186b4c017566ab4776bc5ca485755", + "timestamp": "2021-02-07T16:28:39Z" + }, + { + "version": "10.2102.710.2608", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0710.2608.zip", + "checksum": "d74310580753853d68736426bc0f88a9", + "timestamp": "2021-02-07T10:26:15Z" + }, + { + "version": "10.2102.702.817", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0702.0817.zip", + "checksum": "6dcc06cfbbbd1f708929c958d61be37b", + "timestamp": "2021-02-07T02:08:25Z" + }, + { + "version": "10.2102.701.3942", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0701.3942.zip", + "checksum": "f3ddc6cc793c49fe06edff1c2adbd0e2", + "timestamp": "2021-02-07T01:39:50Z" + }, + { + "version": "10.2102.618.2334", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0618.2334.zip", + "checksum": "a8e67f10bf0610c8ec4ed3096f0260cd", + "timestamp": "2021-02-06T18:23:41Z" + }, + { + "version": "10.2102.519.2604", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0519.2604.zip", + "checksum": "62152f94f8b4ccfd3daace0a3dc139eb", + "timestamp": "2021-02-05T19:26:12Z" + }, + { + "version": "10.2102.511.5524", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0511.5524.zip", + "checksum": "6f423e71d419b464fddc32bfc29ba965", + "timestamp": "2021-02-05T11:55:31Z" + }, + { + "version": "10.2102.511.2740", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0511.2740.zip", + "checksum": "fefcca294cbfe72488acda9650f33484", + "timestamp": "2021-02-05T11:27:49Z" + }, + { + "version": "10.2102.503.3554", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0503.3554.zip", + "checksum": "6bbd9326351bafb7d2254b3d815b389f", + "timestamp": "2021-02-05T03:36:01Z" + }, + { + "version": "10.2102.503.615", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0503.0615.zip", + "checksum": "92927228cf33ade66f5c5a4982da5ed6", + "timestamp": "2021-02-05T03:06:23Z" + }, + { + "version": "10.2102.415.1945", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0415.1945.zip", + "checksum": "e84f5da660546f76ca7fa6595a3149d9", + "timestamp": "2021-02-04T15:19:53Z" + }, + { + "version": "10.2102.414.4803", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0414.4803.zip", + "checksum": "871752b0081ed08c47a11f29c85a1df1", + "timestamp": "2021-02-04T14:48:10Z" + }, + { + "version": "10.2102.413.1210", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0413.1210.zip", + "checksum": "574d5085c6a0ae2974b42b15ec98d15d", + "timestamp": "2021-02-04T13:12:20Z" + }, + { + "version": "10.2102.308.1334", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0308.1334.zip", + "checksum": "32903aee02afe97f6a9f764ac8645f51", + "timestamp": "2021-02-03T08:13:42Z" + }, + { + "version": "10.2102.307.4429", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0307.4429.zip", + "checksum": "8273245c5a167d17c07b4fadf4adb89e", + "timestamp": "2021-02-03T07:44:37Z" + }, + { + "version": "10.2102.217.5024", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0217.5024.zip", + "checksum": "f429a4ab024f21a399d2711a093d9c6c", + "timestamp": "2021-02-02T17:50:32Z" + }, + { + "version": "10.2102.210.2147", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0210.2147.zip", + "checksum": "d22bca8a2ba99779b294280ec25798e4", + "timestamp": "2021-02-02T10:21:55Z" + }, + { + "version": "10.2102.203.2128", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0203.2128.zip", + "checksum": "9681ba90680b9f1b532dd96c4193ce34", + "timestamp": "2021-02-02T03:21:36Z" + }, + { + "version": "10.2102.119.2736", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0119.2736.zip", + "checksum": "9ee057bbc14fb5e9bd703de12a8105a5", + "timestamp": "2021-02-01T19:27:45Z" + }, + { + "version": "10.2102.118.5900", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0118.5900.zip", + "checksum": "28132675e7ed1109787cfbde14a6c64a", + "timestamp": "2021-02-01T18:59:07Z" + }, + { + "version": "10.2102.104.4803", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2102.0104.4803.zip", + "checksum": "ed33630e83adf32db13101dc138de370", + "timestamp": "2021-02-01T04:48:11Z" + }, + { + "version": "10.2101.3122.4229", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3122.4229.zip", + "checksum": "e42422a4ec5bc34e67d878535b819a45", + "timestamp": "2021-01-31T22:42:37Z" + }, + { + "version": "10.2101.3117.2820", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3117.2820.zip", + "checksum": "ea1c5fdd9861151f024d179cc2429afa", + "timestamp": "2021-01-31T17:28:28Z" + }, + { + "version": "10.2101.3117.45", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3117.0045.zip", + "checksum": "eddadb823256cfe4f86c1e24541a0c76", + "timestamp": "2021-01-31T17:00:53Z" + }, + { + "version": "10.2101.3112.1723", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3112.1723.zip", + "checksum": "3d76891551bedba31cb0021428edb76a", + "timestamp": "2021-01-31T12:17:30Z" + }, + { + "version": "10.2101.3022.1913", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3022.1913.zip", + "checksum": "05fc89819899d7954c476a832233563e", + "timestamp": "2021-01-30T22:19:20Z" + }, + { + "version": "10.2101.3008.1835", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3008.1835.zip", + "checksum": "5a30b972e8e9ea2c39474394a36f5fc0", + "timestamp": "2021-01-30T08:18:43Z" + }, + { + "version": "10.2101.3007.4955", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.3007.4955.zip", + "checksum": "b98902f3751b49bbb5db6ad0b43fa69e", + "timestamp": "2021-01-30T07:50:03Z" + }, + { + "version": "10.2101.2906.5658", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2906.5658.zip", + "checksum": "fe479b35bbb283d5fe5059b2905a1c0c", + "timestamp": "2021-01-29T06:57:07Z" + }, + { + "version": "10.2101.2801.608", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2801.0608.zip", + "checksum": "58b73efe8c11bc07eec72bbdb838b39b", + "timestamp": "2021-01-28T01:06:16Z" + }, + { + "version": "10.2101.2718.1108", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2718.1108.zip", + "checksum": "c6f9aaf2a9fc756464aa6c2fff9d2749", + "timestamp": "2021-01-27T18:11:16Z" + }, + { + "version": "10.2101.2715.3017", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2715.3017.zip", + "checksum": "829a38df311fe24b6e9d41298207ceae", + "timestamp": "2021-01-27T15:30:25Z" + }, + { + "version": "10.2101.2708.349", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2708.0349.zip", + "checksum": "5a52ce5cb946103d77abb24326137cbb", + "timestamp": "2021-01-27T08:03:58Z" + }, + { + "version": "10.2101.2618.3600", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2618.3600.zip", + "checksum": "acbec7079f195b4a708c59dba59ff13a", + "timestamp": "2021-01-26T18:36:08Z" + }, + { + "version": "10.2101.2618.710", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2618.0710.zip", + "checksum": "fb57fb219ef53f0bb459c749bf016ea4", + "timestamp": "2021-01-26T18:07:17Z" + }, + { + "version": "10.2101.2617.1041", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2617.1041.zip", + "checksum": "1bfe367468c418ca713b557364c68896", + "timestamp": "2021-01-26T17:10:49Z" + }, + { + "version": "10.2101.2611.3647", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2611.3647.zip", + "checksum": "7e6cf872f5693c8a18fa353c1d75ec09", + "timestamp": "2021-01-26T11:36:54Z" + }, + { + "version": "10.2101.2521.3451", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2521.3451.zip", + "checksum": "26ecfdab33a755c55943740ecdf634a5", + "timestamp": "2021-01-25T21:34:58Z" + }, + { + "version": "10.2101.2519.5254", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2519.5254.zip", + "checksum": "86946c8e06d1574e334d1619514e4ed1", + "timestamp": "2021-01-25T19:53:01Z" + }, + { + "version": "10.2101.2518.5420", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2518.5420.zip", + "checksum": "c4bfa29bbcc614c11e47480058cdda89", + "timestamp": "2021-01-25T18:54:28Z" + }, + { + "version": "10.2101.2517.5439", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2517.5439.zip", + "checksum": "468a7ff37efade0ee2b17d1058aac528", + "timestamp": "2021-01-25T17:54:48Z" + }, + { + "version": "10.2101.2516.2638", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2516.2638.zip", + "checksum": "222daec5391c022b724e552d845087d7", + "timestamp": "2021-01-25T16:26:47Z" + }, + { + "version": "10.2101.2515.1833", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2515.1833.zip", + "checksum": "8936a47479439f03442e90d8f21f4da2", + "timestamp": "2021-01-25T15:18:41Z" + }, + { + "version": "10.2101.2513.534", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2513.0534.zip", + "checksum": "cf9eb7f853fdfd366ffd4a00d9c2d641", + "timestamp": "2021-01-25T13:05:42Z" + }, + { + "version": "10.2101.2512.2348", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2512.2348.zip", + "checksum": "4680afb309ae3aedcca5e45c1ce9c208", + "timestamp": "2021-01-25T12:23:57Z" + }, + { + "version": "10.2101.2511.3353", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2511.3353.zip", + "checksum": "f1d12b7bce8e47f50b41277dbd3fde4b", + "timestamp": "2021-01-25T11:34:00Z" + }, + { + "version": "10.2101.2504.2851", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2504.2851.zip", + "checksum": "25d0942a06af101d39cd5f283cf9d354", + "timestamp": "2021-01-25T04:28:59Z" + }, + { + "version": "10.2101.2420.855", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2420.0855.zip", + "checksum": "de141b9c21c2ba8f385ca00aacb7489d", + "timestamp": "2021-01-24T20:09:03Z" + }, + { + "version": "10.2101.2419.3903", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2419.3903.zip", + "checksum": "1bb8bff0e88bfddfe2c793cbc77a6428", + "timestamp": "2021-01-24T19:39:10Z" + }, + { + "version": "10.2101.2418.3034", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2418.3034.zip", + "checksum": "d208f2ff38e8178aa9001e75d28d52f0", + "timestamp": "2021-01-24T18:30:43Z" + }, + { + "version": "10.2101.2413.3833", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2413.3833.zip", + "checksum": "3e17ada257cd97599e7481e18d3e43bf", + "timestamp": "2021-01-24T13:38:41Z" + }, + { + "version": "10.2101.2410.4102", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2410.4102.zip", + "checksum": "50bf72b1d14ded89beae7c0ab85b9d63", + "timestamp": "2021-01-24T10:41:09Z" + }, + { + "version": "10.2101.2400.2506", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2400.2506.zip", + "checksum": "b7af6734234609c80e360b20fbf19773", + "timestamp": "2021-01-24T00:25:14Z" + }, + { + "version": "10.2101.2323.5742", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2323.5742.zip", + "checksum": "02b064599b10db7657a18beba5e502fe", + "timestamp": "2021-01-23T23:57:52Z" + }, + { + "version": "10.2101.2323.2704", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2323.2704.zip", + "checksum": "ef81a6027b1f53de6e58abf7b058c572", + "timestamp": "2021-01-23T23:27:14Z" + }, + { + "version": "10.2101.2321.414", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2321.0414.zip", + "checksum": "c0692bc7d8aafe574b988e9dda9a100b", + "timestamp": "2021-01-23T21:04:22Z" + }, + { + "version": "10.2101.2320.3444", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2320.3444.zip", + "checksum": "a5ec4996d048dbd1e0f487906957bb48", + "timestamp": "2021-01-23T20:34:52Z" + }, + { + "version": "10.2101.2320.533", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2320.0533.zip", + "checksum": "3fb41c86f25554193c0080dcbca1e17b", + "timestamp": "2021-01-23T20:05:41Z" + }, + { + "version": "10.2101.2314.3913", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2314.3913.zip", + "checksum": "fa76b0c8a748c8996826593e8731fa2f", + "timestamp": "2021-01-23T14:39:21Z" + }, + { + "version": "10.2101.2314.1015", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2314.1015.zip", + "checksum": "8dcb79b0d18e2021fb82fbed97fa7134", + "timestamp": "2021-01-23T14:10:22Z" + }, + { + "version": "10.2101.2313.2028", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2313.2028.zip", + "checksum": "2696584b8615ee3c3b82f8dbd0cb36dd", + "timestamp": "2021-01-23T13:20:36Z" + }, + { + "version": "10.2101.2223.2249", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2223.2249.zip", + "checksum": "25ac66fc3405a254ff5a060d2299f1d1", + "timestamp": "2021-01-22T23:22:57Z" + }, + { + "version": "10.2101.2222.5445", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2222.5445.zip", + "checksum": "0052d36aececf46729778234848a32d6", + "timestamp": "2021-01-22T22:54:52Z" + }, + { + "version": "10.2101.2218.327", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2218.0327.zip", + "checksum": "f5fff22988291b2a0a1b9b3a99eff335", + "timestamp": "2021-01-22T18:03:35Z" + }, + { + "version": "10.2101.2210.2056", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2210.2056.zip", + "checksum": "a8472c4d8a41081ac173bf23b4eec47b", + "timestamp": "2021-01-22T10:21:03Z" + }, + { + "version": "10.2101.2208.1106", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2208.1106.zip", + "checksum": "068cb567fa4c1c5bf72b1b68f569bf46", + "timestamp": "2021-01-22T08:11:13Z" + }, + { + "version": "10.2101.2201.2057", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2201.2057.zip", + "checksum": "1ce2ee896e63e8ca6c190b490fac5913", + "timestamp": "2021-01-22T01:21:05Z" + }, + { + "version": "10.2101.2200.5313", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2200.5313.zip", + "checksum": "2b81639d14f556f4c7e2d34e3a00fef5", + "timestamp": "2021-01-22T00:53:21Z" + }, + { + "version": "10.2101.2200.2336", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2200.2336.zip", + "checksum": "b81e5755450af4c6a8105370d2a9718a", + "timestamp": "2021-01-22T00:23:44Z" + }, + { + "version": "10.2101.2121.3548", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2121.3548.zip", + "checksum": "8a6e4f733a246311ef62b2db2ac8210f", + "timestamp": "2021-01-21T21:35:57Z" + }, + { + "version": "10.2101.2121.807", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2121.0807.zip", + "checksum": "17b5045aa32c66867f9cd3ee34568f86", + "timestamp": "2021-01-21T21:08:15Z" + }, + { + "version": "10.2101.2120.3653", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2120.3653.zip", + "checksum": "88a53e417aa5a2dea1fdbe4acfe401d6", + "timestamp": "2021-01-21T20:37:01Z" + }, + { + "version": "10.2101.2120.729", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2120.0729.zip", + "checksum": "f09c29d73aabee95f0a8cf89e57613d6", + "timestamp": "2021-01-21T20:07:36Z" + }, + { + "version": "10.2101.2118.3227", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2118.3227.zip", + "checksum": "4aaef68cbf6b80fac6ee89cb4b76b808", + "timestamp": "2021-01-21T18:32:35Z" + }, + { + "version": "10.2101.2118.335", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2118.0335.zip", + "checksum": "d1ef25dffa802d251892d8eec7b8f44d", + "timestamp": "2021-01-21T18:03:43Z" + }, + { + "version": "10.2101.2100.3333", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2100.3333.zip", + "checksum": "3a3a003e707d5cb78a22ba912297a5cf", + "timestamp": "2021-01-21T00:33:41Z" + }, + { + "version": "10.2101.2100.406", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2100.0406.zip", + "checksum": "4f0d498a717425e64eb00c7218a64193", + "timestamp": "2021-01-21T00:04:13Z" + }, + { + "version": "10.2101.2023.3538", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2023.3538.zip", + "checksum": "3e227ced91459e58fdc66ec29611a02f", + "timestamp": "2021-01-20T23:35:46Z" + }, + { + "version": "10.2101.2018.2450", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2018.2450.zip", + "checksum": "72b4dd0889c62df287077372a9e65127", + "timestamp": "2021-01-20T18:24:57Z" + }, + { + "version": "10.2101.2017.3433", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2017.3433.zip", + "checksum": "a316a32106fb73c7fc8557f7b8ef1c64", + "timestamp": "2021-01-20T17:34:41Z" + }, + { + "version": "10.2101.2013.41", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2013.0041.zip", + "checksum": "25016c43b6a8085fb2ad16e50465592b", + "timestamp": "2021-01-20T13:00:49Z" + }, + { + "version": "10.2101.2012.409", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2012.0409.zip", + "checksum": "9c232e803ba0ece49b129af74f8bf9e6", + "timestamp": "2021-01-20T12:04:16Z" + }, + { + "version": "10.2101.2010.4050", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2010.4050.zip", + "checksum": "a0688330c43f120865d19a6372b2c2cd", + "timestamp": "2021-01-20T10:40:59Z" + }, + { + "version": "10.2101.2010.1258", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2010.1258.zip", + "checksum": "6157009c7fcb452c3bc22657f7ed3408", + "timestamp": "2021-01-20T10:13:06Z" + }, + { + "version": "10.2101.2007.913", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.2007.0913.zip", + "checksum": "fed2365c128d92a85ed9287d030f4aa1", + "timestamp": "2021-01-20T07:09:21Z" + }, + { + "version": "10.2101.1920.2225", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1920.2225.zip", + "checksum": "2ec10bcb7055452207e1b9623489a387", + "timestamp": "2021-01-19T20:22:33Z" + }, + { + "version": "10.2101.1919.4316", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1919.4316.zip", + "checksum": "b56fee2e52e105034d2b8e8cf57704b6", + "timestamp": "2021-01-19T19:43:24Z" + }, + { + "version": "10.2101.1917.5058", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1917.5058.zip", + "checksum": "689c8569ef5981333b0f9fd8cc378e87", + "timestamp": "2021-01-19T17:51:06Z" + }, + { + "version": "10.2101.1815.4505", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1815.4505.zip", + "checksum": "7c49a4ff06bac181a44718cabe2b7651", + "timestamp": "2021-01-18T15:45:12Z" + }, + { + "version": "10.2101.1815.1637", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1815.1637.zip", + "checksum": "4c137f881bea13ad7b9a0ccd76c88409", + "timestamp": "2021-01-18T15:16:45Z" + }, + { + "version": "10.2101.1813.5543", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1813.5543.zip", + "checksum": "0ce8d1ad30e8126ff8dd16fa68ae9131", + "timestamp": "2021-01-18T13:55:50Z" + }, + { + "version": "10.2101.1800.5426", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1800.5426.zip", + "checksum": "45e5c50a37f316586f3219600ffcf4b8", + "timestamp": "2021-01-18T00:54:34Z" + }, + { + "version": "10.2101.1720.2829", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1720.2829.zip", + "checksum": "06f0f205d84afa3b98ba31cee4b988c7", + "timestamp": "2021-01-17T20:28:37Z" + }, + { + "version": "10.2101.1717.654", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1717.0654.zip", + "checksum": "f14fd91e8fa84b520760ee3bfa7e4994", + "timestamp": "2021-01-17T17:07:01Z" + }, + { + "version": "10.2101.1716.3804", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1716.3804.zip", + "checksum": "95e0dad444e2f400f2ac9d9ff8a46074", + "timestamp": "2021-01-17T16:38:11Z" + }, + { + "version": "10.2101.1715.4829", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1715.4829.zip", + "checksum": "7c2be8fb60156865589b9771a2f0bc9f", + "timestamp": "2021-01-17T15:48:38Z" + }, + { + "version": "10.2101.1715.1946", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1715.1946.zip", + "checksum": "d17648ddd40250f35ddb3fec684bbfa8", + "timestamp": "2021-01-17T15:19:53Z" + }, + { + "version": "10.2101.1714.1752", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1714.1752.zip", + "checksum": "7971dea670a797d58825b89acecf320f", + "timestamp": "2021-01-17T14:17:59Z" + }, + { + "version": "10.2101.1706.3302", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1706.3302.zip", + "checksum": "de6cbdf0b4a844ea95d8e8a64fdd5623", + "timestamp": "2021-01-17T06:33:10Z" + }, + { + "version": "10.2101.1700.2857", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1700.2857.zip", + "checksum": "c18878277bdf7c30b5a4db067ca8963d", + "timestamp": "2021-01-17T00:29:05Z" + }, + { + "version": "10.2101.1621.5532", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1621.5532.zip", + "checksum": "1810051026fc801a9d3b995f0ffdd9e1", + "timestamp": "2021-01-16T21:55:40Z" + }, + { + "version": "10.2101.1619.2251", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1619.2251.zip", + "checksum": "90cd75ce9dcf4bf6997179dbd81ace64", + "timestamp": "2021-01-16T19:22:59Z" + }, + { + "version": "10.2101.1618.5343", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1618.5343.zip", + "checksum": "22986a2d3cb6b6e296c0a99e3760688d", + "timestamp": "2021-01-16T18:53:51Z" + }, + { + "version": "10.2101.1612.846", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1612.0846.zip", + "checksum": "3e7c3cd8a68dfff7cf50fd5ebb4c2ed0", + "timestamp": "2021-01-16T12:08:54Z" + }, + { + "version": "10.2101.1610.5103", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1610.5103.zip", + "checksum": "2e8760a14c114d85925cedf2d216f263", + "timestamp": "2021-01-16T10:51:10Z" + }, + { + "version": "10.2101.1522.4117", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1522.4117.zip", + "checksum": "b741e178fa3084f6f9db5b9041502374", + "timestamp": "2021-01-15T22:41:25Z" + }, + { + "version": "10.2101.1418.902", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1418.0902.zip", + "checksum": "c34231ef749f1ad50d849371ba41ed59", + "timestamp": "2021-01-14T18:09:10Z" + }, + { + "version": "10.2101.1323.4302", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1323.4302.zip", + "checksum": "2d83a4e95750e085be2ac40692eff3bd", + "timestamp": "2021-01-13T23:43:10Z" + }, + { + "version": "10.2101.1320.3545", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1320.3545.zip", + "checksum": "23128fd3dd5a3e39183c4a4f57700b07", + "timestamp": "2021-01-13T20:35:53Z" + }, + { + "version": "10.2101.1320.712", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1320.0712.zip", + "checksum": "dd1d0f07b54fe1da1ea6d03183295fdb", + "timestamp": "2021-01-13T20:07:20Z" + }, + { + "version": "10.2101.1318.4910", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1318.4910.zip", + "checksum": "844d98b767af3a772be84f3f01db6c7a", + "timestamp": "2021-01-13T18:49:18Z" + }, + { + "version": "10.2101.1316.4437", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1316.4437.zip", + "checksum": "74f81eb99f7e4defc170da7da8d3d336", + "timestamp": "2021-01-13T16:44:44Z" + }, + { + "version": "10.2101.1308.5721", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1308.5721.zip", + "checksum": "c9f8e9194a39201a8d48ba31c5e7cb71", + "timestamp": "2021-01-13T08:57:29Z" + }, + { + "version": "10.2101.1308.2924", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1308.2924.zip", + "checksum": "b96518f5921d047eb1596a3db1051d1e", + "timestamp": "2021-01-13T08:29:31Z" + }, + { + "version": "10.2101.1307.111", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1307.0111.zip", + "checksum": "e84fd2dbaa953ada9ffa4b47e417007d", + "timestamp": "2021-01-13T07:01:19Z" + }, + { + "version": "10.2101.1222.2935", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1222.2935.zip", + "checksum": "f242d2f2109ea684beaf80ac76a6d38b", + "timestamp": "2021-01-12T22:29:43Z" + }, + { + "version": "10.2101.1222.148", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1222.0148.zip", + "checksum": "2496f3a110a8022547aab93c5aa0591d", + "timestamp": "2021-01-12T22:01:56Z" + }, + { + "version": "10.2101.1215.4124", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1215.4124.zip", + "checksum": "4a10a2717bff97b711d4591895ab1b5d", + "timestamp": "2021-01-12T15:41:32Z" + }, + { + "version": "10.2101.1119.1417", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1119.1417.zip", + "checksum": "7de9cfc61b1c6b55e1ff3f8027c0907b", + "timestamp": "2021-01-11T19:14:24Z" + }, + { + "version": "10.2101.1115.5452", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1115.5452.zip", + "checksum": "88cd7163c169038410c9c1c37d1ebb32", + "timestamp": "2021-01-11T15:55:00Z" + }, + { + "version": "10.2101.1114.5336", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1114.5336.zip", + "checksum": "83fcdb886931d0bbaee62fad3730e844", + "timestamp": "2021-01-11T14:53:44Z" + }, + { + "version": "10.2101.1114.2518", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1114.2518.zip", + "checksum": "0eeb7dc67444948e5b251a5e0ae9c711", + "timestamp": "2021-01-11T14:25:26Z" + }, + { + "version": "10.2101.1020.1151", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1020.1151.zip", + "checksum": "eecf0426c43f17401bd18a4ac49e9f7d", + "timestamp": "2021-01-10T20:11:59Z" + }, + { + "version": "10.2101.1015.4211", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1015.4211.zip", + "checksum": "af55c6d0d671f6801486b474c93b5626", + "timestamp": "2021-01-10T15:42:20Z" + }, + { + "version": "10.2101.1011.3006", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1011.3006.zip", + "checksum": "59c51441f8bc82f8ade0725e79aa1dcb", + "timestamp": "2021-01-10T11:30:13Z" + }, + { + "version": "10.2101.1011.14", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1011.0014.zip", + "checksum": "0ca0a50d78dc3184e5ef334cbc88d456", + "timestamp": "2021-01-10T11:00:22Z" + }, + { + "version": "10.2101.1009.5938", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.1009.5938.zip", + "checksum": "33b8fa2df623b8845b53d0bcc901ac66", + "timestamp": "2021-01-10T09:59:46Z" + }, + { + "version": "10.2101.920.931", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0920.0931.zip", + "checksum": "6b359d8100c58d5eebb2d507752e7e72", + "timestamp": "2021-01-09T20:09:40Z" + }, + { + "version": "10.2101.919.50", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0919.0050.zip", + "checksum": "c5217d080087a2cd40f70e4e17a4dfe7", + "timestamp": "2021-01-09T19:00:58Z" + }, + { + "version": "10.2101.918.2602", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0918.2602.zip", + "checksum": "7acb3e574cef56681b8f4e3fa72d9cc5", + "timestamp": "2021-01-09T18:26:10Z" + }, + { + "version": "10.2101.917.328", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0917.0328.zip", + "checksum": "baecac1b9f3bf620764ebe9f191968a1", + "timestamp": "2021-01-09T17:03:36Z" + }, + { + "version": "10.2101.915.4913", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0915.4913.zip", + "checksum": "ad0338e3fa7af971fd98c7e17ebee889", + "timestamp": "2021-01-09T15:49:21Z" + }, + { + "version": "10.2101.914.2831", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0914.2831.zip", + "checksum": "c81fffbbf67febdfbec2eaef8e97b2f0", + "timestamp": "2021-01-09T14:28:39Z" + }, + { + "version": "10.2101.900.906", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0900.0906.zip", + "checksum": "abba243bd43067e8672a6301a7d3ec4d", + "timestamp": "2021-01-09T00:09:14Z" + }, + { + "version": "10.2101.821.2745", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0821.2745.zip", + "checksum": "4d91b64764e8d6a4eb0e33893c14fddf", + "timestamp": "2021-01-08T21:27:53Z" + }, + { + "version": "10.2101.820.5759", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0820.5759.zip", + "checksum": "8eb560bae41acb5fc7b163e9bfe80a97", + "timestamp": "2021-01-08T20:58:06Z" + }, + { + "version": "10.2101.820.2855", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0820.2855.zip", + "checksum": "4c996b200e97ee7737e49e069c31920f", + "timestamp": "2021-01-08T20:29:02Z" + }, + { + "version": "10.2101.814.1339", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0814.1339.zip", + "checksum": "39bd6bd1f9bbb9fd9e8d3809726b1230", + "timestamp": "2021-01-08T14:13:47Z" + }, + { + "version": "10.2101.813.1500", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0813.1500.zip", + "checksum": "5d6c138a9a5c594b4e430e5d63527470", + "timestamp": "2021-01-08T13:15:07Z" + }, + { + "version": "10.2101.800.3944", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0800.3944.zip", + "checksum": "634fccdf1981beb1907697d799776c42", + "timestamp": "2021-01-08T00:39:52Z" + }, + { + "version": "10.2101.722.1124", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0722.1124.zip", + "checksum": "bb9f0365d4671c8557937798013aaef4", + "timestamp": "2021-01-07T22:11:31Z" + }, + { + "version": "10.2101.716.4207", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0716.4207.zip", + "checksum": "5c20145c094fad6c68f9277d39ee2e21", + "timestamp": "2021-01-07T16:42:17Z" + }, + { + "version": "10.2101.716.1407", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0716.1407.zip", + "checksum": "d45a5341ff0be338836c8a6c2e3c58ca", + "timestamp": "2021-01-07T16:14:15Z" + }, + { + "version": "10.2101.715.3617", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0715.3617.zip", + "checksum": "3ee05c511e466e8fdaeb292b9b315033", + "timestamp": "2021-01-07T15:36:25Z" + }, + { + "version": "10.2101.715.838", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0715.0838.zip", + "checksum": "d926fbd64be031e94fe631e1449f9146", + "timestamp": "2021-01-07T15:08:46Z" + }, + { + "version": "10.2101.710.3002", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0710.3002.zip", + "checksum": "1ddc076cb5f138b4867f6dcce27dfcaf", + "timestamp": "2021-01-07T10:30:09Z" + }, + { + "version": "10.2101.709.5957", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0709.5957.zip", + "checksum": "af3a80818f85537b5c416b50dc67cc44", + "timestamp": "2021-01-07T10:00:05Z" + }, + { + "version": "10.2101.709.2859", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0709.2859.zip", + "checksum": "70b11d6f633f2857ec71629a1f590010", + "timestamp": "2021-01-07T09:29:06Z" + }, + { + "version": "10.2101.619.5458", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0619.5458.zip", + "checksum": "fdba8bcdcbac6237144af1604d74fd7e", + "timestamp": "2021-01-06T19:55:05Z" + }, + { + "version": "10.2101.617.2322", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0617.2322.zip", + "checksum": "69d246ba26ce88d3b0dee93dd278e6aa", + "timestamp": "2021-01-06T17:23:30Z" + }, + { + "version": "10.2101.604.3605", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0604.3605.zip", + "checksum": "b13c71dc5352b1af64550927b20923a6", + "timestamp": "2021-01-06T04:36:12Z" + }, + { + "version": "10.2101.522.3042", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0522.3042.zip", + "checksum": "fac772ee782fa6c73b657aaccf7b99ed", + "timestamp": "2021-01-05T22:30:49Z" + }, + { + "version": "10.2101.519.5037", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0519.5037.zip", + "checksum": "ef7341894d2420f27506e075a9eec7bd", + "timestamp": "2021-01-05T19:50:45Z" + }, + { + "version": "10.2101.517.5402", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0517.5402.zip", + "checksum": "fb5a55b80670023a926095e2244c7645", + "timestamp": "2021-01-05T17:54:10Z" + }, + { + "version": "10.2101.517.2529", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0517.2529.zip", + "checksum": "562fd736cac542d29b77e88b3931bb9d", + "timestamp": "2021-01-05T17:25:37Z" + }, + { + "version": "10.2101.511.4249", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0511.4249.zip", + "checksum": "94a8b0219aad451ecb66ab54caab0129", + "timestamp": "2021-01-05T11:42:56Z" + }, + { + "version": "10.2101.419.4301", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0419.4301.zip", + "checksum": "b945c9da8a46ea2117c6169538f35329", + "timestamp": "2021-01-04T19:43:09Z" + }, + { + "version": "10.2101.417.3119", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0417.3119.zip", + "checksum": "11d4752210a6c806a08f2428bc690472", + "timestamp": "2021-01-04T17:31:27Z" + }, + { + "version": "10.2101.415.1840", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0415.1840.zip", + "checksum": "c17840eb291b0fba2180fc40a114b46a", + "timestamp": "2021-01-04T15:18:48Z" + }, + { + "version": "10.2101.414.5015", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0414.5015.zip", + "checksum": "90f5d72d6bf58f8c8ba6fb99460e209e", + "timestamp": "2021-01-04T14:50:22Z" + }, + { + "version": "10.2101.412.4606", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0412.4606.zip", + "checksum": "a64deee660910081509e7bf5ecccc364", + "timestamp": "2021-01-04T12:46:15Z" + }, + { + "version": "10.2101.412.1930", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0412.1930.zip", + "checksum": "edce5856da0fc9155f31fbc5953de98a", + "timestamp": "2021-01-04T12:19:37Z" + }, + { + "version": "10.2101.411.5237", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0411.5237.zip", + "checksum": "7c19a4795c8fc5e5d96fd2838ae0a1bf", + "timestamp": "2021-01-04T11:52:45Z" + }, + { + "version": "10.2101.411.2225", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0411.2225.zip", + "checksum": "2de27d25168d9d03aaa4966f0e31ac7e", + "timestamp": "2021-01-04T11:22:34Z" + }, + { + "version": "10.2101.317.5008", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0317.5008.zip", + "checksum": "3a7471432b6195754029cdefcbf4422d", + "timestamp": "2021-01-03T17:50:15Z" + }, + { + "version": "10.2101.317.546", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0317.0546.zip", + "checksum": "748c003768487fdcbd53cf799fd1e6d3", + "timestamp": "2021-01-03T17:05:54Z" + }, + { + "version": "10.2101.311.2417", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0311.2417.zip", + "checksum": "9bde7ef86a19f0a0ac83a48a9dadd7b3", + "timestamp": "2021-01-03T11:24:24Z" + }, + { + "version": "10.2101.302.3701", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0302.3701.zip", + "checksum": "d86b78ccb5309059d8d020a45687876a", + "timestamp": "2021-01-03T02:37:08Z" + }, + { + "version": "10.2101.220.5212", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0220.5212.zip", + "checksum": "0e8ab9f16c8a939067e7340c59c41fa1", + "timestamp": "2021-01-02T20:52:19Z" + }, + { + "version": "10.2101.219.4130", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0219.4130.zip", + "checksum": "2d3da7b151dafd8307109fa59b2fdc17", + "timestamp": "2021-01-02T19:41:38Z" + }, + { + "version": "10.2101.218.4822", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0218.4822.zip", + "checksum": "b3f8e970bd78fbdba0c4412755713400", + "timestamp": "2021-01-02T18:48:29Z" + }, + { + "version": "10.2101.213.47", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0213.0047.zip", + "checksum": "6f803077ce85d9299c60172e4d361292", + "timestamp": "2021-01-02T13:00:55Z" + }, + { + "version": "10.2101.211.2653", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0211.2653.zip", + "checksum": "cbc0107559cd10d7984b0e09c56cb1b3", + "timestamp": "2021-01-02T11:27:00Z" + }, + { + "version": "10.2101.210.2502", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0210.2502.zip", + "checksum": "2e5c130d6957ae3c9e0b30e80d988418", + "timestamp": "2021-01-02T10:25:10Z" + }, + { + "version": "10.2101.207.944", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0207.0944.zip", + "checksum": "2a988fdbbef1ce522201b6123fa84ce7", + "timestamp": "2021-01-02T07:09:52Z" + }, + { + "version": "10.2101.118.5939", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0118.5939.zip", + "checksum": "3e645c13d6a4513acd19437207fbca18", + "timestamp": "2021-01-01T18:59:46Z" + }, + { + "version": "10.2101.118.1338", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0118.1338.zip", + "checksum": "c8d03dfcd188b9c716a299d8702ed606", + "timestamp": "2021-01-01T18:13:46Z" + }, + { + "version": "10.2101.117.4625", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0117.4625.zip", + "checksum": "8f0b7a3a13b872b5077a245e9e41a522", + "timestamp": "2021-01-01T17:46:33Z" + }, + { + "version": "10.2101.117.1058", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0117.1058.zip", + "checksum": "77d11a58d959cb1a9f60b1f3f616672a", + "timestamp": "2021-01-01T17:11:06Z" + }, + { + "version": "10.2101.111.4803", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0111.4803.zip", + "checksum": "273a8924c237c864fb87a197f78ccce7", + "timestamp": "2021-01-01T11:48:10Z" + }, + { + "version": "10.2101.100.4216", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0100.4216.zip", + "checksum": "9b32413d91dd3a8ac72e9b241a101e30", + "timestamp": "2021-01-01T00:42:24Z" + }, + { + "version": "10.2101.100.1501", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2101.0100.1501.zip", + "checksum": "de168878a5b573233b1739378640dcca", + "timestamp": "2021-01-01T00:15:09Z" + }, + { + "version": "10.2012.3122.5625", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3122.5625.zip", + "checksum": "2d0a961f63fdae41373ee5ffe59d257a", + "timestamp": "2020-12-31T22:56:33Z" + }, + { + "version": "10.2012.3122.2943", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3122.2943.zip", + "checksum": "e63b3f45a4909edaaf764694fd55000e", + "timestamp": "2020-12-31T22:29:51Z" + }, + { + "version": "10.2012.3115.255", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3115.0255.zip", + "checksum": "43ddd13bc46da63be9ab6110bdef4598", + "timestamp": "2020-12-31T15:03:03Z" + }, + { + "version": "10.2012.3114.3535", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3114.3535.zip", + "checksum": "5f37bc49915ab8ef82296e737d3125ab", + "timestamp": "2020-12-31T14:35:43Z" + }, + { + "version": "10.2012.3113.4104", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3113.4104.zip", + "checksum": "4e3a93a3f4e802f67cd5080b0920fa7b", + "timestamp": "2020-12-31T13:41:12Z" + }, + { + "version": "10.2012.3111.3347", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3111.3347.zip", + "checksum": "7e15c90c03ddeb58c9a239a175ffbce5", + "timestamp": "2020-12-31T11:33:55Z" + }, + { + "version": "10.2012.3107.3358", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3107.3358.zip", + "checksum": "910836794e67cad851936721858e73b1", + "timestamp": "2020-12-31T07:34:05Z" + }, + { + "version": "10.2012.3107.609", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3107.0609.zip", + "checksum": "3a660986d1d435be02013335241ce5fb", + "timestamp": "2020-12-31T07:06:17Z" + }, + { + "version": "10.2012.3101.5051", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3101.5051.zip", + "checksum": "93b2bda8353efa545871283c80f81838", + "timestamp": "2020-12-31T01:50:58Z" + }, + { + "version": "10.2012.3101.2255", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3101.2255.zip", + "checksum": "928d1a80c39bc04547fd674b3dc88608", + "timestamp": "2020-12-31T01:23:02Z" + }, + { + "version": "10.2012.3100.4207", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3100.4207.zip", + "checksum": "be4b3c543b1a5112949b87f253a5683e", + "timestamp": "2020-12-31T00:42:17Z" + }, + { + "version": "10.2012.3022.2627", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3022.2627.zip", + "checksum": "404e0f0c1d7a0031edc05beabca74cf3", + "timestamp": "2020-12-30T22:26:35Z" + }, + { + "version": "10.2012.3021.5952", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3021.5952.zip", + "checksum": "5e9bd6d3c7d92729cfe8b7c3891eefe3", + "timestamp": "2020-12-30T21:59:59Z" + }, + { + "version": "10.2012.3021.3315", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3021.3315.zip", + "checksum": "bf0b21180a3b6d1f1e4e87b3d39b85db", + "timestamp": "2020-12-30T21:33:22Z" + }, + { + "version": "10.2012.3017.5518", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3017.5518.zip", + "checksum": "05a0edfb2415966608bd122489d55ceb", + "timestamp": "2020-12-30T17:55:25Z" + }, + { + "version": "10.2012.3010.525", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.3010.0525.zip", + "checksum": "c0bad0d0552f3675ec861ebe40ff5691", + "timestamp": "2020-12-30T10:05:32Z" + }, + { + "version": "10.2012.2917.2751", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2917.2751.zip", + "checksum": "72db18f1203e7bc2f7752c1a5b44b052", + "timestamp": "2020-12-29T17:27:59Z" + }, + { + "version": "10.2012.2917.150", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2917.0150.zip", + "checksum": "86c365dfc242ab868c978ad2ce4cf836", + "timestamp": "2020-12-29T17:01:57Z" + }, + { + "version": "10.2012.2906.2623", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2906.2623.zip", + "checksum": "fbbaa6e97733eb7f3d3c2d89d0064bff", + "timestamp": "2020-12-29T06:26:31Z" + }, + { + "version": "10.2012.2821.2136", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2821.2136.zip", + "checksum": "7691f117c3905f659c5bcd9f47f6313b", + "timestamp": "2020-12-28T21:21:43Z" + }, + { + "version": "10.2012.2820.5504", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2820.5504.zip", + "checksum": "f74bf4c77645b77c6ea6e304ae1325d0", + "timestamp": "2020-12-28T20:55:13Z" + }, + { + "version": "10.2012.2817.3129", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2817.3129.zip", + "checksum": "99ba7cad58ea8ecd293f5f356f6821e3", + "timestamp": "2020-12-28T17:31:36Z" + }, + { + "version": "10.2012.2816.714", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2816.0714.zip", + "checksum": "df1526d46e39023dd8de4ee6acbf50f4", + "timestamp": "2020-12-28T16:07:22Z" + }, + { + "version": "10.2012.2815.4134", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2815.4134.zip", + "checksum": "1a65fd7416b2c5a3d36b356cb7f7febf", + "timestamp": "2020-12-28T15:41:42Z" + }, + { + "version": "10.2012.2815.1357", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2815.1357.zip", + "checksum": "44fa56101c79fcd704b1b016a90b6e08", + "timestamp": "2020-12-28T15:14:04Z" + }, + { + "version": "10.2012.2810.2903", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2810.2903.zip", + "checksum": "b82266ea33ab6188f0c5c0de71bf739f", + "timestamp": "2020-12-28T10:29:11Z" + }, + { + "version": "10.2012.2718.4054", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2718.4054.zip", + "checksum": "b4b770d833f47c3cffdfbba9825c1aa8", + "timestamp": "2020-12-27T18:41:02Z" + }, + { + "version": "10.2012.2713.5257", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2713.5257.zip", + "checksum": "ea6b5fbf62e39f833ebfab179daa1a3b", + "timestamp": "2020-12-27T13:53:05Z" + }, + { + "version": "10.2012.2520.457", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2520.0457.zip", + "checksum": "86c9a0b1722e7632289c7d2817c30b72", + "timestamp": "2020-12-25T20:05:04Z" + }, + { + "version": "10.2012.2515.4908", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2515.4908.zip", + "checksum": "f7391a5409960927816ad74017c6735d", + "timestamp": "2020-12-25T15:49:16Z" + }, + { + "version": "10.2012.2513.3804", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2513.3804.zip", + "checksum": "81d30531c9e81c6f5839af2ce3f0d654", + "timestamp": "2020-12-25T13:38:12Z" + }, + { + "version": "10.2012.2420.1051", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2420.1051.zip", + "checksum": "45eeb767a9832c095e76227bd280cebf", + "timestamp": "2020-12-24T20:10:59Z" + }, + { + "version": "10.2012.2418.1313", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2418.1313.zip", + "checksum": "242a195b3c7a105ca2defc3f3c3a96c9", + "timestamp": "2020-12-24T18:13:21Z" + }, + { + "version": "10.2012.2410.2621", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2410.2621.zip", + "checksum": "4c76eb0aef19e4048234b4e1d487b33a", + "timestamp": "2020-12-24T10:26:29Z" + }, + { + "version": "10.2012.2405.3708", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2405.3708.zip", + "checksum": "f721fdd6dc8fb375f3ff8e106b7a2121", + "timestamp": "2020-12-24T05:37:15Z" + }, + { + "version": "10.2012.2319.1839", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2319.1839.zip", + "checksum": "8d78d85f7a429fc12f33767aeecc8ee0", + "timestamp": "2020-12-23T19:18:47Z" + }, + { + "version": "10.2012.2305.317", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2305.0317.zip", + "checksum": "96ea2cfd57cd290d0b9928cf3534e3e0", + "timestamp": "2020-12-23T05:03:25Z" + }, + { + "version": "10.2012.2304.1534", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2304.1534.zip", + "checksum": "e0816a8c11a568595dad77283ded1326", + "timestamp": "2020-12-23T04:15:41Z" + }, + { + "version": "10.2012.2303.4635", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2303.4635.zip", + "checksum": "e74a3cc0f16e951f83a1d3c84a817d26", + "timestamp": "2020-12-23T03:46:43Z" + }, + { + "version": "10.2012.2223.1509", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2223.1509.zip", + "checksum": "d705291ee55d7422a0cd82c9dfa8b710", + "timestamp": "2020-12-22T23:15:17Z" + }, + { + "version": "10.2012.2215.1616", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2215.1616.zip", + "checksum": "08eed7904572ecc20038394fd86cce13", + "timestamp": "2020-12-22T15:16:23Z" + }, + { + "version": "10.2012.2212.4348", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2212.4348.zip", + "checksum": "21c4a8d53bc3d761c7815d7843b671c4", + "timestamp": "2020-12-22T12:43:57Z" + }, + { + "version": "10.2012.2123.331", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2123.0331.zip", + "checksum": "3ca9c03c5d2f2218349d8994553afb14", + "timestamp": "2020-12-21T23:03:38Z" + }, + { + "version": "10.2012.2122.3554", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2122.3554.zip", + "checksum": "b05408da4156ed1edd02de3f2e4aa3a3", + "timestamp": "2020-12-21T22:36:02Z" + }, + { + "version": "10.2012.2119.5254", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2119.5254.zip", + "checksum": "5185cd718e23a78b371f0a7f54cef27e", + "timestamp": "2020-12-21T19:53:02Z" + }, + { + "version": "10.2012.2119.2636", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2119.2636.zip", + "checksum": "3090c04f8f77fd58f5b27333d6c00334", + "timestamp": "2020-12-21T19:26:43Z" + }, + { + "version": "10.2012.2119.24", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2119.0024.zip", + "checksum": "720dfe4e0a8dede91ab8d0e090350981", + "timestamp": "2020-12-21T19:00:32Z" + }, + { + "version": "10.2012.2107.5017", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2107.5017.zip", + "checksum": "76194ea3f72d000187e56aed227c068f", + "timestamp": "2020-12-21T07:50:24Z" + }, + { + "version": "10.2012.2100.915", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2100.0915.zip", + "checksum": "1184e7363099374a7cf01872a96876fa", + "timestamp": "2020-12-21T00:09:22Z" + }, + { + "version": "10.2012.2023.4013", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2023.4013.zip", + "checksum": "0df4c85d9e1398f12f557c96c29c376c", + "timestamp": "2020-12-20T23:40:21Z" + }, + { + "version": "10.2012.2013.5020", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2013.5020.zip", + "checksum": "7f1834fa9abdaaaac8c855cf960985b6", + "timestamp": "2020-12-20T13:50:28Z" + }, + { + "version": "10.2012.2013.2043", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2013.2043.zip", + "checksum": "bcd04c5afdb11300cedd45b153e59869", + "timestamp": "2020-12-20T13:20:51Z" + }, + { + "version": "10.2012.2009.4823", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2009.4823.zip", + "checksum": "803621648b3864892ae4c99487c141b8", + "timestamp": "2020-12-20T09:48:31Z" + }, + { + "version": "10.2012.2009.1900", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2009.1900.zip", + "checksum": "78880288a88b7fcfeb0ef89b1b69ed7e", + "timestamp": "2020-12-20T09:19:08Z" + }, + { + "version": "10.2012.2000.4400", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.2000.4400.zip", + "checksum": "ec3d72b5ffde15a5e44f44188bd5394a", + "timestamp": "2020-12-20T00:44:08Z" + }, + { + "version": "10.2012.1919.4117", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1919.4117.zip", + "checksum": "e8d3a5a6a60584b570f943c9b1a657f8", + "timestamp": "2020-12-19T19:41:25Z" + }, + { + "version": "10.2012.1820.5934", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1820.5934.zip", + "checksum": "f0194955015b85bca1d41ce05eca6a5b", + "timestamp": "2020-12-18T20:59:42Z" + }, + { + "version": "10.2012.1820.3256", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1820.3256.zip", + "checksum": "cb9787ff9ff14fac6dcc7aef3678594f", + "timestamp": "2020-12-18T20:33:04Z" + }, + { + "version": "10.2012.1813.1855", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1813.1855.zip", + "checksum": "0e4a404794746230b489792cf0c3e4b8", + "timestamp": "2020-12-18T13:19:03Z" + }, + { + "version": "10.2012.1807.4215", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1807.4215.zip", + "checksum": "5f12b3d2494e8c2b70a6d24c58b4cc41", + "timestamp": "2020-12-18T07:42:23Z" + }, + { + "version": "10.2012.1722.4843", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1722.4843.zip", + "checksum": "8071f34d602d0923ae90c540ee5ca35a", + "timestamp": "2020-12-17T22:48:50Z" + }, + { + "version": "10.2012.1722.2154", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1722.2154.zip", + "checksum": "912a9275fd01180637abea1f0f279de1", + "timestamp": "2020-12-17T22:22:02Z" + }, + { + "version": "10.2012.1718.3424", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1718.3424.zip", + "checksum": "d4e5759fb4d7e66915cf6da748a23bc4", + "timestamp": "2020-12-17T18:34:32Z" + }, + { + "version": "10.2012.1717.4323", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1717.4323.zip", + "checksum": "90503274f6cd3f3f9e1f02bb28c80e54", + "timestamp": "2020-12-17T17:43:31Z" + }, + { + "version": "10.2012.1717.1631", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1717.1631.zip", + "checksum": "fe98bac71819cd03b6fcf3102fd69f8a", + "timestamp": "2020-12-17T17:16:38Z" + }, + { + "version": "10.2012.1711.1702", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1711.1702.zip", + "checksum": "0d5539661111c67028bb608d99d89700", + "timestamp": "2020-12-17T11:17:10Z" + }, + { + "version": "10.2012.1623.1423", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1623.1423.zip", + "checksum": "c5c53163bfccefd027037d586c9db666", + "timestamp": "2020-12-16T23:14:30Z" + }, + { + "version": "10.2012.1622.752", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1622.0752.zip", + "checksum": "c458876826ab790cd2e34bc4d9995bc1", + "timestamp": "2020-12-16T22:07:59Z" + }, + { + "version": "10.2012.1621.3948", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1621.3948.zip", + "checksum": "ac206da9f46b274781be01008074b1a3", + "timestamp": "2020-12-16T21:39:56Z" + }, + { + "version": "10.2012.1620.3030", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1620.3030.zip", + "checksum": "68824d5e9abf4732632235e5d31885d1", + "timestamp": "2020-12-16T20:30:37Z" + }, + { + "version": "10.2012.1620.250", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1620.0250.zip", + "checksum": "9d6a5bcfca2f3f41934c378300ee0b02", + "timestamp": "2020-12-16T20:02:57Z" + }, + { + "version": "10.2012.1619.2420", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1619.2420.zip", + "checksum": "da2b291ce4f921fcffe61a48c2be9810", + "timestamp": "2020-12-16T19:24:28Z" + }, + { + "version": "10.2012.1616.5037", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1616.5037.zip", + "checksum": "585aa0ae09e323c310cc17c5e3204dbf", + "timestamp": "2020-12-16T16:50:45Z" + }, + { + "version": "10.2012.1519.5439", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1519.5439.zip", + "checksum": "0c86b03fc0bd64cd935555e133f9adce", + "timestamp": "2020-12-15T19:54:46Z" + }, + { + "version": "10.2012.1512.1455", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1512.1455.zip", + "checksum": "cf39522d0bb6da10b407a32339e1ff84", + "timestamp": "2020-12-15T12:15:03Z" + }, + { + "version": "10.2012.1511.4646", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1511.4646.zip", + "checksum": "6e7d4e47cebd106f4eb663f8d7c4f9a3", + "timestamp": "2020-12-15T11:46:53Z" + }, + { + "version": "10.2012.1508.3451", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1508.3451.zip", + "checksum": "e138a4297509bd0019b58adfd4a718da", + "timestamp": "2020-12-15T08:34:58Z" + }, + { + "version": "10.2012.1421.4929", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1421.4929.zip", + "checksum": "4c740b909956e172c6f79206c2d14718", + "timestamp": "2020-12-14T21:49:36Z" + }, + { + "version": "10.2012.1420.1459", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1420.1459.zip", + "checksum": "e7e28554c276ab5f6742d4dd0eb9097f", + "timestamp": "2020-12-14T20:15:07Z" + }, + { + "version": "10.2012.1417.2055", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1417.2055.zip", + "checksum": "fca78e6e7cf19b2224e83ace00752733", + "timestamp": "2020-12-14T17:21:03Z" + }, + { + "version": "10.2012.1416.3402", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1416.3402.zip", + "checksum": "05126fc5cf7cd2a3cfaf224fae7b3402", + "timestamp": "2020-12-14T16:34:09Z" + }, + { + "version": "10.2012.1416.633", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1416.0633.zip", + "checksum": "8a01021510e80010246602d261bcd280", + "timestamp": "2020-12-14T16:06:40Z" + }, + { + "version": "10.2012.1415.3923", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1415.3923.zip", + "checksum": "55cbb29458ae752eb087ace3f281f6d6", + "timestamp": "2020-12-14T15:39:31Z" + }, + { + "version": "10.2012.1412.129", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1412.0129.zip", + "checksum": "bef41f5e21833055908f657d93b8ce1a", + "timestamp": "2020-12-14T12:01:36Z" + }, + { + "version": "10.2012.1405.1533", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1405.1533.zip", + "checksum": "be05160c94e784cbd3d71a66417f4011", + "timestamp": "2020-12-14T05:15:41Z" + }, + { + "version": "10.2012.1404.933", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1404.0933.zip", + "checksum": "9ed9e0e2bacaf7c902678c4995ce82ea", + "timestamp": "2020-12-14T04:09:40Z" + }, + { + "version": "10.2012.1323.712", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1323.0712.zip", + "checksum": "7fb2347aed807733e7ebdc7d18d82784", + "timestamp": "2020-12-13T23:07:20Z" + }, + { + "version": "10.2012.1322.3849", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1322.3849.zip", + "checksum": "55536344710ff35e3012bec2564a64d5", + "timestamp": "2020-12-13T22:38:58Z" + }, + { + "version": "10.2012.1322.1154", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1322.1154.zip", + "checksum": "a4c7eddb1877ab470b5036e206ed07ec", + "timestamp": "2020-12-13T22:12:02Z" + }, + { + "version": "10.2012.1319.3531", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1319.3531.zip", + "checksum": "ead15f172a6da8893809b151ea194304", + "timestamp": "2020-12-13T19:35:39Z" + }, + { + "version": "10.2012.1314.1323", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1314.1323.zip", + "checksum": "6b26ba5349eec3860f765475a39b49cd", + "timestamp": "2020-12-13T14:13:30Z" + }, + { + "version": "10.2012.1313.4522", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1313.4522.zip", + "checksum": "8400b17a917f396f68c2a07b1fdce345", + "timestamp": "2020-12-13T13:45:30Z" + }, + { + "version": "10.2012.1313.1734", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1313.1734.zip", + "checksum": "620505f1b22548459e7d389e6823fce0", + "timestamp": "2020-12-13T13:17:41Z" + }, + { + "version": "10.2012.1312.4922", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1312.4922.zip", + "checksum": "f43a22bd31a64b7763085e9c365d98cf", + "timestamp": "2020-12-13T12:49:29Z" + }, + { + "version": "10.2012.1311.2311", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1311.2311.zip", + "checksum": "b368085dfaa5036e91e1e21005051ef9", + "timestamp": "2020-12-13T11:23:19Z" + }, + { + "version": "10.2012.1218.4547", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1218.4547.zip", + "checksum": "e6a155b0460b376d7fa51539f106b182", + "timestamp": "2020-12-12T18:45:54Z" + }, + { + "version": "10.2012.1122.4438", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1122.4438.zip", + "checksum": "6ea8cf64919ab90b5792903609f17a2a", + "timestamp": "2020-12-11T22:44:46Z" + }, + { + "version": "10.2012.1121.5412", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1121.5412.zip", + "checksum": "ff8a508911843881468b4f03e1108da7", + "timestamp": "2020-12-11T21:54:19Z" + }, + { + "version": "10.2012.1115.5243", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1115.5243.zip", + "checksum": "5e78082bfdff8b3f24edb0d154e6fb18", + "timestamp": "2020-12-11T15:52:50Z" + }, + { + "version": "10.2012.1115.2531", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1115.2531.zip", + "checksum": "21897b70b8ab38fadc01e7a67d987161", + "timestamp": "2020-12-11T15:25:39Z" + }, + { + "version": "10.2012.1109.4805", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1109.4805.zip", + "checksum": "da4c88489e95c8b6be9420994ba6bb12", + "timestamp": "2020-12-11T09:48:12Z" + }, + { + "version": "10.2012.1109.1817", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1109.1817.zip", + "checksum": "e65af11b5aeeca479015bfb89ac365cf", + "timestamp": "2020-12-11T09:18:24Z" + }, + { + "version": "10.2012.1108.408", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1108.0408.zip", + "checksum": "bd828bdd604cb58d12380aed03fa7afb", + "timestamp": "2020-12-11T08:04:16Z" + }, + { + "version": "10.2012.1107.3542", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1107.3542.zip", + "checksum": "224905b31aa9820709d10e78d7f4c1ba", + "timestamp": "2020-12-11T07:35:49Z" + }, + { + "version": "10.2012.1104.2810", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1104.2810.zip", + "checksum": "9c9f58ad223e10e96b8032225c8a73cf", + "timestamp": "2020-12-11T04:28:18Z" + }, + { + "version": "10.2012.1104.103", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1104.0103.zip", + "checksum": "89ee2733e5e0cd820aa3c146998483a2", + "timestamp": "2020-12-11T04:01:11Z" + }, + { + "version": "10.2012.1103.3357", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1103.3357.zip", + "checksum": "233b2e5e7e6b1ee1f49330e54b0bfe1f", + "timestamp": "2020-12-11T03:34:05Z" + }, + { + "version": "10.2012.1022.3841", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1022.3841.zip", + "checksum": "197d829333338e32aa5ded90bdcf63c3", + "timestamp": "2020-12-10T22:38:48Z" + }, + { + "version": "10.2012.1022.1220", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1022.1220.zip", + "checksum": "8b2445b10b9b3a71f9b3e5c77989a687", + "timestamp": "2020-12-10T22:12:28Z" + }, + { + "version": "10.2012.1021.2512", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1021.2512.zip", + "checksum": "789f4c0581c272b1104b8d721fcc05ce", + "timestamp": "2020-12-10T21:25:20Z" + }, + { + "version": "10.2012.1020.5717", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1020.5717.zip", + "checksum": "a389c0eb97e3fc0cc45803cf7e945e3d", + "timestamp": "2020-12-10T20:57:26Z" + }, + { + "version": "10.2012.1014.16", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1014.0016.zip", + "checksum": "92e746c33b522a1a250afb826320efb6", + "timestamp": "2020-12-10T14:00:23Z" + }, + { + "version": "10.2012.1013.3227", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1013.3227.zip", + "checksum": "36bee0fcde6af61d49c103d39544108e", + "timestamp": "2020-12-10T13:32:34Z" + }, + { + "version": "10.2012.1013.439", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.1013.0439.zip", + "checksum": "969fb55862d6ab9ab8be9e3945bb9d60", + "timestamp": "2020-12-10T13:04:47Z" + }, + { + "version": "10.2012.919.4725", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0919.4725.zip", + "checksum": "8b2aa21b6a0c962790555d6ccc27b6fc", + "timestamp": "2020-12-09T19:47:32Z" + }, + { + "version": "10.2012.917.2059", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0917.2059.zip", + "checksum": "31e9d76a59c44cba0ff0120c7887d02a", + "timestamp": "2020-12-09T17:21:07Z" + }, + { + "version": "10.2012.915.5326", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0915.5326.zip", + "checksum": "68f3bc064d401f8140ce45508e4ed611", + "timestamp": "2020-12-09T15:53:34Z" + }, + { + "version": "10.2012.914.121", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0914.0121.zip", + "checksum": "cc311e01f08c8fcd5672dafb989c3378", + "timestamp": "2020-12-09T14:01:28Z" + }, + { + "version": "10.2012.908.726", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0908.0726.zip", + "checksum": "0d490e59a1288a1bd29e74e78f7649fd", + "timestamp": "2020-12-09T08:07:33Z" + }, + { + "version": "10.2012.907.3950", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0907.3950.zip", + "checksum": "490260eccf82c88fd7c6def8db342d41", + "timestamp": "2020-12-09T07:39:57Z" + }, + { + "version": "10.2012.904.2658", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0904.2658.zip", + "checksum": "2725e09980c7c7bd97cdf15fdbe96d32", + "timestamp": "2020-12-09T04:27:07Z" + }, + { + "version": "10.2012.823.5153", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0823.5153.zip", + "checksum": "15a2ebaa4f5862f05b98ae3991cfca33", + "timestamp": "2020-12-08T23:52:00Z" + }, + { + "version": "10.2012.819.4348", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0819.4348.zip", + "checksum": "df812ee302b6fc74d34f16c8d4bd9053", + "timestamp": "2020-12-08T19:43:56Z" + }, + { + "version": "10.2012.818.118", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0818.0118.zip", + "checksum": "b24f880188cf0a74b927ef2424042145", + "timestamp": "2020-12-08T18:01:25Z" + }, + { + "version": "10.2012.817.3329", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0817.3329.zip", + "checksum": "67f6d8d83fad68308379792727715323", + "timestamp": "2020-12-08T17:33:36Z" + }, + { + "version": "10.2012.816.3300", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0816.3300.zip", + "checksum": "3805683646cd4eccbfe3fbd9ae1889e9", + "timestamp": "2020-12-08T16:33:08Z" + }, + { + "version": "10.2012.809.3525", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0809.3525.zip", + "checksum": "4c836843d4ca5c95ab970a5a9de01d58", + "timestamp": "2020-12-08T09:35:32Z" + }, + { + "version": "10.2012.808.2822", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0808.2822.zip", + "checksum": "7d7582f9bc79e79a029a3895239dc9f6", + "timestamp": "2020-12-08T08:28:30Z" + }, + { + "version": "10.2012.808.42", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0808.0042.zip", + "checksum": "b4b0f32d9ba65f020c16c18ba244aa15", + "timestamp": "2020-12-08T08:00:50Z" + }, + { + "version": "10.2012.801.730", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0801.0730.zip", + "checksum": "6ec9e4cee9b831e194efd840e1d0313b", + "timestamp": "2020-12-08T01:07:38Z" + }, + { + "version": "10.2012.718.2157", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0718.2157.zip", + "checksum": "395275922308ba5932ced000d92b61c9", + "timestamp": "2020-12-07T18:22:05Z" + }, + { + "version": "10.2012.717.3124", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0717.3124.zip", + "checksum": "86ad8be80d1028dc5cabba137d839548", + "timestamp": "2020-12-07T17:31:32Z" + }, + { + "version": "10.2012.717.433", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0717.0433.zip", + "checksum": "5a5d32dfa7030b2e7c08ee2c7127dbce", + "timestamp": "2020-12-07T17:04:41Z" + }, + { + "version": "10.2012.707.3000", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0707.3000.zip", + "checksum": "5c9cbc9ed8355720afa303b7242be2e9", + "timestamp": "2020-12-07T07:30:08Z" + }, + { + "version": "10.2012.707.320", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0707.0320.zip", + "checksum": "595d62e700f3d1a50ba0d3e2cee384d6", + "timestamp": "2020-12-07T07:03:28Z" + }, + { + "version": "10.2012.615.3312", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0615.3312.zip", + "checksum": "b107874234075fba2e75e6c155a2a5f5", + "timestamp": "2020-12-06T15:33:19Z" + }, + { + "version": "10.2012.615.652", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0615.0652.zip", + "checksum": "533313003b18e32b3ee9b92be1e17dbc", + "timestamp": "2020-12-06T15:07:00Z" + }, + { + "version": "10.2012.607.3010", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0607.3010.zip", + "checksum": "896ed8e9cc080948aaa6c15d2649e093", + "timestamp": "2020-12-06T07:30:17Z" + }, + { + "version": "10.2012.601.3343", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0601.3343.zip", + "checksum": "8ddabba0271b9867430ff8ace6a2a246", + "timestamp": "2020-12-06T01:33:50Z" + }, + { + "version": "10.2012.601.654", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0601.0654.zip", + "checksum": "ecb6f3b3e635fb4a12965ee63510b943", + "timestamp": "2020-12-06T01:07:02Z" + }, + { + "version": "10.2012.600.4020", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0600.4020.zip", + "checksum": "3721f03996f21c9b3581baf14342c0f9", + "timestamp": "2020-12-06T00:40:26Z" + }, + { + "version": "10.2012.519.5002", + "changelog": "Update for 10.7 support\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_10.2012.0519.5002.zip", + "checksum": "abf2ec07f625ec618614f7c284b6d864", + "timestamp": "2020-12-05T19:50:09Z" + }, + { + "version": "9.2011.2301.513", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2301.0513.zip", + "checksum": "5c72c1fe9370aca5c089d6a1d0293783", + "timestamp": "2020-11-23T01:05:21Z" + }, + { + "version": "9.2011.2219.3821", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2219.3821.zip", + "checksum": "c0268d3c5086f2f76606ed0361284a4c", + "timestamp": "2020-11-22T19:38:29Z" + }, + { + "version": "9.2011.2219.1135", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2219.1135.zip", + "checksum": "bc0ea0f605d7c09c6758c6c56f94b311", + "timestamp": "2020-11-22T19:11:42Z" + }, + { + "version": "9.2011.2218.3008", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2218.3008.zip", + "checksum": "2d3228fb9cb975fe28b9fde66a7cc03f", + "timestamp": "2020-11-22T18:30:15Z" + }, + { + "version": "9.2011.2217.5603", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2217.5603.zip", + "checksum": "5a5bf17ab3cb8f76c465ec33b55982ee", + "timestamp": "2020-11-22T17:56:10Z" + }, + { + "version": "9.2011.2215.5342", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2215.5342.zip", + "checksum": "91b06bf55ea1e68bd126b9452d79a6ec", + "timestamp": "2020-11-22T15:53:50Z" + }, + { + "version": "9.2011.2215.25", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2215.0025.zip", + "checksum": "b9bd08104acb54894506ba2a17ea687d", + "timestamp": "2020-11-22T15:00:33Z" + }, + { + "version": "9.2011.2210.2923", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2210.2923.zip", + "checksum": "75235a13f720fcc7d07f649b41096e4b", + "timestamp": "2020-11-22T10:29:31Z" + }, + { + "version": "9.2011.2208.2107", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2208.2107.zip", + "checksum": "1e03248399525b4b1773dd8d9e16d471", + "timestamp": "2020-11-22T08:21:14Z" + }, + { + "version": "9.2011.2207.5519", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2207.5519.zip", + "checksum": "f9ff63677865d588016bb2919316d273", + "timestamp": "2020-11-22T07:55:26Z" + }, + { + "version": "9.2011.2207.133", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2207.0133.zip", + "checksum": "418e5d56c0426cd9bc98fe093aeb2e68", + "timestamp": "2020-11-22T07:01:40Z" + }, + { + "version": "9.2011.2206.3651", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/ldap-authentication/ldap-authentication_9.2011.2206.3651.zip", + "checksum": "4af6ab8a4806cdd2c139b52de2c2e306", + "timestamp": "2020-11-22T06:36:59Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "9574ac10-bf23-49bc-949f-924f23cfa48f", + "name": "NextPVR", + "description": "Provides access to live TV, program guide, and recordings from NextPVR.\n", + "overview": "Live TV plugin for NextPVR", + "owner": "jellyfin", + "category": "LiveTV", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-nextpvr.png", + "versions": [ + { + "version": "7.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Changes for 10.8 alpha2 (#31) @emveepee\n- Use System.Text.Json (#17) @daullmer", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_7.0.0.0.zip", + "checksum": "e2a9e4d11bd73dd23f19ead9d0721c2a", + "timestamp": "2022-01-07T21:10:45Z" + }, + { + "version": "5.2102.903.2903", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0903.2903.zip", + "checksum": "29814da896b6aef8e1dedcd1014fea94", + "timestamp": "2021-02-09T03:29:12Z" + }, + { + "version": "5.2102.902.5940", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0902.5940.zip", + "checksum": "ab57df81cb558e50686b1289feddbfec", + "timestamp": "2021-02-09T02:59:48Z" + }, + { + "version": "5.2102.902.3040", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0902.3040.zip", + "checksum": "a055845087ccd5ac9b2f0b4f1527046a", + "timestamp": "2021-02-09T02:30:48Z" + }, + { + "version": "5.2102.816.2314", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0816.2314.zip", + "checksum": "98e504d4d12c0913ebdcce9315b86790", + "timestamp": "2021-02-08T16:23:22Z" + }, + { + "version": "5.2102.815.5209", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0815.5209.zip", + "checksum": "aea50cfd8ab318050b660512f3f65618", + "timestamp": "2021-02-08T15:52:17Z" + }, + { + "version": "5.2102.815.2317", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0815.2317.zip", + "checksum": "0b4fd137ae47d743050c82c3066f5bca", + "timestamp": "2021-02-08T15:23:25Z" + }, + { + "version": "5.2102.814.5356", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0814.5356.zip", + "checksum": "1b0ce5c0a5aeee0a91013d1766636936", + "timestamp": "2021-02-08T14:54:04Z" + }, + { + "version": "5.2102.814.2403", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0814.2403.zip", + "checksum": "97b4596fe4a6ea1bc4142945ad73f772", + "timestamp": "2021-02-08T14:24:11Z" + }, + { + "version": "5.2102.812.2512", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0812.2512.zip", + "checksum": "16c9daef771e9e0ad0bb013a42a3fa50", + "timestamp": "2021-02-08T12:25:21Z" + }, + { + "version": "5.2102.811.5044", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0811.5044.zip", + "checksum": "a8e8bc1a25ddf08f3bd1e3d1e4513c32", + "timestamp": "2021-02-08T11:50:53Z" + }, + { + "version": "5.2102.809.4259", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0809.4259.zip", + "checksum": "b2871a00848049c8356d3fd98bfea0c2", + "timestamp": "2021-02-08T09:43:08Z" + }, + { + "version": "5.2102.808.5235", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0808.5235.zip", + "checksum": "daf1cb2f784a37d95ee0ee9879f35eda", + "timestamp": "2021-02-08T08:52:43Z" + }, + { + "version": "5.2102.806.2629", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0806.2629.zip", + "checksum": "abf8d4ef6601b1a1a23867120ae8ffff", + "timestamp": "2021-02-08T06:26:37Z" + }, + { + "version": "5.2102.805.5808", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0805.5808.zip", + "checksum": "44225ad65adce77550bec052881d33c3", + "timestamp": "2021-02-08T05:58:16Z" + }, + { + "version": "5.2102.720.2353", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0720.2353.zip", + "checksum": "c85ae9af72948b0dc75b6460b337a5d5", + "timestamp": "2021-02-07T20:24:02Z" + }, + { + "version": "5.2102.716.5624", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0716.5624.zip", + "checksum": "85f9291d0cb3744fb8bb2c94034e1fe2", + "timestamp": "2021-02-07T16:56:32Z" + }, + { + "version": "5.2102.716.2841", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0716.2841.zip", + "checksum": "9e8d4a80f727abd0288355feca2f5e1f", + "timestamp": "2021-02-07T16:28:50Z" + }, + { + "version": "5.2102.710.2617", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0710.2617.zip", + "checksum": "d0e2918dc68c44d92da74542bf4e908a", + "timestamp": "2021-02-07T10:26:26Z" + }, + { + "version": "5.2102.702.827", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0702.0827.zip", + "checksum": "070840021fb549061a917d2e1e6613b2", + "timestamp": "2021-02-07T02:08:35Z" + }, + { + "version": "5.2102.701.3952", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0701.3952.zip", + "checksum": "2fe59fde5dc42d098d41760fa3414269", + "timestamp": "2021-02-07T01:40:01Z" + }, + { + "version": "5.2102.618.2343", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0618.2343.zip", + "checksum": "7a8f4a79baf2444d9ca80d4e1d7f22ae", + "timestamp": "2021-02-06T18:23:51Z" + }, + { + "version": "5.2102.519.2614", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0519.2614.zip", + "checksum": "16b066dc25062ecfee3e0d6208b24f2a", + "timestamp": "2021-02-05T19:26:22Z" + }, + { + "version": "5.2102.511.5533", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0511.5533.zip", + "checksum": "b5031574000c93074acb2fa7e4eb2030", + "timestamp": "2021-02-05T11:55:42Z" + }, + { + "version": "5.2102.511.2751", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0511.2751.zip", + "checksum": "a4f70d61118c1ef87eb1a4e88414e9cf", + "timestamp": "2021-02-05T11:28:00Z" + }, + { + "version": "5.2102.503.3603", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0503.3603.zip", + "checksum": "1e3a66863e03d3e6483b3eb090bae3fb", + "timestamp": "2021-02-05T03:36:11Z" + }, + { + "version": "5.2102.503.624", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0503.0624.zip", + "checksum": "48540c1f5db174d650e5400b81c4ff94", + "timestamp": "2021-02-05T03:06:32Z" + }, + { + "version": "5.2102.415.1955", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0415.1955.zip", + "checksum": "3a146c0d2601264c42457430bbeebbb9", + "timestamp": "2021-02-04T15:20:03Z" + }, + { + "version": "5.2102.414.4812", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0414.4812.zip", + "checksum": "4635cadd1063142bd1c23913f35f831a", + "timestamp": "2021-02-04T14:48:20Z" + }, + { + "version": "5.2102.413.1221", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0413.1221.zip", + "checksum": "3514ce081ad2ee8094df383240c17aa2", + "timestamp": "2021-02-04T13:12:32Z" + }, + { + "version": "5.2102.308.1343", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0308.1343.zip", + "checksum": "38d22603092f9f20dba1b62c267a0b64", + "timestamp": "2021-02-03T08:13:53Z" + }, + { + "version": "5.2102.307.4439", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0307.4439.zip", + "checksum": "cd822a6886415474bc433f939340d522", + "timestamp": "2021-02-03T07:44:48Z" + }, + { + "version": "5.2102.217.5033", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0217.5033.zip", + "checksum": "4f00928963efdb84663feba745c56174", + "timestamp": "2021-02-02T17:50:42Z" + }, + { + "version": "5.2102.210.2156", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0210.2156.zip", + "checksum": "a0aabbfd42df07e289e2b45274e4aa2a", + "timestamp": "2021-02-02T10:22:06Z" + }, + { + "version": "5.2102.203.2138", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0203.2138.zip", + "checksum": "b0a9630cc9cb531826283fecc9fe291d", + "timestamp": "2021-02-02T03:21:46Z" + }, + { + "version": "5.2102.119.2747", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0119.2747.zip", + "checksum": "a93f0eb73eb5eabdb356b02205f0e1cb", + "timestamp": "2021-02-01T19:27:56Z" + }, + { + "version": "5.2102.118.5909", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0118.5909.zip", + "checksum": "df0fdd937662e9fa0be23d250e7f6b4a", + "timestamp": "2021-02-01T18:59:19Z" + }, + { + "version": "5.2102.104.4812", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2102.0104.4812.zip", + "checksum": "cec8563e6d9d431682f151595d767187", + "timestamp": "2021-02-01T04:48:21Z" + }, + { + "version": "5.2101.3122.4239", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3122.4239.zip", + "checksum": "a32cbb58c2d25fd57cf9a2a956893ac3", + "timestamp": "2021-01-31T22:42:49Z" + }, + { + "version": "5.2101.3117.2829", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3117.2829.zip", + "checksum": "09334ff67661010509dde1f8fa51f655", + "timestamp": "2021-01-31T17:28:38Z" + }, + { + "version": "5.2101.3117.54", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3117.0054.zip", + "checksum": "0655cdaf4dcddc9f3c7d31a13e7f45a5", + "timestamp": "2021-01-31T17:01:03Z" + }, + { + "version": "5.2101.3112.1732", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3112.1732.zip", + "checksum": "c23f7c5ebf59d691173a467e40235f20", + "timestamp": "2021-01-31T12:17:41Z" + }, + { + "version": "5.2101.3022.1922", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3022.1922.zip", + "checksum": "b92e9f9964a999ee971d8abc1d98cad9", + "timestamp": "2021-01-30T22:19:31Z" + }, + { + "version": "5.2101.3008.1845", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3008.1845.zip", + "checksum": "f61f049070fb86aaaee85e2e5939ee6d", + "timestamp": "2021-01-30T08:18:54Z" + }, + { + "version": "5.2101.3007.5005", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.3007.5005.zip", + "checksum": "1bb49878905dbcb8b9ad4596e0147805", + "timestamp": "2021-01-30T07:50:13Z" + }, + { + "version": "5.2101.2906.5709", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2906.5709.zip", + "checksum": "7851d7346b8e5a1a0b8b5155fe4930dd", + "timestamp": "2021-01-29T06:57:19Z" + }, + { + "version": "5.2101.2801.618", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2801.0618.zip", + "checksum": "576eec3d090f9be2ca6eef5d208dc46d", + "timestamp": "2021-01-28T01:06:27Z" + }, + { + "version": "5.2101.2718.1117", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2718.1117.zip", + "checksum": "4759b2b5e4f19bc4979c9f6fa669813d", + "timestamp": "2021-01-27T18:11:26Z" + }, + { + "version": "5.2101.2715.3027", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2715.3027.zip", + "checksum": "314e779c48e430df75436141ea1e51c2", + "timestamp": "2021-01-27T15:30:36Z" + }, + { + "version": "5.2101.2708.359", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2708.0359.zip", + "checksum": "803fa1c4e3efa3ee22defb8000a67de6", + "timestamp": "2021-01-27T08:04:08Z" + }, + { + "version": "5.2101.2618.3610", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2618.3610.zip", + "checksum": "3fdb6cd270fdb388abdb36ef572e8a9c", + "timestamp": "2021-01-26T18:36:18Z" + }, + { + "version": "5.2101.2618.719", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2618.0719.zip", + "checksum": "d1cd2558dd67ba9ff18f63984825fd86", + "timestamp": "2021-01-26T18:07:27Z" + }, + { + "version": "5.2101.2617.1051", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2617.1051.zip", + "checksum": "c46a066d843a3795cdbc0a570fe5c9f3", + "timestamp": "2021-01-26T17:10:59Z" + }, + { + "version": "5.2101.2611.3656", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2611.3656.zip", + "checksum": "f9ff73e91b6fe6cd58b67869da7bd00b", + "timestamp": "2021-01-26T11:37:05Z" + }, + { + "version": "5.2101.2521.3500", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2521.3500.zip", + "checksum": "73a9064623e4038d1ab7c5c77d1928a3", + "timestamp": "2021-01-25T21:35:08Z" + }, + { + "version": "5.2101.2519.5303", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2519.5303.zip", + "checksum": "f40b37d358dee95110a5be7654455685", + "timestamp": "2021-01-25T19:53:12Z" + }, + { + "version": "5.2101.2518.5430", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2518.5430.zip", + "checksum": "a75c975bf9dc05e4538d05c694c2c0db", + "timestamp": "2021-01-25T18:54:40Z" + }, + { + "version": "5.2101.2517.5449", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2517.5449.zip", + "checksum": "77c3e36175716bddb36262a39107e563", + "timestamp": "2021-01-25T17:54:57Z" + }, + { + "version": "5.2101.2516.2648", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2516.2648.zip", + "checksum": "4df4f0f4ac179510cde5a782946216a6", + "timestamp": "2021-01-25T16:26:57Z" + }, + { + "version": "5.2101.2515.1843", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2515.1843.zip", + "checksum": "765a0bc0bf8fe6986ec91573752f8d53", + "timestamp": "2021-01-25T15:18:52Z" + }, + { + "version": "5.2101.2513.543", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2513.0543.zip", + "checksum": "864111ffa69f05ca6132ee24ae640f3a", + "timestamp": "2021-01-25T13:05:54Z" + }, + { + "version": "5.2101.2512.2359", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2512.2359.zip", + "checksum": "6d68b9d293f3c6ec9f4f6da143539a5d", + "timestamp": "2021-01-25T12:24:08Z" + }, + { + "version": "5.2101.2511.3402", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2511.3402.zip", + "checksum": "f860d4898e82bfb651d0c7a346677957", + "timestamp": "2021-01-25T11:34:11Z" + }, + { + "version": "5.2101.2504.2900", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2504.2900.zip", + "checksum": "10329647cd7ad0861e48a36060f56d4f", + "timestamp": "2021-01-25T04:29:09Z" + }, + { + "version": "5.2101.2420.904", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2420.0904.zip", + "checksum": "7e6d516f01b28bec10b5b8c3fe1d80cc", + "timestamp": "2021-01-24T20:09:12Z" + }, + { + "version": "5.2101.2419.3912", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2419.3912.zip", + "checksum": "b30ac7e9f5215d0f5ee6ffedc4afa3ee", + "timestamp": "2021-01-24T19:39:21Z" + }, + { + "version": "5.2101.2418.3044", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2418.3044.zip", + "checksum": "e57c9ace9d73346ac7564c1e20384789", + "timestamp": "2021-01-24T18:30:52Z" + }, + { + "version": "5.2101.2413.3843", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2413.3843.zip", + "checksum": "ca9b1fac937affa3631869f723bc0cf4", + "timestamp": "2021-01-24T13:38:51Z" + }, + { + "version": "5.2101.2410.4111", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2410.4111.zip", + "checksum": "23303ba79ac2af80e3fef8d6ca114bf2", + "timestamp": "2021-01-24T10:41:20Z" + }, + { + "version": "5.2101.2400.2516", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2400.2516.zip", + "checksum": "3480a135fe5e7312415d5881ebada3a2", + "timestamp": "2021-01-24T00:25:25Z" + }, + { + "version": "5.2101.2323.5755", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2323.5755.zip", + "checksum": "747d5d314a2949bc39e76255a5698f9a", + "timestamp": "2021-01-23T23:58:06Z" + }, + { + "version": "5.2101.2323.2715", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2323.2715.zip", + "checksum": "e3e3a4cb003e6861c3e56748932f75a7", + "timestamp": "2021-01-23T23:27:25Z" + }, + { + "version": "5.2101.2321.423", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2321.0423.zip", + "checksum": "47a757c854177f0007666051123d3ac4", + "timestamp": "2021-01-23T21:04:31Z" + }, + { + "version": "5.2101.2320.3454", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2320.3454.zip", + "checksum": "963020962c9662fca70be67d3fa3e1c4", + "timestamp": "2021-01-23T20:35:02Z" + }, + { + "version": "5.2101.2320.543", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2320.0543.zip", + "checksum": "586eb01c9e79672d80636af6fa5dd448", + "timestamp": "2021-01-23T20:05:50Z" + }, + { + "version": "5.2101.2314.3923", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2314.3923.zip", + "checksum": "2cb968b5eb9ae975d21eac6c477c32e4", + "timestamp": "2021-01-23T14:39:31Z" + }, + { + "version": "5.2101.2314.1024", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2314.1024.zip", + "checksum": "21768f6546edcc51b76d1f3e70a5fe7a", + "timestamp": "2021-01-23T14:10:32Z" + }, + { + "version": "5.2101.2313.2037", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2313.2037.zip", + "checksum": "5a91ec175a338622869ce40bf05e6afc", + "timestamp": "2021-01-23T13:20:46Z" + }, + { + "version": "5.2101.2223.2259", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2223.2259.zip", + "checksum": "9b7d9ae81913afbbd0e38d81a470f6c4", + "timestamp": "2021-01-22T23:23:08Z" + }, + { + "version": "5.2101.2222.5454", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2222.5454.zip", + "checksum": "c98c7c715be79f4a0a42eccb28f0991a", + "timestamp": "2021-01-22T22:55:03Z" + }, + { + "version": "5.2101.2218.336", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2218.0336.zip", + "checksum": "e1d883c276b000edac37be8af88b1e10", + "timestamp": "2021-01-22T18:03:45Z" + }, + { + "version": "5.2101.2210.2105", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2210.2105.zip", + "checksum": "58cad5b5e1421e1b76d7de80fddcc8cc", + "timestamp": "2021-01-22T10:21:14Z" + }, + { + "version": "5.2101.2208.1115", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2208.1115.zip", + "checksum": "3cdb3cf656644abaf25857ee378dffdf", + "timestamp": "2021-01-22T08:11:22Z" + }, + { + "version": "5.2101.2201.2107", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2201.2107.zip", + "checksum": "9a6b1c7ca34200aabafe00c0b7ac14d0", + "timestamp": "2021-01-22T01:21:15Z" + }, + { + "version": "5.2101.2200.5323", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2200.5323.zip", + "checksum": "063ec64c7adfcea06718a4084499a4b3", + "timestamp": "2021-01-22T00:53:31Z" + }, + { + "version": "5.2101.2200.2346", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2200.2346.zip", + "checksum": "be4999396aeeaf9f7ff68a2ae2dbffdd", + "timestamp": "2021-01-22T00:23:55Z" + }, + { + "version": "5.2101.2121.3558", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2121.3558.zip", + "checksum": "445f33afd2329132cf3fcd298bb46fc6", + "timestamp": "2021-01-21T21:36:07Z" + }, + { + "version": "5.2101.2121.816", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2121.0816.zip", + "checksum": "8525cf0269cbda0350ed9df3594d3a9e", + "timestamp": "2021-01-21T21:08:25Z" + }, + { + "version": "5.2101.2120.3702", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2120.3702.zip", + "checksum": "b32a85f11573247cfe779a5b0c1f59d3", + "timestamp": "2021-01-21T20:37:11Z" + }, + { + "version": "5.2101.2120.738", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2120.0738.zip", + "checksum": "21fb3aa2c96f9acc27f73eaabbe1cc8e", + "timestamp": "2021-01-21T20:07:47Z" + }, + { + "version": "5.2101.2118.3237", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2118.3237.zip", + "checksum": "04d7e8a775957892aa048848832a7b0f", + "timestamp": "2021-01-21T18:32:46Z" + }, + { + "version": "5.2101.2118.344", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2118.0344.zip", + "checksum": "53b24a09b3d28d1edfd4759bc968b321", + "timestamp": "2021-01-21T18:03:54Z" + }, + { + "version": "5.2101.2100.3343", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2100.3343.zip", + "checksum": "92a40db7b43c9cbbd83287be4eab6c22", + "timestamp": "2021-01-21T00:33:51Z" + }, + { + "version": "5.2101.2100.415", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2100.0415.zip", + "checksum": "3725af267d1c88b20015ed3a5c307555", + "timestamp": "2021-01-21T00:04:24Z" + }, + { + "version": "5.2101.2023.3548", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2023.3548.zip", + "checksum": "c34a660cca30dc3dadcd9860942c9ab7", + "timestamp": "2021-01-20T23:35:56Z" + }, + { + "version": "5.2101.2018.2459", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2018.2459.zip", + "checksum": "35ecfa373b187c44f306abd173776768", + "timestamp": "2021-01-20T18:25:07Z" + }, + { + "version": "5.2101.2017.3443", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2017.3443.zip", + "checksum": "ea2198d3e44e9c1977cb0beeed434469", + "timestamp": "2021-01-20T17:34:52Z" + }, + { + "version": "5.2101.2013.51", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2013.0051.zip", + "checksum": "9d2ab95baa7513e7ba3a3e740823a303", + "timestamp": "2021-01-20T13:00:59Z" + }, + { + "version": "5.2101.2012.418", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2012.0418.zip", + "checksum": "88220f3326981d3d383d04407a31eb58", + "timestamp": "2021-01-20T12:04:27Z" + }, + { + "version": "5.2101.2010.4101", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2010.4101.zip", + "checksum": "69cf7be5e5a2456a438fe4640575cb0a", + "timestamp": "2021-01-20T10:41:09Z" + }, + { + "version": "5.2101.2010.1307", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2010.1307.zip", + "checksum": "e0c26363ce5026defc3202c33335e031", + "timestamp": "2021-01-20T10:13:16Z" + }, + { + "version": "5.2101.2007.922", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.2007.0922.zip", + "checksum": "8fe9e3dac0767aa98d590bc5fee85266", + "timestamp": "2021-01-20T07:09:31Z" + }, + { + "version": "5.2101.1920.2235", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1920.2235.zip", + "checksum": "c858ae631bb795b77fb28e1fd285cb18", + "timestamp": "2021-01-19T20:22:44Z" + }, + { + "version": "5.2101.1919.4326", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1919.4326.zip", + "checksum": "bff3fadcb370a5b255ece469749ce6d5", + "timestamp": "2021-01-19T19:43:35Z" + }, + { + "version": "5.2101.1917.5108", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1917.5108.zip", + "checksum": "5ccf7b1704176c5194b045ee03a967f5", + "timestamp": "2021-01-19T17:51:17Z" + }, + { + "version": "5.2101.1815.4514", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1815.4514.zip", + "checksum": "750d9e17419f26dc506dc649365a4c71", + "timestamp": "2021-01-18T15:45:22Z" + }, + { + "version": "5.2101.1815.1646", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1815.1646.zip", + "checksum": "72df6157dde52ad905fd4492d5eb4002", + "timestamp": "2021-01-18T15:16:55Z" + }, + { + "version": "5.2101.1813.5552", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1813.5552.zip", + "checksum": "de061b5b8d339fba2fcf80a0696b7ad6", + "timestamp": "2021-01-18T13:56:01Z" + }, + { + "version": "5.2101.1800.5435", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1800.5435.zip", + "checksum": "ca9bdfe4af4dd1fb717664efababff10", + "timestamp": "2021-01-18T00:54:43Z" + }, + { + "version": "5.2101.1720.2839", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1720.2839.zip", + "checksum": "a5f9bda7bbf688a33d6e5c9061d4ffc8", + "timestamp": "2021-01-17T20:28:47Z" + }, + { + "version": "5.2101.1717.703", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1717.0703.zip", + "checksum": "56f8e4e7b33ef906e04024617d01d82b", + "timestamp": "2021-01-17T17:07:11Z" + }, + { + "version": "5.2101.1716.3813", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1716.3813.zip", + "checksum": "88f62e7850b263f4c6c74528591560a6", + "timestamp": "2021-01-17T16:38:20Z" + }, + { + "version": "5.2101.1715.4840", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1715.4840.zip", + "checksum": "16e028148a55a1fd51a8e5ef9793cbd4", + "timestamp": "2021-01-17T15:48:48Z" + }, + { + "version": "5.2101.1715.1955", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1715.1955.zip", + "checksum": "4cdbb6a9c3da38c718c5cd468767a2e2", + "timestamp": "2021-01-17T15:20:03Z" + }, + { + "version": "5.2101.1714.1800", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1714.1800.zip", + "checksum": "dc20a01b2da534896ff71e76af9e2786", + "timestamp": "2021-01-17T14:18:08Z" + }, + { + "version": "5.2101.1706.3312", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1706.3312.zip", + "checksum": "9b5d32b5dbdfea8dfc57848de99bfa6a", + "timestamp": "2021-01-17T06:33:20Z" + }, + { + "version": "5.2101.1700.2907", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1700.2907.zip", + "checksum": "06a6c186ab7ca7b2a716984718382c4b", + "timestamp": "2021-01-17T00:29:15Z" + }, + { + "version": "5.2101.1621.5542", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1621.5542.zip", + "checksum": "20843211303813d9586034a69e5b2bdd", + "timestamp": "2021-01-16T21:55:50Z" + }, + { + "version": "5.2101.1619.2300", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1619.2300.zip", + "checksum": "fb12f21e78be0e45c94a069eb6422f88", + "timestamp": "2021-01-16T19:23:09Z" + }, + { + "version": "5.2101.1618.5353", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1618.5353.zip", + "checksum": "c4bd0e26b9f8b929c266ab3dc088e6fd", + "timestamp": "2021-01-16T18:54:01Z" + }, + { + "version": "5.2101.1612.856", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1612.0856.zip", + "checksum": "bc54954908af70fa895f810eaa9ee7a4", + "timestamp": "2021-01-16T12:09:05Z" + }, + { + "version": "5.2101.1610.5112", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1610.5112.zip", + "checksum": "93d6ce99f280ac5c1a229eb9cbecfaf0", + "timestamp": "2021-01-16T10:51:22Z" + }, + { + "version": "5.2101.1522.4127", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1522.4127.zip", + "checksum": "4f42cea2691fa6caadd9495459a717c5", + "timestamp": "2021-01-15T22:41:35Z" + }, + { + "version": "5.2101.1418.911", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1418.0911.zip", + "checksum": "1be39690a84556d741926c280ddc36de", + "timestamp": "2021-01-14T18:09:20Z" + }, + { + "version": "5.2101.1323.4311", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1323.4311.zip", + "checksum": "acef49199f8789a25c32716791925bf9", + "timestamp": "2021-01-13T23:43:21Z" + }, + { + "version": "5.2101.1320.3555", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1320.3555.zip", + "checksum": "415868246285d4f0980b8771bec85055", + "timestamp": "2021-01-13T20:36:02Z" + }, + { + "version": "5.2101.1320.722", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1320.0722.zip", + "checksum": "5be8328aeb75c28695094949871b9ce7", + "timestamp": "2021-01-13T20:07:30Z" + }, + { + "version": "5.2101.1318.4920", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1318.4920.zip", + "checksum": "71354bea381644e2a4cf7ea768ac7f0c", + "timestamp": "2021-01-13T18:49:31Z" + }, + { + "version": "5.2101.1316.4446", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1316.4446.zip", + "checksum": "98170e7dec5bb96feb5fa95dcc02aadd", + "timestamp": "2021-01-13T16:44:54Z" + }, + { + "version": "5.2101.1308.5731", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1308.5731.zip", + "checksum": "d9b68e12d644983656c791640742ab63", + "timestamp": "2021-01-13T08:57:41Z" + }, + { + "version": "5.2101.1308.2933", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1308.2933.zip", + "checksum": "9c597f440905ee4dedc01eb64b764880", + "timestamp": "2021-01-13T08:29:42Z" + }, + { + "version": "5.2101.1307.121", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1307.0121.zip", + "checksum": "068e1d808f30702f226eeb64e1a344ae", + "timestamp": "2021-01-13T07:01:29Z" + }, + { + "version": "5.2101.1222.2945", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1222.2945.zip", + "checksum": "cbf8f52cc2b5838556964e7a78ecc1e8", + "timestamp": "2021-01-12T22:29:53Z" + }, + { + "version": "5.2101.1222.157", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1222.0157.zip", + "checksum": "5e60e6e802cc6301b76e3df73f99d9dd", + "timestamp": "2021-01-12T22:02:06Z" + }, + { + "version": "5.2101.1215.4134", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1215.4134.zip", + "checksum": "4edfc6b69318c7bd29e289d0c00cfa99", + "timestamp": "2021-01-12T15:41:42Z" + }, + { + "version": "5.2101.1119.1426", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1119.1426.zip", + "checksum": "4eeb2180904d804e9ce3d039a9f0bf58", + "timestamp": "2021-01-11T19:14:35Z" + }, + { + "version": "5.2101.1115.5501", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1115.5501.zip", + "checksum": "8ce368c22e2554e0372a79613f982fde", + "timestamp": "2021-01-11T15:55:10Z" + }, + { + "version": "5.2101.1114.5345", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1114.5345.zip", + "checksum": "10517bbebbb2933e514be6ab9d495c80", + "timestamp": "2021-01-11T14:53:55Z" + }, + { + "version": "5.2101.1114.2528", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1114.2528.zip", + "checksum": "701102bd00aad4bf6d5fbf2e2a41572e", + "timestamp": "2021-01-11T14:25:37Z" + }, + { + "version": "5.2101.1020.1201", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1020.1201.zip", + "checksum": "2512523a57c9eb7ea43f1fc32b916bc5", + "timestamp": "2021-01-10T20:12:11Z" + }, + { + "version": "5.2101.1015.4222", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1015.4222.zip", + "checksum": "49fedd113ec0c38dff3c471787e647c5", + "timestamp": "2021-01-10T15:42:31Z" + }, + { + "version": "5.2101.1011.3015", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1011.3015.zip", + "checksum": "cf48fdf5ee9279bde7740d9eeb2761d3", + "timestamp": "2021-01-10T11:30:24Z" + }, + { + "version": "5.2101.1011.24", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1011.0024.zip", + "checksum": "fb092aec86edaf0b2a6dbb31b1d83630", + "timestamp": "2021-01-10T11:00:32Z" + }, + { + "version": "5.2101.1009.5947", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.1009.5947.zip", + "checksum": "6d8c11a84305b62553601b4d5ed494d9", + "timestamp": "2021-01-10T09:59:56Z" + }, + { + "version": "5.2101.920.941", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0920.0941.zip", + "checksum": "5456ea01024f546f6ba8e60717f24d13", + "timestamp": "2021-01-09T20:09:49Z" + }, + { + "version": "5.2101.919.59", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0919.0059.zip", + "checksum": "c3afe6464899394eb246f4e9567ee5d1", + "timestamp": "2021-01-09T19:01:07Z" + }, + { + "version": "5.2101.918.2612", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0918.2612.zip", + "checksum": "7012aa9ec97d5afbce8a2438544de0b4", + "timestamp": "2021-01-09T18:26:21Z" + }, + { + "version": "5.2101.917.337", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0917.0337.zip", + "checksum": "260aff4da32d331b6b328dcb1c675b80", + "timestamp": "2021-01-09T17:03:45Z" + }, + { + "version": "5.2101.915.4922", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0915.4922.zip", + "checksum": "87de6cf42b874602dd6c8e58f37a3067", + "timestamp": "2021-01-09T15:49:34Z" + }, + { + "version": "5.2101.914.2841", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0914.2841.zip", + "checksum": "7aa123477ed92ef6e4ddc1b8461b9318", + "timestamp": "2021-01-09T14:28:49Z" + }, + { + "version": "5.2101.900.916", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0900.0916.zip", + "checksum": "6101b3a93bd38b5466fe04da698a8615", + "timestamp": "2021-01-09T00:09:24Z" + }, + { + "version": "5.2101.821.2755", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0821.2755.zip", + "checksum": "55e2c6db4709bd5fc5c1d1ff69fb4bde", + "timestamp": "2021-01-08T21:28:03Z" + }, + { + "version": "5.2101.820.5808", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0820.5808.zip", + "checksum": "78431caf24be6d261eb061f2f6698b95", + "timestamp": "2021-01-08T20:58:17Z" + }, + { + "version": "5.2101.820.2904", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0820.2904.zip", + "checksum": "90ff026f7f3442cb1809c960814eaed1", + "timestamp": "2021-01-08T20:29:12Z" + }, + { + "version": "5.2101.814.1348", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0814.1348.zip", + "checksum": "27fdbf5f5701e87dd212ed3abe145716", + "timestamp": "2021-01-08T14:13:58Z" + }, + { + "version": "5.2101.813.1509", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0813.1509.zip", + "checksum": "0c5c6a162a946e49e37fa3213def5550", + "timestamp": "2021-01-08T13:15:18Z" + }, + { + "version": "5.2101.800.3954", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0800.3954.zip", + "checksum": "1868dfd16e743166f7104d9cd4de1989", + "timestamp": "2021-01-08T00:40:02Z" + }, + { + "version": "5.2101.722.1134", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0722.1134.zip", + "checksum": "d9dcd89dcc5e60a7619dc7dfdfc2aca9", + "timestamp": "2021-01-07T22:11:42Z" + }, + { + "version": "5.2101.716.4219", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0716.4219.zip", + "checksum": "e943a00a9af01aa57dc52c168129cf2d", + "timestamp": "2021-01-07T16:42:28Z" + }, + { + "version": "5.2101.716.1417", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0716.1417.zip", + "checksum": "9f32b01b329ab7e4618d35df19985240", + "timestamp": "2021-01-07T16:14:26Z" + }, + { + "version": "5.2101.715.3627", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0715.3627.zip", + "checksum": "24df021099a447008e11174d9dda033d", + "timestamp": "2021-01-07T15:36:36Z" + }, + { + "version": "5.2101.715.847", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0715.0847.zip", + "checksum": "9f8c97e3ddee447e9430b488e08bc499", + "timestamp": "2021-01-07T15:08:57Z" + }, + { + "version": "5.2101.710.3011", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0710.3011.zip", + "checksum": "38e8f2a7ad04f4ec1ca99d406a64f576", + "timestamp": "2021-01-07T10:30:20Z" + }, + { + "version": "5.2101.710.6", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0710.0006.zip", + "checksum": "fd37ccfbf685dc6e317d71f69c506222", + "timestamp": "2021-01-07T10:00:15Z" + }, + { + "version": "5.2101.709.2907", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0709.2907.zip", + "checksum": "e8100de028f7deb933ed969ffae65670", + "timestamp": "2021-01-07T09:29:17Z" + }, + { + "version": "5.2101.619.5507", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0619.5507.zip", + "checksum": "1bbed441e1bdbe8bf6cac97358fd1fa8", + "timestamp": "2021-01-06T19:55:15Z" + }, + { + "version": "5.2101.617.2332", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0617.2332.zip", + "checksum": "f3e2b0002d666607859185e0e7e5cae7", + "timestamp": "2021-01-06T17:23:44Z" + }, + { + "version": "5.2101.604.3614", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0604.3614.zip", + "checksum": "128499e98cad73c79b965c822b95c5a3", + "timestamp": "2021-01-06T04:36:22Z" + }, + { + "version": "5.2101.522.3051", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0522.3051.zip", + "checksum": "f848a6f0cf7610c8abae1bc8bfa4ffd2", + "timestamp": "2021-01-05T22:31:00Z" + }, + { + "version": "5.2101.519.5047", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0519.5047.zip", + "checksum": "7c53f26bd1bf8b25a6d51368d37d4778", + "timestamp": "2021-01-05T19:50:55Z" + }, + { + "version": "5.2101.517.5412", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0517.5412.zip", + "checksum": "7291818c6399047e0632cfb8062f857e", + "timestamp": "2021-01-05T17:54:21Z" + }, + { + "version": "5.2101.517.2539", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0517.2539.zip", + "checksum": "5a4e080ee449868d84a6c5e3b9eaa634", + "timestamp": "2021-01-05T17:25:47Z" + }, + { + "version": "5.2101.511.4258", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0511.4258.zip", + "checksum": "514ff55b21e9669b5c50d07867e8c31a", + "timestamp": "2021-01-05T11:43:06Z" + }, + { + "version": "5.2101.419.4311", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0419.4311.zip", + "checksum": "81c44abbe0ec0fc130110c01918c4c42", + "timestamp": "2021-01-04T19:43:19Z" + }, + { + "version": "5.2101.417.3128", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0417.3128.zip", + "checksum": "42e66e0c8fc6c62d9427ceb3cd57bda3", + "timestamp": "2021-01-04T17:31:37Z" + }, + { + "version": "5.2101.415.1850", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0415.1850.zip", + "checksum": "07007aa022d0c7db0ac2630cc34cd1c4", + "timestamp": "2021-01-04T15:18:59Z" + }, + { + "version": "5.2101.414.5024", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0414.5024.zip", + "checksum": "b00c2d284ce15bc6894377cace549584", + "timestamp": "2021-01-04T14:50:33Z" + }, + { + "version": "5.2101.412.4616", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0412.4616.zip", + "checksum": "53683ff6d7e133f71eadb57c0d167525", + "timestamp": "2021-01-04T12:46:25Z" + }, + { + "version": "5.2101.412.1939", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0412.1939.zip", + "checksum": "af2859efe5cadda8859d5a9646ec24ee", + "timestamp": "2021-01-04T12:19:48Z" + }, + { + "version": "5.2101.411.5246", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0411.5246.zip", + "checksum": "366fa6fa6a10fc6aa11c84372a256192", + "timestamp": "2021-01-04T11:52:54Z" + }, + { + "version": "5.2101.411.2235", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0411.2235.zip", + "checksum": "2c909e1f84f5e1aae9ab26c38d9a4dde", + "timestamp": "2021-01-04T11:22:43Z" + }, + { + "version": "5.2101.317.5017", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0317.5017.zip", + "checksum": "94e1b212287cc38c0cfe32a37a092ef3", + "timestamp": "2021-01-03T17:50:24Z" + }, + { + "version": "5.2101.317.555", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0317.0555.zip", + "checksum": "88f65f1ad6e7bb2ef3037d9e197a6c52", + "timestamp": "2021-01-03T17:06:04Z" + }, + { + "version": "5.2101.311.2426", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0311.2426.zip", + "checksum": "0909527b8ac8ab1f0c5a7d281d423266", + "timestamp": "2021-01-03T11:24:35Z" + }, + { + "version": "5.2101.302.3710", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0302.3710.zip", + "checksum": "681ac6a9a55408376874095e11e35a97", + "timestamp": "2021-01-03T02:37:19Z" + }, + { + "version": "5.2101.220.5221", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0220.5221.zip", + "checksum": "dc9ca75f1def33760cb5f4a83d992dd3", + "timestamp": "2021-01-02T20:52:29Z" + }, + { + "version": "5.2101.219.4139", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0219.4139.zip", + "checksum": "1b87704d2585db3a405a2a4283db3b14", + "timestamp": "2021-01-02T19:41:47Z" + }, + { + "version": "5.2101.218.4831", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0218.4831.zip", + "checksum": "4e694fa1727cde838a6f402b919f29bf", + "timestamp": "2021-01-02T18:48:39Z" + }, + { + "version": "5.2101.213.56", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0213.0056.zip", + "checksum": "85851146d1edb68e3e26611c70d03b05", + "timestamp": "2021-01-02T13:01:05Z" + }, + { + "version": "5.2101.211.2702", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0211.2702.zip", + "checksum": "7f95d436531560b90ecedf3a83c50d57", + "timestamp": "2021-01-02T11:27:14Z" + }, + { + "version": "5.2101.210.2511", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0210.2511.zip", + "checksum": "122dfea4c52f7a946a475f2ae1158e13", + "timestamp": "2021-01-02T10:25:21Z" + }, + { + "version": "5.2101.207.954", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0207.0954.zip", + "checksum": "047d7289d2ef13b38ccaea426400a6b4", + "timestamp": "2021-01-02T07:10:01Z" + }, + { + "version": "5.2101.118.5948", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0118.5948.zip", + "checksum": "8c427a3016236b760c6a2b8412e3b226", + "timestamp": "2021-01-01T18:59:56Z" + }, + { + "version": "5.2101.118.1347", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0118.1347.zip", + "checksum": "3400d1cbf74eb4b34b2e2f565436f461", + "timestamp": "2021-01-01T18:13:56Z" + }, + { + "version": "5.2101.117.4635", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0117.4635.zip", + "checksum": "04930d9a03f4519839779be1377f4c13", + "timestamp": "2021-01-01T17:46:43Z" + }, + { + "version": "5.2101.117.1107", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0117.1107.zip", + "checksum": "a38c5e20db6e48370f2a34c63fb3dba9", + "timestamp": "2021-01-01T17:11:16Z" + }, + { + "version": "5.2101.111.4812", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0111.4812.zip", + "checksum": "c9c4384dc0aab1fff56b4e8a9c77c1a1", + "timestamp": "2021-01-01T11:48:22Z" + }, + { + "version": "5.2101.100.4226", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0100.4226.zip", + "checksum": "39cabb123f22f1ebe003985352b72a31", + "timestamp": "2021-01-01T00:42:36Z" + }, + { + "version": "5.2101.100.1511", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2101.0100.1511.zip", + "checksum": "f9a74b85bced5d3e9d93500b199c40bc", + "timestamp": "2021-01-01T00:15:19Z" + }, + { + "version": "5.2012.3122.5635", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3122.5635.zip", + "checksum": "4aa00df6f04b4d1257c59ce161da8b32", + "timestamp": "2020-12-31T22:56:42Z" + }, + { + "version": "5.2012.3122.2952", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3122.2952.zip", + "checksum": "538aa3fcf1cafde9c26a6f8daab54b55", + "timestamp": "2020-12-31T22:30:02Z" + }, + { + "version": "5.2012.3115.304", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3115.0304.zip", + "checksum": "422a94a2a10c8dcf98245157bd08f24d", + "timestamp": "2020-12-31T15:03:13Z" + }, + { + "version": "5.2012.3114.3545", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3114.3545.zip", + "checksum": "cc96829989f5051d046867c9dffcd875", + "timestamp": "2020-12-31T14:35:52Z" + }, + { + "version": "5.2012.3113.4114", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3113.4114.zip", + "checksum": "ff99f7c78b7ad790a5c0d14dba74b4c5", + "timestamp": "2020-12-31T13:41:22Z" + }, + { + "version": "5.2012.3111.3356", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3111.3356.zip", + "checksum": "1dd488bc983c72dc902d02b6a584675a", + "timestamp": "2020-12-31T11:34:05Z" + }, + { + "version": "5.2012.3107.3407", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3107.3407.zip", + "checksum": "b8b542c5ede8acbe40ad4b9f805321cb", + "timestamp": "2020-12-31T07:34:15Z" + }, + { + "version": "5.2012.3107.619", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3107.0619.zip", + "checksum": "1e6f67bb04358358f9820dc638e463ae", + "timestamp": "2020-12-31T07:06:27Z" + }, + { + "version": "5.2012.3101.5100", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3101.5100.zip", + "checksum": "251d0dd32d7215169998e8e131be73f6", + "timestamp": "2020-12-31T01:51:08Z" + }, + { + "version": "5.2012.3101.2304", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3101.2304.zip", + "checksum": "c8ee73754b0a3fb17ef6e2023d1e4eab", + "timestamp": "2020-12-31T01:23:13Z" + }, + { + "version": "5.2012.3100.4219", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3100.4219.zip", + "checksum": "4f96b967067fcd0151938059c8b91a2f", + "timestamp": "2020-12-31T00:42:28Z" + }, + { + "version": "5.2012.3022.2636", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3022.2636.zip", + "checksum": "67a34200a40a6d412bfdb2f1cfa9c46f", + "timestamp": "2020-12-30T22:26:44Z" + }, + { + "version": "5.2012.3022.1", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3022.0001.zip", + "checksum": "e6050a23f56873767d020cb65052628a", + "timestamp": "2020-12-30T22:00:09Z" + }, + { + "version": "5.2012.3021.3324", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3021.3324.zip", + "checksum": "4dd5cd184283894e7f9221a058d4a2dd", + "timestamp": "2020-12-30T21:33:33Z" + }, + { + "version": "5.2012.3017.5527", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3017.5527.zip", + "checksum": "2cea9a670d9598bdfdcfd4068ca80f9a", + "timestamp": "2020-12-30T17:55:36Z" + }, + { + "version": "5.2012.3010.534", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.3010.0534.zip", + "checksum": "8d4ad6bc7d3917f371285a4b24de8ed6", + "timestamp": "2020-12-30T10:05:42Z" + }, + { + "version": "5.2012.2917.2800", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2917.2800.zip", + "checksum": "b831529c34d88d0615fde60d85f17413", + "timestamp": "2020-12-29T17:28:10Z" + }, + { + "version": "5.2012.2917.159", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2917.0159.zip", + "checksum": "1a05c70a040e16415e94848ca37e38a0", + "timestamp": "2020-12-29T17:02:08Z" + }, + { + "version": "5.2012.2906.2633", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2906.2633.zip", + "checksum": "9c6405da664d2d71fa8ea0f9f927b4aa", + "timestamp": "2020-12-29T06:26:41Z" + }, + { + "version": "5.2012.2821.2145", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2821.2145.zip", + "checksum": "493f78912219c9318d5960efed33c4b1", + "timestamp": "2020-12-28T21:21:54Z" + }, + { + "version": "5.2012.2820.5514", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2820.5514.zip", + "checksum": "af4fd534227961f4b09b531324de3d28", + "timestamp": "2020-12-28T20:55:23Z" + }, + { + "version": "5.2012.2817.3138", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2817.3138.zip", + "checksum": "a4fe15d53acf3f37ba35adae6d9eb65f", + "timestamp": "2020-12-28T17:31:46Z" + }, + { + "version": "5.2012.2816.723", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2816.0723.zip", + "checksum": "f40704dd3b8569bfb558d8e4947de138", + "timestamp": "2020-12-28T16:07:32Z" + }, + { + "version": "5.2012.2815.4143", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2815.4143.zip", + "checksum": "a4f3edc96f09bf8d5d751797e5d676ce", + "timestamp": "2020-12-28T15:41:51Z" + }, + { + "version": "5.2012.2815.1406", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2815.1406.zip", + "checksum": "21311c88f3bcf248f1dcc11bf5986543", + "timestamp": "2020-12-28T15:14:15Z" + }, + { + "version": "5.2012.2810.2913", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2810.2913.zip", + "checksum": "6d4f0017e678b54aa9fa46164c1eb8d4", + "timestamp": "2020-12-28T10:29:22Z" + }, + { + "version": "5.2012.2718.4104", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2718.4104.zip", + "checksum": "43c370f36cd7b0d3041630922b0e38a1", + "timestamp": "2020-12-27T18:41:12Z" + }, + { + "version": "5.2012.2713.5307", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2713.5307.zip", + "checksum": "0b4a2fc69ddeeb91f1bab93419550bb0", + "timestamp": "2020-12-27T13:53:15Z" + }, + { + "version": "5.2012.2520.506", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2520.0506.zip", + "checksum": "68ec8bc384c41e6291cb5aac4b57b2b6", + "timestamp": "2020-12-25T20:05:14Z" + }, + { + "version": "5.2012.2515.4917", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2515.4917.zip", + "checksum": "4621ff545367c012f5b135e3b2a8798a", + "timestamp": "2020-12-25T15:49:26Z" + }, + { + "version": "5.2012.2513.3813", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2513.3813.zip", + "checksum": "b0647498851d261f1c4d09548a96f674", + "timestamp": "2020-12-25T13:38:21Z" + }, + { + "version": "5.2012.2420.1101", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2420.1101.zip", + "checksum": "7ea61cfde9d4d44aaaaa647498a2cde9", + "timestamp": "2020-12-24T20:11:09Z" + }, + { + "version": "5.2012.2418.1322", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2418.1322.zip", + "checksum": "0ba6d03703b5346a175a5fb9b10cfe0d", + "timestamp": "2020-12-24T18:13:31Z" + }, + { + "version": "5.2012.2410.2630", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2410.2630.zip", + "checksum": "207642ec503c7570b2e0d1a343a6df63", + "timestamp": "2020-12-24T10:26:38Z" + }, + { + "version": "5.2012.2405.3717", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2405.3717.zip", + "checksum": "9860464f92d3e1a9445f8cd6b8066d8f", + "timestamp": "2020-12-24T05:37:25Z" + }, + { + "version": "5.2012.2319.1848", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2319.1848.zip", + "checksum": "bbaa2b3a30b6654291dd5942f8263a28", + "timestamp": "2020-12-23T19:18:57Z" + }, + { + "version": "5.2012.2305.327", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2305.0327.zip", + "checksum": "7beb5388262585e2d9b8c3e54ece51f6", + "timestamp": "2020-12-23T05:03:35Z" + }, + { + "version": "5.2012.2304.1543", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2304.1543.zip", + "checksum": "4cd8f432d0f03c07f5b1c624726c84e1", + "timestamp": "2020-12-23T04:15:51Z" + }, + { + "version": "5.2012.2303.4645", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2303.4645.zip", + "checksum": "c3c80dbab5c7c6bd0eef192bd0447e40", + "timestamp": "2020-12-23T03:46:53Z" + }, + { + "version": "5.2012.2223.1519", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2223.1519.zip", + "checksum": "9e317a06c9e205966043b6589dad8cb9", + "timestamp": "2020-12-22T23:15:28Z" + }, + { + "version": "5.2012.2215.1625", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2215.1625.zip", + "checksum": "2cacabed1bb51dfc42d5b5f12824ef99", + "timestamp": "2020-12-22T15:16:33Z" + }, + { + "version": "5.2012.2212.4358", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2212.4358.zip", + "checksum": "b47d643c1e8dd3eb3314ce672d8e1384", + "timestamp": "2020-12-22T12:44:07Z" + }, + { + "version": "5.2012.2123.340", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2123.0340.zip", + "checksum": "7a59a67ed1721753587d33eab75c5c2f", + "timestamp": "2020-12-21T23:03:48Z" + }, + { + "version": "5.2012.2122.3604", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2122.3604.zip", + "checksum": "e48521179c56524a4447431c97ea827f", + "timestamp": "2020-12-21T22:36:13Z" + }, + { + "version": "5.2012.2119.5303", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2119.5303.zip", + "checksum": "bb6aa6c50dd4c17fd33217c384c28e45", + "timestamp": "2020-12-21T19:53:11Z" + }, + { + "version": "5.2012.2119.2645", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2119.2645.zip", + "checksum": "4b0aba69ddd64291cbe28ec37383a744", + "timestamp": "2020-12-21T19:26:53Z" + }, + { + "version": "5.2012.2119.34", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2119.0034.zip", + "checksum": "2daf9176e71c1c15a5d0d4dd47e48175", + "timestamp": "2020-12-21T19:00:41Z" + }, + { + "version": "5.2012.2107.5026", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2107.5026.zip", + "checksum": "a88239a15d3da260f907e18cd537ac05", + "timestamp": "2020-12-21T07:50:34Z" + }, + { + "version": "5.2012.2100.924", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2100.0924.zip", + "checksum": "c0f424cd57ec9c8e907ebc7fd3589ec2", + "timestamp": "2020-12-21T00:09:33Z" + }, + { + "version": "5.2012.2023.4023", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2023.4023.zip", + "checksum": "9f59d3fd44929a99fe63f8d2d2cc3925", + "timestamp": "2020-12-20T23:40:32Z" + }, + { + "version": "5.2012.2013.5030", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2013.5030.zip", + "checksum": "4b4382c3d3519e99b6ec5f33c7260aea", + "timestamp": "2020-12-20T13:50:38Z" + }, + { + "version": "5.2012.2013.2053", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2013.2053.zip", + "checksum": "aab94ba6dd8c9796b70530c7137e79cf", + "timestamp": "2020-12-20T13:21:01Z" + }, + { + "version": "5.2012.2009.4833", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2009.4833.zip", + "checksum": "437b02a24f18b9c5e3bb49e895255901", + "timestamp": "2020-12-20T09:48:41Z" + }, + { + "version": "5.2012.2009.1910", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2009.1910.zip", + "checksum": "8946c5404ae910b69387d2f46cda8d70", + "timestamp": "2020-12-20T09:19:19Z" + }, + { + "version": "5.2012.2000.4409", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.2000.4409.zip", + "checksum": "80c37bb44d5b87e187714f77b7c39506", + "timestamp": "2020-12-20T00:44:17Z" + }, + { + "version": "5.2012.1919.4127", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1919.4127.zip", + "checksum": "276035dba095ae2d2fb001dcfcae5675", + "timestamp": "2020-12-19T19:41:35Z" + }, + { + "version": "5.2012.1820.5944", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1820.5944.zip", + "checksum": "9d6bcdcc40953cea9a3203a33b82d1ea", + "timestamp": "2020-12-18T20:59:52Z" + }, + { + "version": "5.2012.1820.3305", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1820.3305.zip", + "checksum": "3d6f03bbc3de2c0b6c42169df2129a77", + "timestamp": "2020-12-18T20:33:14Z" + }, + { + "version": "5.2012.1813.1904", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1813.1904.zip", + "checksum": "e44bf958337a6f18a580b93b1954d5ca", + "timestamp": "2020-12-18T13:19:13Z" + }, + { + "version": "5.2012.1807.4225", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1807.4225.zip", + "checksum": "bd9dbe08d7f4eb0408be8c8c5e959149", + "timestamp": "2020-12-18T07:42:35Z" + }, + { + "version": "5.2012.1722.4851", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1722.4851.zip", + "checksum": "08b03cd15ff26cc9f238680aa7bb55a5", + "timestamp": "2020-12-17T22:49:00Z" + }, + { + "version": "5.2012.1722.2203", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1722.2203.zip", + "checksum": "e7799ae179e1c06f553f849b95ab06d7", + "timestamp": "2020-12-17T22:22:12Z" + }, + { + "version": "5.2012.1718.3433", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1718.3433.zip", + "checksum": "e4779038b124c9de9ce7d9ea644100ff", + "timestamp": "2020-12-17T18:34:41Z" + }, + { + "version": "5.2012.1717.4332", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1717.4332.zip", + "checksum": "ed2704bf5f6fb8043f30f296d66f0cfe", + "timestamp": "2020-12-17T17:43:41Z" + }, + { + "version": "5.2012.1717.1640", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1717.1640.zip", + "checksum": "38db696aca7933354c9e94cf1d682656", + "timestamp": "2020-12-17T17:16:49Z" + }, + { + "version": "5.2012.1711.1712", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1711.1712.zip", + "checksum": "50f7f2f8c8d7b2a1feb34036603c00d7", + "timestamp": "2020-12-17T11:17:20Z" + }, + { + "version": "5.2012.1623.1432", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1623.1432.zip", + "checksum": "9d611727c8f138bd3c770084b9eb8330", + "timestamp": "2020-12-16T23:14:40Z" + }, + { + "version": "5.2012.1622.801", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1622.0801.zip", + "checksum": "3c90b3ab36c8fd52ffab639a080c87ab", + "timestamp": "2020-12-16T22:08:09Z" + }, + { + "version": "5.2012.1621.3957", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1621.3957.zip", + "checksum": "4ea6402c95ae4816e30b5435dca0ccdc", + "timestamp": "2020-12-16T21:40:05Z" + }, + { + "version": "5.2012.1620.3038", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1620.3038.zip", + "checksum": "9a2e5bd70c4006ec1921bde92c28e2d9", + "timestamp": "2020-12-16T20:30:46Z" + }, + { + "version": "5.2012.1620.259", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1620.0259.zip", + "checksum": "7036104ebd188312dee7d90eb155581c", + "timestamp": "2020-12-16T20:03:08Z" + }, + { + "version": "5.2012.1619.2429", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1619.2429.zip", + "checksum": "44fe5dc90de0f557855115efba6540df", + "timestamp": "2020-12-16T19:24:37Z" + }, + { + "version": "5.2012.1616.5046", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1616.5046.zip", + "checksum": "6c73bdaf9d338cb4a461f8b349147ade", + "timestamp": "2020-12-16T16:50:55Z" + }, + { + "version": "5.2012.1519.5448", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1519.5448.zip", + "checksum": "60e16dde2380279c7ae5ab5a1b5eb979", + "timestamp": "2020-12-15T19:54:56Z" + }, + { + "version": "5.2012.1512.1505", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1512.1505.zip", + "checksum": "0d622967f4731819408c6714e0316799", + "timestamp": "2020-12-15T12:15:14Z" + }, + { + "version": "5.2012.1511.4655", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1511.4655.zip", + "checksum": "e95c7c9667c536f9942cdc3654721fca", + "timestamp": "2020-12-15T11:47:04Z" + }, + { + "version": "5.2012.1508.3500", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1508.3500.zip", + "checksum": "39a9a7b96d9388e612e90ff6ba935057", + "timestamp": "2020-12-15T08:35:09Z" + }, + { + "version": "5.2012.1421.4938", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1421.4938.zip", + "checksum": "1e960dfbffe86439c94247e4838c8ad4", + "timestamp": "2020-12-14T21:49:46Z" + }, + { + "version": "5.2012.1420.1508", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1420.1508.zip", + "checksum": "521973330c5eadc9853d1ea2c2ba00bd", + "timestamp": "2020-12-14T20:15:16Z" + }, + { + "version": "5.2012.1417.2105", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1417.2105.zip", + "checksum": "0a55fa5d77a20d930034e2c112dff6c6", + "timestamp": "2020-12-14T17:21:13Z" + }, + { + "version": "5.2012.1416.3411", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1416.3411.zip", + "checksum": "dae84ca9233525dc04af2adc21c9d2ef", + "timestamp": "2020-12-14T16:34:20Z" + }, + { + "version": "5.2012.1416.642", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1416.0642.zip", + "checksum": "df915d8a7d74978669fe02b304c8b9b5", + "timestamp": "2020-12-14T16:06:50Z" + }, + { + "version": "5.2012.1415.3932", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1415.3932.zip", + "checksum": "2dc67e3d034398c85ec485fb80cb47cf", + "timestamp": "2020-12-14T15:39:40Z" + }, + { + "version": "5.2012.1412.138", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1412.0138.zip", + "checksum": "befec38e9e209b9c05262b91fa4d0ee3", + "timestamp": "2020-12-14T12:01:46Z" + }, + { + "version": "5.2012.1405.1542", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1405.1542.zip", + "checksum": "eefb3f510d2bffc165bd73f74ae41db7", + "timestamp": "2020-12-14T05:15:52Z" + }, + { + "version": "5.2012.1404.942", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1404.0942.zip", + "checksum": "b718fb79855ff7f01cc1df832598e10d", + "timestamp": "2020-12-14T04:10:05Z" + }, + { + "version": "5.2012.1323.722", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1323.0722.zip", + "checksum": "6d04ae1ad341ea887105c1c70b1b1076", + "timestamp": "2020-12-13T23:07:29Z" + }, + { + "version": "5.2012.1322.3900", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1322.3900.zip", + "checksum": "5aaaed843b01a095870f0f802280a9f9", + "timestamp": "2020-12-13T22:39:09Z" + }, + { + "version": "5.2012.1322.1205", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1322.1205.zip", + "checksum": "733b40ac4b1f79dbb5e5412f291a4dbe", + "timestamp": "2020-12-13T22:12:18Z" + }, + { + "version": "5.2012.1319.3540", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1319.3540.zip", + "checksum": "f25788bfd1d7fe968bf27146f7f91b30", + "timestamp": "2020-12-13T19:35:49Z" + }, + { + "version": "5.2012.1314.1332", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1314.1332.zip", + "checksum": "41fc4319dfdb73e8f1a9f64015f0e788", + "timestamp": "2020-12-13T14:13:40Z" + }, + { + "version": "5.2012.1313.4531", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1313.4531.zip", + "checksum": "87a3b8840d45d99666529f5ebdd827eb", + "timestamp": "2020-12-13T13:45:40Z" + }, + { + "version": "5.2012.1313.1743", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1313.1743.zip", + "checksum": "c691a853b779b71f785d149d6f387e9a", + "timestamp": "2020-12-13T13:17:50Z" + }, + { + "version": "5.2012.1312.4930", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1312.4930.zip", + "checksum": "d1e5b139beec0c21a37ae9e571484284", + "timestamp": "2020-12-13T12:49:38Z" + }, + { + "version": "5.2012.1311.2320", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1311.2320.zip", + "checksum": "dc27dbe306c2fe25f575de804d61805e", + "timestamp": "2020-12-13T11:23:29Z" + }, + { + "version": "5.2012.1218.4556", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1218.4556.zip", + "checksum": "0529b222cf75d8b2918dbbb6e9bacc81", + "timestamp": "2020-12-12T18:46:05Z" + }, + { + "version": "5.2012.1122.4448", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1122.4448.zip", + "checksum": "3f512fcf453f7c8631980c5c140f447c", + "timestamp": "2020-12-11T22:44:56Z" + }, + { + "version": "5.2012.1121.5420", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1121.5420.zip", + "checksum": "90baee6d2da7bafaadcad05d916e5f05", + "timestamp": "2020-12-11T21:54:28Z" + }, + { + "version": "5.2012.1115.5252", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1115.5252.zip", + "checksum": "813fe6a0f1c88e1bd718e08bcb8faf2a", + "timestamp": "2020-12-11T15:53:00Z" + }, + { + "version": "5.2012.1115.2540", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1115.2540.zip", + "checksum": "8b38abff4c023c67d518abec9be9d9d5", + "timestamp": "2020-12-11T15:25:49Z" + }, + { + "version": "5.2012.1109.4814", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1109.4814.zip", + "checksum": "157c788a108743adf0d33eb7515db7d7", + "timestamp": "2020-12-11T09:48:22Z" + }, + { + "version": "5.2012.1109.1826", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1109.1826.zip", + "checksum": "77ee146558f018393aa0d6a84e0dd194", + "timestamp": "2020-12-11T09:18:34Z" + }, + { + "version": "5.2012.1108.418", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1108.0418.zip", + "checksum": "feec5ed12a437af612c6ec095113d272", + "timestamp": "2020-12-11T08:04:26Z" + }, + { + "version": "5.2012.1107.3551", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1107.3551.zip", + "checksum": "9fc9d293509fb66d178f4675642d9886", + "timestamp": "2020-12-11T07:35:59Z" + }, + { + "version": "5.2012.1104.2819", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1104.2819.zip", + "checksum": "df7df30e189ed481100756a8dac824ba", + "timestamp": "2020-12-11T04:28:27Z" + }, + { + "version": "5.2012.1104.112", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1104.0112.zip", + "checksum": "e3867ae7096a85036b233e2053d1c7cb", + "timestamp": "2020-12-11T04:01:20Z" + }, + { + "version": "5.2012.1103.3406", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1103.3406.zip", + "checksum": "92f52113a72cbd1f37c77b656dfc9734", + "timestamp": "2020-12-11T03:34:14Z" + }, + { + "version": "5.2012.1022.3850", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1022.3850.zip", + "checksum": "84ce96fe553ee6f41c0083953c671cfd", + "timestamp": "2020-12-10T22:39:00Z" + }, + { + "version": "5.2012.1022.1230", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1022.1230.zip", + "checksum": "caf0723ac7da303e0129da1907108773", + "timestamp": "2020-12-10T22:12:38Z" + }, + { + "version": "5.2012.1021.2521", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1021.2521.zip", + "checksum": "1bfb05b06eeaa35eb63965c12c927bdb", + "timestamp": "2020-12-10T21:25:29Z" + }, + { + "version": "5.2012.1020.5728", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1020.5728.zip", + "checksum": "26e20af4ebf92712d2f51c48bfb962ed", + "timestamp": "2020-12-10T20:57:37Z" + }, + { + "version": "5.2012.1014.25", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1014.0025.zip", + "checksum": "b2c674bafb664b9f84803ca8fb872845", + "timestamp": "2020-12-10T14:00:33Z" + }, + { + "version": "5.2012.1013.3236", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1013.3236.zip", + "checksum": "aa5616905711da9ae7a37cc2814b8bc8", + "timestamp": "2020-12-10T13:32:44Z" + }, + { + "version": "5.2012.1013.448", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.1013.0448.zip", + "checksum": "e151057c9114326ce64200566bd96928", + "timestamp": "2020-12-10T13:04:56Z" + }, + { + "version": "5.2012.919.4734", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0919.4734.zip", + "checksum": "7df91c9d4d0f73b915c48a494418877b", + "timestamp": "2020-12-09T19:47:42Z" + }, + { + "version": "5.2012.917.2109", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0917.2109.zip", + "checksum": "0db6fcfa3bf62bf99fd07b7085a83126", + "timestamp": "2020-12-09T17:21:19Z" + }, + { + "version": "5.2012.915.5335", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0915.5335.zip", + "checksum": "2d151a3f500f04b35210569469f97adc", + "timestamp": "2020-12-09T15:53:44Z" + }, + { + "version": "5.2012.914.130", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0914.0130.zip", + "checksum": "d5203cb81da787556a6f36fc93b2d8e3", + "timestamp": "2020-12-09T14:01:39Z" + }, + { + "version": "5.2012.908.735", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0908.0735.zip", + "checksum": "9ad6a490fc2b63f162bbb75bc350f062", + "timestamp": "2020-12-09T08:07:44Z" + }, + { + "version": "5.2012.907.3959", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0907.3959.zip", + "checksum": "fd1dcd71c71470cdaca7fc846f8d5bdd", + "timestamp": "2020-12-09T07:40:07Z" + }, + { + "version": "5.2012.904.2709", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0904.2709.zip", + "checksum": "4a4b17059c4800ff671b6e222a96e99d", + "timestamp": "2020-12-09T04:27:18Z" + }, + { + "version": "5.2012.823.5201", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0823.5201.zip", + "checksum": "f74111471b4bc1ca91e1aaec380330a9", + "timestamp": "2020-12-08T23:52:10Z" + }, + { + "version": "5.2012.819.4357", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0819.4357.zip", + "checksum": "3ab59156b60c47eedb3be892da1c6f52", + "timestamp": "2020-12-08T19:44:05Z" + }, + { + "version": "5.2012.818.127", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0818.0127.zip", + "checksum": "212f741abcbc27ccb644c40ff792f186", + "timestamp": "2020-12-08T18:01:34Z" + }, + { + "version": "5.2012.817.3338", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0817.3338.zip", + "checksum": "f54375185164edb33c753b34dd1afd67", + "timestamp": "2020-12-08T17:33:47Z" + }, + { + "version": "5.2012.816.3310", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0816.3310.zip", + "checksum": "97d516595eb4f07da3f5ffe8b1f50fc9", + "timestamp": "2020-12-08T16:33:18Z" + }, + { + "version": "5.2012.809.3533", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0809.3533.zip", + "checksum": "75a356a6f537cd5f85dc1f8b7b80b200", + "timestamp": "2020-12-08T09:35:42Z" + }, + { + "version": "5.2012.808.2831", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0808.2831.zip", + "checksum": "82140d17b6e5d9cac829c3c315bf5a8d", + "timestamp": "2020-12-08T08:28:40Z" + }, + { + "version": "5.2012.808.52", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0808.0052.zip", + "checksum": "ef4b1d70e280c1f8400b41aa78e3c679", + "timestamp": "2020-12-08T08:00:59Z" + }, + { + "version": "5.2012.801.739", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0801.0739.zip", + "checksum": "a54dadb9364a9e2b8d74bfb4d45be01a", + "timestamp": "2020-12-08T01:07:48Z" + }, + { + "version": "5.2012.718.2207", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0718.2207.zip", + "checksum": "daf3a1ae8147d179c4f3d522e2e89c45", + "timestamp": "2020-12-07T18:22:17Z" + }, + { + "version": "5.2012.717.3134", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0717.3134.zip", + "checksum": "9c02c9c1232e2333b7c389e1f6f03572", + "timestamp": "2020-12-07T17:31:41Z" + }, + { + "version": "5.2012.717.443", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0717.0443.zip", + "checksum": "ccd27d91fc0bbe43fe785d1f6d46bcac", + "timestamp": "2020-12-07T17:04:51Z" + }, + { + "version": "5.2012.707.3009", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0707.3009.zip", + "checksum": "4a8e62ae2a42e4255eaa146d278e9084", + "timestamp": "2020-12-07T07:30:17Z" + }, + { + "version": "5.2012.707.330", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0707.0330.zip", + "checksum": "448ce44ee0247c29cdee82c6f0744427", + "timestamp": "2020-12-07T07:03:38Z" + }, + { + "version": "5.2012.615.3321", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0615.3321.zip", + "checksum": "7b2cfff40c9e9a92d4b7289ff72281b6", + "timestamp": "2020-12-06T15:33:29Z" + }, + { + "version": "5.2012.615.701", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0615.0701.zip", + "checksum": "ac29b4327854b44f509b641807dfb0c9", + "timestamp": "2020-12-06T15:07:10Z" + }, + { + "version": "5.2012.607.3018", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0607.3018.zip", + "checksum": "5290145f3d4601af47bd95e2f479f1ba", + "timestamp": "2020-12-06T07:30:27Z" + }, + { + "version": "5.2012.601.3352", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0601.3352.zip", + "checksum": "a335e1184f50b39ce6a112e18baac7d4", + "timestamp": "2020-12-06T01:34:00Z" + }, + { + "version": "5.2012.601.703", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0601.0703.zip", + "checksum": "431467ebb46975113d7a3ce6155273f1", + "timestamp": "2020-12-06T01:07:12Z" + }, + { + "version": "5.2012.600.4028", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0600.4028.zip", + "checksum": "e2b0ab8a531cd4d035add2695bd015ae", + "timestamp": "2020-12-06T00:40:36Z" + }, + { + "version": "5.2012.519.5011", + "changelog": "Updated to use NextPVR API v5, no longer compatable with API v4.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_5.2012.0519.5011.zip", + "checksum": "cbb99efd82b69fe0c2c05c1565299b91", + "timestamp": "2020-12-05T19:50:19Z" + }, + { + "version": "4.2011.2301.521", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2301.0521.zip", + "checksum": "e279cdda0b7f590d9e41d46b9a354fc0", + "timestamp": "2020-11-23T01:05:30Z" + }, + { + "version": "4.2011.2219.3829", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2219.3829.zip", + "checksum": "f85d5fcdfec259b286d3ac9d2c695a44", + "timestamp": "2020-11-22T19:38:36Z" + }, + { + "version": "4.2011.2219.1143", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2219.1143.zip", + "checksum": "4a95434d9ed173d1eb536aed909bd382", + "timestamp": "2020-11-22T19:11:50Z" + }, + { + "version": "4.2011.2218.3015", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2218.3015.zip", + "checksum": "8afa53a08abfd962eb4f71565b2662bb", + "timestamp": "2020-11-22T18:30:23Z" + }, + { + "version": "4.2011.2217.5610", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2217.5610.zip", + "checksum": "cb0ebf4969bd1d985d1e0bd8599f5231", + "timestamp": "2020-11-22T17:56:18Z" + }, + { + "version": "4.2011.2215.5350", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2215.5350.zip", + "checksum": "1b76d911d2e26541c92527996b2140c7", + "timestamp": "2020-11-22T15:53:57Z" + }, + { + "version": "4.2011.2215.33", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2215.0033.zip", + "checksum": "d4351ba68064951d0d2d923493d6daaa", + "timestamp": "2020-11-22T15:00:41Z" + }, + { + "version": "4.2011.2210.2931", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2210.2931.zip", + "checksum": "809b20363e0f2d5955c30d45b7bfb78a", + "timestamp": "2020-11-22T10:29:39Z" + }, + { + "version": "4.2011.2208.2115", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2208.2115.zip", + "checksum": "646cf8c9b88fa9c1cea7adb0e66684ab", + "timestamp": "2020-11-22T08:21:22Z" + }, + { + "version": "4.2011.2207.5526", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2207.5526.zip", + "checksum": "368d6e671e9c2fbdc4ffe69aa2154627", + "timestamp": "2020-11-22T07:55:34Z" + }, + { + "version": "4.2011.2207.140", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2207.0140.zip", + "checksum": "96d08f66181d30c2175b694c40f035cf", + "timestamp": "2020-11-22T07:01:48Z" + }, + { + "version": "4.2011.2206.3700", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/nextpvr/nextpvr_4.2011.2206.3700.zip", + "checksum": "ca6bd3ddf8959fa46a38868776399568", + "timestamp": "2020-11-22T06:37:08Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "4b9ed42f-5185-48b5-9803-6ff2989014c4", + "name": "Open Subtitles", + "description": "Download subtitles from the internet to use with your media files.", + "overview": "Download subtitles for your media", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opensubtitles.png", + "versions": [ + { + "version": "17.0.0.0", + "changelog": "### Bug Fixes ###\n- Move OpenSubtitlesHandler project to folder (#85) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_17.0.0.0.zip", + "checksum": "333495780d94c4cea9786b7bd46d1d8a", + "timestamp": "2022-01-07T21:11:07Z" + }, + { + "version": "11.2106.1815.5554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1815.5554.zip", + "checksum": "d4cfdcea71db8a26d591418c76435ab4", + "timestamp": "2021-06-18T15:56:11Z" + }, + { + "version": "11.2106.1514.3940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1514.3940.zip", + "checksum": "478b91c3a6d5870b7b0671ec26f1491c", + "timestamp": "2021-06-15T14:39:54Z" + }, + { + "version": "11.2106.1514.1142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1514.1142.zip", + "checksum": "6ab30aaaa7c9805d565cb75b88cb9845", + "timestamp": "2021-06-15T14:11:57Z" + }, + { + "version": "11.2106.1504.146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1504.0146.zip", + "checksum": "5d34d9a715dc70143c02378416c246bc", + "timestamp": "2021-06-15T04:02:01Z" + }, + { + "version": "11.2106.1422.2249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1422.2249.zip", + "checksum": "f361d2b72e13ef63501344fcc671ec8c", + "timestamp": "2021-06-14T22:23:06Z" + }, + { + "version": "11.2106.1417.5639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1417.5639.zip", + "checksum": "8c4069a45e0b23ac82c85f4867852302", + "timestamp": "2021-06-14T17:56:52Z" + }, + { + "version": "11.2106.1315.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1315.3135.zip", + "checksum": "5edbd099fa404a323b278090b2459ea0", + "timestamp": "2021-06-13T15:31:48Z" + }, + { + "version": "11.2106.1313.3125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1313.3125.zip", + "checksum": "52ebc51cdadbda50caedbf987fcd8d55", + "timestamp": "2021-06-13T13:31:39Z" + }, + { + "version": "11.2106.1306.4411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1306.4411.zip", + "checksum": "1d4eac76f1b21a947e67d25c5a9ea5d1", + "timestamp": "2021-06-13T06:44:25Z" + }, + { + "version": "11.2106.1306.2137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1306.2137.zip", + "checksum": "63b5ace3855d9c585ae45d4d6e006500", + "timestamp": "2021-06-13T06:21:51Z" + }, + { + "version": "11.2106.1215.2752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1215.2752.zip", + "checksum": "837fe75c85028b26bbff87e9d1d82f84", + "timestamp": "2021-06-12T15:28:08Z" + }, + { + "version": "11.2106.1206.5849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1206.5849.zip", + "checksum": "c344da6a6210e8f9028777779b96f06f", + "timestamp": "2021-06-12T06:59:08Z" + }, + { + "version": "11.2106.1206.3703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1206.3703.zip", + "checksum": "6b5ec96069d0efd439faadfb763c6ee9", + "timestamp": "2021-06-12T06:37:18Z" + }, + { + "version": "11.2106.1123.4555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1123.4555.zip", + "checksum": "866c6d4cad67ee05673ccdd11b8fe6a4", + "timestamp": "2021-06-11T23:46:12Z" + }, + { + "version": "11.2106.1123.1850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1123.1850.zip", + "checksum": "1bf458c6093ad882a0c76613e5a3b487", + "timestamp": "2021-06-11T23:19:05Z" + }, + { + "version": "11.2106.1122.4833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1122.4833.zip", + "checksum": "d59f501fa6abac304d6f5e5cebc042ed", + "timestamp": "2021-06-11T22:48:48Z" + }, + { + "version": "11.2106.1114.3714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1114.3714.zip", + "checksum": "79146420b5b8350a240b135d4d3a5751", + "timestamp": "2021-06-11T14:37:29Z" + }, + { + "version": "11.2106.1114.757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1114.0757.zip", + "checksum": "d5183c8180f446e08df3b941e4cd6878", + "timestamp": "2021-06-11T14:08:12Z" + }, + { + "version": "11.2106.1113.4506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1113.4506.zip", + "checksum": "ff020c92a65d97ef3d7765c73ebdc56c", + "timestamp": "2021-06-11T13:45:21Z" + }, + { + "version": "11.2106.1113.1215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1113.1215.zip", + "checksum": "399bc77d84a57573592d6d06f78b7d6d", + "timestamp": "2021-06-11T13:12:29Z" + }, + { + "version": "11.2106.1112.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1112.4927.zip", + "checksum": "c5e6f7c40f147d269efe6190e15d5fd8", + "timestamp": "2021-06-11T12:49:42Z" + }, + { + "version": "11.2106.1108.2044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1108.2044.zip", + "checksum": "1e6ce16293c00e7148f3d0b22bb1fe3f", + "timestamp": "2021-06-11T08:20:59Z" + }, + { + "version": "11.2106.1106.917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1106.0917.zip", + "checksum": "2361dd490e0fa299c7567b49ecd3066e", + "timestamp": "2021-06-11T06:09:30Z" + }, + { + "version": "11.2106.1105.4555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1105.4555.zip", + "checksum": "12f9612cda92868ecc5aa6f28a67c7ff", + "timestamp": "2021-06-11T05:46:09Z" + }, + { + "version": "11.2106.1105.1641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1105.1641.zip", + "checksum": "589dfbb0861b3598ad5745571fd0411f", + "timestamp": "2021-06-11T05:16:56Z" + }, + { + "version": "11.2106.1021.1451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1021.1451.zip", + "checksum": "06336f1219648223e8a1b6635fcc72f7", + "timestamp": "2021-06-10T21:15:08Z" + }, + { + "version": "11.2106.1015.1527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.1015.1527.zip", + "checksum": "190c7dbcdc8ea3c3168cff2197af3260", + "timestamp": "2021-06-10T15:15:42Z" + }, + { + "version": "11.2106.914.5731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0914.5731.zip", + "checksum": "389220da7c844d1d034d648481340866", + "timestamp": "2021-06-09T14:57:48Z" + }, + { + "version": "11.2106.913.103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0913.0103.zip", + "checksum": "34919da0bad5207bc00affd10772fb92", + "timestamp": "2021-06-09T13:01:18Z" + }, + { + "version": "11.2106.908.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0908.5047.zip", + "checksum": "673367e4a6b7309b782de035b80a7de2", + "timestamp": "2021-06-09T08:51:05Z" + }, + { + "version": "11.2106.814.2956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0814.2956.zip", + "checksum": "15aab9e1f2d1136cbebe53a81e0ac724", + "timestamp": "2021-06-08T14:30:14Z" + }, + { + "version": "11.2106.721.3355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0721.3355.zip", + "checksum": "a022881fa20fb91ebbc6e19c5f375c75", + "timestamp": "2021-06-07T21:34:11Z" + }, + { + "version": "11.2106.713.5258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0713.5258.zip", + "checksum": "7bb894fa31eedf33c21f33cd593ee6ac", + "timestamp": "2021-06-07T13:53:14Z" + }, + { + "version": "11.2106.708.4016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0708.4016.zip", + "checksum": "3428b70a214148b4f18d6ebc51cef684", + "timestamp": "2021-06-07T08:40:30Z" + }, + { + "version": "11.2106.618.3744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0618.3744.zip", + "checksum": "04f2a0f2f287a4c7e95121b97992b3e5", + "timestamp": "2021-06-06T18:37:57Z" + }, + { + "version": "11.2106.615.4152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0615.4152.zip", + "checksum": "9ce91c2bb6ba519b886f6ec91c131fe4", + "timestamp": "2021-06-06T15:42:09Z" + }, + { + "version": "11.2106.413.308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0413.0308.zip", + "checksum": "aa5f1c2c1a304227fe3fbd94a873f347", + "timestamp": "2021-06-04T13:03:21Z" + }, + { + "version": "11.2106.314.5040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0314.5040.zip", + "checksum": "5d610b1ba1f9313b15b1ede7e6dbac0e", + "timestamp": "2021-06-03T14:50:55Z" + }, + { + "version": "11.2106.302.3320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0302.3320.zip", + "checksum": "2c9b31ac31c20ff6feabed43d8fcb426", + "timestamp": "2021-06-03T02:33:33Z" + }, + { + "version": "11.2106.121.1824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2106.0121.1824.zip", + "checksum": "d6e8c39a72fa9c65fa700788d2829d91", + "timestamp": "2021-06-01T21:18:38Z" + }, + { + "version": "11.2105.3023.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.3023.2538.zip", + "checksum": "96ef22a07b7fb57dccba7cade0caf2fe", + "timestamp": "2021-05-30T23:25:53Z" + }, + { + "version": "11.2105.3018.1519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.3018.1519.zip", + "checksum": "5c211a996a85ed5838f440b9605f13ce", + "timestamp": "2021-05-30T18:15:33Z" + }, + { + "version": "11.2105.3008.3646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.3008.3646.zip", + "checksum": "f982a8350edc4184bf617ef89887cddb", + "timestamp": "2021-05-30T08:37:01Z" + }, + { + "version": "11.2105.2711.3831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2711.3831.zip", + "checksum": "e7793238e7da5c35172534cc88e003cd", + "timestamp": "2021-05-27T11:38:46Z" + }, + { + "version": "11.2105.2708.4718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2708.4718.zip", + "checksum": "ca074366dd53322a263a666afdaa3234", + "timestamp": "2021-05-27T08:47:35Z" + }, + { + "version": "11.2105.2705.4645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2705.4645.zip", + "checksum": "6986ea1392ad3338a54da5ca1934fe17", + "timestamp": "2021-05-27T05:47:01Z" + }, + { + "version": "11.2105.2620.3314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2620.3314.zip", + "checksum": "1b4caed1704224940864cd4c19b76212", + "timestamp": "2021-05-26T20:33:26Z" + }, + { + "version": "11.2105.2620.1038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2620.1038.zip", + "checksum": "a182b08b8cb1f62411fcdcd5eff82d72", + "timestamp": "2021-05-26T20:10:53Z" + }, + { + "version": "11.2105.2619.4212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2619.4212.zip", + "checksum": "1c8fe6f538c91f91e483252364651b6d", + "timestamp": "2021-05-26T19:42:28Z" + }, + { + "version": "11.2105.2619.1950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2619.1950.zip", + "checksum": "ee67cbc0637594d12b95e2332529ba67", + "timestamp": "2021-05-26T19:20:06Z" + }, + { + "version": "11.2105.2617.3617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2617.3617.zip", + "checksum": "489edda6b29a13ad97e3921981d26307", + "timestamp": "2021-05-26T17:36:32Z" + }, + { + "version": "11.2105.2615.4148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2615.4148.zip", + "checksum": "542b206b45ead00b9c8fc41a0aa1c416", + "timestamp": "2021-05-26T15:42:03Z" + }, + { + "version": "11.2105.2419.51", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2419.0051.zip", + "checksum": "00d867b8803075a60ee00e8bef802211", + "timestamp": "2021-05-24T19:01:06Z" + }, + { + "version": "11.2105.2417.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2417.5116.zip", + "checksum": "2ef3450b28105db71e82a0c68ecb69fb", + "timestamp": "2021-05-24T17:51:31Z" + }, + { + "version": "11.2105.2412.1557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2412.1557.zip", + "checksum": "d8c8f672c1820b33b74ac66cbc2009de", + "timestamp": "2021-05-24T12:16:11Z" + }, + { + "version": "11.2105.2407.2010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2407.2010.zip", + "checksum": "2206c14f20dce86fa571052b88e84ba8", + "timestamp": "2021-05-24T07:20:26Z" + }, + { + "version": "11.2105.2406.5320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2406.5320.zip", + "checksum": "089e32b14568414125617783991281fb", + "timestamp": "2021-05-24T06:53:33Z" + }, + { + "version": "11.2105.2304.5107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2304.5107.zip", + "checksum": "dfdb10d91dcb79dfceb5741029ab75f5", + "timestamp": "2021-05-23T04:51:22Z" + }, + { + "version": "11.2105.2121.4120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2121.4120.zip", + "checksum": "c1f5388d2e76659a0a6e3e119dc0ebb6", + "timestamp": "2021-05-21T21:41:34Z" + }, + { + "version": "11.2105.2118.5459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2118.5459.zip", + "checksum": "670c66e7f952ba595f3b7c10877310ef", + "timestamp": "2021-05-21T18:55:15Z" + }, + { + "version": "11.2105.2116.3147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2116.3147.zip", + "checksum": "389156d1786142e4f7abb8a0deb428c4", + "timestamp": "2021-05-21T16:32:01Z" + }, + { + "version": "11.2105.2112.5645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2112.5645.zip", + "checksum": "0a14fba0b3186d1f2cf62acd34936d38", + "timestamp": "2021-05-21T12:57:01Z" + }, + { + "version": "11.2105.2112.2415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2112.2415.zip", + "checksum": "246d8373a0493e93198496e3ea6c94c4", + "timestamp": "2021-05-21T12:24:29Z" + }, + { + "version": "11.2105.2111.5644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2111.5644.zip", + "checksum": "e570617d63e58cf17b541ae0468f71d8", + "timestamp": "2021-05-21T11:56:57Z" + }, + { + "version": "11.2105.2111.2949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2111.2949.zip", + "checksum": "8235dfd3d23ffee6879f7342bc4e6c5d", + "timestamp": "2021-05-21T11:30:06Z" + }, + { + "version": "11.2105.2104.5305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2104.5305.zip", + "checksum": "2269df104f459922503ddc3d01627f65", + "timestamp": "2021-05-21T04:53:19Z" + }, + { + "version": "11.2105.2023.5351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2023.5351.zip", + "checksum": "d3ba940d95c8f7ddc4147217b145ce37", + "timestamp": "2021-05-20T23:54:07Z" + }, + { + "version": "11.2105.2021.654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.2021.0654.zip", + "checksum": "eaadda542e35b81e601f7b1bb274356a", + "timestamp": "2021-05-20T21:07:10Z" + }, + { + "version": "11.2105.1920.5818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1920.5818.zip", + "checksum": "e837a5c218acf043d5c2ebe3ec6ab060", + "timestamp": "2021-05-19T20:58:34Z" + }, + { + "version": "11.2105.1821.622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1821.0622.zip", + "checksum": "c2251ad391b9410ed06a5ebae263b7fd", + "timestamp": "2021-05-18T21:06:37Z" + }, + { + "version": "11.2105.1819.4710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1819.4710.zip", + "checksum": "e5103f04ca7fbb06c802b0db68d6c086", + "timestamp": "2021-05-18T19:47:24Z" + }, + { + "version": "11.2105.1818.5136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1818.5136.zip", + "checksum": "6d056f1e8e84e839f5a424250da054e0", + "timestamp": "2021-05-18T18:51:51Z" + }, + { + "version": "11.2105.1811.5211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1811.5211.zip", + "checksum": "e9bb0c664b109988dc89806c24ee9b96", + "timestamp": "2021-05-18T11:52:26Z" + }, + { + "version": "11.2105.1806.1911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1806.1911.zip", + "checksum": "df47c82e412f5ca704386b587c06b5a2", + "timestamp": "2021-05-18T06:19:24Z" + }, + { + "version": "11.2105.1722.3134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1722.3134.zip", + "checksum": "163168a7111c36e51126e96fdba0ecbd", + "timestamp": "2021-05-17T22:31:48Z" + }, + { + "version": "11.2105.1717.1046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1717.1046.zip", + "checksum": "55bf0681c023918080c69b135ba81d3c", + "timestamp": "2021-05-17T17:10:59Z" + }, + { + "version": "11.2105.1716.4314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1716.4314.zip", + "checksum": "192e0d23d4ac5785def73030d51a2981", + "timestamp": "2021-05-17T16:43:27Z" + }, + { + "version": "11.2105.1619.652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1619.0652.zip", + "checksum": "c32844e5e244b9dc53f898f964270060", + "timestamp": "2021-05-16T19:07:07Z" + }, + { + "version": "11.2105.1612.2509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1612.2509.zip", + "checksum": "0159e0cb1267351bf2b9aa78bf35be20", + "timestamp": "2021-05-16T12:25:24Z" + }, + { + "version": "11.2105.1610.2443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1610.2443.zip", + "checksum": "694726a5354b4c42b1dbcfb051fe7d7e", + "timestamp": "2021-05-16T10:24:55Z" + }, + { + "version": "11.2105.1521.2322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_11.2105.1521.2322.zip", + "checksum": "4d41bf0b6577f72d9891a0cd6bb5c708", + "timestamp": "2021-05-15T21:23:35Z" + }, + { + "version": "10.2105.1514.5049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1514.5049.zip", + "checksum": "85ec635bcaf8b24f71400faeff70d30b", + "timestamp": "2021-05-15T14:51:05Z" + }, + { + "version": "10.2105.1308.5815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1308.5815.zip", + "checksum": "145cabd848bd2636f63650dc33701934", + "timestamp": "2021-05-13T08:58:29Z" + }, + { + "version": "10.2105.1114.1807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1114.1807.zip", + "checksum": "f0c2aa7e76d5da8c3c18d078ffac047a", + "timestamp": "2021-05-11T14:18:20Z" + }, + { + "version": "10.2105.1113.4558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1113.4558.zip", + "checksum": "61e611af30855657ab8a2cad0f0673f4", + "timestamp": "2021-05-11T13:46:14Z" + }, + { + "version": "10.2105.1113.1833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1113.1833.zip", + "checksum": "73bbd6540410ae26b326074919cbce24", + "timestamp": "2021-05-11T13:18:47Z" + }, + { + "version": "10.2105.1112.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1112.2219.zip", + "checksum": "630642225c9ccb66841f76b7fccfa3e6", + "timestamp": "2021-05-11T12:22:34Z" + }, + { + "version": "10.2105.1022.3238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1022.3238.zip", + "checksum": "72ae5a77f491c09e11f579181721fd6b", + "timestamp": "2021-05-10T22:32:56Z" + }, + { + "version": "10.2105.1021.5914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1021.5914.zip", + "checksum": "27fbb55bff3a82b8c8e6fb37888ca069", + "timestamp": "2021-05-10T21:59:33Z" + }, + { + "version": "10.2105.1021.2608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1021.2608.zip", + "checksum": "cedcd61132ddc78b06ec9116a8f2c67b", + "timestamp": "2021-05-10T21:26:24Z" + }, + { + "version": "10.2105.1020.5604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1020.5604.zip", + "checksum": "c76278f286e1f57dd0e92bc0780da4b6", + "timestamp": "2021-05-10T20:56:17Z" + }, + { + "version": "10.2105.1015.5643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.1015.5643.zip", + "checksum": "c5eda1268e4ad79d7b27ae8a1758100d", + "timestamp": "2021-05-10T15:56:59Z" + }, + { + "version": "10.2105.720.3422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0720.3422.zip", + "checksum": "eb93455b2a840440573694d9b1cfb0bf", + "timestamp": "2021-05-07T20:34:47Z" + }, + { + "version": "10.2105.713.4331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0713.4331.zip", + "checksum": "1d984d4d12d5e33a0a7a08cb311670f3", + "timestamp": "2021-05-07T13:43:44Z" + }, + { + "version": "10.2105.712.3533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0712.3533.zip", + "checksum": "563e27c45b418926b45af0154d9a2e76", + "timestamp": "2021-05-07T12:35:46Z" + }, + { + "version": "10.2105.706.1749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0706.1749.zip", + "checksum": "c36c82a57dc3e64ec63db932ed60ca56", + "timestamp": "2021-05-07T06:18:06Z" + }, + { + "version": "10.2105.621.3319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0621.3319.zip", + "checksum": "dde0e378987d0f99497090f67faab772", + "timestamp": "2021-05-06T21:33:33Z" + }, + { + "version": "10.2105.616.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0616.0534.zip", + "checksum": "532ff354255d11e4afaf41f5e563b458", + "timestamp": "2021-05-06T16:05:48Z" + }, + { + "version": "10.2105.615.3707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0615.3707.zip", + "checksum": "8e1ad85136b1c15ce93ebf724c37cc6d", + "timestamp": "2021-05-06T15:37:22Z" + }, + { + "version": "10.2105.517.4732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0517.4732.zip", + "checksum": "7b7e93a498a6b33ae2e7f1a3898e2f2e", + "timestamp": "2021-05-05T17:47:45Z" + }, + { + "version": "10.2105.515.4704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0515.4704.zip", + "checksum": "44dd71f61bc9ee97e96ccbb2c5a83aa4", + "timestamp": "2021-05-05T15:47:20Z" + }, + { + "version": "10.2105.511.5450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0511.5450.zip", + "checksum": "3efbdd48df006510c9d7177f6af1b291", + "timestamp": "2021-05-05T11:55:05Z" + }, + { + "version": "10.2105.508.157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0508.0157.zip", + "checksum": "f4c264b6e92eb996e70f12af429575c5", + "timestamp": "2021-05-05T08:02:16Z" + }, + { + "version": "10.2105.504.4805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0504.4805.zip", + "checksum": "fbf3fc0aac1fa2dbd25cdc89f521d410", + "timestamp": "2021-05-05T04:48:18Z" + }, + { + "version": "10.2105.504.2051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0504.2051.zip", + "checksum": "e2b07132c3991384731c8ad9707e519e", + "timestamp": "2021-05-05T04:21:06Z" + }, + { + "version": "10.2105.502.2754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0502.2754.zip", + "checksum": "62cd6189208e12c305ae74daad4d7e8f", + "timestamp": "2021-05-05T02:28:10Z" + }, + { + "version": "10.2105.501.4329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0501.4329.zip", + "checksum": "8c77aa823ce59e367972e3a011e62447", + "timestamp": "2021-05-05T01:43:44Z" + }, + { + "version": "10.2105.423.618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0423.0618.zip", + "checksum": "5fc507c1ef71e589eb71c446419ce8fc", + "timestamp": "2021-05-04T23:06:32Z" + }, + { + "version": "10.2105.418.1529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0418.1529.zip", + "checksum": "2df06c5707a6ec387a60716c7cd56530", + "timestamp": "2021-05-04T18:15:44Z" + }, + { + "version": "10.2105.417.3812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0417.3812.zip", + "checksum": "24c38c94f25d00acab0636e2c8db9227", + "timestamp": "2021-05-04T17:38:26Z" + }, + { + "version": "10.2105.416.1251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0416.1251.zip", + "checksum": "0c962c2d2c5aace05b0fa1ac86a91a74", + "timestamp": "2021-05-04T16:13:07Z" + }, + { + "version": "10.2105.415.5006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0415.5006.zip", + "checksum": "d04f4bc7a39d0887880d6a7a5e9e1bfa", + "timestamp": "2021-05-04T15:50:21Z" + }, + { + "version": "10.2105.415.2802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0415.2802.zip", + "checksum": "966bb08f3eaef2a673b984adb6957a0d", + "timestamp": "2021-05-04T15:28:17Z" + }, + { + "version": "10.2105.409.2026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0409.2026.zip", + "checksum": "ab69b6d7d2eb25edf7ad70243d04f2f5", + "timestamp": "2021-05-04T09:20:40Z" + }, + { + "version": "10.2105.405.3424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0405.3424.zip", + "checksum": "e06fd2dbcb9909da73490284dd0aeb99", + "timestamp": "2021-05-04T05:34:38Z" + }, + { + "version": "10.2105.405.1151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0405.1151.zip", + "checksum": "ab1fe0919dd32bcb4b39d5d8d1ca8231", + "timestamp": "2021-05-04T05:12:09Z" + }, + { + "version": "10.2105.322.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0322.3057.zip", + "checksum": "72b6771eed6523c486125594ff5eeecf", + "timestamp": "2021-05-03T22:31:12Z" + }, + { + "version": "10.2105.322.854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0322.0854.zip", + "checksum": "70b91194258b114e65a92d7d47214d89", + "timestamp": "2021-05-03T22:09:09Z" + }, + { + "version": "10.2105.315.5538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0315.5538.zip", + "checksum": "77aacdee3791bede4368061200ebe3f3", + "timestamp": "2021-05-03T15:55:52Z" + }, + { + "version": "10.2105.308.1555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0308.1555.zip", + "checksum": "b1263a1647125a0b5eca510a1086572f", + "timestamp": "2021-05-03T08:16:10Z" + }, + { + "version": "10.2105.221.1925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0221.1925.zip", + "checksum": "d6069fca3a39bf2ac2e6c46e4cf4b997", + "timestamp": "2021-05-02T21:19:39Z" + }, + { + "version": "10.2105.219.4430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0219.4430.zip", + "checksum": "25b2375570e4c61f29f5b4a07df41011", + "timestamp": "2021-05-02T19:44:45Z" + }, + { + "version": "10.2105.216.1158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0216.1158.zip", + "checksum": "2006114b9491db3b95befef57fe6ae7c", + "timestamp": "2021-05-02T16:12:17Z" + }, + { + "version": "10.2105.209.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0209.5847.zip", + "checksum": "08aa79c7b155532e944d4775f76e099a", + "timestamp": "2021-05-02T09:59:00Z" + }, + { + "version": "10.2105.123.724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0123.0724.zip", + "checksum": "ac476f13311a15ff21fb8f11595a1956", + "timestamp": "2021-05-01T23:07:38Z" + }, + { + "version": "10.2105.116.3315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0116.3315.zip", + "checksum": "b0fdd9a0867ce62266c315ec5c54dc5e", + "timestamp": "2021-05-01T16:33:27Z" + }, + { + "version": "10.2105.116.631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2105.0116.0631.zip", + "checksum": "dda1ac4c15f87135fb89940aa0e3c897", + "timestamp": "2021-05-01T16:06:47Z" + }, + { + "version": "10.2104.3019.1025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.3019.1025.zip", + "checksum": "ee643d3f432d6b44deebe32c9364aa16", + "timestamp": "2021-04-30T19:10:39Z" + }, + { + "version": "10.2104.3011.1250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.3011.1250.zip", + "checksum": "19514dcb9ead072eb7ef1b91415cb195", + "timestamp": "2021-04-30T11:13:07Z" + }, + { + "version": "10.2104.3008.5742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.3008.5742.zip", + "checksum": "abd5458e5e00421d552aa2614d45587e", + "timestamp": "2021-04-30T08:57:58Z" + }, + { + "version": "10.2104.2919.3842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2919.3842.zip", + "checksum": "df91b1ff5b7d8a65d77edb92115ec1ca", + "timestamp": "2021-04-29T19:38:55Z" + }, + { + "version": "10.2104.2912.4537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2912.4537.zip", + "checksum": "624c2410b8fd00976b5d6a646288dcde", + "timestamp": "2021-04-29T12:45:50Z" + }, + { + "version": "10.2104.2714.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2714.4723.zip", + "checksum": "07b23ab3e2c0e91f98600e4d3919038a", + "timestamp": "2021-04-27T14:47:37Z" + }, + { + "version": "10.2104.2714.940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2714.0940.zip", + "checksum": "bea30f9de18821a8924234b9a4e9490d", + "timestamp": "2021-04-27T14:09:56Z" + }, + { + "version": "10.2104.2622.1124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2622.1124.zip", + "checksum": "9944fc90221b907953c1626d737b4012", + "timestamp": "2021-04-26T22:11:38Z" + }, + { + "version": "10.2104.2615.744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2615.0744.zip", + "checksum": "06d12b817b9cb41bc20fd3886ee01d0c", + "timestamp": "2021-04-26T15:07:56Z" + }, + { + "version": "10.2104.2614.831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2614.0831.zip", + "checksum": "5c5540a7932861f3590a46448a222c45", + "timestamp": "2021-04-26T14:08:46Z" + }, + { + "version": "10.2104.2517.5845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2517.5845.zip", + "checksum": "b1850e50866e1322e971312ba881f267", + "timestamp": "2021-04-25T17:58:58Z" + }, + { + "version": "10.2104.2517.1706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2517.1706.zip", + "checksum": "a7d8acecc925f718a27567c1a61ed355", + "timestamp": "2021-04-25T17:17:19Z" + }, + { + "version": "10.2104.2516.2006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2516.2006.zip", + "checksum": "0fc99f9b407622c534ecc2eedcf0c0a1", + "timestamp": "2021-04-25T16:20:18Z" + }, + { + "version": "10.2104.2515.5237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2515.5237.zip", + "checksum": "946360822b58ffd3bf7ab7bc3d6d258f", + "timestamp": "2021-04-25T15:52:50Z" + }, + { + "version": "10.2104.2420.5045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2420.5045.zip", + "checksum": "8036731aecded9493b5e5a4db80f863d", + "timestamp": "2021-04-24T20:51:18Z" + }, + { + "version": "10.2104.2414.2415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2414.2415.zip", + "checksum": "f39eb4d603966660717228302478e3e0", + "timestamp": "2021-04-24T14:24:30Z" + }, + { + "version": "10.2104.2308.4358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2308.4358.zip", + "checksum": "5ef285b13283b99fe8adefec3647563c", + "timestamp": "2021-04-23T08:44:13Z" + }, + { + "version": "10.2104.2215.353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2215.0353.zip", + "checksum": "031b92550b2aa056a91e28215a4ede14", + "timestamp": "2021-04-22T15:04:10Z" + }, + { + "version": "10.2104.2118.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2118.3135.zip", + "checksum": "09bbe0758264f90e0723128acaaae14b", + "timestamp": "2021-04-21T18:31:49Z" + }, + { + "version": "10.2104.2114.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2114.1553.zip", + "checksum": "118490cedfbb3be374b91062d45ed360", + "timestamp": "2021-04-21T14:16:08Z" + }, + { + "version": "10.2104.2112.1743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2112.1743.zip", + "checksum": "b8a5cb5bf1f50fb5a1c8cdc7f7a686d3", + "timestamp": "2021-04-21T12:17:56Z" + }, + { + "version": "10.2104.2011.5523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.2011.5523.zip", + "checksum": "141201d8a393f48188e57ad87140d6c3", + "timestamp": "2021-04-20T11:55:37Z" + }, + { + "version": "10.2104.1918.5451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1918.5451.zip", + "checksum": "999badb6ef01705a3a295ff943736697", + "timestamp": "2021-04-19T18:55:06Z" + }, + { + "version": "10.2104.1912.4123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1912.4123.zip", + "checksum": "0926c8455b31c6aa8afdfb40d12dd0a8", + "timestamp": "2021-04-19T12:41:38Z" + }, + { + "version": "10.2104.1906.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1906.5603.zip", + "checksum": "b4b421a713fdd01ecc66ab88dfc1a566", + "timestamp": "2021-04-19T06:56:18Z" + }, + { + "version": "10.2104.1804.5040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1804.5040.zip", + "checksum": "3b7664d74597acb333a46b5040e5de74", + "timestamp": "2021-04-18T04:50:53Z" + }, + { + "version": "10.2104.1713.1659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1713.1659.zip", + "checksum": "78f5dfd3974014fa681997361c19cc07", + "timestamp": "2021-04-17T13:17:13Z" + }, + { + "version": "10.2104.1514.529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1514.0529.zip", + "checksum": "61d04fbd5d3dbee56c3b6c82281ca649", + "timestamp": "2021-04-15T14:05:44Z" + }, + { + "version": "10.2104.1421.1332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1421.1332.zip", + "checksum": "616d1336c5b2208cca3fd31da4ee1aaa", + "timestamp": "2021-04-14T21:13:49Z" + }, + { + "version": "10.2104.1418.2227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1418.2227.zip", + "checksum": "6607fc5d1e8f3f8f9c33ed04b0cc457f", + "timestamp": "2021-04-14T18:22:42Z" + }, + { + "version": "10.2104.1416.4847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1416.4847.zip", + "checksum": "19efb35149c02dff9bd65ea74319e595", + "timestamp": "2021-04-14T16:49:01Z" + }, + { + "version": "10.2104.1414.657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1414.0657.zip", + "checksum": "840fae4f31feb1896767733cddeaca94", + "timestamp": "2021-04-14T14:07:14Z" + }, + { + "version": "10.2104.1413.2309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1413.2309.zip", + "checksum": "226d286981b7c4841ba49ddc876963b7", + "timestamp": "2021-04-14T13:23:23Z" + }, + { + "version": "10.2104.1409.5128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1409.5128.zip", + "checksum": "cfc5e9eb513cdc54858250edf6502753", + "timestamp": "2021-04-14T09:51:44Z" + }, + { + "version": "10.2104.1317.4307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1317.4307.zip", + "checksum": "7b8b2a04885ba4c0da7edd3541497a03", + "timestamp": "2021-04-13T17:43:22Z" + }, + { + "version": "10.2104.1315.414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1315.0414.zip", + "checksum": "ec8c8fde33a71085a6ce1aa392d35d53", + "timestamp": "2021-04-13T15:04:28Z" + }, + { + "version": "10.2104.1314.3934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1314.3934.zip", + "checksum": "32650666a6c883d854528ecd838af724", + "timestamp": "2021-04-13T14:39:49Z" + }, + { + "version": "10.2104.1314.1250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1314.1250.zip", + "checksum": "d6908b4e2d555987fce39936a0b78166", + "timestamp": "2021-04-13T14:13:08Z" + }, + { + "version": "10.2104.1313.1635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1313.1635.zip", + "checksum": "c1431081401a9d2e1ff6204c0ed59c76", + "timestamp": "2021-04-13T13:16:50Z" + }, + { + "version": "10.2104.1309.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1309.5047.zip", + "checksum": "72d0a1f1c096463e1d45e5847ca9cf38", + "timestamp": "2021-04-13T09:51:04Z" + }, + { + "version": "10.2104.1221.745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1221.0745.zip", + "checksum": "7c38dbbd8007b768db3af9b3d3588831", + "timestamp": "2021-04-12T21:07:58Z" + }, + { + "version": "10.2104.1218.2003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1218.2003.zip", + "checksum": "abf8e22ac9d1aeb2afb7e80bb3b4d96d", + "timestamp": "2021-04-12T18:20:19Z" + }, + { + "version": "10.2104.1214.1345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1214.1345.zip", + "checksum": "d17f07897e3649322f4b3af3a4adc2b6", + "timestamp": "2021-04-12T14:14:00Z" + }, + { + "version": "10.2104.1209.2052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1209.2052.zip", + "checksum": "07274896070f725c4cf6d40eeb8abfaf", + "timestamp": "2021-04-12T09:21:07Z" + }, + { + "version": "10.2104.1121.5558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1121.5558.zip", + "checksum": "750f5e37a4ee2b44b757594832559d3a", + "timestamp": "2021-04-11T21:56:10Z" + }, + { + "version": "10.2104.1118.2035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1118.2035.zip", + "checksum": "791f31fb33c3fa8af5ea727253ca05ec", + "timestamp": "2021-04-11T18:20:50Z" + }, + { + "version": "10.2104.1117.5327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1117.5327.zip", + "checksum": "41f35cbd0ba74cb35714f37bf9d620a1", + "timestamp": "2021-04-11T17:53:41Z" + }, + { + "version": "10.2104.1116.4948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1116.4948.zip", + "checksum": "81b8e02891b9adddb7d8ab3148557dc7", + "timestamp": "2021-04-11T16:50:02Z" + }, + { + "version": "10.2104.1116.2139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1116.2139.zip", + "checksum": "56efe1c183d336c6c61f097735ca1b31", + "timestamp": "2021-04-11T16:21:54Z" + }, + { + "version": "10.2104.1112.544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1112.0544.zip", + "checksum": "e4c6c30651a2caecb9f5afbc57c9fbe3", + "timestamp": "2021-04-11T12:05:57Z" + }, + { + "version": "10.2104.1023.3305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1023.3305.zip", + "checksum": "781998a9dc96d2678a56028da2af9f2f", + "timestamp": "2021-04-10T23:33:18Z" + }, + { + "version": "10.2104.1023.601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1023.0601.zip", + "checksum": "a188b4777110f86519018eba4a161129", + "timestamp": "2021-04-10T23:06:14Z" + }, + { + "version": "10.2104.1022.154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1022.0154.zip", + "checksum": "3f6b4593456b4ad459b59d6573b30b65", + "timestamp": "2021-04-10T22:02:08Z" + }, + { + "version": "10.2104.1021.3506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1021.3506.zip", + "checksum": "1377468c03868d284c153ac74fd833e8", + "timestamp": "2021-04-10T21:35:20Z" + }, + { + "version": "10.2104.1020.1500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1020.1500.zip", + "checksum": "ec2e52bece8589ddec8e25bdbd44559f", + "timestamp": "2021-04-10T20:15:14Z" + }, + { + "version": "10.2104.1019.5338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1019.5338.zip", + "checksum": "f6cf115f6249e0e67cd533e12eff7e00", + "timestamp": "2021-04-10T19:53:51Z" + }, + { + "version": "10.2104.1017.4933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1017.4933.zip", + "checksum": "e2c52ec7b28373393a47adb7ddf766f2", + "timestamp": "2021-04-10T17:49:49Z" + }, + { + "version": "10.2104.1015.4253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1015.4253.zip", + "checksum": "1381461243ec77a268b9d99c2f60f660", + "timestamp": "2021-04-10T15:43:07Z" + }, + { + "version": "10.2104.1001.2309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1001.2309.zip", + "checksum": "64ad0d53a3971de3d4d871c3b682ce25", + "timestamp": "2021-04-10T01:23:23Z" + }, + { + "version": "10.2104.1000.514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.1000.0514.zip", + "checksum": "415d303335c853fc289afc83a607628a", + "timestamp": "2021-04-10T00:05:29Z" + }, + { + "version": "10.2104.921.3401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0921.3401.zip", + "checksum": "793c12cb6425cf4fa84db7affab57296", + "timestamp": "2021-04-09T21:34:16Z" + }, + { + "version": "10.2104.910.3835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0910.3835.zip", + "checksum": "5cf7cd8414484cf05630f8dafe73949a", + "timestamp": "2021-04-09T10:38:48Z" + }, + { + "version": "10.2104.821.5854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0821.5854.zip", + "checksum": "a3095433e0b892961b5d7e8d9ec88cef", + "timestamp": "2021-04-08T21:59:06Z" + }, + { + "version": "10.2104.816.4157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0816.4157.zip", + "checksum": "9e3af6f3f5c45ca5c2712fe4f2d8dd24", + "timestamp": "2021-04-08T16:42:14Z" + }, + { + "version": "10.2104.812.5134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0812.5134.zip", + "checksum": "92f0106b55b718869c7cec5dad867791", + "timestamp": "2021-04-08T12:51:47Z" + }, + { + "version": "10.2104.811.4028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0811.4028.zip", + "checksum": "1224aa75bdf33a679e41f0e22a66b8ae", + "timestamp": "2021-04-08T11:40:41Z" + }, + { + "version": "10.2104.723.3039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0723.3039.zip", + "checksum": "2f6bcaa9b86c67ddd3c0f680a76ac554", + "timestamp": "2021-04-07T23:30:50Z" + }, + { + "version": "10.2104.722.5540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0722.5540.zip", + "checksum": "91ac2a010be021a6e19239ec17465414", + "timestamp": "2021-04-07T22:55:53Z" + }, + { + "version": "10.2104.721.5144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0721.5144.zip", + "checksum": "e5948b1275deb99cc469ac1a73a7df9b", + "timestamp": "2021-04-07T21:51:57Z" + }, + { + "version": "10.2104.721.1203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0721.1203.zip", + "checksum": "ba83e20c21691c605479ae580dc0f7cd", + "timestamp": "2021-04-07T21:12:23Z" + }, + { + "version": "10.2104.717.2824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0717.2824.zip", + "checksum": "141f40c65e4624daf75c663718be439d", + "timestamp": "2021-04-07T17:28:37Z" + }, + { + "version": "10.2104.716.5525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0716.5525.zip", + "checksum": "a75c72bf8c455d3ed5abb3347a441d78", + "timestamp": "2021-04-07T16:55:36Z" + }, + { + "version": "10.2104.713.2822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0713.2822.zip", + "checksum": "405731227356f67a21307e8d7ffe7d72", + "timestamp": "2021-04-07T13:28:34Z" + }, + { + "version": "10.2104.713.113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0713.0113.zip", + "checksum": "f48a3a999043d674d28d6eeca9dea7f0", + "timestamp": "2021-04-07T13:01:25Z" + }, + { + "version": "10.2104.619.1719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0619.1719.zip", + "checksum": "38197b128d762d95be909b3b3e35dd75", + "timestamp": "2021-04-06T19:17:32Z" + }, + { + "version": "10.2104.515.5538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0515.5538.zip", + "checksum": "bf46d3c216162c981f987623bc578751", + "timestamp": "2021-04-05T15:55:51Z" + }, + { + "version": "10.2104.512.1643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0512.1643.zip", + "checksum": "729bae86c802c3f6c7d43cb5ed861395", + "timestamp": "2021-04-05T12:16:58Z" + }, + { + "version": "10.2104.507.6", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0507.0006.zip", + "checksum": "5c11de5cc601ec18e08ded034f3d7072", + "timestamp": "2021-04-05T07:00:18Z" + }, + { + "version": "10.2104.415.4022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0415.4022.zip", + "checksum": "4932dc2a09b75fbeecdfc18b6d2da06e", + "timestamp": "2021-04-04T15:40:34Z" + }, + { + "version": "10.2104.411.4514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0411.4514.zip", + "checksum": "5a0d3ddc0181bc3e970ec81248bb3dd4", + "timestamp": "2021-04-04T11:45:26Z" + }, + { + "version": "10.2104.322.1846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0322.1846.zip", + "checksum": "f5785e3565bb3d8244322ee5420bf884", + "timestamp": "2021-04-03T22:19:00Z" + }, + { + "version": "10.2104.317.5241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0317.5241.zip", + "checksum": "9a14bfe80b4e9f34c9ab1c60a98e1935", + "timestamp": "2021-04-03T17:52:53Z" + }, + { + "version": "10.2104.300.2606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0300.2606.zip", + "checksum": "984b3a89b30d2a2feecc227e46aa548a", + "timestamp": "2021-04-03T00:26:20Z" + }, + { + "version": "10.2104.223.2210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0223.2210.zip", + "checksum": "5d776ef2a7020e86a3ae43e93d36b72c", + "timestamp": "2021-04-02T23:22:21Z" + }, + { + "version": "10.2104.222.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0222.5549.zip", + "checksum": "ef818828cf3175f4c92acc502d2620e5", + "timestamp": "2021-04-02T22:56:00Z" + }, + { + "version": "10.2104.215.352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0215.0352.zip", + "checksum": "5d01ef159cf9957878f6d5e113733b7f", + "timestamp": "2021-04-02T15:04:03Z" + }, + { + "version": "10.2104.117.4701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0117.4701.zip", + "checksum": "8bc1413847521c28fdfb8a55cb7f847a", + "timestamp": "2021-04-01T17:47:14Z" + }, + { + "version": "10.2104.116.3059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0116.3059.zip", + "checksum": "3829476e26b161cb991624ea2a997845", + "timestamp": "2021-04-01T16:31:12Z" + }, + { + "version": "10.2104.116.412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2104.0116.0412.zip", + "checksum": "0b1974c3bd234bf78cdc2b1f86615cc4", + "timestamp": "2021-04-01T16:04:24Z" + }, + { + "version": "10.2103.3014.158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.3014.0158.zip", + "checksum": "c377ff267593fb41d5cdbd872985022c", + "timestamp": "2021-03-30T14:02:09Z" + }, + { + "version": "10.2103.2716.5214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2716.5214.zip", + "checksum": "f4afba6dd3e2d3b3a8dfc85f9a7925be", + "timestamp": "2021-03-27T16:52:27Z" + }, + { + "version": "10.2103.2708.5231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2708.5231.zip", + "checksum": "5354b45ad08080ccfb550608d8e8c997", + "timestamp": "2021-03-27T08:52:43Z" + }, + { + "version": "10.2103.2700.312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2700.0312.zip", + "checksum": "b1d09f391e89fb05102ffe072e2045a1", + "timestamp": "2021-03-27T00:03:25Z" + }, + { + "version": "10.2103.2612.348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2612.0348.zip", + "checksum": "a4a7a2b1340d70167bc651aa9900e293", + "timestamp": "2021-03-26T12:03:59Z" + }, + { + "version": "10.2103.2611.3909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2611.3909.zip", + "checksum": "ebf59eb1f748300bd680f57d6060bff2", + "timestamp": "2021-03-26T11:39:19Z" + }, + { + "version": "10.2103.2523.2248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2523.2248.zip", + "checksum": "f1da297ca8d0f38f39b3d9b22e95f23a", + "timestamp": "2021-03-25T23:22:59Z" + }, + { + "version": "10.2103.2516.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2516.2643.zip", + "checksum": "694570fa06694baf29efa6e5f7a223f7", + "timestamp": "2021-03-25T16:26:55Z" + }, + { + "version": "10.2103.2501.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2501.3221.zip", + "checksum": "ca608c8215710c4fb2b69648dbbe9e04", + "timestamp": "2021-03-25T01:32:35Z" + }, + { + "version": "10.2103.2500.3701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2500.3701.zip", + "checksum": "3ad05e1d61db95a2526da07422d55d50", + "timestamp": "2021-03-25T00:37:14Z" + }, + { + "version": "10.2103.2422.3136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2422.3136.zip", + "checksum": "10915a023557b1f26ecd79ce0c07851b", + "timestamp": "2021-03-24T22:31:49Z" + }, + { + "version": "10.2103.2314.4318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2314.4318.zip", + "checksum": "c82e26254002d6411956af9566a46b83", + "timestamp": "2021-03-23T14:43:31Z" + }, + { + "version": "10.2103.2306.3657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2306.3657.zip", + "checksum": "75b612caaec194cf0a3439ef3fa8f3d4", + "timestamp": "2021-03-23T06:37:09Z" + }, + { + "version": "10.2103.2305.533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2305.0533.zip", + "checksum": "b8e84d26670ff38779683a7bc909a885", + "timestamp": "2021-03-23T05:05:44Z" + }, + { + "version": "10.2103.2301.2635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2301.2635.zip", + "checksum": "627b05a216fe9a09b3feb0756c7ef743", + "timestamp": "2021-03-23T01:26:47Z" + }, + { + "version": "10.2103.2222.2627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2222.2627.zip", + "checksum": "69aae26d0d3a5899e312809e041ddf82", + "timestamp": "2021-03-22T22:26:40Z" + }, + { + "version": "10.2103.2219.455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2219.0455.zip", + "checksum": "6909e0a4510b2b0fcc9f2c66e1daada0", + "timestamp": "2021-03-22T19:05:06Z" + }, + { + "version": "10.2103.2218.4118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2218.4118.zip", + "checksum": "033291501347e4732603792a5fb3a42f", + "timestamp": "2021-03-22T18:41:36Z" + }, + { + "version": "10.2103.2218.922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2218.0922.zip", + "checksum": "cc75e07c5e372d88fc6dd265859a23a4", + "timestamp": "2021-03-22T18:09:35Z" + }, + { + "version": "10.2103.2217.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2217.2454.zip", + "checksum": "ef6326e2375a5d564c9f1a4d7403cadd", + "timestamp": "2021-03-22T17:25:05Z" + }, + { + "version": "10.2103.2123.3416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2123.3416.zip", + "checksum": "88933678dcb4d4b128db67a831f82855", + "timestamp": "2021-03-21T23:34:41Z" + }, + { + "version": "10.2103.2119.4012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2119.4012.zip", + "checksum": "82cf77c673173b79cd12785e75ce8582", + "timestamp": "2021-03-21T19:40:26Z" + }, + { + "version": "10.2103.2114.2758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2114.2758.zip", + "checksum": "ec310075e4ec857fd838b0bf312a957b", + "timestamp": "2021-03-21T14:28:11Z" + }, + { + "version": "10.2103.2001.1732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2001.1732.zip", + "checksum": "8881b662b2b700efbfb9ff6cf6cf4133", + "timestamp": "2021-03-20T01:17:46Z" + }, + { + "version": "10.2103.2000.1532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.2000.1532.zip", + "checksum": "1950e82596bdc74710ba2297e3602c9e", + "timestamp": "2021-03-20T00:15:44Z" + }, + { + "version": "10.2103.1908.5029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1908.5029.zip", + "checksum": "e1a593b0a492512e3b0fec9c6b3dd1f0", + "timestamp": "2021-03-19T08:50:40Z" + }, + { + "version": "10.2103.1907.4433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1907.4433.zip", + "checksum": "3731fcc5acade391dc7a5e7d7e2bec75", + "timestamp": "2021-03-19T07:44:45Z" + }, + { + "version": "10.2103.1907.1732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1907.1732.zip", + "checksum": "8a0e6cd1c89fa0db3404fed0b09db58b", + "timestamp": "2021-03-19T07:17:44Z" + }, + { + "version": "10.2103.1815.1223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1815.1223.zip", + "checksum": "a42b441281aaba7cbeb9fa526f3e1ec0", + "timestamp": "2021-03-18T15:12:35Z" + }, + { + "version": "10.2103.1811.1726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1811.1726.zip", + "checksum": "334b050b6575cc840d5a34298fa378e1", + "timestamp": "2021-03-18T11:17:40Z" + }, + { + "version": "10.2103.1703.4914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1703.4914.zip", + "checksum": "569e15e64559ab9f8388ecc1c3fe06e7", + "timestamp": "2021-03-17T03:49:26Z" + }, + { + "version": "10.2103.1620.1509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1620.1509.zip", + "checksum": "cfe365eada9c7d05a20714e52b517396", + "timestamp": "2021-03-16T20:15:20Z" + }, + { + "version": "10.2103.1619.4758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1619.4758.zip", + "checksum": "c1b2041f6b2f9b2bb0e5fc1f5916f5cc", + "timestamp": "2021-03-16T19:48:09Z" + }, + { + "version": "10.2103.1614.516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1614.0516.zip", + "checksum": "3fdd0fa8e923f797ff16e5c994604297", + "timestamp": "2021-03-16T14:05:29Z" + }, + { + "version": "10.2103.1518.4611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1518.4611.zip", + "checksum": "aa8a04ebaa2c8aa7c58f47d671559680", + "timestamp": "2021-03-15T18:46:23Z" + }, + { + "version": "10.2103.1517.2806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1517.2806.zip", + "checksum": "069e0754033aa142431b307cd9a77958", + "timestamp": "2021-03-15T17:28:19Z" + }, + { + "version": "10.2103.1516.7", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1516.0007.zip", + "checksum": "886a4026dd24727356e48061b56d0b68", + "timestamp": "2021-03-15T16:00:18Z" + }, + { + "version": "10.2103.1513.5054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1513.5054.zip", + "checksum": "7714cf3fee261115630c2ce0884be986", + "timestamp": "2021-03-15T13:51:06Z" + }, + { + "version": "10.2103.1508.3440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1508.3440.zip", + "checksum": "96c2139a87482654be19336f4bd23b6f", + "timestamp": "2021-03-15T08:34:52Z" + }, + { + "version": "10.2103.1422.4413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1422.4413.zip", + "checksum": "39c7fc1437a0ad02ad412e1820d8264e", + "timestamp": "2021-03-14T22:44:25Z" + }, + { + "version": "10.2103.1418.3542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1418.3542.zip", + "checksum": "1b236de1e7bc9ca5f7aa0f38eeedea6d", + "timestamp": "2021-03-14T18:35:54Z" + }, + { + "version": "10.2103.1417.3102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1417.3102.zip", + "checksum": "6db37952ad5d8c1efea2c581e09a7125", + "timestamp": "2021-03-14T17:31:16Z" + }, + { + "version": "10.2103.1414.3516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1414.3516.zip", + "checksum": "0a7e754825d70677d7517e08e91b0e8e", + "timestamp": "2021-03-14T14:35:29Z" + }, + { + "version": "10.2103.1413.331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1413.0331.zip", + "checksum": "44ed77165a6e156e3af45b160f540e08", + "timestamp": "2021-03-14T13:03:42Z" + }, + { + "version": "10.2103.1407.5320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1407.5320.zip", + "checksum": "c9f0cb22dfd15b3088b705ec79d1c21f", + "timestamp": "2021-03-14T07:53:34Z" + }, + { + "version": "10.2103.1323.4736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1323.4736.zip", + "checksum": "4a8496117ac30cf6dc1565feec89cae8", + "timestamp": "2021-03-13T23:47:49Z" + }, + { + "version": "10.2103.1322.2618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1322.2618.zip", + "checksum": "54a1380345f757f7457ac9ff174196a4", + "timestamp": "2021-03-13T22:26:30Z" + }, + { + "version": "10.2103.1314.2916", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1314.2916.zip", + "checksum": "91fbea24312da7a7dd9b4f7174dfc7b3", + "timestamp": "2021-03-13T14:29:29Z" + }, + { + "version": "10.2103.1302.4243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1302.4243.zip", + "checksum": "a4431f2dec57f8f6359cb28e5de679e6", + "timestamp": "2021-03-13T02:42:55Z" + }, + { + "version": "10.2103.1223.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1223.2536.zip", + "checksum": "6da8084fd66ba90b0ceacadb5865d6be", + "timestamp": "2021-03-12T23:25:48Z" + }, + { + "version": "10.2103.1214.1940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1214.1940.zip", + "checksum": "ecc5ef5aaa4bbe2598236d3833a3f382", + "timestamp": "2021-03-12T14:19:54Z" + }, + { + "version": "10.2103.1213.5232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1213.5232.zip", + "checksum": "9c00ff74b9bb844178d0baa9464929bb", + "timestamp": "2021-03-12T13:52:44Z" + }, + { + "version": "10.2103.1209.703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1209.0703.zip", + "checksum": "fafabb1d4bb173661bfce4b9b2f9465a", + "timestamp": "2021-03-12T09:07:18Z" + }, + { + "version": "10.2103.1123.4108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1123.4108.zip", + "checksum": "23929b65404d9eb10ab01c6ef3a0a118", + "timestamp": "2021-03-11T23:41:21Z" + }, + { + "version": "10.2103.1121.5817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1121.5817.zip", + "checksum": "0e6ca96d1e210d83a4b2e41d0926fd2f", + "timestamp": "2021-03-11T21:58:31Z" + }, + { + "version": "10.2103.1120.1753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1120.1753.zip", + "checksum": "6cafe3f110818932684c95c9734702d2", + "timestamp": "2021-03-11T20:18:07Z" + }, + { + "version": "10.2103.1116.1201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1116.1201.zip", + "checksum": "ba6a9ef87e90b186d6045efbcbe1884b", + "timestamp": "2021-03-11T16:12:18Z" + }, + { + "version": "10.2103.1111.1118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1111.1118.zip", + "checksum": "1f4a3f4d7304b13dca9197924b697d23", + "timestamp": "2021-03-11T11:11:30Z" + }, + { + "version": "10.2103.1100.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1100.0534.zip", + "checksum": "ff32253debf0dc6c0403c008da33cde4", + "timestamp": "2021-03-11T00:05:48Z" + }, + { + "version": "10.2103.1022.4413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1022.4413.zip", + "checksum": "9b54c711caecaf4c36b2b249ab24aef4", + "timestamp": "2021-03-10T22:44:25Z" + }, + { + "version": "10.2103.1019.3758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1019.3758.zip", + "checksum": "2f78e3f52fa953b4dc28e8dbb8d3a65d", + "timestamp": "2021-03-10T19:38:12Z" + }, + { + "version": "10.2103.1014.4420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1014.4420.zip", + "checksum": "e1c07eba5b0d0f29489301a7ec3b2afd", + "timestamp": "2021-03-10T14:44:32Z" + }, + { + "version": "10.2103.1011.2318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1011.2318.zip", + "checksum": "b8b9bbab6b74ef298db3624ecdbe7037", + "timestamp": "2021-03-10T11:23:32Z" + }, + { + "version": "10.2103.1010.5520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1010.5520.zip", + "checksum": "3cc36b505b6dc40d886bc1a56b74f519", + "timestamp": "2021-03-10T10:55:32Z" + }, + { + "version": "10.2103.1008.243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1008.0243.zip", + "checksum": "4c3b4624d068bc558e162c85dcf14a03", + "timestamp": "2021-03-10T08:02:56Z" + }, + { + "version": "10.2103.1002.5315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.1002.5315.zip", + "checksum": "e45985de238b28238a7ceb4cfcc23988", + "timestamp": "2021-03-10T02:53:29Z" + }, + { + "version": "10.2103.923.4340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0923.4340.zip", + "checksum": "3421e45497dca29bc0afd749217cf05d", + "timestamp": "2021-03-09T23:43:54Z" + }, + { + "version": "10.2103.919.5300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0919.5300.zip", + "checksum": "1074bd42ff1ab96c768b8feec3e602cf", + "timestamp": "2021-03-09T19:53:14Z" + }, + { + "version": "10.2103.919.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0919.1836.zip", + "checksum": "32c08c92db8602207a06187fb4d924cf", + "timestamp": "2021-03-09T19:18:47Z" + }, + { + "version": "10.2103.913.4151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0913.4151.zip", + "checksum": "9db4bba145face77a9744626ad7d5f64", + "timestamp": "2021-03-09T13:42:07Z" + }, + { + "version": "10.2103.904.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0904.2948.zip", + "checksum": "29369196a6b765a24507361af799f436", + "timestamp": "2021-03-09T04:30:02Z" + }, + { + "version": "10.2103.900.2343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0900.2343.zip", + "checksum": "5c3759fd65fc93e610c6242535f4a70a", + "timestamp": "2021-03-09T00:23:56Z" + }, + { + "version": "10.2103.814.4411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0814.4411.zip", + "checksum": "0311052e3f39eecfe364332f74cc85f1", + "timestamp": "2021-03-08T14:44:23Z" + }, + { + "version": "10.2103.811.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0811.2759.zip", + "checksum": "a143db7ee8f7edb010d41791284251fb", + "timestamp": "2021-03-08T11:28:14Z" + }, + { + "version": "10.2103.809.1340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0809.1340.zip", + "checksum": "7d2c66d3b64c5a62287fa31638e1c805", + "timestamp": "2021-03-08T09:13:54Z" + }, + { + "version": "10.2103.722.5154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0722.5154.zip", + "checksum": "600326144b52b9abae70675a929f2272", + "timestamp": "2021-03-07T22:52:07Z" + }, + { + "version": "10.2103.715.1953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0715.1953.zip", + "checksum": "4eb65eadd5bca289d872eb2c1ac7ea7d", + "timestamp": "2021-03-07T15:20:06Z" + }, + { + "version": "10.2103.312.526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0312.0526.zip", + "checksum": "7178345e151bc21c6c996609ac781ce5", + "timestamp": "2021-03-03T12:05:39Z" + }, + { + "version": "10.2103.217.558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0217.0558.zip", + "checksum": "b9ec31d2a99382e5ffe45df63186638d", + "timestamp": "2021-03-02T17:06:10Z" + }, + { + "version": "10.2103.216.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0216.3857.zip", + "checksum": "244a512d04f6917d0973b74ffaba8e61", + "timestamp": "2021-03-02T16:39:11Z" + }, + { + "version": "10.2103.214.3550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0214.3550.zip", + "checksum": "57002da6f8ca3b2a5b39291a073f636d", + "timestamp": "2021-03-02T14:36:01Z" + }, + { + "version": "10.2103.209.217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0209.0217.zip", + "checksum": "187941db2e9017025bc19efb74db32e1", + "timestamp": "2021-03-02T09:02:28Z" + }, + { + "version": "10.2103.202.3255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0202.3255.zip", + "checksum": "bef001e2965f0ca392f4cb9f99425c2d", + "timestamp": "2021-03-02T02:33:09Z" + }, + { + "version": "10.2103.123.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0123.0534.zip", + "checksum": "379e0bb19907778bfef15ec33898d3ae", + "timestamp": "2021-03-01T23:05:46Z" + }, + { + "version": "10.2103.121.2316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0121.2316.zip", + "checksum": "bf7ca4c0d2c014a0435391ec3b5e859a", + "timestamp": "2021-03-01T21:23:29Z" + }, + { + "version": "10.2103.119.1124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0119.1124.zip", + "checksum": "be42113aefc7354ecad1c7af6b6ca719", + "timestamp": "2021-03-01T19:11:37Z" + }, + { + "version": "10.2103.118.4410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0118.4410.zip", + "checksum": "48ccd5247d58c93d816cb63c0bb50aba", + "timestamp": "2021-03-01T18:44:22Z" + }, + { + "version": "10.2103.118.1609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0118.1609.zip", + "checksum": "f791fbc39667d46a0d4b78dcf5b50492", + "timestamp": "2021-03-01T18:16:21Z" + }, + { + "version": "10.2103.117.2456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0117.2456.zip", + "checksum": "21fdb596c1a51de49ea98e9336f3f253", + "timestamp": "2021-03-01T17:25:07Z" + }, + { + "version": "10.2103.116.5743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0116.5743.zip", + "checksum": "a935ccc1d0ed81b86fb84ac289632ce1", + "timestamp": "2021-03-01T16:57:55Z" + }, + { + "version": "10.2103.115.1633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0115.1633.zip", + "checksum": "8ef934eaad213675b49f796033e8c1ea", + "timestamp": "2021-03-01T15:16:47Z" + }, + { + "version": "10.2103.114.3051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0114.3051.zip", + "checksum": "00c94ec516177130f6efbed24e928acf", + "timestamp": "2021-03-01T14:31:04Z" + }, + { + "version": "10.2103.113.5626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0113.5626.zip", + "checksum": "c7f099b4d9b20bed11ef9e53628f3802", + "timestamp": "2021-03-01T13:56:40Z" + }, + { + "version": "10.2103.110.4826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0110.4826.zip", + "checksum": "913bfef0404f4ad1d6a27e66d16987c0", + "timestamp": "2021-03-01T10:48:38Z" + }, + { + "version": "10.2103.110.2122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0110.2122.zip", + "checksum": "7d66dd537092dd96e6917799c728a417", + "timestamp": "2021-03-01T10:21:35Z" + }, + { + "version": "10.2103.109.731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0109.0731.zip", + "checksum": "cf495544eedaab4aad2656ce7e5e609f", + "timestamp": "2021-03-01T09:07:46Z" + }, + { + "version": "10.2103.104.1729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2103.0104.1729.zip", + "checksum": "3ee5ff68e9dde14914682e6725ec964f", + "timestamp": "2021-03-01T04:17:42Z" + }, + { + "version": "10.2102.2820.3154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2820.3154.zip", + "checksum": "af358f81308032e98ac707c9b5942a64", + "timestamp": "2021-02-28T20:32:08Z" + }, + { + "version": "10.2102.2816.2239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2816.2239.zip", + "checksum": "536d56b18221477bc7ab3ee6b6c1b96b", + "timestamp": "2021-02-28T16:22:51Z" + }, + { + "version": "10.2102.2815.5516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2815.5516.zip", + "checksum": "35eca09a8e939ac3e76c53240bbb13d2", + "timestamp": "2021-02-28T15:55:26Z" + }, + { + "version": "10.2102.2815.2856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2815.2856.zip", + "checksum": "a85166ebe9cea62e90956b04c3e47edf", + "timestamp": "2021-02-28T15:29:10Z" + }, + { + "version": "10.2102.2811.3506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2811.3506.zip", + "checksum": "580bcb4de761a33c29eb98114e0f2fc5", + "timestamp": "2021-02-28T11:35:17Z" + }, + { + "version": "10.2102.2810.3940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2810.3940.zip", + "checksum": "9395c1e544288e88ebe3dc60fbcbc61b", + "timestamp": "2021-02-28T10:39:52Z" + }, + { + "version": "10.2102.2809.4517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2809.4517.zip", + "checksum": "8895d1075515c3556965deb974378633", + "timestamp": "2021-02-28T09:45:30Z" + }, + { + "version": "10.2102.2806.4858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2806.4858.zip", + "checksum": "3a7111a195a10f79d4e149a948007d27", + "timestamp": "2021-02-28T06:49:11Z" + }, + { + "version": "10.2102.2805.855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2805.0855.zip", + "checksum": "467298fc8eb6132c1ddf7b54fbd74b81", + "timestamp": "2021-02-28T05:09:06Z" + }, + { + "version": "10.2102.2804.4157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2804.4157.zip", + "checksum": "73e6c3ecade5e63c1edc66f70b66856e", + "timestamp": "2021-02-28T04:42:11Z" + }, + { + "version": "10.2102.2722.1835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2722.1835.zip", + "checksum": "a7e31f3ee327173a2b93608554fe20b8", + "timestamp": "2021-02-27T22:18:48Z" + }, + { + "version": "10.2102.2719.4924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2719.4924.zip", + "checksum": "fbe9cfda63f2ff31e95ca87d03f24d50", + "timestamp": "2021-02-27T19:49:36Z" + }, + { + "version": "10.2102.2719.2131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2719.2131.zip", + "checksum": "7a7749e57dbcc0ccc0c54fbeda7d367a", + "timestamp": "2021-02-27T19:21:44Z" + }, + { + "version": "10.2102.2718.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2718.4238.zip", + "checksum": "ebdf965647e7f15086c02453fb6f7c53", + "timestamp": "2021-02-27T18:42:52Z" + }, + { + "version": "10.2102.2717.433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2717.0433.zip", + "checksum": "20d14ec7dd43dac671a8b8c9cfd6716a", + "timestamp": "2021-02-27T17:04:46Z" + }, + { + "version": "10.2102.2707.3700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2707.3700.zip", + "checksum": "96180120cad3ae29c03757f4cfc9b9a2", + "timestamp": "2021-02-27T07:37:14Z" + }, + { + "version": "10.2102.2705.5229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2705.5229.zip", + "checksum": "565c9f5fa8e74f8771031a6b6687de19", + "timestamp": "2021-02-27T05:52:40Z" + }, + { + "version": "10.2102.2705.2542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2705.2542.zip", + "checksum": "03c4859777a263fe63f3da0052e8a71e", + "timestamp": "2021-02-27T05:25:54Z" + }, + { + "version": "10.2102.2704.1934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2704.1934.zip", + "checksum": "42254ecd106c4c7e508ededbea748ed3", + "timestamp": "2021-02-27T04:19:48Z" + }, + { + "version": "10.2102.2703.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2703.5222.zip", + "checksum": "927892156bf77d1ae5d46172712b3b51", + "timestamp": "2021-02-27T03:52:36Z" + }, + { + "version": "10.2102.2621.851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2621.0851.zip", + "checksum": "5c02633b449a7a391108808c987302c8", + "timestamp": "2021-02-26T21:09:04Z" + }, + { + "version": "10.2102.2619.1227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2619.1227.zip", + "checksum": "5327ef527c7fd74598c1dfe4458ced2c", + "timestamp": "2021-02-26T19:12:38Z" + }, + { + "version": "10.2102.2618.4523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2618.4523.zip", + "checksum": "c033404ebebd2484fd7affa5e25d5001", + "timestamp": "2021-02-26T18:45:35Z" + }, + { + "version": "10.2102.2612.4321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2612.4321.zip", + "checksum": "2403357ebb9bb11a87ce4d4ad6ce2089", + "timestamp": "2021-02-26T12:43:33Z" + }, + { + "version": "10.2102.2523.4026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2523.4026.zip", + "checksum": "a04d86c39bc36ad3698846beb9d70306", + "timestamp": "2021-02-25T23:40:40Z" + }, + { + "version": "10.2102.2508.4253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2508.4253.zip", + "checksum": "d8c838a4de86cb79889028d8f4809eb3", + "timestamp": "2021-02-25T08:43:08Z" + }, + { + "version": "10.2102.2423.1056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2423.1056.zip", + "checksum": "6625fa72503e6d15b8396c5dacbd1c5c", + "timestamp": "2021-02-24T23:11:10Z" + }, + { + "version": "10.2102.2416.4605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2416.4605.zip", + "checksum": "6607be13fc608c5408d786a4569a19e7", + "timestamp": "2021-02-24T16:46:17Z" + }, + { + "version": "10.2102.2416.1919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2416.1919.zip", + "checksum": "306ac017a4a39a49ad271c3537447d12", + "timestamp": "2021-02-24T16:19:30Z" + }, + { + "version": "10.2102.2411.4029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2411.4029.zip", + "checksum": "bdaf43304027974e4b4b91006c666f9d", + "timestamp": "2021-02-24T11:40:41Z" + }, + { + "version": "10.2102.2401.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2401.5348.zip", + "checksum": "ee7346613923d789decf9e12bc930bca", + "timestamp": "2021-02-24T01:54:00Z" + }, + { + "version": "10.2102.2321.904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2321.0904.zip", + "checksum": "a4da9a6a0f43dedf94a7f97e5cdefcac", + "timestamp": "2021-02-23T21:09:19Z" + }, + { + "version": "10.2102.2317.1209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2317.1209.zip", + "checksum": "fbfeb227dff8a2430170068252f60cbb", + "timestamp": "2021-02-23T17:12:24Z" + }, + { + "version": "10.2102.2312.2604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2312.2604.zip", + "checksum": "5a79ea55d0e4bb9a9f31995ce004b4df", + "timestamp": "2021-02-23T12:26:16Z" + }, + { + "version": "10.2102.2302.2800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2302.2800.zip", + "checksum": "3a3238ddee5410d379c9001cf4c4a82b", + "timestamp": "2021-02-23T02:28:16Z" + }, + { + "version": "10.2102.2222.25", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2222.0025.zip", + "checksum": "dd383100db1f029c454f81b31807d507", + "timestamp": "2021-02-22T22:00:38Z" + }, + { + "version": "10.2102.2217.3315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2217.3315.zip", + "checksum": "bc4c9771f35ecac085ebc9788317726c", + "timestamp": "2021-02-22T17:33:27Z" + }, + { + "version": "10.2102.2217.626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2217.0626.zip", + "checksum": "56e95d25b5351e962aed1f7d5223d97b", + "timestamp": "2021-02-22T17:06:37Z" + }, + { + "version": "10.2102.2216.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2216.3832.zip", + "checksum": "cd565931398ae60df92d26fbe8753c3b", + "timestamp": "2021-02-22T16:38:47Z" + }, + { + "version": "10.2102.2214.809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2214.0809.zip", + "checksum": "3bdfdd7f7d40753d0dac6d272b841fc9", + "timestamp": "2021-02-22T14:08:19Z" + }, + { + "version": "10.2102.2213.4018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2213.4018.zip", + "checksum": "83de5e3322a5b11e47f3cd059168a0eb", + "timestamp": "2021-02-22T13:40:30Z" + }, + { + "version": "10.2102.2207.3712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2207.3712.zip", + "checksum": "699d25626ac2e1adaac2e933bcd8cd36", + "timestamp": "2021-02-22T07:37:25Z" + }, + { + "version": "10.2102.2205.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2205.5222.zip", + "checksum": "ffa695c8e8f5593bfa6fd685423d835e", + "timestamp": "2021-02-22T05:52:34Z" + }, + { + "version": "10.2102.2204.5012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2204.5012.zip", + "checksum": "5edae19b7b1c424ae7f5c397540be7d9", + "timestamp": "2021-02-22T04:50:27Z" + }, + { + "version": "10.2102.2201.4608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2201.4608.zip", + "checksum": "f9b0f14df39f232723e0c25f5f29e188", + "timestamp": "2021-02-22T01:46:22Z" + }, + { + "version": "10.2102.2119.2421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2119.2421.zip", + "checksum": "ae0b3e8b3f97c32957c5e7574d854ece", + "timestamp": "2021-02-21T19:24:34Z" + }, + { + "version": "10.2102.2116.735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2116.0735.zip", + "checksum": "10f5187218e42a1c2ff85a7c1690dd36", + "timestamp": "2021-02-21T16:07:48Z" + }, + { + "version": "10.2102.2107.2416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2107.2416.zip", + "checksum": "34856260737c19da8ef7cc2ecad1bb6e", + "timestamp": "2021-02-21T07:24:27Z" + }, + { + "version": "10.2102.2023.3110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2023.3110.zip", + "checksum": "dcef29e412833b3eeb6426316e6789a0", + "timestamp": "2021-02-20T23:31:23Z" + }, + { + "version": "10.2102.2023.451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2023.0451.zip", + "checksum": "30a425686aca33ebb7bf9beb72f937a2", + "timestamp": "2021-02-20T23:05:05Z" + }, + { + "version": "10.2102.2015.4640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2015.4640.zip", + "checksum": "8fc1751eb9080f07c42fc0951c1a3bed", + "timestamp": "2021-02-20T15:46:51Z" + }, + { + "version": "10.2102.2002.4821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2002.4821.zip", + "checksum": "b574b94858b6130b807db367d4794ad0", + "timestamp": "2021-02-20T02:48:33Z" + }, + { + "version": "10.2102.2002.2016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.2002.2016.zip", + "checksum": "161aaa3136784fa2bb4cbe2124f88d60", + "timestamp": "2021-02-20T02:20:28Z" + }, + { + "version": "10.2102.1912.4147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1912.4147.zip", + "checksum": "0730831deb747102352c9089ee6c0d79", + "timestamp": "2021-02-19T12:41:59Z" + }, + { + "version": "10.2102.1822.5417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1822.5417.zip", + "checksum": "dc77fdaa6b0214ac7b23e9fc20181b38", + "timestamp": "2021-02-18T22:54:31Z" + }, + { + "version": "10.2102.1819.158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1819.0158.zip", + "checksum": "f7527d26bade5b4fb67f44248f76e969", + "timestamp": "2021-02-18T19:02:11Z" + }, + { + "version": "10.2102.1817.1418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1817.1418.zip", + "checksum": "75c8d553cb752d818542585c65db65dc", + "timestamp": "2021-02-18T17:14:32Z" + }, + { + "version": "10.2102.1719.4709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1719.4709.zip", + "checksum": "2c95190b1d862971fc483452b072ab61", + "timestamp": "2021-02-17T19:47:21Z" + }, + { + "version": "10.2102.1710.934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1710.0934.zip", + "checksum": "d7bfcedf7e6878187eba4581d79782cb", + "timestamp": "2021-02-17T10:09:47Z" + }, + { + "version": "10.2102.1709.3445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1709.3445.zip", + "checksum": "16cf596193e9056465cdf7d5f113904a", + "timestamp": "2021-02-17T09:34:58Z" + }, + { + "version": "10.2102.1706.4427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1706.4427.zip", + "checksum": "6f1d9caccd86a9a27210525df66e0b60", + "timestamp": "2021-02-17T06:44:41Z" + }, + { + "version": "10.2102.1705.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1705.2547.zip", + "checksum": "3f45d5a615ec463ee3156a1a356de817", + "timestamp": "2021-02-17T05:26:01Z" + }, + { + "version": "10.2102.1704.2104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1704.2104.zip", + "checksum": "efb8d0c1937fec0de45f170c38b66d6e", + "timestamp": "2021-02-17T04:21:16Z" + }, + { + "version": "10.2102.1703.2533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1703.2533.zip", + "checksum": "ae4c8a4d25c358a62a6cc86040e7ded2", + "timestamp": "2021-02-17T03:25:45Z" + }, + { + "version": "10.2102.1618.5406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1618.5406.zip", + "checksum": "6f5e4c4f61b43baf4d723b43409b5548", + "timestamp": "2021-02-16T18:54:20Z" + }, + { + "version": "10.2102.1615.5735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1615.5735.zip", + "checksum": "855d72b2ee81d6e1687db83dced58d08", + "timestamp": "2021-02-16T15:57:47Z" + }, + { + "version": "10.2102.1605.4244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1605.4244.zip", + "checksum": "6427c231611503469a56ff2e57998871", + "timestamp": "2021-02-16T05:42:57Z" + }, + { + "version": "10.2102.1605.1559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1605.1559.zip", + "checksum": "f8162b30ae6a397dc4ca5cf68a9a298b", + "timestamp": "2021-02-16T05:16:11Z" + }, + { + "version": "10.2102.1519.4248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1519.4248.zip", + "checksum": "9d4f0c9aca9b453390b79b2796f2f6eb", + "timestamp": "2021-02-15T19:43:03Z" + }, + { + "version": "10.2102.1514.2609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1514.2609.zip", + "checksum": "c1ca82610f4e7255eb476b2c078126ae", + "timestamp": "2021-02-15T14:26:22Z" + }, + { + "version": "10.2102.1513.5816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1513.5816.zip", + "checksum": "aef8f8e17eaa82e4a6f302b9914b1c6e", + "timestamp": "2021-02-15T13:58:32Z" + }, + { + "version": "10.2102.1509.1226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1509.1226.zip", + "checksum": "2c4fa67a1e65528a5ba7a34b3e25c311", + "timestamp": "2021-02-15T09:12:39Z" + }, + { + "version": "10.2102.1417.5127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1417.5127.zip", + "checksum": "41deb4612f15f27db062494a7ba7b487", + "timestamp": "2021-02-14T17:51:40Z" + }, + { + "version": "10.2102.1416.2216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1416.2216.zip", + "checksum": "5295f4f9495a3c6d119db69570b41605", + "timestamp": "2021-02-14T16:22:28Z" + }, + { + "version": "10.2102.1408.1701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1408.1701.zip", + "checksum": "6d5c4f97f5d710a6c82e7b07c5f8c95f", + "timestamp": "2021-02-14T08:17:11Z" + }, + { + "version": "10.2102.1407.3718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1407.3718.zip", + "checksum": "51c41bd12f3376eb016238606b0d6fa1", + "timestamp": "2021-02-14T07:37:28Z" + }, + { + "version": "10.2102.1407.937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1407.0937.zip", + "checksum": "77efb58f201742916250ac4f25000b5a", + "timestamp": "2021-02-14T07:09:49Z" + }, + { + "version": "10.2102.1319.201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1319.0201.zip", + "checksum": "9af6d1a7ec224213a0b3e760c1e2726d", + "timestamp": "2021-02-13T19:02:15Z" + }, + { + "version": "10.2102.1310.3529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1310.3529.zip", + "checksum": "dc922937cabfdc25a8446f04e6a9bb11", + "timestamp": "2021-02-13T10:35:41Z" + }, + { + "version": "10.2102.1309.5859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1309.5859.zip", + "checksum": "d01dfa0fab65cf953f26d7a960c9e79b", + "timestamp": "2021-02-13T09:59:10Z" + }, + { + "version": "10.2102.1304.5551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1304.5551.zip", + "checksum": "80c3a7f485210e1056c7fe730b7e1215", + "timestamp": "2021-02-13T04:56:03Z" + }, + { + "version": "10.2102.1302.1752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1302.1752.zip", + "checksum": "aa8b9dc00a52852e5a6c49cde75cd25f", + "timestamp": "2021-02-13T02:18:07Z" + }, + { + "version": "10.2102.1218.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1218.2558.zip", + "checksum": "17ee938c0ed79b9842be273dc5810dd7", + "timestamp": "2021-02-12T18:26:10Z" + }, + { + "version": "10.2102.1209.624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1209.0624.zip", + "checksum": "0682f092c4fb64ac62cdc0fb970d0661", + "timestamp": "2021-02-12T09:06:38Z" + }, + { + "version": "10.2102.1117.1339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1117.1339.zip", + "checksum": "c77a22364c9ac4599b48a3286f69faff", + "timestamp": "2021-02-11T17:13:55Z" + }, + { + "version": "10.2102.1116.4041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1116.4041.zip", + "checksum": "1a4f6e3649289074935b1640c41adc6a", + "timestamp": "2021-02-11T16:40:55Z" + }, + { + "version": "10.2102.1114.5450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1114.5450.zip", + "checksum": "4d785aad283401a868a5efc0bbb35418", + "timestamp": "2021-02-11T14:55:02Z" + }, + { + "version": "10.2102.1108.2222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1108.2222.zip", + "checksum": "39a0ab88868709fc39dc5fad6fb8d2ee", + "timestamp": "2021-02-11T08:22:35Z" + }, + { + "version": "10.2102.1107.5411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1107.5411.zip", + "checksum": "fb53a2fc5593bf7be736a1b9fb02b649", + "timestamp": "2021-02-11T07:54:25Z" + }, + { + "version": "10.2102.1017.609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1017.0609.zip", + "checksum": "c28d6b34f5f98bd1e178ef1dd1d2229d", + "timestamp": "2021-02-10T17:06:22Z" + }, + { + "version": "10.2102.1015.449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1015.0449.zip", + "checksum": "5f7a2c38e2c9d515df818c7c46952d2b", + "timestamp": "2021-02-10T15:05:02Z" + }, + { + "version": "10.2102.1014.539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1014.0539.zip", + "checksum": "fa168257401d923b5440885286df3429", + "timestamp": "2021-02-10T14:05:52Z" + }, + { + "version": "10.2102.1010.5031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1010.5031.zip", + "checksum": "9c8cfbfbfd386869439a9d8088368257", + "timestamp": "2021-02-10T10:50:57Z" + }, + { + "version": "10.2102.1006.5720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1006.5720.zip", + "checksum": "3fb58f71a8cdd872fd42a12a3fc9f27f", + "timestamp": "2021-02-10T06:57:45Z" + }, + { + "version": "10.2102.1002.3902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1002.3902.zip", + "checksum": "401e824ccfa253b581b2f2a983f62893", + "timestamp": "2021-02-10T02:39:15Z" + }, + { + "version": "10.2102.1001.2643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.1001.2643.zip", + "checksum": "d2e2ff30b338e34db55bf96fa88f5c6b", + "timestamp": "2021-02-10T01:26:57Z" + }, + { + "version": "10.2102.916.1144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0916.1144.zip", + "checksum": "566ccd978114334119428ec1ddb9318a", + "timestamp": "2021-02-09T16:11:57Z" + }, + { + "version": "10.2102.902.5950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0902.5950.zip", + "checksum": "3192af1b5c2d5e4f8e2a808ff7479717", + "timestamp": "2021-02-09T03:00:03Z" + }, + { + "version": "10.2102.902.3050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0902.3050.zip", + "checksum": "28c2131cbc6f4bb3c3ddca128c1666f3", + "timestamp": "2021-02-09T02:31:03Z" + }, + { + "version": "10.2102.816.2324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0816.2324.zip", + "checksum": "afdb14f9fa2974267fdd67aff56a4406", + "timestamp": "2021-02-08T16:23:37Z" + }, + { + "version": "10.2102.815.5219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0815.5219.zip", + "checksum": "902373b6224cf205249e07b04f4aa738", + "timestamp": "2021-02-08T15:52:30Z" + }, + { + "version": "10.2102.815.2327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0815.2327.zip", + "checksum": "7e9ef5e3f8dd0c2be2846ee72a39063f", + "timestamp": "2021-02-08T15:23:38Z" + }, + { + "version": "10.2102.814.5406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0814.5406.zip", + "checksum": "a567ab923959c18efd633c55e7356b39", + "timestamp": "2021-02-08T14:54:18Z" + }, + { + "version": "10.2102.814.2413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0814.2413.zip", + "checksum": "aaec91d3a39f51ca40cb1dd531500c2e", + "timestamp": "2021-02-08T14:24:25Z" + }, + { + "version": "10.2102.812.2523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0812.2523.zip", + "checksum": "b8a08f2e71c99faaf23f9c55e540716f", + "timestamp": "2021-02-08T12:25:35Z" + }, + { + "version": "10.2102.811.5055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0811.5055.zip", + "checksum": "1a1d6da5980eb5bfe111749b03601508", + "timestamp": "2021-02-08T11:51:08Z" + }, + { + "version": "10.2102.809.4309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0809.4309.zip", + "checksum": "40a198e8145d263317cff666082d3110", + "timestamp": "2021-02-08T09:43:22Z" + }, + { + "version": "10.2102.808.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0808.5244.zip", + "checksum": "ffe940ad83be450e3cdbeec4d95710e2", + "timestamp": "2021-02-08T08:52:59Z" + }, + { + "version": "10.2102.805.5818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0805.5818.zip", + "checksum": "034409a325a9b31e33bbdfce69999674", + "timestamp": "2021-02-08T05:58:31Z" + }, + { + "version": "10.2102.720.2404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0720.2404.zip", + "checksum": "87804641e34cc0f69b0ab99ca1a54093", + "timestamp": "2021-02-07T20:24:17Z" + }, + { + "version": "10.2102.716.5634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0716.5634.zip", + "checksum": "ee6500aad64cce6c34b74d7d494dbb63", + "timestamp": "2021-02-07T16:56:46Z" + }, + { + "version": "10.2102.716.2853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0716.2853.zip", + "checksum": "da9ef166fd976dd0a0592fc29aa2918d", + "timestamp": "2021-02-07T16:29:06Z" + }, + { + "version": "10.2102.710.2627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0710.2627.zip", + "checksum": "63d5c0560fcf5e1a34924a2511b87fed", + "timestamp": "2021-02-07T10:26:40Z" + }, + { + "version": "10.2102.702.837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0702.0837.zip", + "checksum": "bfb754007a52b4a10bdbc59c0e444d9d", + "timestamp": "2021-02-07T02:08:49Z" + }, + { + "version": "10.2102.701.4003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0701.4003.zip", + "checksum": "a2c10b869d457ba2100d33ebfc41ae76", + "timestamp": "2021-02-07T01:40:16Z" + }, + { + "version": "10.2102.618.2354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0618.2354.zip", + "checksum": "04880e93fb6f2d613364b8625fe84e52", + "timestamp": "2021-02-06T18:24:08Z" + }, + { + "version": "10.2102.519.2624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0519.2624.zip", + "checksum": "4b6201b3a4da3c42d9ea83ae5502b7d6", + "timestamp": "2021-02-05T19:26:36Z" + }, + { + "version": "10.2102.511.5544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0511.5544.zip", + "checksum": "76c75f7235460d4c011af879873e1c31", + "timestamp": "2021-02-05T11:55:57Z" + }, + { + "version": "10.2102.511.2802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0511.2802.zip", + "checksum": "3978cab9eaea83194e69521cd2a6ea57", + "timestamp": "2021-02-05T11:28:14Z" + }, + { + "version": "10.2102.503.3613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0503.3613.zip", + "checksum": "74509e876564d1c81bb739543739247a", + "timestamp": "2021-02-05T03:36:24Z" + }, + { + "version": "10.2102.503.634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0503.0634.zip", + "checksum": "d197d18a91d48757e6a1aebb881e9bf2", + "timestamp": "2021-02-05T03:06:46Z" + }, + { + "version": "10.2102.415.2005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0415.2005.zip", + "checksum": "ed982372d219dbd70cba361e1a620230", + "timestamp": "2021-02-04T15:20:17Z" + }, + { + "version": "10.2102.414.4822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0414.4822.zip", + "checksum": "7c121de70807758c3c9f06c26b086e37", + "timestamp": "2021-02-04T14:48:34Z" + }, + { + "version": "10.2102.413.1233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0413.1233.zip", + "checksum": "ba96d09f3568c889eb645832a173c5b7", + "timestamp": "2021-02-04T13:12:48Z" + }, + { + "version": "10.2102.308.1355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0308.1355.zip", + "checksum": "d468a37bf29cc1a393beac2c91784993", + "timestamp": "2021-02-03T08:14:07Z" + }, + { + "version": "10.2102.307.4450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0307.4450.zip", + "checksum": "52adb54fee6140f7e830cf939b3cb168", + "timestamp": "2021-02-03T07:45:03Z" + }, + { + "version": "10.2102.217.5044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0217.5044.zip", + "checksum": "c3251399069ca4ef3a71ccf4bbaae1b2", + "timestamp": "2021-02-02T17:50:56Z" + }, + { + "version": "10.2102.210.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0210.2208.zip", + "checksum": "ea3eb3a73b3de4ae4caf266ca2e0518c", + "timestamp": "2021-02-02T10:22:23Z" + }, + { + "version": "10.2102.203.2148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0203.2148.zip", + "checksum": "5d1114bf1d3bba969efc92cea4d02ae4", + "timestamp": "2021-02-02T03:21:59Z" + }, + { + "version": "10.2102.119.2757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0119.2757.zip", + "checksum": "34fc7302c3d0d175984ad5f397931291", + "timestamp": "2021-02-01T19:28:09Z" + }, + { + "version": "10.2102.104.4822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2102.0104.4822.zip", + "checksum": "bd984a5e002b75768c2e9fef6b5f568e", + "timestamp": "2021-02-01T04:48:36Z" + }, + { + "version": "10.2101.3122.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3122.4250.zip", + "checksum": "580620a2f026b63a9cb16bd96a17ad76", + "timestamp": "2021-01-31T22:43:05Z" + }, + { + "version": "10.2101.3117.2840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3117.2840.zip", + "checksum": "770bb92a95e1f564c485dd395439a5eb", + "timestamp": "2021-01-31T17:28:55Z" + }, + { + "version": "10.2101.3117.104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3117.0104.zip", + "checksum": "8eae437bf7a231b56d4dc7305adfa5b4", + "timestamp": "2021-01-31T17:01:18Z" + }, + { + "version": "10.2101.3112.1742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3112.1742.zip", + "checksum": "cb9c2db4a27ba32761cddf772ffe8f34", + "timestamp": "2021-01-31T12:17:56Z" + }, + { + "version": "10.2101.3022.1933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3022.1933.zip", + "checksum": "80a3ab730a5aca90c08e8ee4d328ea83", + "timestamp": "2021-01-30T22:19:46Z" + }, + { + "version": "10.2101.3008.1856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3008.1856.zip", + "checksum": "c49ebfead6d4af55b6fcc9961c329362", + "timestamp": "2021-01-30T08:19:06Z" + }, + { + "version": "10.2101.3007.5015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.3007.5015.zip", + "checksum": "7e432ffa2884f5e5d7583f50ba1d7592", + "timestamp": "2021-01-30T07:50:27Z" + }, + { + "version": "10.2101.2906.5721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2906.5721.zip", + "checksum": "52b37f29adef5f1967f7f4d34ffb004a", + "timestamp": "2021-01-29T06:57:35Z" + }, + { + "version": "10.2101.2801.628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2801.0628.zip", + "checksum": "a894821b20a9944759acc76eeccd01c6", + "timestamp": "2021-01-28T01:06:39Z" + }, + { + "version": "10.2101.2718.1128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2718.1128.zip", + "checksum": "971f79203f354a48af0958f27e24cda8", + "timestamp": "2021-01-27T18:11:40Z" + }, + { + "version": "10.2101.2715.3038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2715.3038.zip", + "checksum": "b44d499545b11549aa99784cb6edafa2", + "timestamp": "2021-01-27T15:30:51Z" + }, + { + "version": "10.2101.2708.410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2708.0410.zip", + "checksum": "69e685fc65860bd443229ab5b2a6b383", + "timestamp": "2021-01-27T08:04:24Z" + }, + { + "version": "10.2101.2618.3620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2618.3620.zip", + "checksum": "81a3c4cec2d903a1abb86b98d6678619", + "timestamp": "2021-01-26T18:36:32Z" + }, + { + "version": "10.2101.2618.729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2618.0729.zip", + "checksum": "56c031fa209e8f6bdff9360964706f93", + "timestamp": "2021-01-26T18:07:40Z" + }, + { + "version": "10.2101.2617.1101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2617.1101.zip", + "checksum": "7349e6360732756a9357ec133a2e73e1", + "timestamp": "2021-01-26T17:11:13Z" + }, + { + "version": "10.2101.2611.3707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2611.3707.zip", + "checksum": "87d0865944aa8d3a287a653ae40e60b1", + "timestamp": "2021-01-26T11:37:19Z" + }, + { + "version": "10.2101.2521.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2521.3510.zip", + "checksum": "a73aef952e5bb954cb5aae83c2af8d0d", + "timestamp": "2021-01-25T21:35:22Z" + }, + { + "version": "10.2101.2519.5314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2519.5314.zip", + "checksum": "2ab2fdab3370bbb4047840268a05040a", + "timestamp": "2021-01-25T19:53:26Z" + }, + { + "version": "10.2101.2517.5459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2517.5459.zip", + "checksum": "7c1d2652680c795a8a138c34635b67ed", + "timestamp": "2021-01-25T17:55:12Z" + }, + { + "version": "10.2101.2516.2659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2516.2659.zip", + "checksum": "e9d36622e1fdad8b1cbb516219218dac", + "timestamp": "2021-01-25T16:27:16Z" + }, + { + "version": "10.2101.2513.556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2513.0556.zip", + "checksum": "c35a5cc50133cd53dc2b4c15283553c0", + "timestamp": "2021-01-25T13:06:09Z" + }, + { + "version": "10.2101.2512.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2512.2410.zip", + "checksum": "5f60c734e4d415ed23a2d4090b1a4b58", + "timestamp": "2021-01-25T12:24:21Z" + }, + { + "version": "10.2101.2420.914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2420.0914.zip", + "checksum": "765b303da42acd63d05f92628d66a1ca", + "timestamp": "2021-01-24T20:09:26Z" + }, + { + "version": "10.2101.2419.3922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2419.3922.zip", + "checksum": "e5c548cc9857a24656c4f0d53bcc9c5a", + "timestamp": "2021-01-24T19:39:35Z" + }, + { + "version": "10.2101.2413.3854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2413.3854.zip", + "checksum": "7c8625b0e57de25cd6eb41e01cc734bf", + "timestamp": "2021-01-24T13:39:07Z" + }, + { + "version": "10.2101.2410.4122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2410.4122.zip", + "checksum": "37ba0c01ff453df218748c4649fe596c", + "timestamp": "2021-01-24T10:41:35Z" + }, + { + "version": "10.2101.2400.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2400.2527.zip", + "checksum": "a92e5a54c6bc0a85f533c269528e9910", + "timestamp": "2021-01-24T00:25:40Z" + }, + { + "version": "10.2101.2323.2727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2323.2727.zip", + "checksum": "f5e23f75421de6a0e336e3e1f3920d7d", + "timestamp": "2021-01-23T23:27:43Z" + }, + { + "version": "10.2101.2320.3504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2320.3504.zip", + "checksum": "624da4012cc168b2f60866c486a51307", + "timestamp": "2021-01-23T20:35:15Z" + }, + { + "version": "10.2101.2320.552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2320.0552.zip", + "checksum": "f4d07a48e11f24f94d767e10bb140f44", + "timestamp": "2021-01-23T20:06:04Z" + }, + { + "version": "10.2101.2314.3932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2314.3932.zip", + "checksum": "5883b7cfacea402413c636cd5d9f1d10", + "timestamp": "2021-01-23T14:39:43Z" + }, + { + "version": "10.2101.2314.1034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2314.1034.zip", + "checksum": "40cbd8f18b94577ac2810abb491479e3", + "timestamp": "2021-01-23T14:10:47Z" + }, + { + "version": "10.2101.2313.2048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2313.2048.zip", + "checksum": "9f0caf7f457042bb29efdcb62e68c053", + "timestamp": "2021-01-23T13:21:01Z" + }, + { + "version": "10.2101.2223.2309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2223.2309.zip", + "checksum": "b617daf4aa7e1c56960fe4fc3d4a5755", + "timestamp": "2021-01-22T23:23:22Z" + }, + { + "version": "10.2101.2218.347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2218.0347.zip", + "checksum": "0bdcae40b3cea7dff423c70b826c4981", + "timestamp": "2021-01-22T18:04:03Z" + }, + { + "version": "10.2101.2210.2116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2210.2116.zip", + "checksum": "3ac7701d81dee18d3ed30b684ed06f8e", + "timestamp": "2021-01-22T10:21:30Z" + }, + { + "version": "10.2101.2208.1124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2208.1124.zip", + "checksum": "f0d6eb0e873f45d5b9d8332565ad9de1", + "timestamp": "2021-01-22T08:11:36Z" + }, + { + "version": "10.2101.2201.2117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2201.2117.zip", + "checksum": "ec05f6f3b1909fe9f723456c86361ac7", + "timestamp": "2021-01-22T01:21:29Z" + }, + { + "version": "10.2101.2200.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2200.5333.zip", + "checksum": "a337e3bf9b053e85775660d74a9528ac", + "timestamp": "2021-01-22T00:53:44Z" + }, + { + "version": "10.2101.2200.2357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2200.2357.zip", + "checksum": "9770a568b9ec161e1973c54893e2c88e", + "timestamp": "2021-01-22T00:24:10Z" + }, + { + "version": "10.2101.2121.3608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2121.3608.zip", + "checksum": "754ada66675e69d5475415718788675c", + "timestamp": "2021-01-21T21:36:19Z" + }, + { + "version": "10.2101.2120.3712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2120.3712.zip", + "checksum": "25942ce1c79ecc36913dfe4c4f855be9", + "timestamp": "2021-01-21T20:37:25Z" + }, + { + "version": "10.2101.2120.749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2120.0749.zip", + "checksum": "d21b3c5ae6bfae116eff6d0929fa4092", + "timestamp": "2021-01-21T20:08:02Z" + }, + { + "version": "10.2101.2118.3248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2118.3248.zip", + "checksum": "5d48b221c61756f94b21d21c6c81f8fc", + "timestamp": "2021-01-21T18:33:01Z" + }, + { + "version": "10.2101.2118.356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2118.0356.zip", + "checksum": "e6299e4c56668a01b6f3f54fa8de8570", + "timestamp": "2021-01-21T18:04:10Z" + }, + { + "version": "10.2101.2100.3353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2100.3353.zip", + "checksum": "5dcc5a0142b81b59f5e2a778759cf092", + "timestamp": "2021-01-21T00:34:07Z" + }, + { + "version": "10.2101.2100.425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2100.0425.zip", + "checksum": "f0d23990214fcd96ed69ea2bb3421c68", + "timestamp": "2021-01-21T00:04:37Z" + }, + { + "version": "10.2101.2023.3558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2023.3558.zip", + "checksum": "38e94fbdc05a134a689040de732b0ce3", + "timestamp": "2021-01-20T23:36:12Z" + }, + { + "version": "10.2101.2018.2509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2018.2509.zip", + "checksum": "518801b20a4fb254f619961bf5dcf10b", + "timestamp": "2021-01-20T18:25:23Z" + }, + { + "version": "10.2101.2017.3454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2017.3454.zip", + "checksum": "6afd1a39a17fccad87ceeb33681faedd", + "timestamp": "2021-01-20T17:35:06Z" + }, + { + "version": "10.2101.2013.101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2013.0101.zip", + "checksum": "b194112f62dc238bbae5d396903aefdf", + "timestamp": "2021-01-20T13:01:15Z" + }, + { + "version": "10.2101.2010.1318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2010.1318.zip", + "checksum": "1cdc0a49b4088d9655f70e341644727e", + "timestamp": "2021-01-20T10:13:31Z" + }, + { + "version": "10.2101.2007.932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.2007.0932.zip", + "checksum": "7e3a1813e95e58ede537c5f04cee772b", + "timestamp": "2021-01-20T07:09:47Z" + }, + { + "version": "10.2101.1920.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1920.2246.zip", + "checksum": "ab45f97ee5526f0bf1f1f265e594efe6", + "timestamp": "2021-01-19T20:22:59Z" + }, + { + "version": "10.2101.1917.5118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1917.5118.zip", + "checksum": "0bcad8d4cc501dc9988b558ec3b7bdc4", + "timestamp": "2021-01-19T17:51:31Z" + }, + { + "version": "10.2101.1815.4524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1815.4524.zip", + "checksum": "d72d9772f2b1f5a5543155163321eccb", + "timestamp": "2021-01-18T15:45:35Z" + }, + { + "version": "10.2101.1815.1656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1815.1656.zip", + "checksum": "bcf4aa75619364f84fb11486686d0432", + "timestamp": "2021-01-18T15:17:07Z" + }, + { + "version": "10.2101.1813.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1813.5603.zip", + "checksum": "1cda591e307df49a07b787216c4a737d", + "timestamp": "2021-01-18T13:56:14Z" + }, + { + "version": "10.2101.1800.5445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1800.5445.zip", + "checksum": "bd480e3770d5f74771c4fd989b448d38", + "timestamp": "2021-01-18T00:54:58Z" + }, + { + "version": "10.2101.1720.2849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1720.2849.zip", + "checksum": "3b5ddd899f26693acc14d77153435d95", + "timestamp": "2021-01-17T20:29:02Z" + }, + { + "version": "10.2101.1717.713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1717.0713.zip", + "checksum": "bec190b6c2d91b2ee7bda25cfa43abf0", + "timestamp": "2021-01-17T17:07:25Z" + }, + { + "version": "10.2101.1716.3822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1716.3822.zip", + "checksum": "27e995195443fe981a8690052adc80fa", + "timestamp": "2021-01-17T16:38:34Z" + }, + { + "version": "10.2101.1715.4850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1715.4850.zip", + "checksum": "593c0a09786643a79913fa06f8f595a8", + "timestamp": "2021-01-17T15:49:02Z" + }, + { + "version": "10.2101.1715.2005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1715.2005.zip", + "checksum": "f5ae7ef58a1503dd4445fc9347ae0b45", + "timestamp": "2021-01-17T15:20:17Z" + }, + { + "version": "10.2101.1714.1810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1714.1810.zip", + "checksum": "31cdbf8815b9dd28075067793e082c31", + "timestamp": "2021-01-17T14:18:22Z" + }, + { + "version": "10.2101.1706.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1706.3322.zip", + "checksum": "3feeaee6763baef5bcbb60bd1af6b06c", + "timestamp": "2021-01-17T06:33:35Z" + }, + { + "version": "10.2101.1700.2917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1700.2917.zip", + "checksum": "fc8479b0a37283a39ffe5f11d11056b6", + "timestamp": "2021-01-17T00:29:30Z" + }, + { + "version": "10.2101.1621.5551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1621.5551.zip", + "checksum": "c244cf8a3d40a330202e1b5e0bff730e", + "timestamp": "2021-01-16T21:56:04Z" + }, + { + "version": "10.2101.1619.2311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1619.2311.zip", + "checksum": "88718283776f616704860f49d7365d8d", + "timestamp": "2021-01-16T19:23:22Z" + }, + { + "version": "10.2101.1618.5403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1618.5403.zip", + "checksum": "dc3d22df2bc82be206638f66443fe83d", + "timestamp": "2021-01-16T18:54:15Z" + }, + { + "version": "10.2101.1612.907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1612.0907.zip", + "checksum": "af811f6e3d9097f7cdfafeb4117a83af", + "timestamp": "2021-01-16T12:09:22Z" + }, + { + "version": "10.2101.1610.5124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1610.5124.zip", + "checksum": "3fd7958bb4682491312e68683134b0dd", + "timestamp": "2021-01-16T10:51:38Z" + }, + { + "version": "10.2101.1522.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1522.4137.zip", + "checksum": "d49e0ccc4baa3134d55615d5218ac0a7", + "timestamp": "2021-01-15T22:41:49Z" + }, + { + "version": "10.2101.1418.922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1418.0922.zip", + "checksum": "c847b877260ae5ad12d2915704712015", + "timestamp": "2021-01-14T18:09:35Z" + }, + { + "version": "10.2101.1323.4323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1323.4323.zip", + "checksum": "17c597831abc9b6ec58643431fd7c1ef", + "timestamp": "2021-01-13T23:43:35Z" + }, + { + "version": "10.2101.1320.3604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1320.3604.zip", + "checksum": "20bfd8c8d7eb51fe03d9ffb08d0c93d9", + "timestamp": "2021-01-13T20:36:17Z" + }, + { + "version": "10.2101.1320.732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1320.0732.zip", + "checksum": "c146b2f88962102a0a27eb767fdc564d", + "timestamp": "2021-01-13T20:07:45Z" + }, + { + "version": "10.2101.1318.4933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1318.4933.zip", + "checksum": "bcec7e59e0afc632ba4618e4a66a65c3", + "timestamp": "2021-01-13T18:49:45Z" + }, + { + "version": "10.2101.1316.4456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1316.4456.zip", + "checksum": "1a1a2fa997b7a5ff76c2115ea811441a", + "timestamp": "2021-01-13T16:45:07Z" + }, + { + "version": "10.2101.1308.5743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1308.5743.zip", + "checksum": "86057c37a84eae869b91a6b5b100f1be", + "timestamp": "2021-01-13T08:57:54Z" + }, + { + "version": "10.2101.1308.2943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1308.2943.zip", + "checksum": "fa2380fef8a65dbbec63c09984792de3", + "timestamp": "2021-01-13T08:29:55Z" + }, + { + "version": "10.2101.1307.130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1307.0130.zip", + "checksum": "e405ff7ec57f5c353f6da34779f544b9", + "timestamp": "2021-01-13T07:01:44Z" + }, + { + "version": "10.2101.1222.2955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1222.2955.zip", + "checksum": "d0fa1c3e9b68bc342a94dd3787f1fdb0", + "timestamp": "2021-01-12T22:30:13Z" + }, + { + "version": "10.2101.1222.208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1222.0208.zip", + "checksum": "5bfaafd253062cd8aed9ef5677863eeb", + "timestamp": "2021-01-12T22:02:21Z" + }, + { + "version": "10.2101.1119.1437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1119.1437.zip", + "checksum": "1ff2d2ac388d86c8de9f28d74440fc62", + "timestamp": "2021-01-11T19:14:52Z" + }, + { + "version": "10.2101.1115.5512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1115.5512.zip", + "checksum": "9ff0379b2af7139e704148f1a5242115", + "timestamp": "2021-01-11T15:55:24Z" + }, + { + "version": "10.2101.1114.5357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1114.5357.zip", + "checksum": "8960f0c739735731aa4320a1f62ffd77", + "timestamp": "2021-01-11T14:54:08Z" + }, + { + "version": "10.2101.1114.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1114.2538.zip", + "checksum": "3b522a69bb24e83d841959799b49ba56", + "timestamp": "2021-01-11T14:25:51Z" + }, + { + "version": "10.2101.1020.1214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1020.1214.zip", + "checksum": "3be1bc4e23934673b78bf4d4215580fb", + "timestamp": "2021-01-10T20:12:32Z" + }, + { + "version": "10.2101.1015.4233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1015.4233.zip", + "checksum": "9ae5513ed0d801729bd928cb9d312f35", + "timestamp": "2021-01-10T15:42:47Z" + }, + { + "version": "10.2101.1011.3025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1011.3025.zip", + "checksum": "b619d06a143b8dfd0ea97ff2b3da9532", + "timestamp": "2021-01-10T11:30:37Z" + }, + { + "version": "10.2101.1011.34", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.1011.0034.zip", + "checksum": "242898473c1d43c5ad5c9c5f5a9bb0f5", + "timestamp": "2021-01-10T11:00:47Z" + }, + { + "version": "10.2101.920.951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0920.0951.zip", + "checksum": "837748552246c899612d9d16fea60c20", + "timestamp": "2021-01-09T20:10:04Z" + }, + { + "version": "10.2101.919.109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0919.0109.zip", + "checksum": "213dd6e7962eca16fd5d990c118d2bcf", + "timestamp": "2021-01-09T19:01:20Z" + }, + { + "version": "10.2101.918.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0918.2623.zip", + "checksum": "d42941417b87ff3f0f5f1bd20745114d", + "timestamp": "2021-01-09T18:26:36Z" + }, + { + "version": "10.2101.915.4936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0915.4936.zip", + "checksum": "fe334d986c50bcf6df7ca6f4d8d2b39b", + "timestamp": "2021-01-09T15:49:50Z" + }, + { + "version": "10.2101.914.2851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0914.2851.zip", + "checksum": "04faf0d3b19ff86672fc01f393a7d5b1", + "timestamp": "2021-01-09T14:29:03Z" + }, + { + "version": "10.2101.900.926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0900.0926.zip", + "checksum": "8642d039abff0546ee5e45a6f7d8d38f", + "timestamp": "2021-01-09T00:09:39Z" + }, + { + "version": "10.2101.821.2805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0821.2805.zip", + "checksum": "f6a0906b434da36fab53d1f63a42e0db", + "timestamp": "2021-01-08T21:28:17Z" + }, + { + "version": "10.2101.820.2913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0820.2913.zip", + "checksum": "caa8639bea55323bed1f2ffbc043ebd5", + "timestamp": "2021-01-08T20:29:26Z" + }, + { + "version": "10.2101.814.1400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0814.1400.zip", + "checksum": "a599ec64353025fc27ed74f855ab58dc", + "timestamp": "2021-01-08T14:14:13Z" + }, + { + "version": "10.2101.813.1520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0813.1520.zip", + "checksum": "4ba722f9a434efc89f339a37e6c18419", + "timestamp": "2021-01-08T13:15:33Z" + }, + { + "version": "10.2101.800.4004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0800.4004.zip", + "checksum": "5af6b430d22980bc44640a59a513ec5c", + "timestamp": "2021-01-08T00:40:18Z" + }, + { + "version": "10.2101.722.1143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0722.1143.zip", + "checksum": "0c522c91d021d28658ec55b8727b9d5d", + "timestamp": "2021-01-07T22:11:56Z" + }, + { + "version": "10.2101.716.4230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0716.4230.zip", + "checksum": "6c2735678a2926a6c25d95868cb254c4", + "timestamp": "2021-01-07T16:42:44Z" + }, + { + "version": "10.2101.716.1427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0716.1427.zip", + "checksum": "12fe5be5d6d811fd54ff090cb94acd3a", + "timestamp": "2021-01-07T16:14:40Z" + }, + { + "version": "10.2101.715.859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0715.0859.zip", + "checksum": "1a0e6ddf0181a72e57c85f6770d8d6c3", + "timestamp": "2021-01-07T15:09:12Z" + }, + { + "version": "10.2101.710.3021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0710.3021.zip", + "checksum": "c91bac2e039bcfca532a15d9f6c9d7aa", + "timestamp": "2021-01-07T10:30:32Z" + }, + { + "version": "10.2101.710.17", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0710.0017.zip", + "checksum": "73a2d475a0e86f2928f4e3eede49d44e", + "timestamp": "2021-01-07T10:00:30Z" + }, + { + "version": "10.2101.709.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0709.2918.zip", + "checksum": "ec11238713c7923b79f5182d8664583e", + "timestamp": "2021-01-07T09:29:32Z" + }, + { + "version": "10.2101.619.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0619.5517.zip", + "checksum": "dc872648cd0abfabef7ff76a57d4999e", + "timestamp": "2021-01-06T19:55:29Z" + }, + { + "version": "10.2101.617.2346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0617.2346.zip", + "checksum": "9d4c7e3173504f8e8d1b88e3f8dc7554", + "timestamp": "2021-01-06T17:23:58Z" + }, + { + "version": "10.2101.604.3624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0604.3624.zip", + "checksum": "3fa5f841749628dc83c0d7aa9038f8fb", + "timestamp": "2021-01-06T04:36:36Z" + }, + { + "version": "10.2101.522.3101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0522.3101.zip", + "checksum": "23df7f6eab4aebc76c19b31029e4384c", + "timestamp": "2021-01-05T22:31:13Z" + }, + { + "version": "10.2101.519.5057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0519.5057.zip", + "checksum": "cdb21ec2a32ed822b6826c265348eaa7", + "timestamp": "2021-01-05T19:51:10Z" + }, + { + "version": "10.2101.517.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0517.5423.zip", + "checksum": "b45ee21e783e2f02a1eced7cc42bbb2e", + "timestamp": "2021-01-05T17:54:36Z" + }, + { + "version": "10.2101.517.2549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0517.2549.zip", + "checksum": "ffdc02cdd746fdd8302b0f6535f55c91", + "timestamp": "2021-01-05T17:26:01Z" + }, + { + "version": "10.2101.511.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0511.4308.zip", + "checksum": "0e262785ea42003630f89f5f40c685d4", + "timestamp": "2021-01-05T11:43:20Z" + }, + { + "version": "10.2101.419.4321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0419.4321.zip", + "checksum": "ae16095409de58ca960da9813458d573", + "timestamp": "2021-01-04T19:43:35Z" + }, + { + "version": "10.2101.417.3138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0417.3138.zip", + "checksum": "1aaed0ba85fc7595f76c61107d7d599c", + "timestamp": "2021-01-04T17:31:51Z" + }, + { + "version": "10.2101.415.1900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0415.1900.zip", + "checksum": "586fd7151c7cc427dc781e86358b14ee", + "timestamp": "2021-01-04T15:19:12Z" + }, + { + "version": "10.2101.414.5035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0414.5035.zip", + "checksum": "37aeac6a38d6df2cddb31f87921f9434", + "timestamp": "2021-01-04T14:50:47Z" + }, + { + "version": "10.2101.412.4627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0412.4627.zip", + "checksum": "5bdcc692e438d6167f2c0c03a22b58dd", + "timestamp": "2021-01-04T12:46:39Z" + }, + { + "version": "10.2101.412.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0412.1949.zip", + "checksum": "0c3bff40916f9f02e492a10793483924", + "timestamp": "2021-01-04T12:20:01Z" + }, + { + "version": "10.2101.411.5256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0411.5256.zip", + "checksum": "a2dc26b0ac4f7872af82a368f5daf4f3", + "timestamp": "2021-01-04T11:53:09Z" + }, + { + "version": "10.2101.411.2245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0411.2245.zip", + "checksum": "bb5f5d874dbe6e6d18dd8b20e6510d5d", + "timestamp": "2021-01-04T11:22:57Z" + }, + { + "version": "10.2101.317.5026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0317.5026.zip", + "checksum": "a342839292890f18acbc6ee1f4002a29", + "timestamp": "2021-01-03T17:50:39Z" + }, + { + "version": "10.2101.317.606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0317.0606.zip", + "checksum": "5324086b1212237dc64dbc7c055c5fb5", + "timestamp": "2021-01-03T17:06:17Z" + }, + { + "version": "10.2101.311.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0311.2437.zip", + "checksum": "63454ed262b725038ca04597c40d9d9e", + "timestamp": "2021-01-03T11:24:49Z" + }, + { + "version": "10.2101.220.5231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0220.5231.zip", + "checksum": "5f8254a02e8b7d77fde724a4c2a3b6e9", + "timestamp": "2021-01-02T20:52:41Z" + }, + { + "version": "10.2101.219.4149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0219.4149.zip", + "checksum": "81fcfe1f0b907c02f006ecc13d02fd9d", + "timestamp": "2021-01-02T19:42:01Z" + }, + { + "version": "10.2101.218.4841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0218.4841.zip", + "checksum": "e8f92f298cd2c983faef2e2170cade98", + "timestamp": "2021-01-02T18:48:54Z" + }, + { + "version": "10.2101.213.107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0213.0107.zip", + "checksum": "0a2a4110da928a1fc83a352c984cd792", + "timestamp": "2021-01-02T13:01:19Z" + }, + { + "version": "10.2101.211.2716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0211.2716.zip", + "checksum": "9b5d660ceae46a26e77cf881c8b42c74", + "timestamp": "2021-01-02T11:27:32Z" + }, + { + "version": "10.2101.210.2523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0210.2523.zip", + "checksum": "a376b205958ba890b0e36d4b509b5d95", + "timestamp": "2021-01-02T10:25:35Z" + }, + { + "version": "10.2101.207.1003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0207.1003.zip", + "checksum": "330aa692ffa1241db41f55d6488155d2", + "timestamp": "2021-01-02T07:10:16Z" + }, + { + "version": "10.2101.118.5957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0118.5957.zip", + "checksum": "4774171835802da304712cdf203e56be", + "timestamp": "2021-01-01T19:00:15Z" + }, + { + "version": "10.2101.118.1357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0118.1357.zip", + "checksum": "7549138c5ce887dd505368c59a330f74", + "timestamp": "2021-01-01T18:14:10Z" + }, + { + "version": "10.2101.117.4645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0117.4645.zip", + "checksum": "88d2bec42e3e7eba93dcece4b6c6016e", + "timestamp": "2021-01-01T17:46:57Z" + }, + { + "version": "10.2101.117.1118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0117.1118.zip", + "checksum": "6f40f0453b6e92677b2d08caad6752ae", + "timestamp": "2021-01-01T17:11:31Z" + }, + { + "version": "10.2101.111.4823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0111.4823.zip", + "checksum": "fbc96322cb1b179baea3a9c636c89f7f", + "timestamp": "2021-01-01T11:48:38Z" + }, + { + "version": "10.2101.100.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0100.4238.zip", + "checksum": "55e102f9175514606f49cf70321221ed", + "timestamp": "2021-01-01T00:42:51Z" + }, + { + "version": "10.2101.100.1521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2101.0100.1521.zip", + "checksum": "0088eb8dbd7670db040d69fcfe9e4f73", + "timestamp": "2021-01-01T00:15:33Z" + }, + { + "version": "10.2012.3122.3003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3122.3003.zip", + "checksum": "e3def66643e2e731096663e5064df294", + "timestamp": "2020-12-31T22:30:14Z" + }, + { + "version": "10.2012.3115.315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3115.0315.zip", + "checksum": "a47492503d7ebaada698883dbe792356", + "timestamp": "2020-12-31T15:03:25Z" + }, + { + "version": "10.2012.3113.4124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3113.4124.zip", + "checksum": "cfe0d64d08b329cab1266dd223f8c41e", + "timestamp": "2020-12-31T13:41:35Z" + }, + { + "version": "10.2012.3111.3407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3111.3407.zip", + "checksum": "95375e797a87016aad0d01d5cce44cbc", + "timestamp": "2020-12-31T11:34:19Z" + }, + { + "version": "10.2012.3107.3417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3107.3417.zip", + "checksum": "3569f6d0013d53a8fff2607096b43667", + "timestamp": "2020-12-31T07:34:28Z" + }, + { + "version": "10.2012.3107.629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3107.0629.zip", + "checksum": "4849fd922c336215cbea01ff8b53dd42", + "timestamp": "2020-12-31T07:06:40Z" + }, + { + "version": "10.2012.3101.5110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3101.5110.zip", + "checksum": "32951d5e2d1cf5ed673e34a29d6dbbf7", + "timestamp": "2020-12-31T01:51:22Z" + }, + { + "version": "10.2012.3101.2314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3101.2314.zip", + "checksum": "561767d704049dcbaf394ccb0a3bb569", + "timestamp": "2020-12-31T01:23:27Z" + }, + { + "version": "10.2012.3100.4230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3100.4230.zip", + "checksum": "879b77d53d7fe920b9faf0e260bfc0c2", + "timestamp": "2020-12-31T00:42:45Z" + }, + { + "version": "10.2012.3022.2646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3022.2646.zip", + "checksum": "f2debfda33d1864ebd5c4741d903d072", + "timestamp": "2020-12-30T22:26:59Z" + }, + { + "version": "10.2012.3022.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3022.0011.zip", + "checksum": "e60868666db6dc0d421d212972dcffd9", + "timestamp": "2020-12-30T22:00:22Z" + }, + { + "version": "10.2012.3021.3335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3021.3335.zip", + "checksum": "b85db0fd023c76885d1164398fadfd1e", + "timestamp": "2020-12-30T21:33:48Z" + }, + { + "version": "10.2012.3017.5537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3017.5537.zip", + "checksum": "d65e5ed4f588df6804a79eac2ff7cdac", + "timestamp": "2020-12-30T17:55:50Z" + }, + { + "version": "10.2012.3010.544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.3010.0544.zip", + "checksum": "7b5f2292984cfd70cfbb6e64936d33c8", + "timestamp": "2020-12-30T10:05:56Z" + }, + { + "version": "10.2012.2917.2811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2917.2811.zip", + "checksum": "536ad68c12fa0a7f0cabb43afe33cba3", + "timestamp": "2020-12-29T17:28:25Z" + }, + { + "version": "10.2012.2917.209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2917.0209.zip", + "checksum": "bf9c4d9e9f1686ad2e7592ae7ef0fe56", + "timestamp": "2020-12-29T17:02:22Z" + }, + { + "version": "10.2012.2906.2642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2906.2642.zip", + "checksum": "85325b12b5a6567c259bde87a13b9923", + "timestamp": "2020-12-29T06:26:54Z" + }, + { + "version": "10.2012.2821.2155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2821.2155.zip", + "checksum": "e2bc4c59d18ca3d04871f68557a53040", + "timestamp": "2020-12-28T21:22:07Z" + }, + { + "version": "10.2012.2820.5525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2820.5525.zip", + "checksum": "a8ea7249955305f9813c54b81b2ee476", + "timestamp": "2020-12-28T20:55:36Z" + }, + { + "version": "10.2012.2817.3147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2817.3147.zip", + "checksum": "0b794769568650176265dda231ab63f4", + "timestamp": "2020-12-28T17:31:59Z" + }, + { + "version": "10.2012.2816.733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2816.0733.zip", + "checksum": "caa204259253a7daf141e08c10c617dd", + "timestamp": "2020-12-28T16:07:44Z" + }, + { + "version": "10.2012.2815.4153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2815.4153.zip", + "checksum": "87926b84e0cbba42552ade659d519d08", + "timestamp": "2020-12-28T15:42:04Z" + }, + { + "version": "10.2012.2810.2924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2810.2924.zip", + "checksum": "8af31aa2556a9baa70f371177a560020", + "timestamp": "2020-12-28T10:29:36Z" + }, + { + "version": "10.2012.2718.4113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2718.4113.zip", + "checksum": "bf4b768a179a422430d4e18b78688f5a", + "timestamp": "2020-12-27T18:41:25Z" + }, + { + "version": "10.2012.2713.5317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2713.5317.zip", + "checksum": "f01f09e6c9d61bffea40b69434a0f90b", + "timestamp": "2020-12-27T13:53:29Z" + }, + { + "version": "10.2012.2520.516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2520.0516.zip", + "checksum": "3ebdee652b15ae8eee31112944d5b5b3", + "timestamp": "2020-12-25T20:05:28Z" + }, + { + "version": "10.2012.2515.4928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2515.4928.zip", + "checksum": "24996e3b5b824c6bfa8a608107223743", + "timestamp": "2020-12-25T15:49:41Z" + }, + { + "version": "10.2012.2513.3823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2513.3823.zip", + "checksum": "d10b95b32e36a6e5c8ddb305d1f6b3ac", + "timestamp": "2020-12-25T13:38:37Z" + }, + { + "version": "10.2012.2420.1110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2420.1110.zip", + "checksum": "021db5a42d4f1dfda299da3e892fe262", + "timestamp": "2020-12-24T20:11:22Z" + }, + { + "version": "10.2012.2418.1332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2418.1332.zip", + "checksum": "4f344ce8cb7f218dec2ada73baaaf0f2", + "timestamp": "2020-12-24T18:13:43Z" + }, + { + "version": "10.2012.2410.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2410.2640.zip", + "checksum": "47b57cafb30c8eb976de61ffd1d82603", + "timestamp": "2020-12-24T10:26:52Z" + }, + { + "version": "10.2012.2405.3727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2405.3727.zip", + "checksum": "e3f5e339d97592624a8589d46d6eed90", + "timestamp": "2020-12-24T05:37:39Z" + }, + { + "version": "10.2012.2319.1859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2319.1859.zip", + "checksum": "278be50b38d34f7daaee72a6c4d59bca", + "timestamp": "2020-12-23T19:19:13Z" + }, + { + "version": "10.2012.2305.337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2305.0337.zip", + "checksum": "4e6dd2c09b7f31792e2a84f93212520e", + "timestamp": "2020-12-23T05:03:50Z" + }, + { + "version": "10.2012.2304.1552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2304.1552.zip", + "checksum": "3526e371353c2c7bca113767b69284ea", + "timestamp": "2020-12-23T04:16:03Z" + }, + { + "version": "10.2012.2303.4655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2303.4655.zip", + "checksum": "2df1fa12bfac545a22df07497c2d6351", + "timestamp": "2020-12-23T03:47:07Z" + }, + { + "version": "10.2012.2223.1529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2223.1529.zip", + "checksum": "814687804645c0538547877c2f329e2d", + "timestamp": "2020-12-22T23:15:40Z" + }, + { + "version": "10.2012.2215.1635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2215.1635.zip", + "checksum": "95e82b79c1351071b1237ffd7066c279", + "timestamp": "2020-12-22T15:16:47Z" + }, + { + "version": "10.2012.2212.4409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2212.4409.zip", + "checksum": "8b21b0cd9323cd2e441ac39213eeb79c", + "timestamp": "2020-12-22T12:44:21Z" + }, + { + "version": "10.2012.2123.350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2123.0350.zip", + "checksum": "742502eadc16bda47c0d128757a3f42d", + "timestamp": "2020-12-21T23:04:02Z" + }, + { + "version": "10.2012.2122.3615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2122.3615.zip", + "checksum": "0ad74eb873b2e7d8391eeafeb6f1a767", + "timestamp": "2020-12-21T22:36:28Z" + }, + { + "version": "10.2012.2119.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2119.5313.zip", + "checksum": "1d106945d4c0dc174ae375cccc6b6787", + "timestamp": "2020-12-21T19:53:26Z" + }, + { + "version": "10.2012.2119.2655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2119.2655.zip", + "checksum": "6e187d8f30e00cb424e5a05304da0efc", + "timestamp": "2020-12-21T19:27:10Z" + }, + { + "version": "10.2012.2119.43", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2119.0043.zip", + "checksum": "bafcdce91309a1e1ef8cf5637a716894", + "timestamp": "2020-12-21T19:00:55Z" + }, + { + "version": "10.2012.2107.5036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2107.5036.zip", + "checksum": "d23a879ca3c5dcfc50e17618342359c8", + "timestamp": "2020-12-21T07:50:47Z" + }, + { + "version": "10.2012.2100.934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2100.0934.zip", + "checksum": "ff632e48ee2d1fc29a6644cfa3810293", + "timestamp": "2020-12-21T00:09:46Z" + }, + { + "version": "10.2012.2023.4034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2023.4034.zip", + "checksum": "dbf35ca2c17985118e584b6a4fa5c88c", + "timestamp": "2020-12-20T23:40:45Z" + }, + { + "version": "10.2012.2013.5040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2013.5040.zip", + "checksum": "f4350911ad8732c93875f22b2377ec5b", + "timestamp": "2020-12-20T13:50:53Z" + }, + { + "version": "10.2012.2013.2103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2013.2103.zip", + "checksum": "579f73004ef094ca252f3bb659058547", + "timestamp": "2020-12-20T13:21:17Z" + }, + { + "version": "10.2012.2009.4842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2009.4842.zip", + "checksum": "2130ce2c36a3404d2b032c577a646657", + "timestamp": "2020-12-20T09:48:54Z" + }, + { + "version": "10.2012.2009.1920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2009.1920.zip", + "checksum": "382df8b05417c03e3e4de7f40b965310", + "timestamp": "2020-12-20T09:19:32Z" + }, + { + "version": "10.2012.2000.4419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.2000.4419.zip", + "checksum": "aca4144e368daf72f524bd1767d14d0b", + "timestamp": "2020-12-20T00:44:30Z" + }, + { + "version": "10.2012.1919.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1919.4137.zip", + "checksum": "460c02f9a28151bc812b873abf10a975", + "timestamp": "2020-12-19T19:41:48Z" + }, + { + "version": "10.2012.1820.5954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1820.5954.zip", + "checksum": "40c83f077f0b05c494c382f12b31b24f", + "timestamp": "2020-12-18T21:00:05Z" + }, + { + "version": "10.2012.1820.3315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1820.3315.zip", + "checksum": "f281b004a3efac836aff1515e19c47cd", + "timestamp": "2020-12-18T20:33:29Z" + }, + { + "version": "10.2012.1813.1915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1813.1915.zip", + "checksum": "61e319a46dc558bf7434df1b6eb8dc87", + "timestamp": "2020-12-18T13:19:27Z" + }, + { + "version": "10.2012.1807.4237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1807.4237.zip", + "checksum": "e0ad4103166a3593d62964680b586fe6", + "timestamp": "2020-12-18T07:42:51Z" + }, + { + "version": "10.2012.1722.2213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1722.2213.zip", + "checksum": "24c5166f68906a3a1e0d569f52152b29", + "timestamp": "2020-12-17T22:22:28Z" + }, + { + "version": "10.2012.1718.3442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1718.3442.zip", + "checksum": "c956d4d736c887f0ae17cb0f562bfd52", + "timestamp": "2020-12-17T18:34:55Z" + }, + { + "version": "10.2012.1717.4342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1717.4342.zip", + "checksum": "df00921902c31cb6679959d836b81514", + "timestamp": "2020-12-17T17:43:55Z" + }, + { + "version": "10.2012.1717.1650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1717.1650.zip", + "checksum": "ea5e2fe3146c51978fd7fe44c10c36d8", + "timestamp": "2020-12-17T17:17:03Z" + }, + { + "version": "10.2012.1711.1723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1711.1723.zip", + "checksum": "f4535c052f4567b7c5a54943927d013f", + "timestamp": "2020-12-17T11:17:34Z" + }, + { + "version": "10.2012.1623.1442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1623.1442.zip", + "checksum": "785c8694c0e20befb77f405e983f166f", + "timestamp": "2020-12-16T23:14:56Z" + }, + { + "version": "10.2012.1622.811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1622.0811.zip", + "checksum": "0e3bc93859c15110e65b11ccf3d50a44", + "timestamp": "2020-12-16T22:08:24Z" + }, + { + "version": "10.2012.1621.4007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1621.4007.zip", + "checksum": "75fa438c207a6a28262af99643a9cf16", + "timestamp": "2020-12-16T21:40:20Z" + }, + { + "version": "10.2012.1620.3048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1620.3048.zip", + "checksum": "a9010d1e708761b9ba0760e5b032ad9d", + "timestamp": "2020-12-16T20:30:59Z" + }, + { + "version": "10.2012.1620.311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1620.0311.zip", + "checksum": "4e20b008c72bf75ceb062e0dee7dd72a", + "timestamp": "2020-12-16T20:03:29Z" + }, + { + "version": "10.2012.1619.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1619.2439.zip", + "checksum": "28688d2d99dbe1b0adf76ab73c7cded0", + "timestamp": "2020-12-16T19:24:50Z" + }, + { + "version": "10.2012.1616.5056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1616.5056.zip", + "checksum": "9faba74fe99bed887f5038a8873dd343", + "timestamp": "2020-12-16T16:51:12Z" + }, + { + "version": "10.2012.1519.5458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1519.5458.zip", + "checksum": "4602254adc9ad8858fcdb566edaa9989", + "timestamp": "2020-12-15T19:55:12Z" + }, + { + "version": "10.2012.1511.4706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1511.4706.zip", + "checksum": "a47d7d85952477071b0d642a770f9b29", + "timestamp": "2020-12-15T11:47:17Z" + }, + { + "version": "10.2012.1508.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1508.3510.zip", + "checksum": "3ba810124533275edccfd20826d76eab", + "timestamp": "2020-12-15T08:35:23Z" + }, + { + "version": "10.2012.1421.4948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1421.4948.zip", + "checksum": "765c1c062c780c0ff856d3163aba3846", + "timestamp": "2020-12-14T21:50:01Z" + }, + { + "version": "10.2012.1420.1518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1420.1518.zip", + "checksum": "e3e702651f6f16b890a16e7fca4a0a0c", + "timestamp": "2020-12-14T20:15:29Z" + }, + { + "version": "10.2012.1417.2114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1417.2114.zip", + "checksum": "4b8640893b369b3a663654313068b658", + "timestamp": "2020-12-14T17:21:27Z" + }, + { + "version": "10.2012.1416.3422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1416.3422.zip", + "checksum": "b589581f14d0c3e19bba436bce28f5b2", + "timestamp": "2020-12-14T16:34:33Z" + }, + { + "version": "10.2012.1416.652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1416.0652.zip", + "checksum": "5fb618cc8d90f9ac8559b508eef95de5", + "timestamp": "2020-12-14T16:07:04Z" + }, + { + "version": "10.2012.1415.3942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1415.3942.zip", + "checksum": "67ef6c55cc13d4717c7dbe59da36741e", + "timestamp": "2020-12-14T15:39:53Z" + }, + { + "version": "10.2012.1412.148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1412.0148.zip", + "checksum": "42a88b652da8a83c3fc764fe062d03eb", + "timestamp": "2020-12-14T12:02:00Z" + }, + { + "version": "10.2012.1405.1554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1405.1554.zip", + "checksum": "28cbfcf3d0e19003e7f59dfbf96455c9", + "timestamp": "2020-12-14T05:16:06Z" + }, + { + "version": "10.2012.1404.1007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1404.1007.zip", + "checksum": "54d1afa8b984a4be760e8819ba4f39fd", + "timestamp": "2020-12-14T04:10:20Z" + }, + { + "version": "10.2012.1323.731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1323.0731.zip", + "checksum": "f0f13ac88c3c704c5074f89a6188b3e5", + "timestamp": "2020-12-13T23:07:42Z" + }, + { + "version": "10.2012.1322.3910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1322.3910.zip", + "checksum": "56eace1f0005ef47439cd687d005781e", + "timestamp": "2020-12-13T22:39:22Z" + }, + { + "version": "10.2012.1322.1221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1322.1221.zip", + "checksum": "f39711e0e7f1364c6db645aa5538018b", + "timestamp": "2020-12-13T22:12:35Z" + }, + { + "version": "10.2012.1319.3551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1319.3551.zip", + "checksum": "5c15180997f5f3f5829f32fc854fa11b", + "timestamp": "2020-12-13T19:36:04Z" + }, + { + "version": "10.2012.1314.1342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1314.1342.zip", + "checksum": "08fe748c871d6bafc530079aa42e9cac", + "timestamp": "2020-12-13T14:13:54Z" + }, + { + "version": "10.2012.1313.4542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1313.4542.zip", + "checksum": "0fdebe0a15350c21921e401a1d43fee6", + "timestamp": "2020-12-13T13:45:54Z" + }, + { + "version": "10.2012.1313.1752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1313.1752.zip", + "checksum": "6fe2395342e913c29a248852278a3f24", + "timestamp": "2020-12-13T13:18:03Z" + }, + { + "version": "10.2012.1312.4940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1312.4940.zip", + "checksum": "953e99e8436ef99f51190a9be80e8f44", + "timestamp": "2020-12-13T12:49:52Z" + }, + { + "version": "10.2012.1311.2330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1311.2330.zip", + "checksum": "f418d25bd66afbbe2c636d814d6d3653", + "timestamp": "2020-12-13T11:23:43Z" + }, + { + "version": "10.2012.1218.4607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1218.4607.zip", + "checksum": "65d1f47098b23dc798b310da92d327fe", + "timestamp": "2020-12-12T18:46:19Z" + }, + { + "version": "10.2012.1122.4458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1122.4458.zip", + "checksum": "a2e3f1f46520a31bd12e63151860a451", + "timestamp": "2020-12-11T22:45:10Z" + }, + { + "version": "10.2012.1121.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1121.5430.zip", + "checksum": "3566f8355a47266382361725db8691c7", + "timestamp": "2020-12-11T21:54:42Z" + }, + { + "version": "10.2012.1115.5302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1115.5302.zip", + "checksum": "074d4ff0d218065cfa310a9de42982a2", + "timestamp": "2020-12-11T15:53:13Z" + }, + { + "version": "10.2012.1115.2551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1115.2551.zip", + "checksum": "10cb14fdf94b2c4a838c2cc2f5f26c22", + "timestamp": "2020-12-11T15:26:03Z" + }, + { + "version": "10.2012.1109.4824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1109.4824.zip", + "checksum": "c3df4b78d68cb99914ae1fef21cbd094", + "timestamp": "2020-12-11T09:48:37Z" + }, + { + "version": "10.2012.1109.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1109.1836.zip", + "checksum": "acbc53976b38c3de865de989688bfe52", + "timestamp": "2020-12-11T09:18:47Z" + }, + { + "version": "10.2012.1108.427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1108.0427.zip", + "checksum": "ea126c8587b37136b98d8fb8b1fd577b", + "timestamp": "2020-12-11T08:04:39Z" + }, + { + "version": "10.2012.1104.2829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1104.2829.zip", + "checksum": "147fc92fa3785baeaece44404005ca85", + "timestamp": "2020-12-11T04:28:41Z" + }, + { + "version": "10.2012.1104.122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1104.0122.zip", + "checksum": "4a485e38a864ec9278196c9edfa9dae0", + "timestamp": "2020-12-11T04:01:33Z" + }, + { + "version": "10.2012.1103.3416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1103.3416.zip", + "checksum": "6623215adfc421c39c84df96959b95d7", + "timestamp": "2020-12-11T03:34:27Z" + }, + { + "version": "10.2012.1022.3901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1022.3901.zip", + "checksum": "d9ced6ce2610e24f7ddea391d7dfef3d", + "timestamp": "2020-12-10T22:39:14Z" + }, + { + "version": "10.2012.1022.1240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1022.1240.zip", + "checksum": "b8461d0a73105312f8c2affd574159db", + "timestamp": "2020-12-10T22:12:52Z" + }, + { + "version": "10.2012.1020.5739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1020.5739.zip", + "checksum": "0eceb01dac668c2d50523b943ac586c3", + "timestamp": "2020-12-10T20:57:54Z" + }, + { + "version": "10.2012.1014.35", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1014.0035.zip", + "checksum": "ec9c712d858df571f7e570f4e08535c0", + "timestamp": "2020-12-10T14:00:47Z" + }, + { + "version": "10.2012.1013.3245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1013.3245.zip", + "checksum": "5861142b67913973522b162b7fe9b8b1", + "timestamp": "2020-12-10T13:32:57Z" + }, + { + "version": "10.2012.1013.458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.1013.0458.zip", + "checksum": "e2a7b5161753849e7277ebe56ba1f92f", + "timestamp": "2020-12-10T13:05:12Z" + }, + { + "version": "10.2012.917.2120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0917.2120.zip", + "checksum": "ac8897200be6505daa77a17c43470ad8", + "timestamp": "2020-12-09T17:21:32Z" + }, + { + "version": "10.2012.915.5345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0915.5345.zip", + "checksum": "add75e170f46564d628ac2fec5f5815e", + "timestamp": "2020-12-09T15:54:00Z" + }, + { + "version": "10.2012.914.140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0914.0140.zip", + "checksum": "208ff41cea6ab794892d7157eb833f9e", + "timestamp": "2020-12-09T14:01:53Z" + }, + { + "version": "10.2012.908.745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0908.0745.zip", + "checksum": "60d9e9684cf7c943231111595cb7fe50", + "timestamp": "2020-12-09T08:07:58Z" + }, + { + "version": "10.2012.907.4009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0907.4009.zip", + "checksum": "68a4f13badeb500e3176690e15baf2bc", + "timestamp": "2020-12-09T07:40:22Z" + }, + { + "version": "10.2012.904.2720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0904.2720.zip", + "checksum": "eb43ed07893672cb9f2dada798c27019", + "timestamp": "2020-12-09T04:27:34Z" + }, + { + "version": "10.2012.823.5212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0823.5212.zip", + "checksum": "b35448f99f14b3e77adf031e3062a191", + "timestamp": "2020-12-08T23:52:23Z" + }, + { + "version": "10.2012.819.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0819.4407.zip", + "checksum": "f42e993a83040fe3f5e7592baf593131", + "timestamp": "2020-12-08T19:44:31Z" + }, + { + "version": "10.2012.818.136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0818.0136.zip", + "checksum": "ad5b9703050b9438c029aa5140301326", + "timestamp": "2020-12-08T18:01:47Z" + }, + { + "version": "10.2012.817.3348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0817.3348.zip", + "checksum": "b8b1f1ed397b50ee0905436c43aae31e", + "timestamp": "2020-12-08T17:34:01Z" + }, + { + "version": "10.2012.816.3320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0816.3320.zip", + "checksum": "5bfb42f426d21d176eedbc63afd3d0b7", + "timestamp": "2020-12-08T16:33:31Z" + }, + { + "version": "10.2012.809.3543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0809.3543.zip", + "checksum": "5475316915c70326c5a61bcd11248df5", + "timestamp": "2020-12-08T09:35:54Z" + }, + { + "version": "10.2012.808.2842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0808.2842.zip", + "checksum": "b68659066402927852f30244a9568afb", + "timestamp": "2020-12-08T08:28:54Z" + }, + { + "version": "10.2012.808.101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0808.0101.zip", + "checksum": "53f0fe45e9bc7071fd5ee36dbd780e42", + "timestamp": "2020-12-08T08:01:16Z" + }, + { + "version": "10.2012.801.750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0801.0750.zip", + "checksum": "05a65c09f2a1c53bef2c4ebf6a18cb2d", + "timestamp": "2020-12-08T01:08:04Z" + }, + { + "version": "10.2012.718.2218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0718.2218.zip", + "checksum": "e50c5ae44235a645c58c4ae8c7d1f9e2", + "timestamp": "2020-12-07T18:22:31Z" + }, + { + "version": "10.2012.717.3143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0717.3143.zip", + "checksum": "f54cfd9508efb5f3cf2d7e921e607e12", + "timestamp": "2020-12-07T17:31:53Z" + }, + { + "version": "10.2012.717.452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0717.0452.zip", + "checksum": "7ed5c69905dc7b12d60bede9533e2bf2", + "timestamp": "2020-12-07T17:05:05Z" + }, + { + "version": "10.2012.707.339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0707.0339.zip", + "checksum": "0bae7e53dffbe4ce2545d4384f5b92f5", + "timestamp": "2020-12-07T07:03:51Z" + }, + { + "version": "10.2012.615.3331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0615.3331.zip", + "checksum": "8e20f281e644f22b020f74994a9cc2c6", + "timestamp": "2020-12-06T15:33:42Z" + }, + { + "version": "10.2012.615.711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0615.0711.zip", + "checksum": "e1bfeaf63fadd0a424531f645766fd65", + "timestamp": "2020-12-06T15:07:24Z" + }, + { + "version": "10.2012.607.3029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0607.3029.zip", + "checksum": "72963e6b5904607a3b97579c4f6c7ff7", + "timestamp": "2020-12-06T07:30:41Z" + }, + { + "version": "10.2012.601.3402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0601.3402.zip", + "checksum": "c885075c4d38715c547840b658234bba", + "timestamp": "2020-12-06T01:34:15Z" + }, + { + "version": "10.2012.601.714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0601.0714.zip", + "checksum": "447bab4bb8bcee7f11fe173b9240dfe5", + "timestamp": "2020-12-06T01:07:25Z" + }, + { + "version": "10.2012.600.4038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0600.4038.zip", + "checksum": "5f08760fe70c53d8f094e0f1542506c7", + "timestamp": "2020-12-06T00:40:50Z" + }, + { + "version": "10.2012.519.5021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_10.2012.0519.5021.zip", + "checksum": "9280b7ace4425d3413d814a1c3f10a9a", + "timestamp": "2020-12-05T19:50:31Z" + }, + { + "version": "9.2011.2301.530", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2301.0530.zip", + "checksum": "e30b0a8576c80e4b1a0ab1249ab258de", + "timestamp": "2020-11-23T01:05:41Z" + }, + { + "version": "9.2011.2219.3836", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2219.3836.zip", + "checksum": "be966a8411118533128d7f2ae1c6a47d", + "timestamp": "2020-11-22T19:38:47Z" + }, + { + "version": "9.2011.2219.1151", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2219.1151.zip", + "checksum": "b084f4d6ef9c06b279a3ab945cfef05a", + "timestamp": "2020-11-22T19:12:00Z" + }, + { + "version": "9.2011.2218.3023", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2218.3023.zip", + "checksum": "67f4b4ebf5ad16bf6baeffe18964c712", + "timestamp": "2020-11-22T18:30:35Z" + }, + { + "version": "9.2011.2217.5618", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2217.5618.zip", + "checksum": "58d2d788462a523abbbd3881974a45b6", + "timestamp": "2020-11-22T17:56:29Z" + }, + { + "version": "9.2011.2215.5357", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2215.5357.zip", + "checksum": "a7ea86f626c102ddf0c3e0be6f6ffa6b", + "timestamp": "2020-11-22T15:54:07Z" + }, + { + "version": "9.2011.2215.41", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2215.0041.zip", + "checksum": "cd325dd80cffe82f17b4c0675a8e76d2", + "timestamp": "2020-11-22T15:00:51Z" + }, + { + "version": "9.2011.2210.2939", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2210.2939.zip", + "checksum": "b4f5a583131b25ec379e6ed329435bc6", + "timestamp": "2020-11-22T10:29:51Z" + }, + { + "version": "9.2011.2208.2122", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2208.2122.zip", + "checksum": "0bae97909b554067b61f3bca3c48dd4c", + "timestamp": "2020-11-22T08:21:33Z" + }, + { + "version": "9.2011.2207.5534", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2207.5534.zip", + "checksum": "61d7cca91de22533f8774c915457380b", + "timestamp": "2020-11-22T07:55:45Z" + }, + { + "version": "9.2011.2207.148", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2207.0148.zip", + "checksum": "0b7921f4e623f4796b69fd6f0b2a6cc4", + "timestamp": "2020-11-22T07:01:59Z" + }, + { + "version": "9.2011.2206.3708", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/open-subtitles/open-subtitles_9.2011.2206.3708.zip", + "checksum": "088610d58fd166edbe19f4a3a7d5edca", + "timestamp": "2020-11-22T06:37:18Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "5c534381-91a3-43cb-907a-35aa02eb9d2c", + "name": "Playback Reporting", + "description": "Collect and show user play statistics", + "overview": "Collect and show user play statistics", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-playbackreporting.png", + "versions": [ + { + "version": "11.0.0.0", + "changelog": "- chore(deps): bump SQLitePCL.pretty.netstandard from 2.1.0 to 2.2.0 (#40) @dependabot\n\n### New features and improvements ###\n- chore: plugin images (#41) @h1dden-da3m0n\n\n### CI & build changes ###\n- Update ci (#45) @h1dden-da3m0n\n\n### Code or Repo Maintenance ###\n- 10.8 (#49) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_11.0.0.0.zip", + "checksum": "c9d56001b38afb8cd583f46b08e29b32", + "timestamp": "2022-01-07T21:11:14Z" + }, + { + "version": "9.2102.1114.5504", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1114.5504.zip", + "checksum": "fb671293fefb9277496773a0e8dc1c0a", + "timestamp": "2021-02-11T14:55:13Z" + }, + { + "version": "9.2102.1108.2237", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1108.2237.zip", + "checksum": "d337cb2f821808e9788227ea84912517", + "timestamp": "2021-02-11T08:22:50Z" + }, + { + "version": "9.2102.1107.5427", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1107.5427.zip", + "checksum": "f5e88ad2c34f794c67bf893fa3d657dc", + "timestamp": "2021-02-11T07:54:35Z" + }, + { + "version": "9.2102.1017.624", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1017.0624.zip", + "checksum": "93362b25e0fa4afda871a47961a4816b", + "timestamp": "2021-02-10T17:06:32Z" + }, + { + "version": "9.2102.1015.3410", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1015.3410.zip", + "checksum": "a5a1860ff95e7379c032228f676cd5fd", + "timestamp": "2021-02-10T15:34:19Z" + }, + { + "version": "9.2102.1015.504", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1015.0504.zip", + "checksum": "4c041cb6f71db3a2c4eb8af664cef657", + "timestamp": "2021-02-10T15:05:13Z" + }, + { + "version": "9.2102.1014.554", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1014.0554.zip", + "checksum": "539e92d014e8cd2f5baf12f990027433", + "timestamp": "2021-02-10T14:06:03Z" + }, + { + "version": "9.2102.1011.4013", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1011.4013.zip", + "checksum": "e94def18c20d2634457133a8f5b405a3", + "timestamp": "2021-02-10T11:40:32Z" + }, + { + "version": "9.2102.1010.5101", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1010.5101.zip", + "checksum": "856c4f4d55d36baf2c2203823495f243", + "timestamp": "2021-02-10T10:51:20Z" + }, + { + "version": "9.2102.1006.5749", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1006.5749.zip", + "checksum": "bf98cf78d06aa691f9d6ccc163f51b99", + "timestamp": "2021-02-10T06:58:05Z" + }, + { + "version": "9.2102.1002.3917", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1002.3917.zip", + "checksum": "ab41d69b948ef0c442f4165feb21347f", + "timestamp": "2021-02-10T02:39:25Z" + }, + { + "version": "9.2102.1001.2659", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.1001.2659.zip", + "checksum": "f4e5718cb6be63392fade1e7d8c72fcc", + "timestamp": "2021-02-10T01:27:09Z" + }, + { + "version": "9.2102.916.1158", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0916.1158.zip", + "checksum": "676b8c6f176f17765291c589a8f510a5", + "timestamp": "2021-02-09T16:12:09Z" + }, + { + "version": "9.2102.903.4", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0903.0004.zip", + "checksum": "b9aa26eabd16a96dab728db98d089e1d", + "timestamp": "2021-02-09T03:00:13Z" + }, + { + "version": "9.2102.902.3105", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0902.3105.zip", + "checksum": "08c5b04c84bf08ca66fd76be0ac6b1ec", + "timestamp": "2021-02-09T02:31:13Z" + }, + { + "version": "9.2102.816.2339", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0816.2339.zip", + "checksum": "c9712802d4372b5ee57e9d1f87f65ec1", + "timestamp": "2021-02-08T16:23:47Z" + }, + { + "version": "9.2102.815.5232", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0815.5232.zip", + "checksum": "4624b602762131da1b3907f1f8a2c631", + "timestamp": "2021-02-08T15:52:41Z" + }, + { + "version": "9.2102.815.2340", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0815.2340.zip", + "checksum": "29d28f237eec755c85a8d2d23658ed05", + "timestamp": "2021-02-08T15:23:49Z" + }, + { + "version": "9.2102.814.5420", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0814.5420.zip", + "checksum": "88664820e6dce02883ff73cd1542f4e3", + "timestamp": "2021-02-08T14:54:28Z" + }, + { + "version": "9.2102.814.2427", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0814.2427.zip", + "checksum": "a33f449fa7a17830434600f105b664d7", + "timestamp": "2021-02-08T14:24:36Z" + }, + { + "version": "9.2102.812.2537", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0812.2537.zip", + "checksum": "469943f56ccdac0ef719de8a0cbfc224", + "timestamp": "2021-02-08T12:25:46Z" + }, + { + "version": "9.2102.811.5109", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0811.5109.zip", + "checksum": "500d3a7a21700631c4ad473da2ba05ce", + "timestamp": "2021-02-08T11:51:18Z" + }, + { + "version": "9.2102.809.4323", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0809.4323.zip", + "checksum": "720b5ff65041485a7ca15675fafa6ba8", + "timestamp": "2021-02-08T09:43:32Z" + }, + { + "version": "9.2102.808.5301", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0808.5301.zip", + "checksum": "ee2402280e28cd6f09ce37d399117788", + "timestamp": "2021-02-08T08:53:09Z" + }, + { + "version": "9.2102.806.2651", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0806.2651.zip", + "checksum": "1be0b65d36ee686f0c4aefa6f1c5a421", + "timestamp": "2021-02-08T06:27:00Z" + }, + { + "version": "9.2102.805.5833", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0805.5833.zip", + "checksum": "2af27ba489d11be4e323a4873467f048", + "timestamp": "2021-02-08T05:58:42Z" + }, + { + "version": "9.2102.720.2418", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0720.2418.zip", + "checksum": "2d920049512e17621c2269b74fca9703", + "timestamp": "2021-02-07T20:24:27Z" + }, + { + "version": "9.2102.716.5647", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0716.5647.zip", + "checksum": "8f3456812a58dff8d1d062f0698b66bd", + "timestamp": "2021-02-07T16:56:56Z" + }, + { + "version": "9.2102.716.2908", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0716.2908.zip", + "checksum": "2755545751fa57c0b3e78c19f0604725", + "timestamp": "2021-02-07T16:29:16Z" + }, + { + "version": "9.2102.710.2642", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0710.2642.zip", + "checksum": "9359c8fcc002c182ea6a2a1dbce43f53", + "timestamp": "2021-02-07T10:26:50Z" + }, + { + "version": "9.2102.702.852", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0702.0852.zip", + "checksum": "4d738da1bcb32d9edc52e508009b42b9", + "timestamp": "2021-02-07T02:09:01Z" + }, + { + "version": "9.2102.701.4018", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0701.4018.zip", + "checksum": "f2181b1c4eda5dac584fd7fd9023ac85", + "timestamp": "2021-02-07T01:40:26Z" + }, + { + "version": "9.2102.618.2409", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0618.2409.zip", + "checksum": "978a4cdff1d577cdccbab06dc7f2fc91", + "timestamp": "2021-02-06T18:24:18Z" + }, + { + "version": "9.2102.519.2638", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0519.2638.zip", + "checksum": "5e71790af40492d5249e41cc490cc004", + "timestamp": "2021-02-05T19:26:46Z" + }, + { + "version": "9.2102.511.5559", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0511.5559.zip", + "checksum": "53a28726c046a09ef532c49d712a30d4", + "timestamp": "2021-02-05T11:56:07Z" + }, + { + "version": "9.2102.511.2816", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0511.2816.zip", + "checksum": "ea69eea0337fd256b16a1149d8e80688", + "timestamp": "2021-02-05T11:28:24Z" + }, + { + "version": "9.2102.503.3626", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0503.3626.zip", + "checksum": "4d8c33a1009be995d13c1bc6d3e84765", + "timestamp": "2021-02-05T03:36:34Z" + }, + { + "version": "9.2102.503.648", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0503.0648.zip", + "checksum": "2fe507e06a68dc8662beea05de21ea90", + "timestamp": "2021-02-05T03:06:56Z" + }, + { + "version": "9.2102.414.4835", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0414.4835.zip", + "checksum": "14d40ea3c4686a1e41ca54b3d83e555b", + "timestamp": "2021-02-04T14:48:44Z" + }, + { + "version": "9.2102.413.1250", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0413.1250.zip", + "checksum": "8b33771760ef933c2b63a2af32189a4b", + "timestamp": "2021-02-04T13:12:58Z" + }, + { + "version": "9.2102.308.1408", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0308.1408.zip", + "checksum": "0a5c77af3e64fa154ec35ccbc0bc5187", + "timestamp": "2021-02-03T08:14:18Z" + }, + { + "version": "9.2102.307.4505", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0307.4505.zip", + "checksum": "fe8ee7d98dbcc1426734f89bb5f255d3", + "timestamp": "2021-02-03T07:45:13Z" + }, + { + "version": "9.2102.217.5058", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0217.5058.zip", + "checksum": "e22d17a60843b391e91339b43b9cbe93", + "timestamp": "2021-02-02T17:51:06Z" + }, + { + "version": "9.2102.210.2225", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0210.2225.zip", + "checksum": "891c279abf56ff2422f772863b63f45f", + "timestamp": "2021-02-02T10:22:33Z" + }, + { + "version": "9.2102.203.2201", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0203.2201.zip", + "checksum": "638ef03381efc7de1f7043b4fa97f330", + "timestamp": "2021-02-02T03:22:09Z" + }, + { + "version": "9.2102.119.2810", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0119.2810.zip", + "checksum": "f9977cf9cb8264225d2f588d7217f17f", + "timestamp": "2021-02-01T19:28:19Z" + }, + { + "version": "9.2102.118.5935", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0118.5935.zip", + "checksum": "b9716477013152090908ce438ab85dc2", + "timestamp": "2021-02-01T18:59:43Z" + }, + { + "version": "9.2102.104.4837", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2102.0104.4837.zip", + "checksum": "0523da7ce2fdaf0d542acfee76e25134", + "timestamp": "2021-02-01T04:48:46Z" + }, + { + "version": "9.2101.3122.4307", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3122.4307.zip", + "checksum": "b64307e9306b6a2709e59b66be344ab0", + "timestamp": "2021-01-31T22:43:16Z" + }, + { + "version": "9.2101.3117.2857", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3117.2857.zip", + "checksum": "1bc20d3a6bab084e333089b70d3e9043", + "timestamp": "2021-01-31T17:29:05Z" + }, + { + "version": "9.2101.3117.120", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3117.0120.zip", + "checksum": "4f10081200216f1cb9619ff72194b3e5", + "timestamp": "2021-01-31T17:01:28Z" + }, + { + "version": "9.2101.3112.1757", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3112.1757.zip", + "checksum": "b2fa7b0716e33db5c2313335d6b3373e", + "timestamp": "2021-01-31T12:18:06Z" + }, + { + "version": "9.2101.3022.1948", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3022.1948.zip", + "checksum": "f39dee53ef248c927c14c0277dbf4a3f", + "timestamp": "2021-01-30T22:19:57Z" + }, + { + "version": "9.2101.3008.1909", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3008.1909.zip", + "checksum": "22a32b164d144026f71d2b023461b442", + "timestamp": "2021-01-30T08:19:17Z" + }, + { + "version": "9.2101.3007.5029", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.3007.5029.zip", + "checksum": "b383d02fba416a90817c2472ca9f16e4", + "timestamp": "2021-01-30T07:50:37Z" + }, + { + "version": "9.2101.2906.5736", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2906.5736.zip", + "checksum": "fc59227382ddff216166ff8d9025b3b0", + "timestamp": "2021-01-29T06:57:45Z" + }, + { + "version": "9.2101.2801.641", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2801.0641.zip", + "checksum": "90ac6c082d7cfb1fe8161554f1e84bec", + "timestamp": "2021-01-28T01:06:50Z" + }, + { + "version": "9.2101.2718.1141", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2718.1141.zip", + "checksum": "c2539e8eb658ff9d9a8436874bf63181", + "timestamp": "2021-01-27T18:11:51Z" + }, + { + "version": "9.2101.2715.3052", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2715.3052.zip", + "checksum": "8120ecbe1739d3a0a2d1adc5c6fbf982", + "timestamp": "2021-01-27T15:31:01Z" + }, + { + "version": "9.2101.2708.425", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2708.0425.zip", + "checksum": "13a9c5ff7d9dd68cde23cf81708f78d9", + "timestamp": "2021-01-27T08:04:35Z" + }, + { + "version": "9.2101.2618.3634", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2618.3634.zip", + "checksum": "057eca1dc1aefffcc1e9560ee7994ce4", + "timestamp": "2021-01-26T18:36:43Z" + }, + { + "version": "9.2101.2618.741", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2618.0741.zip", + "checksum": "3f05286df8a13be8a61bcf16658724a9", + "timestamp": "2021-01-26T18:07:50Z" + }, + { + "version": "9.2101.2617.1114", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2617.1114.zip", + "checksum": "285879819cb326166196b91a71b7436b", + "timestamp": "2021-01-26T17:11:23Z" + }, + { + "version": "9.2101.2611.3720", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2611.3720.zip", + "checksum": "09fd551a1682545ae56ec031c802c9f8", + "timestamp": "2021-01-26T11:37:28Z" + }, + { + "version": "9.2101.2521.3524", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2521.3524.zip", + "checksum": "344a3564dd57d15623faf06f379b2036", + "timestamp": "2021-01-25T21:35:32Z" + }, + { + "version": "9.2101.2519.5328", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2519.5328.zip", + "checksum": "7b189f32fc67d948c49f4c53e382a1e7", + "timestamp": "2021-01-25T19:53:37Z" + }, + { + "version": "9.2101.2518.5455", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2518.5455.zip", + "checksum": "5e14a9bd4d298f16de6d8d8b94559339", + "timestamp": "2021-01-25T18:55:03Z" + }, + { + "version": "9.2101.2517.5514", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2517.5514.zip", + "checksum": "237630f5dfeb2fec09cae5597a3d9336", + "timestamp": "2021-01-25T17:55:22Z" + }, + { + "version": "9.2101.2516.2718", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2516.2718.zip", + "checksum": "c80133d66b9979fb95e45089cf8e74c5", + "timestamp": "2021-01-25T16:27:27Z" + }, + { + "version": "9.2101.2515.1907", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2515.1907.zip", + "checksum": "514564b14f063f9689563d4d9e9165f2", + "timestamp": "2021-01-25T15:19:16Z" + }, + { + "version": "9.2101.2513.611", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2513.0611.zip", + "checksum": "333c921b0841a559ddbe2336dff26a73", + "timestamp": "2021-01-25T13:06:23Z" + }, + { + "version": "9.2101.2512.2423", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2512.2423.zip", + "checksum": "8c13ae61cbaed12be320d381c121c1de", + "timestamp": "2021-01-25T12:24:32Z" + }, + { + "version": "9.2101.2511.3427", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2511.3427.zip", + "checksum": "f6c40709e5cb265b6df6b4bd0f9db085", + "timestamp": "2021-01-25T11:34:37Z" + }, + { + "version": "9.2101.2504.2924", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2504.2924.zip", + "checksum": "2d28b790e1ec28b648cf10a31fea876b", + "timestamp": "2021-01-25T04:29:33Z" + }, + { + "version": "9.2101.2420.928", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2420.0928.zip", + "checksum": "c8b9cf29db4cc87350c1bc7403bc4732", + "timestamp": "2021-01-24T20:09:36Z" + }, + { + "version": "9.2101.2419.3937", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2419.3937.zip", + "checksum": "8e63119c3f064ef1a078c383fcadbb0e", + "timestamp": "2021-01-24T19:39:48Z" + }, + { + "version": "9.2101.2418.3106", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2418.3106.zip", + "checksum": "1d5b3479b653bc52e499e95fc44916ed", + "timestamp": "2021-01-24T18:31:15Z" + }, + { + "version": "9.2101.2413.3908", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2413.3908.zip", + "checksum": "858edca0d6c67e08dd071a17cdac6d81", + "timestamp": "2021-01-24T13:39:18Z" + }, + { + "version": "9.2101.2410.4136", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2410.4136.zip", + "checksum": "9824695aa27b1fcf4932845895b7c8ab", + "timestamp": "2021-01-24T10:41:46Z" + }, + { + "version": "9.2101.2400.2542", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2400.2542.zip", + "checksum": "fde4f8bab6748e5bbba37a3cdfc4442e", + "timestamp": "2021-01-24T00:25:50Z" + }, + { + "version": "9.2101.2323.5827", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2323.5827.zip", + "checksum": "1fa2bdf6b6712ebc9ce3e067da1522eb", + "timestamp": "2021-01-23T23:58:35Z" + }, + { + "version": "9.2101.2323.2744", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2323.2744.zip", + "checksum": "261f819ad4e29041cbe415cb77659791", + "timestamp": "2021-01-23T23:27:53Z" + }, + { + "version": "9.2101.2321.447", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2321.0447.zip", + "checksum": "49091761fc405a435490f88bb0290bdd", + "timestamp": "2021-01-23T21:04:56Z" + }, + { + "version": "9.2101.2320.3517", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2320.3517.zip", + "checksum": "c6807698f3617aead705e12fbc730340", + "timestamp": "2021-01-23T20:35:26Z" + }, + { + "version": "9.2101.2320.606", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2320.0606.zip", + "checksum": "d9a10c9f2a4b9fea3ae64dbdd32ecf1d", + "timestamp": "2021-01-23T20:06:14Z" + }, + { + "version": "9.2101.2314.3945", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2314.3945.zip", + "checksum": "824679fb53cfe195dd73f609f1c1e2cf", + "timestamp": "2021-01-23T14:39:54Z" + }, + { + "version": "9.2101.2314.1049", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2314.1049.zip", + "checksum": "b3abbc5f35f21f0b8c8116eaa1d4dd82", + "timestamp": "2021-01-23T14:10:56Z" + }, + { + "version": "9.2101.2313.2103", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2313.2103.zip", + "checksum": "283611929573075e0a01743130418ef0", + "timestamp": "2021-01-23T13:21:11Z" + }, + { + "version": "9.2101.2223.2324", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2223.2324.zip", + "checksum": "3e2b3b5c6ffd4543df86e02f1e3f018a", + "timestamp": "2021-01-22T23:23:33Z" + }, + { + "version": "9.2101.2222.5517", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2222.5517.zip", + "checksum": "57b7d2e6edf1194133e84d53505966d7", + "timestamp": "2021-01-22T22:55:26Z" + }, + { + "version": "9.2101.2218.405", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2218.0405.zip", + "checksum": "7d7e1b846f2674dd11b30fd441f76297", + "timestamp": "2021-01-22T18:04:13Z" + }, + { + "version": "9.2101.2210.2132", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2210.2132.zip", + "checksum": "2d96b30f9d2a2c0bad7d512c1c0425a9", + "timestamp": "2021-01-22T10:21:41Z" + }, + { + "version": "9.2101.2208.1137", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2208.1137.zip", + "checksum": "08d225bca353e529ee711b74d9d1fad4", + "timestamp": "2021-01-22T08:11:46Z" + }, + { + "version": "9.2101.2201.2131", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2201.2131.zip", + "checksum": "53e5e0495c457bedcd335484b35b46e2", + "timestamp": "2021-01-22T01:21:40Z" + }, + { + "version": "9.2101.2200.5346", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2200.5346.zip", + "checksum": "c3547d5779bb65744da6a5465661ea7a", + "timestamp": "2021-01-22T00:53:55Z" + }, + { + "version": "9.2101.2200.2412", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2200.2412.zip", + "checksum": "c4594b1dcc4d10c776ea68685db665c2", + "timestamp": "2021-01-22T00:24:20Z" + }, + { + "version": "9.2101.2121.3621", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2121.3621.zip", + "checksum": "1f211acaed94ae575545145fbeda598a", + "timestamp": "2021-01-21T21:36:29Z" + }, + { + "version": "9.2101.2121.839", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2121.0839.zip", + "checksum": "c7f63ce836579d69e87e6c65c262c96c", + "timestamp": "2021-01-21T21:08:48Z" + }, + { + "version": "9.2101.2120.3727", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2120.3727.zip", + "checksum": "607deaec28f33cb7c1bb5a5a748e0028", + "timestamp": "2021-01-21T20:37:35Z" + }, + { + "version": "9.2101.2120.804", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2120.0804.zip", + "checksum": "88ea684ddcf0875bbbb56819b9d828d2", + "timestamp": "2021-01-21T20:08:12Z" + }, + { + "version": "9.2101.2118.3302", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2118.3302.zip", + "checksum": "d36be391eb5bbfa39ef69095de4b7b56", + "timestamp": "2021-01-21T18:33:11Z" + }, + { + "version": "9.2101.2118.411", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2118.0411.zip", + "checksum": "de8cba0ae7b3a2cc7bb39ff2545bfd50", + "timestamp": "2021-01-21T18:04:20Z" + }, + { + "version": "9.2101.2100.3409", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2100.3409.zip", + "checksum": "27537463d958aa048a29cb68700b2751", + "timestamp": "2021-01-21T00:34:17Z" + }, + { + "version": "9.2101.2100.439", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2100.0439.zip", + "checksum": "af452420a6bebbabdedc4873f8423ca2", + "timestamp": "2021-01-21T00:04:48Z" + }, + { + "version": "9.2101.2023.3614", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2023.3614.zip", + "checksum": "fe37266289a90b7274eb47e4231d5782", + "timestamp": "2021-01-20T23:36:22Z" + }, + { + "version": "9.2101.2018.2524", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2018.2524.zip", + "checksum": "cc7055a344a375dfdda9f1e6aa453f5a", + "timestamp": "2021-01-20T18:25:32Z" + }, + { + "version": "9.2101.2017.3507", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2017.3507.zip", + "checksum": "babe8e1cbc33ddd218fd289cb14af660", + "timestamp": "2021-01-20T17:35:16Z" + }, + { + "version": "9.2101.2013.116", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2013.0116.zip", + "checksum": "0ccd2e0175b0db6dda38dd7862f5608f", + "timestamp": "2021-01-20T13:01:25Z" + }, + { + "version": "9.2101.2012.442", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2012.0442.zip", + "checksum": "168cf6b84facf34205a26778d36677d9", + "timestamp": "2021-01-20T12:04:50Z" + }, + { + "version": "9.2101.2010.4124", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2010.4124.zip", + "checksum": "5f6b16b5a2fee6bd3a906f0084d99c61", + "timestamp": "2021-01-20T10:41:33Z" + }, + { + "version": "9.2101.2010.1332", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2010.1332.zip", + "checksum": "fc04c34e32bd7cd7f6f76718f9cc0f68", + "timestamp": "2021-01-20T10:13:42Z" + }, + { + "version": "9.2101.2007.948", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.2007.0948.zip", + "checksum": "7a4777d4adf51c95709573e905090d8e", + "timestamp": "2021-01-20T07:09:57Z" + }, + { + "version": "9.2101.1920.2301", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1920.2301.zip", + "checksum": "e5c4eb124e560046d38b8da9f6070bcd", + "timestamp": "2021-01-19T20:23:10Z" + }, + { + "version": "9.2101.1919.4353", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1919.4353.zip", + "checksum": "7d52fe47f29cefb73ee36d4ca0e76954", + "timestamp": "2021-01-19T19:44:01Z" + }, + { + "version": "9.2101.1917.5133", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1917.5133.zip", + "checksum": "f66f05e2f49a1d0e81313ed3d4ee3e6a", + "timestamp": "2021-01-19T17:51:42Z" + }, + { + "version": "9.2101.1815.4537", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1815.4537.zip", + "checksum": "5577e4b4698d0560b256a0e4e78ddd27", + "timestamp": "2021-01-18T15:45:46Z" + }, + { + "version": "9.2101.1815.1709", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1815.1709.zip", + "checksum": "edc3170b3d850268b9be275fc15f0e55", + "timestamp": "2021-01-18T15:17:17Z" + }, + { + "version": "9.2101.1813.5616", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1813.5616.zip", + "checksum": "f458b01efba0cc64f9cb007800019ecd", + "timestamp": "2021-01-18T13:56:24Z" + }, + { + "version": "9.2101.1800.5459", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1800.5459.zip", + "checksum": "7db414f3e247a6309bd0f6031e88e264", + "timestamp": "2021-01-18T00:55:08Z" + }, + { + "version": "9.2101.1720.2904", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1720.2904.zip", + "checksum": "82e39a5aba4d551fb6be7a209adde077", + "timestamp": "2021-01-17T20:29:13Z" + }, + { + "version": "9.2101.1717.727", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1717.0727.zip", + "checksum": "fc7b9187a978614bff177ea8bfe20beb", + "timestamp": "2021-01-17T17:07:36Z" + }, + { + "version": "9.2101.1716.3837", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1716.3837.zip", + "checksum": "1b53156530342245e040b19e9aed7d39", + "timestamp": "2021-01-17T16:38:45Z" + }, + { + "version": "9.2101.1715.4904", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1715.4904.zip", + "checksum": "2ae86bd558a8523c5ea63ef895960424", + "timestamp": "2021-01-17T15:49:13Z" + }, + { + "version": "9.2101.1715.2019", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1715.2019.zip", + "checksum": "2a4329f3b7c44b41dfd23077f8745c9e", + "timestamp": "2021-01-17T15:20:28Z" + }, + { + "version": "9.2101.1714.1824", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1714.1824.zip", + "checksum": "f3ac43307bfbe2aeeac946c99656edcb", + "timestamp": "2021-01-17T14:18:32Z" + }, + { + "version": "9.2101.1706.3337", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1706.3337.zip", + "checksum": "4c12948faff73108ac0cac8b71416174", + "timestamp": "2021-01-17T06:33:45Z" + }, + { + "version": "9.2101.1700.2931", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1700.2931.zip", + "checksum": "4f564a3702d18a70c693e8c1e10bf324", + "timestamp": "2021-01-17T00:29:40Z" + }, + { + "version": "9.2101.1621.5606", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1621.5606.zip", + "checksum": "d30fd973698f70a5a3cfc53965a20631", + "timestamp": "2021-01-16T21:56:15Z" + }, + { + "version": "9.2101.1619.2323", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1619.2323.zip", + "checksum": "4916cd90d26b0d588aed4924b04e235c", + "timestamp": "2021-01-16T19:23:32Z" + }, + { + "version": "9.2101.1618.5416", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1618.5416.zip", + "checksum": "f4e059556f3bbd6afdaf03033babdaa1", + "timestamp": "2021-01-16T18:54:25Z" + }, + { + "version": "9.2101.1612.923", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1612.0923.zip", + "checksum": "699aac1ae77d523dd5a8dec87a6c70dc", + "timestamp": "2021-01-16T12:09:32Z" + }, + { + "version": "9.2101.1610.5140", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1610.5140.zip", + "checksum": "8a2f8d748d1b2d52d6fb4c49495d5884", + "timestamp": "2021-01-16T10:51:48Z" + }, + { + "version": "9.2101.1522.4151", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1522.4151.zip", + "checksum": "f0310099cbc4dc5f498d4cbd824c528c", + "timestamp": "2021-01-15T22:41:59Z" + }, + { + "version": "9.2101.1418.937", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1418.0937.zip", + "checksum": "393ce8a779bf07a7e4d40465b3f4f60e", + "timestamp": "2021-01-14T18:09:46Z" + }, + { + "version": "9.2101.1323.4337", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1323.4337.zip", + "checksum": "66bcd2b2a16eb5ec5dcf7df3aa29335b", + "timestamp": "2021-01-13T23:43:46Z" + }, + { + "version": "9.2101.1320.3619", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1320.3619.zip", + "checksum": "8732d084d2a956cd9035dfe7f3a34241", + "timestamp": "2021-01-13T20:36:27Z" + }, + { + "version": "9.2101.1320.747", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1320.0747.zip", + "checksum": "4a8de6ddf08adf860edc500580dc3574", + "timestamp": "2021-01-13T20:07:55Z" + }, + { + "version": "9.2101.1318.4947", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1318.4947.zip", + "checksum": "d057e13a5c138717411277a6dbb28b9b", + "timestamp": "2021-01-13T18:49:55Z" + }, + { + "version": "9.2101.1316.4508", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1316.4508.zip", + "checksum": "a3defdee41800f89d5d68870be71b7de", + "timestamp": "2021-01-13T16:45:18Z" + }, + { + "version": "9.2101.1308.5755", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1308.5755.zip", + "checksum": "723188bc947463025f2f7eafea541745", + "timestamp": "2021-01-13T08:58:06Z" + }, + { + "version": "9.2101.1308.2957", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1308.2957.zip", + "checksum": "1921bd88a6da464d51d257ddb56c987f", + "timestamp": "2021-01-13T08:30:05Z" + }, + { + "version": "9.2101.1307.146", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1307.0146.zip", + "checksum": "6af385078d616b4cfb4464acc4c3b188", + "timestamp": "2021-01-13T07:01:54Z" + }, + { + "version": "9.2101.1222.3014", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1222.3014.zip", + "checksum": "715543628b1e5bbbf50cae5b994ab84d", + "timestamp": "2021-01-12T22:30:23Z" + }, + { + "version": "9.2101.1222.223", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1222.0223.zip", + "checksum": "d73031288978bfe470db2fbce75f3ddf", + "timestamp": "2021-01-12T22:02:32Z" + }, + { + "version": "9.2101.1215.4156", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1215.4156.zip", + "checksum": "fbe0f83d42c595b99c517bc6da141874", + "timestamp": "2021-01-12T15:42:06Z" + }, + { + "version": "9.2101.1119.1454", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1119.1454.zip", + "checksum": "f4825c7a5a8ab74c9080f21b730a7ac3", + "timestamp": "2021-01-11T19:15:02Z" + }, + { + "version": "9.2101.1115.5526", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1115.5526.zip", + "checksum": "6e2d1cdc9a0288bbc8a827526825fa82", + "timestamp": "2021-01-11T15:55:34Z" + }, + { + "version": "9.2101.1114.5410", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1114.5410.zip", + "checksum": "e871270ddb2622496eead80999703cbd", + "timestamp": "2021-01-11T14:54:19Z" + }, + { + "version": "9.2101.1114.2552", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1114.2552.zip", + "checksum": "7cdd07abed99787ccdf8c070ec54815d", + "timestamp": "2021-01-11T14:26:01Z" + }, + { + "version": "9.2101.1020.1236", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1020.1236.zip", + "checksum": "f75901dfb739311a4531a70c3f5548fb", + "timestamp": "2021-01-10T20:12:45Z" + }, + { + "version": "9.2101.1015.4249", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1015.4249.zip", + "checksum": "986f87321d4298222ccd58ca64225b27", + "timestamp": "2021-01-10T15:42:57Z" + }, + { + "version": "9.2101.1011.3039", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1011.3039.zip", + "checksum": "04fce239e713a1eaf998ba464ab3640c", + "timestamp": "2021-01-10T11:30:48Z" + }, + { + "version": "9.2101.1011.49", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1011.0049.zip", + "checksum": "117b6826d86ae54993e5caf955025c15", + "timestamp": "2021-01-10T11:00:57Z" + }, + { + "version": "9.2101.1010.11", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.1010.0011.zip", + "checksum": "81116463de038447e649b4ac4c70357c", + "timestamp": "2021-01-10T10:00:20Z" + }, + { + "version": "9.2101.920.1005", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0920.1005.zip", + "checksum": "a3597a3fed5552b3217c10770ffc8a82", + "timestamp": "2021-01-09T20:10:14Z" + }, + { + "version": "9.2101.919.122", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0919.0122.zip", + "checksum": "2981202aaeea9af5493dfcac248922cb", + "timestamp": "2021-01-09T19:01:31Z" + }, + { + "version": "9.2101.918.2638", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0918.2638.zip", + "checksum": "30a5d60cb5806f53544122b615ef5868", + "timestamp": "2021-01-09T18:26:46Z" + }, + { + "version": "9.2101.917.401", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0917.0401.zip", + "checksum": "fda4ec0c8b9ddc38d5938f44c0c72f68", + "timestamp": "2021-01-09T17:04:09Z" + }, + { + "version": "9.2101.915.4951", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0915.4951.zip", + "checksum": "e1354ca8acdda776266e58345381fa62", + "timestamp": "2021-01-09T15:50:00Z" + }, + { + "version": "9.2101.914.2905", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0914.2905.zip", + "checksum": "1b2fb839f53f47349d0f0f7b6ae41d54", + "timestamp": "2021-01-09T14:29:15Z" + }, + { + "version": "9.2101.900.942", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0900.0942.zip", + "checksum": "04acc9e94dfaafa02a9c55aac3236f38", + "timestamp": "2021-01-09T00:09:50Z" + }, + { + "version": "9.2101.821.2819", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0821.2819.zip", + "checksum": "ef7abbb8b66e882e9f47e34352b32686", + "timestamp": "2021-01-08T21:28:28Z" + }, + { + "version": "9.2101.820.5832", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0820.5832.zip", + "checksum": "6a773f19678eea8f667ba5ec4eabc1d8", + "timestamp": "2021-01-08T20:58:41Z" + }, + { + "version": "9.2101.820.2928", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0820.2928.zip", + "checksum": "38a1d924e063af0b79daf36f0af33102", + "timestamp": "2021-01-08T20:29:36Z" + }, + { + "version": "9.2101.814.1414", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0814.1414.zip", + "checksum": "2424632da576b83fb55f1855c792a28b", + "timestamp": "2021-01-08T14:14:23Z" + }, + { + "version": "9.2101.813.1535", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0813.1535.zip", + "checksum": "9c273943c54832f248efd2cfd4f3a22a", + "timestamp": "2021-01-08T13:15:43Z" + }, + { + "version": "9.2101.800.4020", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0800.4020.zip", + "checksum": "412be05ba7566873060d2d70a6f4b8ab", + "timestamp": "2021-01-08T00:40:28Z" + }, + { + "version": "9.2101.722.1158", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0722.1158.zip", + "checksum": "11bfafea57e3c78e596da660ff0c768f", + "timestamp": "2021-01-07T22:12:08Z" + }, + { + "version": "9.2101.716.4246", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0716.4246.zip", + "checksum": "541d587bc6e68a97e5be21ecd62dabeb", + "timestamp": "2021-01-07T16:42:56Z" + }, + { + "version": "9.2101.716.1442", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0716.1442.zip", + "checksum": "d4bea7a061c65121e3267e0be0bf81a5", + "timestamp": "2021-01-07T16:14:50Z" + }, + { + "version": "9.2101.715.3653", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0715.3653.zip", + "checksum": "3486715cb479cb151c62a30c2a0e7cf2", + "timestamp": "2021-01-07T15:37:01Z" + }, + { + "version": "9.2101.715.913", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0715.0913.zip", + "checksum": "1928b5f772c4be364a4de3000d76a14b", + "timestamp": "2021-01-07T15:09:22Z" + }, + { + "version": "9.2101.710.3035", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0710.3035.zip", + "checksum": "e04b7c21e51865c318578f696e0da12f", + "timestamp": "2021-01-07T10:30:43Z" + }, + { + "version": "9.2101.710.32", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0710.0032.zip", + "checksum": "19aa6b147ef8960180fb7f139adad9c9", + "timestamp": "2021-01-07T10:00:41Z" + }, + { + "version": "9.2101.709.2934", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0709.2934.zip", + "checksum": "676e56908edc149efdb3b8f29c32bfe3", + "timestamp": "2021-01-07T09:29:43Z" + }, + { + "version": "9.2101.619.5530", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0619.5530.zip", + "checksum": "76ee5cea89774d67bfcfed34a0d3cb22", + "timestamp": "2021-01-06T19:55:39Z" + }, + { + "version": "9.2101.617.2400", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0617.2400.zip", + "checksum": "4b434d64c4476c9276502bc18c667430", + "timestamp": "2021-01-06T17:24:09Z" + }, + { + "version": "9.2101.604.3638", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0604.3638.zip", + "checksum": "60ae8be847fa7072aedea471defb6daf", + "timestamp": "2021-01-06T04:36:46Z" + }, + { + "version": "9.2101.522.3115", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0522.3115.zip", + "checksum": "3f3aca2f4bb0ac0f325f7918b891c2a8", + "timestamp": "2021-01-05T22:31:23Z" + }, + { + "version": "9.2101.519.5112", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0519.5112.zip", + "checksum": "066a730f3b32ba3dcac7a9092e22ee02", + "timestamp": "2021-01-05T19:51:21Z" + }, + { + "version": "9.2101.517.5438", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0517.5438.zip", + "checksum": "fffc98a6b39dcbd7a13cdb126eb4fa96", + "timestamp": "2021-01-05T17:54:46Z" + }, + { + "version": "9.2101.517.2603", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0517.2603.zip", + "checksum": "b930fefb3f952db3ab17621b78d6c9a8", + "timestamp": "2021-01-05T17:26:12Z" + }, + { + "version": "9.2101.511.4322", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0511.4322.zip", + "checksum": "365f1c9731a765861ba2c0cbd800fa49", + "timestamp": "2021-01-05T11:43:30Z" + }, + { + "version": "9.2101.419.4337", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0419.4337.zip", + "checksum": "e74978615b1b9721a4cbc0e044f03900", + "timestamp": "2021-01-04T19:43:45Z" + }, + { + "version": "9.2101.417.3152", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0417.3152.zip", + "checksum": "30ec4c2e5ce7f6e99bc5a3ca2a050a5d", + "timestamp": "2021-01-04T17:32:01Z" + }, + { + "version": "9.2101.415.1914", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0415.1914.zip", + "checksum": "b1c0d4fca10d0fbabf3db82868534ca5", + "timestamp": "2021-01-04T15:19:22Z" + }, + { + "version": "9.2101.414.5048", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0414.5048.zip", + "checksum": "dc703efff37b068df643bddceb68b6ad", + "timestamp": "2021-01-04T14:50:57Z" + }, + { + "version": "9.2101.412.4640", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0412.4640.zip", + "checksum": "0079d8e147f4b7b9e3b5b765b6d0d1de", + "timestamp": "2021-01-04T12:46:49Z" + }, + { + "version": "9.2101.412.2003", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0412.2003.zip", + "checksum": "23931a9bea91f9380efa7e878a13bf5b", + "timestamp": "2021-01-04T12:20:11Z" + }, + { + "version": "9.2101.411.5311", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0411.5311.zip", + "checksum": "fcfb80715ad94816b9ac9fc88e7c14c2", + "timestamp": "2021-01-04T11:53:20Z" + }, + { + "version": "9.2101.411.2258", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0411.2258.zip", + "checksum": "53accb2089d8f585ca079144a76b37dc", + "timestamp": "2021-01-04T11:23:12Z" + }, + { + "version": "9.2101.317.5040", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0317.5040.zip", + "checksum": "e44c10709c954ac1d52d6f051ee34776", + "timestamp": "2021-01-03T17:50:49Z" + }, + { + "version": "9.2101.317.618", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0317.0618.zip", + "checksum": "849f27dec18f44599a6aea15eb8578cc", + "timestamp": "2021-01-03T17:06:27Z" + }, + { + "version": "9.2101.311.2451", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0311.2451.zip", + "checksum": "30179078a55ee6b07c164691f3f7ba13", + "timestamp": "2021-01-03T11:24:59Z" + }, + { + "version": "9.2101.302.3735", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0302.3735.zip", + "checksum": "c29bdb9b926b2e8e695ea66779e27904", + "timestamp": "2021-01-03T02:37:43Z" + }, + { + "version": "9.2101.220.5243", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0220.5243.zip", + "checksum": "186e823ca5136531f5de9132d0785663", + "timestamp": "2021-01-02T20:52:52Z" + }, + { + "version": "9.2101.219.4203", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0219.4203.zip", + "checksum": "3a7e06cd9ef77bcb23882e95568dccc9", + "timestamp": "2021-01-02T19:42:14Z" + }, + { + "version": "9.2101.218.4855", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0218.4855.zip", + "checksum": "82203529e9f1abf2ea3ed57fc3f9d106", + "timestamp": "2021-01-02T18:49:04Z" + }, + { + "version": "9.2101.213.120", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0213.0120.zip", + "checksum": "7c192b2991fa0f074bfb2c9fc3e74590", + "timestamp": "2021-01-02T13:01:29Z" + }, + { + "version": "9.2101.211.2734", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0211.2734.zip", + "checksum": "73df5ecbd865a41ed69bc24120a5d777", + "timestamp": "2021-01-02T11:27:43Z" + }, + { + "version": "9.2101.210.2537", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0210.2537.zip", + "checksum": "0ae824bfcab3e5d35d9b01e2cd491f19", + "timestamp": "2021-01-02T10:25:46Z" + }, + { + "version": "9.2101.207.1017", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0207.1017.zip", + "checksum": "8d3e1149184cfb7c65d44fbd40eaa0b7", + "timestamp": "2021-01-02T07:10:25Z" + }, + { + "version": "9.2101.119.17", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0119.0017.zip", + "checksum": "02e6b5fc3021693af158bae25b90bd28", + "timestamp": "2021-01-01T19:00:25Z" + }, + { + "version": "9.2101.118.1412", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0118.1412.zip", + "checksum": "64ecfd6d2bc90847d62a09374c580cdd", + "timestamp": "2021-01-01T18:14:20Z" + }, + { + "version": "9.2101.117.4659", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0117.4659.zip", + "checksum": "59fd431c596626e204f4f718c38bb209", + "timestamp": "2021-01-01T17:47:07Z" + }, + { + "version": "9.2101.117.1132", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0117.1132.zip", + "checksum": "d94ef0fa5221ee0a048f81fbc699db40", + "timestamp": "2021-01-01T17:11:41Z" + }, + { + "version": "9.2101.111.4840", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0111.4840.zip", + "checksum": "3a58a66606c9d1f8d756077e61e4c49c", + "timestamp": "2021-01-01T11:48:48Z" + }, + { + "version": "9.2101.100.4253", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0100.4253.zip", + "checksum": "f3ab8b51669d6dcf7227ed308a68c79d", + "timestamp": "2021-01-01T00:43:02Z" + }, + { + "version": "9.2101.100.1535", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2101.0100.1535.zip", + "checksum": "fe0e5a9ec19b83630b282d662d3a6717", + "timestamp": "2021-01-01T00:15:43Z" + }, + { + "version": "9.2012.3122.5658", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3122.5658.zip", + "checksum": "97d35b9b4b23d89d1bb9bd8da3f53dd8", + "timestamp": "2020-12-31T22:57:07Z" + }, + { + "version": "9.2012.3122.3016", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3122.3016.zip", + "checksum": "7e3c4125e05e39add6d29a98793c8ee1", + "timestamp": "2020-12-31T22:30:24Z" + }, + { + "version": "9.2012.3115.328", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3115.0328.zip", + "checksum": "9f695c8070769ef980387877f5f6b037", + "timestamp": "2020-12-31T15:03:36Z" + }, + { + "version": "9.2012.3114.3606", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3114.3606.zip", + "checksum": "0566c1438dc5c06352734cff04a69847", + "timestamp": "2020-12-31T14:36:15Z" + }, + { + "version": "9.2012.3113.4136", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3113.4136.zip", + "checksum": "12404435aa304da86d01e041b66d6f5e", + "timestamp": "2020-12-31T13:41:45Z" + }, + { + "version": "9.2012.3111.3420", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3111.3420.zip", + "checksum": "06ccede7445c81681faf0a4df49548bf", + "timestamp": "2020-12-31T11:34:29Z" + }, + { + "version": "9.2012.3107.3430", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3107.3430.zip", + "checksum": "feea5acddbe22ef2d7be93d0f43bf337", + "timestamp": "2020-12-31T07:34:38Z" + }, + { + "version": "9.2012.3107.642", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3107.0642.zip", + "checksum": "29b56ca78f29e2059fab05c3f1b279d1", + "timestamp": "2020-12-31T07:06:50Z" + }, + { + "version": "9.2012.3101.5123", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3101.5123.zip", + "checksum": "ba26b29546d8238b26b1a67c27489079", + "timestamp": "2020-12-31T01:51:33Z" + }, + { + "version": "9.2012.3101.2329", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3101.2329.zip", + "checksum": "fdfd4b51660c586e1c34234c943097fa", + "timestamp": "2020-12-31T01:23:37Z" + }, + { + "version": "9.2012.3100.4247", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3100.4247.zip", + "checksum": "7b9f247ff3d88a2c0b1881b0c50163b1", + "timestamp": "2020-12-31T00:42:56Z" + }, + { + "version": "9.2012.3022.2700", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3022.2700.zip", + "checksum": "db7b3b98514255feb87cbe29621ece5a", + "timestamp": "2020-12-30T22:27:11Z" + }, + { + "version": "9.2012.3022.24", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3022.0024.zip", + "checksum": "01514a66c4f7b649b76cb63ba0c96110", + "timestamp": "2020-12-30T22:00:33Z" + }, + { + "version": "9.2012.3021.3350", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3021.3350.zip", + "checksum": "688e17b91bee59069280233027aab7b9", + "timestamp": "2020-12-30T21:33:59Z" + }, + { + "version": "9.2012.3017.5552", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3017.5552.zip", + "checksum": "e069b7530c77b34873dd59fa0840892e", + "timestamp": "2020-12-30T17:56:00Z" + }, + { + "version": "9.2012.3010.557", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.3010.0557.zip", + "checksum": "8e3b0eaeb659fdabc884577304703755", + "timestamp": "2020-12-30T10:06:06Z" + }, + { + "version": "9.2012.2917.2827", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2917.2827.zip", + "checksum": "60437e16a5a97f0badd438a8111cc4b6", + "timestamp": "2020-12-29T17:28:36Z" + }, + { + "version": "9.2012.2917.224", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2917.0224.zip", + "checksum": "cd61afaa17dcc1f11ccb9ed46da02c71", + "timestamp": "2020-12-29T17:02:32Z" + }, + { + "version": "9.2012.2906.2656", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2906.2656.zip", + "checksum": "d18e1a1d2e9663b5febe0bc5c8116ac6", + "timestamp": "2020-12-29T06:27:05Z" + }, + { + "version": "9.2012.2821.2209", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2821.2209.zip", + "checksum": "08ee6b785f9ce893107a447a73e97537", + "timestamp": "2020-12-28T21:22:17Z" + }, + { + "version": "9.2012.2820.5537", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2820.5537.zip", + "checksum": "abc9b968f284c6c976ea5f6ab87e8348", + "timestamp": "2020-12-28T20:55:45Z" + }, + { + "version": "9.2012.2817.3201", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2817.3201.zip", + "checksum": "712c356f85b2221e9fc142a7543e09eb", + "timestamp": "2020-12-28T17:32:09Z" + }, + { + "version": "9.2012.2816.746", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2816.0746.zip", + "checksum": "81f59b377bd85c667e87a48b7c0698c3", + "timestamp": "2020-12-28T16:07:55Z" + }, + { + "version": "9.2012.2815.4207", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2815.4207.zip", + "checksum": "8f3095b48f6efadff274c5137648c959", + "timestamp": "2020-12-28T15:42:17Z" + }, + { + "version": "9.2012.2815.1429", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2815.1429.zip", + "checksum": "e161ca29a0f0d5ebd3301d559ce47ae8", + "timestamp": "2020-12-28T15:14:37Z" + }, + { + "version": "9.2012.2810.2937", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2810.2937.zip", + "checksum": "d69fb36b61f3016b925a2d42be5ee3a7", + "timestamp": "2020-12-28T10:29:45Z" + }, + { + "version": "9.2012.2718.4127", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2718.4127.zip", + "checksum": "ea45d827acc3f35286389adb4dad31a8", + "timestamp": "2020-12-27T18:41:36Z" + }, + { + "version": "9.2012.2713.5330", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2713.5330.zip", + "checksum": "83d3303916afcbeed54a309cec983abd", + "timestamp": "2020-12-27T13:53:39Z" + }, + { + "version": "9.2012.2520.530", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2520.0530.zip", + "checksum": "bc45ba047c29ac25d1e896b222872c3d", + "timestamp": "2020-12-25T20:05:38Z" + }, + { + "version": "9.2012.2515.4943", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2515.4943.zip", + "checksum": "c3ec7e83b431a59829cbfaf16ac6cb40", + "timestamp": "2020-12-25T15:49:51Z" + }, + { + "version": "9.2012.2513.3838", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2513.3838.zip", + "checksum": "4f3f1c0cde19fda205824ecf32d87dde", + "timestamp": "2020-12-25T13:38:46Z" + }, + { + "version": "9.2012.2420.1124", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2420.1124.zip", + "checksum": "49fb486420e75710d0573af06171e7c6", + "timestamp": "2020-12-24T20:11:32Z" + }, + { + "version": "9.2012.2418.1345", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2418.1345.zip", + "checksum": "364465129cf43d1f4871742af0cee74b", + "timestamp": "2020-12-24T18:13:54Z" + }, + { + "version": "9.2012.2410.2654", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2410.2654.zip", + "checksum": "342db854574f38aa1b8a5931ac3d3eaa", + "timestamp": "2020-12-24T10:27:03Z" + }, + { + "version": "9.2012.2405.3741", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2405.3741.zip", + "checksum": "1a626d0137e58559be1c308f179993ae", + "timestamp": "2020-12-24T05:37:49Z" + }, + { + "version": "9.2012.2319.1915", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2319.1915.zip", + "checksum": "928a803651ccc2657349302ddf2784bd", + "timestamp": "2020-12-23T19:19:23Z" + }, + { + "version": "9.2012.2305.352", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2305.0352.zip", + "checksum": "ced91c8ede9b34596834051017fc0e18", + "timestamp": "2020-12-23T05:04:01Z" + }, + { + "version": "9.2012.2304.1605", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2304.1605.zip", + "checksum": "cea7ac18cdab7099198013e569078e1e", + "timestamp": "2020-12-23T04:16:14Z" + }, + { + "version": "9.2012.2303.4709", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2303.4709.zip", + "checksum": "08bdd92bf283eb8cd8d261a1eb0dca2b", + "timestamp": "2020-12-23T03:47:17Z" + }, + { + "version": "9.2012.2223.1542", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2223.1542.zip", + "checksum": "3e1b62a961fe1557f3ba0ce76eef89b4", + "timestamp": "2020-12-22T23:15:50Z" + }, + { + "version": "9.2012.2215.1649", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2215.1649.zip", + "checksum": "6f10d74b73530078eccb1cb9ce001987", + "timestamp": "2020-12-22T15:16:57Z" + }, + { + "version": "9.2012.2212.4423", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2212.4423.zip", + "checksum": "1cf2ec97fc5549d1d098206ffece19c3", + "timestamp": "2020-12-22T12:44:33Z" + }, + { + "version": "9.2012.2123.404", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2123.0404.zip", + "checksum": "e0f540f3068752f88f665d1ea9d1b054", + "timestamp": "2020-12-21T23:04:11Z" + }, + { + "version": "9.2012.2122.3630", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2122.3630.zip", + "checksum": "495252110a6fcd7430658e9a913d9f03", + "timestamp": "2020-12-21T22:36:42Z" + }, + { + "version": "9.2012.2119.5328", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2119.5328.zip", + "checksum": "cf0e73ec311be0e2b41b60f0c94be4a4", + "timestamp": "2020-12-21T19:53:36Z" + }, + { + "version": "9.2012.2119.2712", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2119.2712.zip", + "checksum": "83cdb36b29a334fd63be1dc236ea4c2c", + "timestamp": "2020-12-21T19:27:22Z" + }, + { + "version": "9.2012.2119.57", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2119.0057.zip", + "checksum": "e47cddff2c946a409b4365b21a77beb4", + "timestamp": "2020-12-21T19:01:05Z" + }, + { + "version": "9.2012.2107.5049", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2107.5049.zip", + "checksum": "fa206325a4f393aee49ca5e27b9e7116", + "timestamp": "2020-12-21T07:50:57Z" + }, + { + "version": "9.2012.2100.948", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2100.0948.zip", + "checksum": "d1a7d72fbfe9669cf1ae2a8487914565", + "timestamp": "2020-12-21T00:09:57Z" + }, + { + "version": "9.2012.2023.4047", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2023.4047.zip", + "checksum": "8d8fad0ccd29ffea05dba8b86186e36a", + "timestamp": "2020-12-20T23:40:55Z" + }, + { + "version": "9.2012.2013.5054", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2013.5054.zip", + "checksum": "91abd63a8e8b82f73008678c1ef9f6ce", + "timestamp": "2020-12-20T13:51:02Z" + }, + { + "version": "9.2012.2013.2118", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2013.2118.zip", + "checksum": "a22c366480150077812d69c58717fbc3", + "timestamp": "2020-12-20T13:21:27Z" + }, + { + "version": "9.2012.2009.4856", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2009.4856.zip", + "checksum": "ad40fb713a3179fab31a5ae61dd164c4", + "timestamp": "2020-12-20T09:49:05Z" + }, + { + "version": "9.2012.2009.1933", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2009.1933.zip", + "checksum": "ce97b2436c0d7ba92f81a06cd6cd581f", + "timestamp": "2020-12-20T09:19:42Z" + }, + { + "version": "9.2012.2000.4432", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.2000.4432.zip", + "checksum": "1195ed47989f9c99b2c1ce14b6cff019", + "timestamp": "2020-12-20T00:44:40Z" + }, + { + "version": "9.2012.1919.4150", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1919.4150.zip", + "checksum": "1fc3eb0c6b0bfcb302f9e92377396a16", + "timestamp": "2020-12-19T19:41:58Z" + }, + { + "version": "9.2012.1821.7", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1821.0007.zip", + "checksum": "94a6cc536394cddd299b681e50268c71", + "timestamp": "2020-12-18T21:00:16Z" + }, + { + "version": "9.2012.1820.3330", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1820.3330.zip", + "checksum": "9f6aecc2e2bf15a8741a418eb1c0b40b", + "timestamp": "2020-12-18T20:33:39Z" + }, + { + "version": "9.2012.1813.1929", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1813.1929.zip", + "checksum": "ba276ecdcf82cf528c973c71c57fbf30", + "timestamp": "2020-12-18T13:19:39Z" + }, + { + "version": "9.2012.1807.4253", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1807.4253.zip", + "checksum": "708939268dd3c52ba7dfdf51fc028c1e", + "timestamp": "2020-12-18T07:43:01Z" + }, + { + "version": "9.2012.1722.4913", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1722.4913.zip", + "checksum": "dd50a390b160736f663d70a3956810e6", + "timestamp": "2020-12-17T22:49:21Z" + }, + { + "version": "9.2012.1722.2229", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1722.2229.zip", + "checksum": "405be61982074f6f3517d49286bbec31", + "timestamp": "2020-12-17T22:22:37Z" + }, + { + "version": "9.2012.1718.3456", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1718.3456.zip", + "checksum": "1d4a097170ac46bebff9123d04716776", + "timestamp": "2020-12-17T18:35:04Z" + }, + { + "version": "9.2012.1717.4356", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1717.4356.zip", + "checksum": "d914ce6675f40e4283b66368ae68d6cc", + "timestamp": "2020-12-17T17:44:05Z" + }, + { + "version": "9.2012.1717.1704", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1717.1704.zip", + "checksum": "35dec3664a7fd6c39425d86953199313", + "timestamp": "2020-12-17T17:17:14Z" + }, + { + "version": "9.2012.1711.1736", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1711.1736.zip", + "checksum": "f72eb19852fbbc3feb5721f3de66331e", + "timestamp": "2020-12-17T11:17:44Z" + }, + { + "version": "9.2012.1623.1458", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1623.1458.zip", + "checksum": "fe68f4f12b1dc6114c7e5800677f79a2", + "timestamp": "2020-12-16T23:15:06Z" + }, + { + "version": "9.2012.1622.826", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1622.0826.zip", + "checksum": "a0f28406d37109c5242beb5c2f3b30c3", + "timestamp": "2020-12-16T22:08:34Z" + }, + { + "version": "9.2012.1621.4021", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1621.4021.zip", + "checksum": "338c61ede74530999725dd880089aea2", + "timestamp": "2020-12-16T21:40:30Z" + }, + { + "version": "9.2012.1620.3101", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1620.3101.zip", + "checksum": "caefaf0f17340c237ba6773e1c1964e1", + "timestamp": "2020-12-16T20:31:10Z" + }, + { + "version": "9.2012.1620.331", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1620.0331.zip", + "checksum": "ab14c92389201570751fc005c515e057", + "timestamp": "2020-12-16T20:03:39Z" + }, + { + "version": "9.2012.1619.2452", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1619.2452.zip", + "checksum": "6f4d3dee5ef1dc470e3638cfd2e164ea", + "timestamp": "2020-12-16T19:25:00Z" + }, + { + "version": "9.2012.1616.5114", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1616.5114.zip", + "checksum": "eaa8c86b8597f394e84da7307033962a", + "timestamp": "2020-12-16T16:51:23Z" + }, + { + "version": "9.2012.1519.5513", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1519.5513.zip", + "checksum": "00103d7badb2f7a1b16bf80ae24a2c7e", + "timestamp": "2020-12-15T19:55:22Z" + }, + { + "version": "9.2012.1512.1531", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1512.1531.zip", + "checksum": "08af24619a306781c156282531fa8446", + "timestamp": "2020-12-15T12:15:41Z" + }, + { + "version": "9.2012.1511.4718", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1511.4718.zip", + "checksum": "da247996788c216199f7c88e1784286e", + "timestamp": "2020-12-15T11:47:28Z" + }, + { + "version": "9.2012.1508.3525", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1508.3525.zip", + "checksum": "5f1ad81c49e3db7b7913b443c9ef49b6", + "timestamp": "2020-12-15T08:35:33Z" + }, + { + "version": "9.2012.1421.5003", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1421.5003.zip", + "checksum": "994b90364eb5e23ba77df0dfbd22ef09", + "timestamp": "2020-12-14T21:50:11Z" + }, + { + "version": "9.2012.1420.1531", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1420.1531.zip", + "checksum": "8b2f4cebc01986ff2ec4d10b49ca0a30", + "timestamp": "2020-12-14T20:15:39Z" + }, + { + "version": "9.2012.1417.2129", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1417.2129.zip", + "checksum": "a436cb9092a614745bd6b0c345326563", + "timestamp": "2020-12-14T17:21:37Z" + }, + { + "version": "9.2012.1416.3434", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1416.3434.zip", + "checksum": "d58a7a29ca741bc84d8540aa635d4f3a", + "timestamp": "2020-12-14T16:34:42Z" + }, + { + "version": "9.2012.1416.705", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1416.0705.zip", + "checksum": "186be0348d177aa74e475c003d904bd9", + "timestamp": "2020-12-14T16:07:15Z" + }, + { + "version": "9.2012.1415.3955", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1415.3955.zip", + "checksum": "a4fa232bd813c91c2caa842d9de679f1", + "timestamp": "2020-12-14T15:40:03Z" + }, + { + "version": "9.2012.1412.201", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1412.0201.zip", + "checksum": "a05d890e15cfe4e5cafeb3a7de7e1654", + "timestamp": "2020-12-14T12:02:09Z" + }, + { + "version": "9.2012.1405.1607", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1405.1607.zip", + "checksum": "ac91229c1eee774674b9dc41ed255b57", + "timestamp": "2020-12-14T05:16:16Z" + }, + { + "version": "9.2012.1404.1021", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1404.1021.zip", + "checksum": "0d0a9a5fc6c1e38366512ddbf7309fcf", + "timestamp": "2020-12-14T04:10:30Z" + }, + { + "version": "9.2012.1323.744", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1323.0744.zip", + "checksum": "ded4daf7e6b33d6187636fb3a2dc9d03", + "timestamp": "2020-12-13T23:07:52Z" + }, + { + "version": "9.2012.1322.3924", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1322.3924.zip", + "checksum": "2275d540db87a5a1e6d97241b5efce74", + "timestamp": "2020-12-13T22:39:32Z" + }, + { + "version": "9.2012.1322.1236", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1322.1236.zip", + "checksum": "bc8d33c21735be0e41bdc4e32a9adf08", + "timestamp": "2020-12-13T22:12:45Z" + }, + { + "version": "9.2012.1319.3605", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1319.3605.zip", + "checksum": "7bdfb8938bc81f6a06d1682843d7eccf", + "timestamp": "2020-12-13T19:36:14Z" + }, + { + "version": "9.2012.1314.1356", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1314.1356.zip", + "checksum": "a5e086b472a4cc1b74a4d6584baa29dd", + "timestamp": "2020-12-13T14:14:04Z" + }, + { + "version": "9.2012.1313.4556", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1313.4556.zip", + "checksum": "870bfd8d218b106e2f341a258e160294", + "timestamp": "2020-12-13T13:46:05Z" + }, + { + "version": "9.2012.1313.1805", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1313.1805.zip", + "checksum": "84eca444a1e7ff59c46d553c99aed5d9", + "timestamp": "2020-12-13T13:18:14Z" + }, + { + "version": "9.2012.1312.4954", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1312.4954.zip", + "checksum": "a11c9d93462622e153fa5a26bb3879f9", + "timestamp": "2020-12-13T12:50:02Z" + }, + { + "version": "9.2012.1311.2345", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1311.2345.zip", + "checksum": "3f83180c582f5f9f37c61a570fb953d6", + "timestamp": "2020-12-13T11:23:54Z" + }, + { + "version": "9.2012.1218.4620", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1218.4620.zip", + "checksum": "4020d300df9c22e680def320ca877d09", + "timestamp": "2020-12-12T18:46:29Z" + }, + { + "version": "9.2012.1122.4511", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1122.4511.zip", + "checksum": "ac75daef918356a9f0f4ec72f5e8a310", + "timestamp": "2020-12-11T22:45:20Z" + }, + { + "version": "9.2012.1121.5444", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1121.5444.zip", + "checksum": "63f0b690928b591b2a7ad3691920791b", + "timestamp": "2020-12-11T21:54:52Z" + }, + { + "version": "9.2012.1115.5315", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1115.5315.zip", + "checksum": "699481b32e83b271603abd3dda6d3832", + "timestamp": "2020-12-11T15:53:23Z" + }, + { + "version": "9.2012.1115.2605", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1115.2605.zip", + "checksum": "7c05c8d92c7e3b5f18677e861a1c716e", + "timestamp": "2020-12-11T15:26:13Z" + }, + { + "version": "9.2012.1109.4838", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1109.4838.zip", + "checksum": "2a8b9c06575d00ed709a66ae9b18dfa3", + "timestamp": "2020-12-11T09:48:48Z" + }, + { + "version": "9.2012.1109.1849", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1109.1849.zip", + "checksum": "b1f914a5727227e1d2e2d887d4715ca2", + "timestamp": "2020-12-11T09:18:58Z" + }, + { + "version": "9.2012.1108.440", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1108.0440.zip", + "checksum": "0e0ebf7880b457c2ef0a60f9a41753c2", + "timestamp": "2020-12-11T08:04:48Z" + }, + { + "version": "9.2012.1107.3614", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1107.3614.zip", + "checksum": "b931f51ad5eb60289aa514db6cb3aca0", + "timestamp": "2020-12-11T07:36:22Z" + }, + { + "version": "9.2012.1104.2842", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1104.2842.zip", + "checksum": "10c868566899eb7bd27279bdddf7ec7b", + "timestamp": "2020-12-11T04:28:50Z" + }, + { + "version": "9.2012.1104.134", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1104.0134.zip", + "checksum": "c294931dc7fcf54415fbcf0f5dc6e96f", + "timestamp": "2020-12-11T04:01:44Z" + }, + { + "version": "9.2012.1103.3429", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1103.3429.zip", + "checksum": "171db4863b2ab448c4f00f422ce30499", + "timestamp": "2020-12-11T03:34:37Z" + }, + { + "version": "9.2012.1022.3915", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1022.3915.zip", + "checksum": "46b80f4d06b8e8cfdfafed86ff69ebca", + "timestamp": "2020-12-10T22:39:24Z" + }, + { + "version": "9.2012.1022.1254", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1022.1254.zip", + "checksum": "a004c1bf79930517963f428822c651b6", + "timestamp": "2020-12-10T22:13:02Z" + }, + { + "version": "9.2012.1021.2542", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1021.2542.zip", + "checksum": "12102180e25ac8d9f03023f5bcb8f484", + "timestamp": "2020-12-10T21:25:52Z" + }, + { + "version": "9.2012.1020.5756", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1020.5756.zip", + "checksum": "08d4ce3e6d3c06e85089217bbe07499d", + "timestamp": "2020-12-10T20:58:05Z" + }, + { + "version": "9.2012.1014.49", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1014.0049.zip", + "checksum": "0298af6f1512219f382fd289e9c5c2d6", + "timestamp": "2020-12-10T14:00:58Z" + }, + { + "version": "9.2012.1013.3259", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1013.3259.zip", + "checksum": "d0b844fba02f8127ca3c748bcef044de", + "timestamp": "2020-12-10T13:33:09Z" + }, + { + "version": "9.2012.1013.514", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.1013.0514.zip", + "checksum": "372c510c1f77f475ddc4519c327991ea", + "timestamp": "2020-12-10T13:05:22Z" + }, + { + "version": "9.2012.919.4756", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0919.4756.zip", + "checksum": "56eca40c3faab89325349a34a67b7734", + "timestamp": "2020-12-09T19:48:05Z" + }, + { + "version": "9.2012.917.2134", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0917.2134.zip", + "checksum": "8afba10fc9e39f0f86f938d892117082", + "timestamp": "2020-12-09T17:21:43Z" + }, + { + "version": "9.2012.915.5401", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0915.5401.zip", + "checksum": "ebc4fe35859d1ff1bc062e9e6fc01944", + "timestamp": "2020-12-09T15:54:10Z" + }, + { + "version": "9.2012.914.154", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0914.0154.zip", + "checksum": "14063bf96c0be717afd223ddc38a34ea", + "timestamp": "2020-12-09T14:02:02Z" + }, + { + "version": "9.2012.908.759", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0908.0759.zip", + "checksum": "cff820e8c4f09c816426848fff1404fa", + "timestamp": "2020-12-09T08:08:08Z" + }, + { + "version": "9.2012.907.4023", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0907.4023.zip", + "checksum": "6157a5bc103b337ceb1043ac4bf13e3c", + "timestamp": "2020-12-09T07:40:32Z" + }, + { + "version": "9.2012.904.2736", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0904.2736.zip", + "checksum": "4a34a4dfd0676cdd91c08e0c85d2704a", + "timestamp": "2020-12-09T04:27:45Z" + }, + { + "version": "9.2012.823.5224", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0823.5224.zip", + "checksum": "208daefb35f5f9515376b03999d94ef4", + "timestamp": "2020-12-08T23:52:33Z" + }, + { + "version": "9.2012.819.4432", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0819.4432.zip", + "checksum": "1590b0bafa519bbcdabb5f1a749fa60d", + "timestamp": "2020-12-08T19:44:40Z" + }, + { + "version": "9.2012.818.148", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0818.0148.zip", + "checksum": "52a3b091101b3edd4172d60f31607900", + "timestamp": "2020-12-08T18:01:57Z" + }, + { + "version": "9.2012.817.3403", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0817.3403.zip", + "checksum": "2f70a252bd93dabdb485e8ae8979a6b9", + "timestamp": "2020-12-08T17:34:12Z" + }, + { + "version": "9.2012.816.3333", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0816.3333.zip", + "checksum": "50bf994f57b379dbc13f05266c7a4401", + "timestamp": "2020-12-08T16:33:41Z" + }, + { + "version": "9.2012.809.3556", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0809.3556.zip", + "checksum": "1c13ec759ce0c3c44ff67f64ad88820f", + "timestamp": "2020-12-08T09:36:04Z" + }, + { + "version": "9.2012.808.2855", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0808.2855.zip", + "checksum": "53edac3cfa0b74d5ea41ade02d1f6828", + "timestamp": "2020-12-08T08:29:04Z" + }, + { + "version": "9.2012.808.118", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0808.0118.zip", + "checksum": "4d14479b7dbf54e88d1c3fa55ba595d9", + "timestamp": "2020-12-08T08:01:26Z" + }, + { + "version": "9.2012.801.806", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0801.0806.zip", + "checksum": "e2005117a3cf2bb669509356e96d3d3e", + "timestamp": "2020-12-08T01:08:14Z" + }, + { + "version": "9.2012.718.2233", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0718.2233.zip", + "checksum": "312e3d9ad71f8610561624218b38d77a", + "timestamp": "2020-12-07T18:22:41Z" + }, + { + "version": "9.2012.717.3155", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0717.3155.zip", + "checksum": "7562c46d51c53d08f8a6781926a50258", + "timestamp": "2020-12-07T17:32:03Z" + }, + { + "version": "9.2012.717.507", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0717.0507.zip", + "checksum": "e38ee74347a7a0029dd95cabf850a819", + "timestamp": "2020-12-07T17:05:15Z" + }, + { + "version": "9.2012.707.3032", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0707.3032.zip", + "checksum": "cd69ca449aeb48329b92b39dda632152", + "timestamp": "2020-12-07T07:30:40Z" + }, + { + "version": "9.2012.707.353", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0707.0353.zip", + "checksum": "26b7e44478f6e61a792700a33f37f13f", + "timestamp": "2020-12-07T07:04:02Z" + }, + { + "version": "9.2012.615.3343", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0615.3343.zip", + "checksum": "c687374ab88386aeb5af4d49af6c7148", + "timestamp": "2020-12-06T15:33:52Z" + }, + { + "version": "9.2012.615.725", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0615.0725.zip", + "checksum": "4369d801cb1e0c0177559cbb8af1332a", + "timestamp": "2020-12-06T15:07:33Z" + }, + { + "version": "9.2012.607.3042", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0607.3042.zip", + "checksum": "ccc1e3930885d0cf249715cc6feb59a2", + "timestamp": "2020-12-06T07:30:50Z" + }, + { + "version": "9.2012.601.3417", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0601.3417.zip", + "checksum": "59b4caeea967d9c998eb8ae65a138e10", + "timestamp": "2020-12-06T01:34:25Z" + }, + { + "version": "9.2012.601.726", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0601.0726.zip", + "checksum": "edf3c75525368cb523e3699d6beb837b", + "timestamp": "2020-12-06T01:07:39Z" + }, + { + "version": "9.2012.600.4052", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0600.4052.zip", + "checksum": "c12c27905936b790515e3b098f2ed88a", + "timestamp": "2020-12-06T00:41:01Z" + }, + { + "version": "9.2012.519.5032", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_9.2012.0519.5032.zip", + "checksum": "5dbe0a4e567876b5ff7c97e867980425", + "timestamp": "2020-12-05T19:50:41Z" + }, + { + "version": "8.2011.2301.541", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2301.0541.zip", + "checksum": "c77c2e4bdb71dfad9ab260ba7d0a0a4b", + "timestamp": "2020-11-23T01:05:50Z" + }, + { + "version": "8.2011.2219.3847", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2219.3847.zip", + "checksum": "f0b43523468accc73d8ad7656b1a72fa", + "timestamp": "2020-11-22T19:38:54Z" + }, + { + "version": "8.2011.2219.1200", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2219.1200.zip", + "checksum": "edb76cc3ff05003af44b8ca8861a32d7", + "timestamp": "2020-11-22T19:12:09Z" + }, + { + "version": "8.2011.2218.3035", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2218.3035.zip", + "checksum": "d74e6248cec3a7085de2a8590f964340", + "timestamp": "2020-11-22T18:30:43Z" + }, + { + "version": "8.2011.2217.5629", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2217.5629.zip", + "checksum": "a3ecf870756e0bcb2bd53cf6ac0b5c64", + "timestamp": "2020-11-22T17:56:37Z" + }, + { + "version": "8.2011.2215.5408", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2215.5408.zip", + "checksum": "918e2dcaad367803d05b6c52236211dc", + "timestamp": "2020-11-22T15:54:15Z" + }, + { + "version": "8.2011.2215.51", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2215.0051.zip", + "checksum": "65edb182033cac05c552787a2cd37e41", + "timestamp": "2020-11-22T15:00:59Z" + }, + { + "version": "8.2011.2210.2951", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2210.2951.zip", + "checksum": "b88e8054f03c7b6a2dbb14956026657c", + "timestamp": "2020-11-22T10:29:59Z" + }, + { + "version": "8.2011.2208.2134", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2208.2134.zip", + "checksum": "54fe89c401250e08de67667f5b4d2eba", + "timestamp": "2020-11-22T08:21:41Z" + }, + { + "version": "8.2011.2207.5545", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2207.5545.zip", + "checksum": "e99b675f082fdc9f89a889615a69c6d6", + "timestamp": "2020-11-22T07:55:52Z" + }, + { + "version": "8.2011.2207.159", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2207.0159.zip", + "checksum": "bfa53cc4cd83e6b2b77087ddc13eda1c", + "timestamp": "2020-11-22T07:02:06Z" + }, + { + "version": "8.2011.2206.3718", + "changelog": "Add authentication to plugin endpoints\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/playback-reporting/playback-reporting_8.2011.2206.3718.zip", + "checksum": "aa45fc9c46ae14495bf3557942c858e6", + "timestamp": "2020-11-22T06:37:28Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "de228f12-e43e-4bd9-9fc0-2830819c3b92", + "name": "Pushbullet", + "description": "Get notifications via Pushbullet.\n", + "overview": "Pushbullet notification plugin", + "owner": "jellyfin", + "category": "Notifications", + "versions": [ + { + "version": "7.2102.0903.0015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0903.0015.zip", + "checksum": "a5cc1d382edb260fef1fff6c9a59c626", + "timestamp": "2021-02-09T03:00:23Z" + }, + { + "version": "7.2102.0902.3115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0902.3115.zip", + "checksum": "f46dfe1f56656f4deefeaff1114cd7b7", + "timestamp": "2021-02-09T02:31:22Z" + }, + { + "version": "7.2102.0816.2349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0816.2349.zip", + "checksum": "c759c3b14aff488582f4a216d5ec633d", + "timestamp": "2021-02-08T16:23:59Z" + }, + { + "version": "7.2102.0815.5242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0815.5242.zip", + "checksum": "cf4fe5e54b0f3dd2b94a8745feb9603f", + "timestamp": "2021-02-08T15:52:50Z" + }, + { + "version": "7.2102.0815.2350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0815.2350.zip", + "checksum": "3a654c5a663ba2a7b3ade28612b159cc", + "timestamp": "2021-02-08T15:24:00Z" + }, + { + "version": "7.2102.0814.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0814.5430.zip", + "checksum": "8e589e6fd3a52a150fd44738d3d7161c", + "timestamp": "2021-02-08T14:54:38Z" + }, + { + "version": "7.2102.0814.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0814.2437.zip", + "checksum": "00ddb9c4853b23c657e58ced6b572925", + "timestamp": "2021-02-08T14:24:45Z" + }, + { + "version": "7.2102.0812.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0812.2547.zip", + "checksum": "969c9e067faa18858b2a82303d1b04d9", + "timestamp": "2021-02-08T12:25:56Z" + }, + { + "version": "7.2102.0811.5120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0811.5120.zip", + "checksum": "79f05128cd46119ae225aa981a2aa9a0", + "timestamp": "2021-02-08T11:51:29Z" + }, + { + "version": "7.2102.0809.4334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0809.4334.zip", + "checksum": "1bba989ad80390cb931f20de0a8ff263", + "timestamp": "2021-02-08T09:43:42Z" + }, + { + "version": "7.2102.0808.5311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0808.5311.zip", + "checksum": "5e37c2be25f236e8c01be8ce99e091eb", + "timestamp": "2021-02-08T08:53:19Z" + }, + { + "version": "7.2102.0806.2701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0806.2701.zip", + "checksum": "211af3c42e06e44ce87a4165dda31f86", + "timestamp": "2021-02-08T06:27:11Z" + }, + { + "version": "7.2102.0805.5843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0805.5843.zip", + "checksum": "e37584d29b6898bd71c8ed66dd2f77ab", + "timestamp": "2021-02-08T05:58:51Z" + }, + { + "version": "7.2102.0720.2429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0720.2429.zip", + "checksum": "6c1dc87fe11bcc78909af66089d5ef24", + "timestamp": "2021-02-07T20:24:37Z" + }, + { + "version": "7.2102.0716.5658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0716.5658.zip", + "checksum": "7f62b79bf1efb258c5cfb12447ccef73", + "timestamp": "2021-02-07T16:57:07Z" + }, + { + "version": "7.2102.0716.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0716.2918.zip", + "checksum": "60472d35faa5198d7247bff4968499df", + "timestamp": "2021-02-07T16:29:26Z" + }, + { + "version": "7.2102.0710.2652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0710.2652.zip", + "checksum": "bbcd0e3eec7bdb44be88b54bd65fba9e", + "timestamp": "2021-02-07T10:27:00Z" + }, + { + "version": "7.2102.0702.0903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0702.0903.zip", + "checksum": "32591a40bbd572b18fe77da0eb83ef8b", + "timestamp": "2021-02-07T02:09:11Z" + }, + { + "version": "7.2102.0701.4028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0701.4028.zip", + "checksum": "0984b7b9dc79e835781b4f07c3e41266", + "timestamp": "2021-02-07T01:40:36Z" + }, + { + "version": "7.2102.0618.2419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0618.2419.zip", + "checksum": "a9ebf16c74d87bc9a1ca7b6035234258", + "timestamp": "2021-02-06T18:24:27Z" + }, + { + "version": "7.2102.0519.2648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0519.2648.zip", + "checksum": "4f06876eb4ba6aae30d7f53f0a5551d2", + "timestamp": "2021-02-05T19:26:56Z" + }, + { + "version": "7.2102.0511.5609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0511.5609.zip", + "checksum": "724f35f384c5413da1608d9f15743388", + "timestamp": "2021-02-05T11:56:17Z" + }, + { + "version": "7.2102.0511.2826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0511.2826.zip", + "checksum": "7beb035a89d8a34076f4229badeaae06", + "timestamp": "2021-02-05T11:28:35Z" + }, + { + "version": "7.2102.0503.3636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0503.3636.zip", + "checksum": "d955dc6cdc4001cdc3d26320367deb26", + "timestamp": "2021-02-05T03:36:44Z" + }, + { + "version": "7.2102.0503.0658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0503.0658.zip", + "checksum": "ac16ae1712dafb24333bc34334529aff", + "timestamp": "2021-02-05T03:07:06Z" + }, + { + "version": "7.2102.0414.4846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0414.4846.zip", + "checksum": "8e103d73db7d638e473e266b13fff3a6", + "timestamp": "2021-02-04T14:48:56Z" + }, + { + "version": "7.2102.0413.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0413.1300.zip", + "checksum": "4761d1c44c22dfac779fbefdc41ca769", + "timestamp": "2021-02-04T13:13:08Z" + }, + { + "version": "7.2102.0308.1420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0308.1420.zip", + "checksum": "fafb1a89952e78a26c04f62b7e0a9c94", + "timestamp": "2021-02-03T08:14:28Z" + }, + { + "version": "7.2102.0307.4515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0307.4515.zip", + "checksum": "77ccc4e0c5e97107b7056c62a0ef561e", + "timestamp": "2021-02-03T07:45:23Z" + }, + { + "version": "7.2102.0217.5108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0217.5108.zip", + "checksum": "461448312b5e2b65e0ca87e8fc6a9e94", + "timestamp": "2021-02-02T17:51:16Z" + }, + { + "version": "7.2102.0210.2235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0210.2235.zip", + "checksum": "74ab2a6061c6bdf674345dcc649c08af", + "timestamp": "2021-02-02T10:22:43Z" + }, + { + "version": "7.2102.0203.2211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0203.2211.zip", + "checksum": "ccbb8a2a475ccd6580bd3b1bed1c5284", + "timestamp": "2021-02-02T03:22:19Z" + }, + { + "version": "7.2102.0119.2821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0119.2821.zip", + "checksum": "3d664723c99e109b2b63ed8c987f9e06", + "timestamp": "2021-02-01T19:28:29Z" + }, + { + "version": "7.2102.0118.5945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0118.5945.zip", + "checksum": "0b0b53ab7a61584a86a2e41aa75401a5", + "timestamp": "2021-02-01T18:59:54Z" + }, + { + "version": "7.2102.0104.4848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2102.0104.4848.zip", + "checksum": "2f3108138c4e4272e0251546e9a2a7b1", + "timestamp": "2021-02-01T04:48:57Z" + }, + { + "version": "7.2101.3122.4317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3122.4317.zip", + "checksum": "de060e0a91544642fa8fa6bfe5526c03", + "timestamp": "2021-01-31T22:43:26Z" + }, + { + "version": "7.2101.3117.2907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3117.2907.zip", + "checksum": "35e411fe8954f8a673e082658378ccce", + "timestamp": "2021-01-31T17:29:15Z" + }, + { + "version": "7.2101.3117.0130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3117.0130.zip", + "checksum": "a71fc4ddb875ea40135da9cd6578ce15", + "timestamp": "2021-01-31T17:01:38Z" + }, + { + "version": "7.2101.3112.1808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3112.1808.zip", + "checksum": "d6ec18289443f3496b37567cfbb1375e", + "timestamp": "2021-01-31T12:18:15Z" + }, + { + "version": "7.2101.3022.1958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3022.1958.zip", + "checksum": "0e662f75f3331a09f719139864911700", + "timestamp": "2021-01-30T22:20:06Z" + }, + { + "version": "7.2101.3008.1919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3008.1919.zip", + "checksum": "82e2dbea67778bf997199bf71d2b77c6", + "timestamp": "2021-01-30T08:19:27Z" + }, + { + "version": "7.2101.3007.5039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.3007.5039.zip", + "checksum": "a23c535dfe279a3ab0b586dea152b64a", + "timestamp": "2021-01-30T07:50:48Z" + }, + { + "version": "7.2101.2906.5747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2906.5747.zip", + "checksum": "1ce244e91bbf94a8cb3bb15041b8ce5d", + "timestamp": "2021-01-29T06:57:55Z" + }, + { + "version": "7.2101.2801.0651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2801.0651.zip", + "checksum": "397280e9f4bb266767c9f978d81b72ee", + "timestamp": "2021-01-28T01:07:00Z" + }, + { + "version": "7.2101.2718.1152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2718.1152.zip", + "checksum": "61a8a77eb4bff3dd22ffa7feb1560fdb", + "timestamp": "2021-01-27T18:12:00Z" + }, + { + "version": "7.2101.2715.3103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2715.3103.zip", + "checksum": "7cf0dc121f9e2ef9a5b7c2734f638852", + "timestamp": "2021-01-27T15:31:11Z" + }, + { + "version": "7.2101.2708.0436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2708.0436.zip", + "checksum": "1cc31233b0cfe3ee9c4a531350caae94", + "timestamp": "2021-01-27T08:04:44Z" + }, + { + "version": "7.2101.2618.3645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2618.3645.zip", + "checksum": "1b271d95fcb25719645b19d3fb51c4b3", + "timestamp": "2021-01-26T18:36:53Z" + }, + { + "version": "7.2101.2618.0751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2618.0751.zip", + "checksum": "e0cf2013994fedcc4cf017b4c4f4f6ce", + "timestamp": "2021-01-26T18:07:59Z" + }, + { + "version": "7.2101.2617.1125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2617.1125.zip", + "checksum": "a57316765d067f9efa63a79d6c7ce054", + "timestamp": "2021-01-26T17:11:33Z" + }, + { + "version": "7.2101.2611.3730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2611.3730.zip", + "checksum": "956c1b2fda9b6d4030b439693f3f59dd", + "timestamp": "2021-01-26T11:37:38Z" + }, + { + "version": "7.2101.2521.3534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2521.3534.zip", + "checksum": "80f61bdfd771f516ffad8d0d944adc5b", + "timestamp": "2021-01-25T21:35:42Z" + }, + { + "version": "7.2101.2519.5339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2519.5339.zip", + "checksum": "1394f6fcba7c58dbc253cde0ab228ef7", + "timestamp": "2021-01-25T19:53:47Z" + }, + { + "version": "7.2101.2518.5505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2518.5505.zip", + "checksum": "c96629ce186281b559d72d0b0c0f3eca", + "timestamp": "2021-01-25T18:55:13Z" + }, + { + "version": "7.2101.2517.5524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2517.5524.zip", + "checksum": "bacdabfaea70518444bc986921f90bf6", + "timestamp": "2021-01-25T17:55:32Z" + }, + { + "version": "7.2101.2516.2729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2516.2729.zip", + "checksum": "b9a8b2890e9c6a757a0d3b715bca54ba", + "timestamp": "2021-01-25T16:27:37Z" + }, + { + "version": "7.2101.2515.1917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2515.1917.zip", + "checksum": "8ca7e2b92e4355a2a06a7763afd4fdfe", + "timestamp": "2021-01-25T15:19:26Z" + }, + { + "version": "7.2101.2513.0625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2513.0625.zip", + "checksum": "4158a4b66a960f180eb7d516216c8dc0", + "timestamp": "2021-01-25T13:06:33Z" + }, + { + "version": "7.2101.2512.2434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2512.2434.zip", + "checksum": "62115bbca78e0bf5f2d9d01fa3cce737", + "timestamp": "2021-01-25T12:24:42Z" + }, + { + "version": "7.2101.2511.3439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2511.3439.zip", + "checksum": "53a5d0cd435fd6d9272c4e506d0ad2e4", + "timestamp": "2021-01-25T11:34:47Z" + }, + { + "version": "7.2101.2504.2934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2504.2934.zip", + "checksum": "57d6775c1150f6f9c40350006e55dbe5", + "timestamp": "2021-01-25T04:29:43Z" + }, + { + "version": "7.2101.2420.0938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2420.0938.zip", + "checksum": "e6bf826fc28f251363285989652f41ce", + "timestamp": "2021-01-24T20:09:46Z" + }, + { + "version": "7.2101.2419.3949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2419.3949.zip", + "checksum": "90617659ab1b8b5aff53e9913daf4dd4", + "timestamp": "2021-01-24T19:39:57Z" + }, + { + "version": "7.2101.2418.3117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2418.3117.zip", + "checksum": "635fd0eec3a05cda5798098282d7035b", + "timestamp": "2021-01-24T18:31:25Z" + }, + { + "version": "7.2101.2413.3920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2413.3920.zip", + "checksum": "37e276b13d1e49e01cb8555f829e9369", + "timestamp": "2021-01-24T13:39:27Z" + }, + { + "version": "7.2101.2410.4147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2410.4147.zip", + "checksum": "ef0097bef8c563648e76802c89873da0", + "timestamp": "2021-01-24T10:41:55Z" + }, + { + "version": "7.2101.2400.2552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2400.2552.zip", + "checksum": "dadc003b56a3b9a37f4e10002b84ac8b", + "timestamp": "2021-01-24T00:25:59Z" + }, + { + "version": "7.2101.2323.5837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2323.5837.zip", + "checksum": "909d59387753c1c729a11ab8ae0eff63", + "timestamp": "2021-01-23T23:58:46Z" + }, + { + "version": "7.2101.2323.2754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2323.2754.zip", + "checksum": "30bcbd98d48903e4f4320962c06ac7e3", + "timestamp": "2021-01-23T23:28:03Z" + }, + { + "version": "7.2101.2321.0458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2321.0458.zip", + "checksum": "f37121cf055240889e4cb51559a0f9e2", + "timestamp": "2021-01-23T21:05:06Z" + }, + { + "version": "7.2101.2320.3528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2320.3528.zip", + "checksum": "8640a4bab49825c7c44376d0bd2c2892", + "timestamp": "2021-01-23T20:35:36Z" + }, + { + "version": "7.2101.2320.0615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2320.0615.zip", + "checksum": "f4cac5ee0c5527f2ae828c6e13d187f8", + "timestamp": "2021-01-23T20:06:23Z" + }, + { + "version": "7.2101.2314.3956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2314.3956.zip", + "checksum": "8e55ce0c4ace77a51dd99a1714639934", + "timestamp": "2021-01-23T14:40:04Z" + }, + { + "version": "7.2101.2314.1058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2314.1058.zip", + "checksum": "4d4229dd2d69e18f20a2b3beaad1c520", + "timestamp": "2021-01-23T14:11:06Z" + }, + { + "version": "7.2101.2313.2113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2313.2113.zip", + "checksum": "6ea7925f2f4274c8ea9eb71896be58c4", + "timestamp": "2021-01-23T13:21:21Z" + }, + { + "version": "7.2101.2223.2335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2223.2335.zip", + "checksum": "0f2dbb86f9dd9c508334137cdcc75986", + "timestamp": "2021-01-22T23:23:44Z" + }, + { + "version": "7.2101.2222.5528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2222.5528.zip", + "checksum": "c28c1761065833c83b2fd2cdddfe1dc8", + "timestamp": "2021-01-22T22:55:36Z" + }, + { + "version": "7.2101.2218.0415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2218.0415.zip", + "checksum": "e23b1ecf510993473d34c1905ca52874", + "timestamp": "2021-01-22T18:04:22Z" + }, + { + "version": "7.2101.2210.2143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2210.2143.zip", + "checksum": "58b4378f61d59d4cf16561b80ccc1948", + "timestamp": "2021-01-22T10:21:51Z" + }, + { + "version": "7.2101.2208.1148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2208.1148.zip", + "checksum": "bc70bb4658e3b3995c8e2b56bd59b45e", + "timestamp": "2021-01-22T08:11:56Z" + }, + { + "version": "7.2101.2201.2141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2201.2141.zip", + "checksum": "27ec696daf9fa9ea09ab95a32b3de39f", + "timestamp": "2021-01-22T01:21:49Z" + }, + { + "version": "7.2101.2200.5357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2200.5357.zip", + "checksum": "4734dc961aae1509f76959d7db5c62df", + "timestamp": "2021-01-22T00:54:05Z" + }, + { + "version": "7.2101.2200.2422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2200.2422.zip", + "checksum": "8e595bf6230aa281de2fd8a04d767137", + "timestamp": "2021-01-22T00:24:31Z" + }, + { + "version": "7.2101.2121.3631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2121.3631.zip", + "checksum": "7bda5c50012990df3aab6c395d6c3f28", + "timestamp": "2021-01-21T21:36:39Z" + }, + { + "version": "7.2101.2121.0849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2121.0849.zip", + "checksum": "751f6717ff06ba594d97816002ac47c2", + "timestamp": "2021-01-21T21:08:58Z" + }, + { + "version": "7.2101.2120.3736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2120.3736.zip", + "checksum": "84823137669736661f00329ac2459123", + "timestamp": "2021-01-21T20:37:45Z" + }, + { + "version": "7.2101.2120.0813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2120.0813.zip", + "checksum": "1af3a9c53a53fd494bd6f3de83d39dab", + "timestamp": "2021-01-21T20:08:21Z" + }, + { + "version": "7.2101.2118.3312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2118.3312.zip", + "checksum": "def5c2402704331b4ecbe13829d89e23", + "timestamp": "2021-01-21T18:33:21Z" + }, + { + "version": "7.2101.2118.0421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2118.0421.zip", + "checksum": "9b10b4e4f512aa7bf7a0499ccfbc9219", + "timestamp": "2021-01-21T18:04:29Z" + }, + { + "version": "7.2101.2100.3419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2100.3419.zip", + "checksum": "85c6bd64f3b439901b46123ab8f12528", + "timestamp": "2021-01-21T00:34:28Z" + }, + { + "version": "7.2101.2100.0450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2100.0450.zip", + "checksum": "a32cb3aebc4ca35c824503e9ff578fc0", + "timestamp": "2021-01-21T00:04:58Z" + }, + { + "version": "7.2101.2023.3624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2023.3624.zip", + "checksum": "91ebd8e14c9bfe31498f7ac660a95c89", + "timestamp": "2021-01-20T23:36:32Z" + }, + { + "version": "7.2101.2018.2534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2018.2534.zip", + "checksum": "d4341c5050c335ebbf3afb2942dedddf", + "timestamp": "2021-01-20T18:25:42Z" + }, + { + "version": "7.2101.2017.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2017.3517.zip", + "checksum": "84a3e9625010b3ac271bbfe47e04272d", + "timestamp": "2021-01-20T17:35:25Z" + }, + { + "version": "7.2101.2013.0126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2013.0126.zip", + "checksum": "11e90ced3f4b0d0308fc92442b641d40", + "timestamp": "2021-01-20T13:01:34Z" + }, + { + "version": "7.2101.2012.0452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2012.0452.zip", + "checksum": "5e6dce6b65defc745d978924f43e8262", + "timestamp": "2021-01-20T12:05:01Z" + }, + { + "version": "7.2101.2010.4135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2010.4135.zip", + "checksum": "f29f7df96a7fa89ed54a35fb6557a06f", + "timestamp": "2021-01-20T10:41:43Z" + }, + { + "version": "7.2101.2010.1343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2010.1343.zip", + "checksum": "1671b8ff9ce8d88104743cfe88bca8a8", + "timestamp": "2021-01-20T10:13:52Z" + }, + { + "version": "7.2101.2007.0959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.2007.0959.zip", + "checksum": "fb573ba5f9f96b41ead1590e285444a3", + "timestamp": "2021-01-20T07:10:07Z" + }, + { + "version": "7.2101.1920.2311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1920.2311.zip", + "checksum": "2750fd991d81be0c93e587fcf7b26037", + "timestamp": "2021-01-19T20:23:19Z" + }, + { + "version": "7.2101.1919.4403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1919.4403.zip", + "checksum": "d5ddcb3e4ccb95ef9e7add4485f42f0b", + "timestamp": "2021-01-19T19:44:11Z" + }, + { + "version": "7.2101.1917.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1917.5143.zip", + "checksum": "95af692055299cf60de159f908c19139", + "timestamp": "2021-01-19T17:51:52Z" + }, + { + "version": "7.2101.1815.4547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1815.4547.zip", + "checksum": "4851e241e9a6f62ce0f5440961016857", + "timestamp": "2021-01-18T15:45:56Z" + }, + { + "version": "7.2101.1815.1719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1815.1719.zip", + "checksum": "c9be586c5098fb2ad279917d10075af3", + "timestamp": "2021-01-18T15:17:27Z" + }, + { + "version": "7.2101.1813.5625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1813.5625.zip", + "checksum": "25e5e43f9dce197fe836ceacfd49ac92", + "timestamp": "2021-01-18T13:56:33Z" + }, + { + "version": "7.2101.1800.5510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1800.5510.zip", + "checksum": "60d84d810f53cfb4ebc344fc02078bbf", + "timestamp": "2021-01-18T00:55:18Z" + }, + { + "version": "7.2101.1720.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1720.2915.zip", + "checksum": "a0f3ea7167ae1594b62e773de4bdcd83", + "timestamp": "2021-01-17T20:29:23Z" + }, + { + "version": "7.2101.1717.0738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1717.0738.zip", + "checksum": "bc1678a4f34fc409e0a0c746dbdf8870", + "timestamp": "2021-01-17T17:07:46Z" + }, + { + "version": "7.2101.1716.3847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1716.3847.zip", + "checksum": "52e8c0ca8d3271b89b183accb43f5a2b", + "timestamp": "2021-01-17T16:38:55Z" + }, + { + "version": "7.2101.1715.4914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1715.4914.zip", + "checksum": "107da4e59965559b748dd3bbd9478cc4", + "timestamp": "2021-01-17T15:49:22Z" + }, + { + "version": "7.2101.1715.2029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1715.2029.zip", + "checksum": "b8571c92314fa9c94a1c9ec67b3ca280", + "timestamp": "2021-01-17T15:20:37Z" + }, + { + "version": "7.2101.1714.1834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1714.1834.zip", + "checksum": "131674393c84cfcdfa3460a706f1a2f7", + "timestamp": "2021-01-17T14:18:43Z" + }, + { + "version": "7.2101.1706.3347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1706.3347.zip", + "checksum": "318cb7f3d549b91c3127e1149691fb5b", + "timestamp": "2021-01-17T06:33:55Z" + }, + { + "version": "7.2101.1700.2942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1700.2942.zip", + "checksum": "b268ae59c73047ccd4a825353100584b", + "timestamp": "2021-01-17T00:29:50Z" + }, + { + "version": "7.2101.1621.5617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1621.5617.zip", + "checksum": "f092c919894c80fdcf63bad752144204", + "timestamp": "2021-01-16T21:56:25Z" + }, + { + "version": "7.2101.1619.2334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1619.2334.zip", + "checksum": "10341665ca2f73bc8fa2093343e08af7", + "timestamp": "2021-01-16T19:23:42Z" + }, + { + "version": "7.2101.1618.5427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1618.5427.zip", + "checksum": "dd235014d81493b1c42b1ca4bb1a8c5f", + "timestamp": "2021-01-16T18:54:34Z" + }, + { + "version": "7.2101.1612.0933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1612.0933.zip", + "checksum": "de1e1e97cc73cb07ee05fe6c232490a2", + "timestamp": "2021-01-16T12:09:42Z" + }, + { + "version": "7.2101.1610.5150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1610.5150.zip", + "checksum": "766e21230c7f5952d49c7bc4e16a70ab", + "timestamp": "2021-01-16T10:51:58Z" + }, + { + "version": "7.2101.1522.4201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1522.4201.zip", + "checksum": "2fe703909e7ef10e6bfa760631e030b2", + "timestamp": "2021-01-15T22:42:11Z" + }, + { + "version": "7.2101.1418.0948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1418.0948.zip", + "checksum": "eecc94e3c635cebc61b28e4e900866e7", + "timestamp": "2021-01-14T18:09:56Z" + }, + { + "version": "7.2101.1323.4348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1323.4348.zip", + "checksum": "44af83e997b6bc9da43fffe2403a8da5", + "timestamp": "2021-01-13T23:43:56Z" + }, + { + "version": "7.2101.1320.3628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1320.3628.zip", + "checksum": "d9901c2de79126e6c3f6311c864db503", + "timestamp": "2021-01-13T20:36:37Z" + }, + { + "version": "7.2101.1320.0757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1320.0757.zip", + "checksum": "a460c386a4371993e07214cb8899de24", + "timestamp": "2021-01-13T20:08:04Z" + }, + { + "version": "7.2101.1318.4957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1318.4957.zip", + "checksum": "fd9df01dd4097ed22928284d55d224da", + "timestamp": "2021-01-13T18:50:05Z" + }, + { + "version": "7.2101.1316.4520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1316.4520.zip", + "checksum": "ae8f0ea9daedbd1c92469cb26fac8548", + "timestamp": "2021-01-13T16:45:28Z" + }, + { + "version": "7.2101.1308.5807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1308.5807.zip", + "checksum": "850a58bf4bd90cd71b3e29b8eebc43b0", + "timestamp": "2021-01-13T08:58:16Z" + }, + { + "version": "7.2101.1308.3006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1308.3006.zip", + "checksum": "4d19e4c4fd42c68520ee23f7a9578a61", + "timestamp": "2021-01-13T08:30:14Z" + }, + { + "version": "7.2101.1307.0156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1307.0156.zip", + "checksum": "935e6e0a127d09d05ccb0ad89a976e5e", + "timestamp": "2021-01-13T07:02:05Z" + }, + { + "version": "7.2101.1222.3025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1222.3025.zip", + "checksum": "fa72b984f27f71674442329ffc1d3223", + "timestamp": "2021-01-12T22:30:34Z" + }, + { + "version": "7.2101.1222.0234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1222.0234.zip", + "checksum": "f712d75d64b7a8fda2b7ae84ab2cd49d", + "timestamp": "2021-01-12T22:02:43Z" + }, + { + "version": "7.2101.1215.4209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1215.4209.zip", + "checksum": "eefc666b3bad9b962e18426130bbf371", + "timestamp": "2021-01-12T15:42:19Z" + }, + { + "version": "7.2101.1119.1504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1119.1504.zip", + "checksum": "2297c43b3c051859ee2b42e1a237cf1f", + "timestamp": "2021-01-11T19:15:12Z" + }, + { + "version": "7.2101.1115.5536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1115.5536.zip", + "checksum": "47aca3f51765ea8983da86cf41138257", + "timestamp": "2021-01-11T15:55:44Z" + }, + { + "version": "7.2101.1114.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1114.5421.zip", + "checksum": "cf894ed50737516c530cc51326293037", + "timestamp": "2021-01-11T14:54:29Z" + }, + { + "version": "7.2101.1114.2603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1114.2603.zip", + "checksum": "75a6524df3a3cc85793aea20efccfca2", + "timestamp": "2021-01-11T14:26:10Z" + }, + { + "version": "7.2101.1020.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1020.1247.zip", + "checksum": "6a5c2e9dfb0d9fcb4c3844dab1b28e97", + "timestamp": "2021-01-10T20:12:55Z" + }, + { + "version": "7.2101.1015.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1015.4259.zip", + "checksum": "f4a9a3053e29354f4a4dfe469d2485ec", + "timestamp": "2021-01-10T15:43:07Z" + }, + { + "version": "7.2101.1011.3050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1011.3050.zip", + "checksum": "26e1c24d1263d323aac0e8bcef682bec", + "timestamp": "2021-01-10T11:30:58Z" + }, + { + "version": "7.2101.1011.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1011.0059.zip", + "checksum": "c7a5607da7a08870fdb6147439bd868f", + "timestamp": "2021-01-10T11:01:07Z" + }, + { + "version": "7.2101.1010.0021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.1010.0021.zip", + "checksum": "28a7e055aa9253ba33ac7fb90fadf826", + "timestamp": "2021-01-10T10:00:29Z" + }, + { + "version": "7.2101.0920.1016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0920.1016.zip", + "checksum": "31c9ee6b6069d3c1b1d6261ac693dc25", + "timestamp": "2021-01-09T20:10:24Z" + }, + { + "version": "7.2101.0919.0133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0919.0133.zip", + "checksum": "32087d266bb50a3b1c162030cc3d94e2", + "timestamp": "2021-01-09T19:01:40Z" + }, + { + "version": "7.2101.0918.2648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0918.2648.zip", + "checksum": "14dbe69bc9c50669629ab76a14ea0cdd", + "timestamp": "2021-01-09T18:26:56Z" + }, + { + "version": "7.2101.0917.0411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0917.0411.zip", + "checksum": "4b899dac354c6c8f91065898665a2799", + "timestamp": "2021-01-09T17:04:19Z" + }, + { + "version": "7.2101.0915.5001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0915.5001.zip", + "checksum": "1a89e54a29d79d38978dda73a60e5834", + "timestamp": "2021-01-09T15:50:09Z" + }, + { + "version": "7.2101.0914.2917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0914.2917.zip", + "checksum": "618d5d485f4ca669aad941ee9b801cad", + "timestamp": "2021-01-09T14:29:25Z" + }, + { + "version": "7.2101.0900.0952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0900.0952.zip", + "checksum": "59948c45510407e6916fd9b560a79802", + "timestamp": "2021-01-09T00:10:00Z" + }, + { + "version": "7.2101.0821.2829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0821.2829.zip", + "checksum": "94d3827a19e749c83ff49d114fc42273", + "timestamp": "2021-01-08T21:28:38Z" + }, + { + "version": "7.2101.0820.5843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0820.5843.zip", + "checksum": "9b88adc25d544d9626d22a59c637f194", + "timestamp": "2021-01-08T20:58:51Z" + }, + { + "version": "7.2101.0820.2938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0820.2938.zip", + "checksum": "035d73780658c6db78f2573794f076da", + "timestamp": "2021-01-08T20:29:46Z" + }, + { + "version": "7.2101.0814.1425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0814.1425.zip", + "checksum": "85510b4b1bec6163257cea8d4f3eb423", + "timestamp": "2021-01-08T14:14:34Z" + }, + { + "version": "7.2101.0813.1545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0813.1545.zip", + "checksum": "52eb61f0c45214b26616e68733117a44", + "timestamp": "2021-01-08T13:15:53Z" + }, + { + "version": "7.2101.0800.4030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0800.4030.zip", + "checksum": "2b217336d59cd70a7fb6e870883f75b9", + "timestamp": "2021-01-08T00:40:38Z" + }, + { + "version": "7.2101.0722.1211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0722.1211.zip", + "checksum": "b52d46f1f22c97798743db02d67f191a", + "timestamp": "2021-01-07T22:12:26Z" + }, + { + "version": "7.2101.0716.4258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0716.4258.zip", + "checksum": "31656fde53e04015afc641f1030422bc", + "timestamp": "2021-01-07T16:43:06Z" + }, + { + "version": "7.2101.0716.1451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0716.1451.zip", + "checksum": "3c14e752e7adcaa33a7c88780bb37d4e", + "timestamp": "2021-01-07T16:14:59Z" + }, + { + "version": "7.2101.0715.3702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0715.3702.zip", + "checksum": "496cd93cbb1ebd1c4877265db552ab23", + "timestamp": "2021-01-07T15:37:11Z" + }, + { + "version": "7.2101.0715.0924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0715.0924.zip", + "checksum": "27d923c70d53d7d28d25c72a29dff3da", + "timestamp": "2021-01-07T15:09:32Z" + }, + { + "version": "7.2101.0710.3044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0710.3044.zip", + "checksum": "fb67d1a1ec772b27669f788cb9751dc2", + "timestamp": "2021-01-07T10:30:52Z" + }, + { + "version": "7.2101.0710.0042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0710.0042.zip", + "checksum": "543e0e8d8e3f7e6497b90e74f9c9c8f3", + "timestamp": "2021-01-07T10:00:51Z" + }, + { + "version": "7.2101.0709.2944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0709.2944.zip", + "checksum": "1bb4b07a1776f69dba834ea1adacae52", + "timestamp": "2021-01-07T09:29:52Z" + }, + { + "version": "7.2101.0619.5541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0619.5541.zip", + "checksum": "fe022c7677f2b83c8e3bf0dbaaab5ff1", + "timestamp": "2021-01-06T19:55:49Z" + }, + { + "version": "7.2101.0617.2411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0617.2411.zip", + "checksum": "fca530302cb9b1ca0502f84cc0145a8c", + "timestamp": "2021-01-06T17:24:20Z" + }, + { + "version": "7.2101.0604.3648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0604.3648.zip", + "checksum": "61c6f160020a58739885c1e11e1835e0", + "timestamp": "2021-01-06T04:36:56Z" + }, + { + "version": "7.2101.0522.3125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0522.3125.zip", + "checksum": "59173fdab24c42381a0b87f66506d19a", + "timestamp": "2021-01-05T22:31:34Z" + }, + { + "version": "7.2101.0519.5123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0519.5123.zip", + "checksum": "3c4ba83c03c188055be492961f1069c3", + "timestamp": "2021-01-05T19:51:31Z" + }, + { + "version": "7.2101.0517.5448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0517.5448.zip", + "checksum": "e2a174467f420b1d239b9d527b79737b", + "timestamp": "2021-01-05T17:54:55Z" + }, + { + "version": "7.2101.0517.2613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0517.2613.zip", + "checksum": "5c81a1e8578329fdf1797f12780c86b1", + "timestamp": "2021-01-05T17:26:22Z" + }, + { + "version": "7.2101.0511.4332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0511.4332.zip", + "checksum": "ac8f6161c1770715250fc2506f6105a0", + "timestamp": "2021-01-05T11:43:41Z" + }, + { + "version": "7.2101.0419.4347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0419.4347.zip", + "checksum": "7c3fda098090db3e9e8d3c92d4255133", + "timestamp": "2021-01-04T19:43:55Z" + }, + { + "version": "7.2101.0417.3203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0417.3203.zip", + "checksum": "b0947b6e682c86984b8c0e53ef62352f", + "timestamp": "2021-01-04T17:32:10Z" + }, + { + "version": "7.2101.0415.1924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0415.1924.zip", + "checksum": "0dffed1df47bc56f673f1544c2bc0ff9", + "timestamp": "2021-01-04T15:19:33Z" + }, + { + "version": "7.2101.0414.5058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0414.5058.zip", + "checksum": "affb1836ccda4cc28c733d59f5752bb5", + "timestamp": "2021-01-04T14:51:07Z" + }, + { + "version": "7.2101.0412.4650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0412.4650.zip", + "checksum": "be12efd460b2c3fc4414656b88f3ed1b", + "timestamp": "2021-01-04T12:46:58Z" + }, + { + "version": "7.2101.0412.2013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0412.2013.zip", + "checksum": "60b2ece6d3e2743fcd5c6d467e065609", + "timestamp": "2021-01-04T12:20:22Z" + }, + { + "version": "7.2101.0411.5322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0411.5322.zip", + "checksum": "a2a2326fe411838bc83546fbc9447295", + "timestamp": "2021-01-04T11:53:30Z" + }, + { + "version": "7.2101.0411.2316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0411.2316.zip", + "checksum": "ff296aa811163f7329922a38e57bad77", + "timestamp": "2021-01-04T11:23:29Z" + }, + { + "version": "7.2101.0317.5051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0317.5051.zip", + "checksum": "d4b2c3f94fe62b0c406f9420ea54be79", + "timestamp": "2021-01-03T17:50:59Z" + }, + { + "version": "7.2101.0317.0628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0317.0628.zip", + "checksum": "84c2a7606a30ba444b71a12335120b83", + "timestamp": "2021-01-03T17:06:37Z" + }, + { + "version": "7.2101.0311.2501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0311.2501.zip", + "checksum": "6f2122b4d5850a8660c5a77ec478bf10", + "timestamp": "2021-01-03T11:25:09Z" + }, + { + "version": "7.2101.0302.3745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0302.3745.zip", + "checksum": "6af2466d72b2fc1eddfa9cf727145a5d", + "timestamp": "2021-01-03T02:37:53Z" + }, + { + "version": "7.2101.0220.5254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0220.5254.zip", + "checksum": "1a8f0e77195bfdf3f194dcd6517b9e5e", + "timestamp": "2021-01-02T20:53:02Z" + }, + { + "version": "7.2101.0219.4215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0219.4215.zip", + "checksum": "15e2e92d75b4a7cab3d1c13eb4e25372", + "timestamp": "2021-01-02T19:42:24Z" + }, + { + "version": "7.2101.0218.4905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0218.4905.zip", + "checksum": "32853c266aa08fb81009550df5e6c105", + "timestamp": "2021-01-02T18:49:14Z" + }, + { + "version": "7.2101.0213.0131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0213.0131.zip", + "checksum": "2f0e0a1865976c818501abd45cced9ad", + "timestamp": "2021-01-02T13:01:38Z" + }, + { + "version": "7.2101.0211.2745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0211.2745.zip", + "checksum": "c84fbe0960a665c3af2b52f3576a15b6", + "timestamp": "2021-01-02T11:27:53Z" + }, + { + "version": "7.2101.0210.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0210.2547.zip", + "checksum": "71919fe491ef40fc2bda335b04b73cab", + "timestamp": "2021-01-02T10:25:56Z" + }, + { + "version": "7.2101.0207.1027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0207.1027.zip", + "checksum": "ded38521aca26ad3d776275d7d8fd1ac", + "timestamp": "2021-01-02T07:10:35Z" + }, + { + "version": "7.2101.0119.0027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0119.0027.zip", + "checksum": "524c33b60412fd7bd52824e79af9a110", + "timestamp": "2021-01-01T19:00:35Z" + }, + { + "version": "7.2101.0118.1422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0118.1422.zip", + "checksum": "96fbf93d0611e4bb92ca78a676bc6baa", + "timestamp": "2021-01-01T18:14:30Z" + }, + { + "version": "7.2101.0117.4709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_7.2101.0117.4709.zip", + "checksum": "bc6c5f80160f2fd92723d4fe7706ea24", + "timestamp": "2021-01-01T17:47:17Z" + }, + { + "version": "6.2101.0117.1142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2101.0117.1142.zip", + "checksum": "1941e58050153eba973fcb818fc4bd0b", + "timestamp": "2021-01-01T17:11:51Z" + }, + { + "version": "6.2101.0111.4850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2101.0111.4850.zip", + "checksum": "65c29555e7a4fded5eb61246ec3e3fa0", + "timestamp": "2021-01-01T11:48:58Z" + }, + { + "version": "6.2101.0100.4304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2101.0100.4304.zip", + "checksum": "9fcb489fd989db5d2a08f0a6d4a27bf2", + "timestamp": "2021-01-01T00:43:12Z" + }, + { + "version": "6.2101.0100.1545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2101.0100.1545.zip", + "checksum": "f7f9549c36943109bfb9d247913547a8", + "timestamp": "2021-01-01T00:15:53Z" + }, + { + "version": "6.2012.3122.5710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3122.5710.zip", + "checksum": "75e2380a7f6b6838593e70c2fb8bac7d", + "timestamp": "2020-12-31T22:57:19Z" + }, + { + "version": "6.2012.3122.3025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3122.3025.zip", + "checksum": "d8f4549e188fbb07db00974b653dd6b8", + "timestamp": "2020-12-31T22:30:34Z" + }, + { + "version": "6.2012.3115.0338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3115.0338.zip", + "checksum": "8f2f7c5f9f054f5974b87bc5cf68d89c", + "timestamp": "2020-12-31T15:03:45Z" + }, + { + "version": "6.2012.3114.3617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3114.3617.zip", + "checksum": "4871d1d7590a47b189fc492f72c0dfc0", + "timestamp": "2020-12-31T14:36:25Z" + }, + { + "version": "6.2012.3113.4146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3113.4146.zip", + "checksum": "9f9e7a0d51063075adcd3c1606fd270f", + "timestamp": "2020-12-31T13:41:54Z" + }, + { + "version": "6.2012.3111.3431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3111.3431.zip", + "checksum": "d96c4a2de2adc6b53680be96530aad46", + "timestamp": "2020-12-31T11:34:38Z" + }, + { + "version": "6.2012.3107.3440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3107.3440.zip", + "checksum": "2a6e49ecb41bff8613f4ee737406ba70", + "timestamp": "2020-12-31T07:34:48Z" + }, + { + "version": "6.2012.3107.0652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3107.0652.zip", + "checksum": "c5b09f366d13b6de1f0757343eb46251", + "timestamp": "2020-12-31T07:06:59Z" + }, + { + "version": "6.2012.3101.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3101.5135.zip", + "checksum": "99766ec03b763a3084f78f34301996b1", + "timestamp": "2020-12-31T01:51:43Z" + }, + { + "version": "6.2012.3101.2339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3101.2339.zip", + "checksum": "f9d045ee2d3a8da694fe404a4296181b", + "timestamp": "2020-12-31T01:23:46Z" + }, + { + "version": "6.2012.3100.4258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3100.4258.zip", + "checksum": "fc5618418b7ed3d7fbf9f43084d3de55", + "timestamp": "2020-12-31T00:43:06Z" + }, + { + "version": "6.2012.3022.2713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3022.2713.zip", + "checksum": "15d9fdb3ffce443ce53dc2141ddfba38", + "timestamp": "2020-12-30T22:27:22Z" + }, + { + "version": "6.2012.3022.0034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3022.0034.zip", + "checksum": "67a5a2881fd4b75835d3b31d230901fb", + "timestamp": "2020-12-30T22:00:42Z" + }, + { + "version": "6.2012.3021.3400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3021.3400.zip", + "checksum": "7a64c00ca5b67bcd0f8b531c49c41803", + "timestamp": "2020-12-30T21:34:09Z" + }, + { + "version": "6.2012.3017.5602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3017.5602.zip", + "checksum": "0fe9a9d9b9db4409bd850addd1cdac71", + "timestamp": "2020-12-30T17:56:10Z" + }, + { + "version": "6.2012.3010.0607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.3010.0607.zip", + "checksum": "4f058e11cc5df717912110940e09ea1a", + "timestamp": "2020-12-30T10:06:16Z" + }, + { + "version": "6.2012.2917.2838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2917.2838.zip", + "checksum": "6dc6bd18af5416d7c55a513f2ab144d3", + "timestamp": "2020-12-29T17:28:46Z" + }, + { + "version": "6.2012.2917.0234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2917.0234.zip", + "checksum": "ab7675528a95a040dfd93606e185e2b6", + "timestamp": "2020-12-29T17:02:41Z" + }, + { + "version": "6.2012.2906.2708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2906.2708.zip", + "checksum": "d75749d4b986988e120591d82d358b44", + "timestamp": "2020-12-29T06:27:17Z" + }, + { + "version": "6.2012.2821.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2821.2219.zip", + "checksum": "426ef7515e839ce90730b2e9940cf61d", + "timestamp": "2020-12-28T21:22:27Z" + }, + { + "version": "6.2012.2820.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2820.5547.zip", + "checksum": "ce1fb30d7f4ff3ad39df4095f57fc1da", + "timestamp": "2020-12-28T20:55:54Z" + }, + { + "version": "6.2012.2817.3211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2817.3211.zip", + "checksum": "6953c56294bfd940cd9008fe7e5fa074", + "timestamp": "2020-12-28T17:32:18Z" + }, + { + "version": "6.2012.2816.0756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2816.0756.zip", + "checksum": "436cda918409b24650fa54b2f354db72", + "timestamp": "2020-12-28T16:08:04Z" + }, + { + "version": "6.2012.2815.4219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2815.4219.zip", + "checksum": "d1c1bce73178759420d81febeda2502d", + "timestamp": "2020-12-28T15:42:29Z" + }, + { + "version": "6.2012.2815.1439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2815.1439.zip", + "checksum": "6ada20217860725116402d9a60fb2759", + "timestamp": "2020-12-28T15:14:46Z" + }, + { + "version": "6.2012.2810.2947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2810.2947.zip", + "checksum": "cc779bd322357fea09d36e53e90e211d", + "timestamp": "2020-12-28T10:29:54Z" + }, + { + "version": "6.2012.2718.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2718.4137.zip", + "checksum": "44105de18d42489db1144346e66d576b", + "timestamp": "2020-12-27T18:41:46Z" + }, + { + "version": "6.2012.2713.5341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2713.5341.zip", + "checksum": "136c893ba7415b113b3c15cac654efb0", + "timestamp": "2020-12-27T13:53:49Z" + }, + { + "version": "6.2012.2520.0540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2520.0540.zip", + "checksum": "1010654dae6c114f0678709f31baa375", + "timestamp": "2020-12-25T20:05:48Z" + }, + { + "version": "6.2012.2515.4953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2515.4953.zip", + "checksum": "4ef7038aafdcf1775733df9fa63006c5", + "timestamp": "2020-12-25T15:50:01Z" + }, + { + "version": "6.2012.2513.3848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2513.3848.zip", + "checksum": "bfa262e6e0a4dc45994491bf44481820", + "timestamp": "2020-12-25T13:38:56Z" + }, + { + "version": "6.2012.2420.1134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2420.1134.zip", + "checksum": "ee8c47821469045d310d3ee098e37f88", + "timestamp": "2020-12-24T20:11:41Z" + }, + { + "version": "6.2012.2418.1356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2418.1356.zip", + "checksum": "8608a0cbefb9ef92c81272fd75bca284", + "timestamp": "2020-12-24T18:14:04Z" + }, + { + "version": "6.2012.2410.2705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2410.2705.zip", + "checksum": "043cfd8c1224c8d22703fbe00b531f8f", + "timestamp": "2020-12-24T10:27:14Z" + }, + { + "version": "6.2012.2405.3751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2405.3751.zip", + "checksum": "cd616de085d5d17dc6c4321f381bba55", + "timestamp": "2020-12-24T05:37:59Z" + }, + { + "version": "6.2012.2319.1925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2319.1925.zip", + "checksum": "dc0f8bcd83f6af30ee9d8775c5b75b43", + "timestamp": "2020-12-23T19:19:33Z" + }, + { + "version": "6.2012.2305.0403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2305.0403.zip", + "checksum": "b1b24eaa6444c59931ed1f4f15abb7fe", + "timestamp": "2020-12-23T05:04:11Z" + }, + { + "version": "6.2012.2304.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2304.1615.zip", + "checksum": "443c4be099ae70d34e24b2245c496d38", + "timestamp": "2020-12-23T04:16:23Z" + }, + { + "version": "6.2012.2303.4719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2303.4719.zip", + "checksum": "42e0048b022973878f768c7d8d8cd065", + "timestamp": "2020-12-23T03:47:27Z" + }, + { + "version": "6.2012.2223.1552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2223.1552.zip", + "checksum": "14cbfc217954abe60970378a556ee2f1", + "timestamp": "2020-12-22T23:16:00Z" + }, + { + "version": "6.2012.2215.1659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2215.1659.zip", + "checksum": "c1748f483d4b93f778b1e0640972db5e", + "timestamp": "2020-12-22T15:17:07Z" + }, + { + "version": "6.2012.2212.4435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2212.4435.zip", + "checksum": "96bce42133f464241600ced7f8d90280", + "timestamp": "2020-12-22T12:44:42Z" + }, + { + "version": "6.2012.2123.0413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2123.0413.zip", + "checksum": "c6dc64e6a8967be94d4ed00b8583ba19", + "timestamp": "2020-12-21T23:04:21Z" + }, + { + "version": "6.2012.2122.3643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2122.3643.zip", + "checksum": "f627ba53d862b9fc7f487eb37206f463", + "timestamp": "2020-12-21T22:36:51Z" + }, + { + "version": "6.2012.2119.5338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2119.5338.zip", + "checksum": "36ce012c1208604e2fb824e371e6be1c", + "timestamp": "2020-12-21T19:53:45Z" + }, + { + "version": "6.2012.2119.2724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2119.2724.zip", + "checksum": "7750f28be53f5cdc91be7eda2a467846", + "timestamp": "2020-12-21T19:27:33Z" + }, + { + "version": "6.2012.2119.0107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2119.0107.zip", + "checksum": "7065eab856f3db201375f32ff7a216bd", + "timestamp": "2020-12-21T19:01:15Z" + }, + { + "version": "6.2012.2107.5059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2107.5059.zip", + "checksum": "c84ac6ab89b7c4caf32d4fa06dc9767e", + "timestamp": "2020-12-21T07:51:08Z" + }, + { + "version": "6.2012.2100.0958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2100.0958.zip", + "checksum": "e5e4fb152a4b369f07b8384a01c15fb3", + "timestamp": "2020-12-21T00:10:07Z" + }, + { + "version": "6.2012.2023.4057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2023.4057.zip", + "checksum": "92e9558d996fed477f44caa52511c053", + "timestamp": "2020-12-20T23:41:05Z" + }, + { + "version": "6.2012.2013.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2013.5104.zip", + "checksum": "d28dc97c3954a0495145ec94b74a80ec", + "timestamp": "2020-12-20T13:51:13Z" + }, + { + "version": "6.2012.2013.2129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2013.2129.zip", + "checksum": "0c96fe9c98c9ef6400c489b4da03a5f8", + "timestamp": "2020-12-20T13:21:36Z" + }, + { + "version": "6.2012.2009.4907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2009.4907.zip", + "checksum": "86fe1925023d6ecb7194780aea0a619f", + "timestamp": "2020-12-20T09:49:15Z" + }, + { + "version": "6.2012.2009.1944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2009.1944.zip", + "checksum": "e8bf937aa7e7338af83f63bdd623d8f5", + "timestamp": "2020-12-20T09:19:51Z" + }, + { + "version": "6.2012.2000.4442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.2000.4442.zip", + "checksum": "8b625898c0ba4c3d9a9b3262dbef4647", + "timestamp": "2020-12-20T00:44:50Z" + }, + { + "version": "6.2012.1919.4200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1919.4200.zip", + "checksum": "6c0ed57fd35637bfd675d445a1251dba", + "timestamp": "2020-12-19T19:42:11Z" + }, + { + "version": "6.2012.1821.0018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1821.0018.zip", + "checksum": "ea0cd735d000b635085e4a37b425c26a", + "timestamp": "2020-12-18T21:00:25Z" + }, + { + "version": "6.2012.1820.3341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1820.3341.zip", + "checksum": "293d7b5f6468c241968d143063b16b48", + "timestamp": "2020-12-18T20:33:49Z" + }, + { + "version": "6.2012.1813.1940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1813.1940.zip", + "checksum": "4101ea360b12c6c6558c8e4a8b00ac0e", + "timestamp": "2020-12-18T13:19:48Z" + }, + { + "version": "6.2012.1807.4303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1807.4303.zip", + "checksum": "41acfd7962de3e91a112d8f6efca580d", + "timestamp": "2020-12-18T07:43:11Z" + }, + { + "version": "6.2012.1722.4923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1722.4923.zip", + "checksum": "aeee9f587ba230606911186c48617d0f", + "timestamp": "2020-12-17T22:49:31Z" + }, + { + "version": "6.2012.1722.2239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1722.2239.zip", + "checksum": "df5fe5ed86d3506e20665745ff93e75a", + "timestamp": "2020-12-17T22:22:47Z" + }, + { + "version": "6.2012.1718.3506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1718.3506.zip", + "checksum": "f2d57c98d3e9906a7b343d6413c22422", + "timestamp": "2020-12-17T18:35:14Z" + }, + { + "version": "6.2012.1717.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1717.4407.zip", + "checksum": "e9641872b087fa95e82908b708a27cda", + "timestamp": "2020-12-17T17:44:15Z" + }, + { + "version": "6.2012.1717.1716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1717.1716.zip", + "checksum": "859e3d729c41579a43f22c728dc8ce9e", + "timestamp": "2020-12-17T17:17:25Z" + }, + { + "version": "6.2012.1711.1746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1711.1746.zip", + "checksum": "42f572726f1397bba5a52ab4b71aa132", + "timestamp": "2020-12-17T11:17:53Z" + }, + { + "version": "6.2012.1623.1508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1623.1508.zip", + "checksum": "d31d9339d7b0962d223f22441dab073a", + "timestamp": "2020-12-16T23:15:16Z" + }, + { + "version": "6.2012.1622.0836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1622.0836.zip", + "checksum": "5222613a8ba07f2cf17356c4324c3a9c", + "timestamp": "2020-12-16T22:08:44Z" + }, + { + "version": "6.2012.1621.4031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1621.4031.zip", + "checksum": "e50ec4771f7518f73627161b1868becf", + "timestamp": "2020-12-16T21:40:38Z" + }, + { + "version": "6.2012.1620.3112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1620.3112.zip", + "checksum": "8c56262f4ab149f1b2a1e638ba1ec4b7", + "timestamp": "2020-12-16T20:31:20Z" + }, + { + "version": "6.2012.1620.0341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1620.0341.zip", + "checksum": "868f04d9269866d5850ee7f012c1f297", + "timestamp": "2020-12-16T20:03:49Z" + }, + { + "version": "6.2012.1619.2502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1619.2502.zip", + "checksum": "d07ed276411d162894bd971cbdef948c", + "timestamp": "2020-12-16T19:25:09Z" + }, + { + "version": "6.2012.1616.5125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1616.5125.zip", + "checksum": "c9e9bd5210bb78723f67b057c0e9655e", + "timestamp": "2020-12-16T16:51:32Z" + }, + { + "version": "6.2012.1519.5524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1519.5524.zip", + "checksum": "6ef0431e1aac5d1ba8866211413d1fd7", + "timestamp": "2020-12-15T19:55:31Z" + }, + { + "version": "6.2012.1512.1542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1512.1542.zip", + "checksum": "dfab74ce32f94cde2ccee9bd8d3e98fd", + "timestamp": "2020-12-15T12:15:50Z" + }, + { + "version": "6.2012.1511.4730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1511.4730.zip", + "checksum": "904afb22a9c403fbd32b14a29951d23b", + "timestamp": "2020-12-15T11:47:38Z" + }, + { + "version": "6.2012.1508.3535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1508.3535.zip", + "checksum": "7dc9c53289a142d55e3a6cb0d438375a", + "timestamp": "2020-12-15T08:35:42Z" + }, + { + "version": "6.2012.1421.5012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1421.5012.zip", + "checksum": "d1540442056115ef6d6a81d610b1f9b5", + "timestamp": "2020-12-14T21:50:21Z" + }, + { + "version": "6.2012.1420.1541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1420.1541.zip", + "checksum": "225524749028e4648ae14d35946356d4", + "timestamp": "2020-12-14T20:15:48Z" + }, + { + "version": "6.2012.1417.2138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1417.2138.zip", + "checksum": "8e53c38cc2a98391c1b9e3b415ad2c3f", + "timestamp": "2020-12-14T17:21:46Z" + }, + { + "version": "6.2012.1416.3444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1416.3444.zip", + "checksum": "0f4d2aa068429a722636524d8a461eab", + "timestamp": "2020-12-14T16:34:52Z" + }, + { + "version": "6.2012.1416.0717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1416.0717.zip", + "checksum": "f26ba4cfac1968887dd85e232b7f9c93", + "timestamp": "2020-12-14T16:07:25Z" + }, + { + "version": "6.2012.1415.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1415.4005.zip", + "checksum": "61761231982f449612c2fe0fd0bfb1ef", + "timestamp": "2020-12-14T15:40:13Z" + }, + { + "version": "6.2012.1412.0211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1412.0211.zip", + "checksum": "bc7473109e33094ff0bdbfc6437521fe", + "timestamp": "2020-12-14T12:02:20Z" + }, + { + "version": "6.2012.1405.1617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1405.1617.zip", + "checksum": "a782748dc2e782cdfbb009aa9f333058", + "timestamp": "2020-12-14T05:16:25Z" + }, + { + "version": "6.2012.1404.1031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1404.1031.zip", + "checksum": "3b93722328f60219df5c0beb0dd53246", + "timestamp": "2020-12-14T04:10:40Z" + }, + { + "version": "6.2012.1323.0754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1323.0754.zip", + "checksum": "41ec800946d03dbba9e15cbe8b7e7991", + "timestamp": "2020-12-13T23:08:02Z" + }, + { + "version": "6.2012.1322.3934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1322.3934.zip", + "checksum": "bc73f1ac4230ac8638ddb956b3ab2511", + "timestamp": "2020-12-13T22:39:42Z" + }, + { + "version": "6.2012.1322.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1322.1247.zip", + "checksum": "6464a9eb2cae207bc1dbd9e14ace84f2", + "timestamp": "2020-12-13T22:12:56Z" + }, + { + "version": "6.2012.1319.3616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1319.3616.zip", + "checksum": "9a81ec37c9e1d4a5b9636b5da1729bf0", + "timestamp": "2020-12-13T19:36:23Z" + }, + { + "version": "6.2012.1314.1406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1314.1406.zip", + "checksum": "350561acb7ff6d771b807233b506c418", + "timestamp": "2020-12-13T14:14:13Z" + }, + { + "version": "6.2012.1313.4606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1313.4606.zip", + "checksum": "3c7351e8a3c11f3522d9eac868a4699e", + "timestamp": "2020-12-13T13:46:14Z" + }, + { + "version": "6.2012.1313.1815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1313.1815.zip", + "checksum": "db6bf14df3321357ea00058a090503e6", + "timestamp": "2020-12-13T13:18:23Z" + }, + { + "version": "6.2012.1312.5004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1312.5004.zip", + "checksum": "ceb8ef2b2262a370bcb8a3dc322079ad", + "timestamp": "2020-12-13T12:50:12Z" + }, + { + "version": "6.2012.1311.2356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1311.2356.zip", + "checksum": "238401c1448322ec0639bf2ab95f34b4", + "timestamp": "2020-12-13T11:24:04Z" + }, + { + "version": "6.2012.1218.4630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1218.4630.zip", + "checksum": "7d1531a41a0c4aef11572398e1a197a6", + "timestamp": "2020-12-12T18:46:38Z" + }, + { + "version": "6.2012.1122.4521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1122.4521.zip", + "checksum": "ff41f94a52eb4f232142a90e13415357", + "timestamp": "2020-12-11T22:45:29Z" + }, + { + "version": "6.2012.1121.5454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1121.5454.zip", + "checksum": "2619b3b4b03fc77c7ee43076c583022e", + "timestamp": "2020-12-11T21:55:02Z" + }, + { + "version": "6.2012.1115.5325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1115.5325.zip", + "checksum": "0c072f6ca8f8fa191a227a90998f7ec0", + "timestamp": "2020-12-11T15:53:32Z" + }, + { + "version": "6.2012.1115.2615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1115.2615.zip", + "checksum": "2e016f81f8bd7e10b5195ae3b93048b1", + "timestamp": "2020-12-11T15:26:22Z" + }, + { + "version": "6.2012.1109.4849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1109.4849.zip", + "checksum": "85c7f2e80fae05e4c59e44714a296825", + "timestamp": "2020-12-11T09:48:58Z" + }, + { + "version": "6.2012.1109.1900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1109.1900.zip", + "checksum": "38348e511760080983d3257f3a3a2083", + "timestamp": "2020-12-11T09:19:08Z" + }, + { + "version": "6.2012.1108.0450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1108.0450.zip", + "checksum": "aebf0afecbea082696f259091fe5f1bf", + "timestamp": "2020-12-11T08:04:58Z" + }, + { + "version": "6.2012.1107.3624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1107.3624.zip", + "checksum": "3167247721b12caa4dd3886d5b856d35", + "timestamp": "2020-12-11T07:36:31Z" + }, + { + "version": "6.2012.1104.2853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1104.2853.zip", + "checksum": "2d1e68e615ed95b36bfc4ad781007a5a", + "timestamp": "2020-12-11T04:29:00Z" + }, + { + "version": "6.2012.1104.0146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1104.0146.zip", + "checksum": "1508ade4bc5c96604776b31335eb8179", + "timestamp": "2020-12-11T04:01:54Z" + }, + { + "version": "6.2012.1103.3439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1103.3439.zip", + "checksum": "b2144d1a0b0e042cc051072a4b90779b", + "timestamp": "2020-12-11T03:34:46Z" + }, + { + "version": "6.2012.1022.3925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1022.3925.zip", + "checksum": "f7c27d66073cfffcfa15eb4c51f46b40", + "timestamp": "2020-12-10T22:39:33Z" + }, + { + "version": "6.2012.1022.1305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1022.1305.zip", + "checksum": "790c6053c95873403fd58b53edd4d002", + "timestamp": "2020-12-10T22:13:13Z" + }, + { + "version": "6.2012.1021.2553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1021.2553.zip", + "checksum": "c6428e0bf389f0f6d52c58f76b31f361", + "timestamp": "2020-12-10T21:26:01Z" + }, + { + "version": "6.2012.1020.5806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1020.5806.zip", + "checksum": "5f9f804f7f4c63acaa8cbab8005abbdf", + "timestamp": "2020-12-10T20:58:14Z" + }, + { + "version": "6.2012.1014.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1014.0059.zip", + "checksum": "c44d6699cb074394a61e62313060a21d", + "timestamp": "2020-12-10T14:01:07Z" + }, + { + "version": "6.2012.1013.3311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1013.3311.zip", + "checksum": "f5180d6316e32c2b42a065185dd999bb", + "timestamp": "2020-12-10T13:33:19Z" + }, + { + "version": "6.2012.1013.0524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.1013.0524.zip", + "checksum": "344a9f9476552d3d4b44184c296c543b", + "timestamp": "2020-12-10T13:05:35Z" + }, + { + "version": "6.2012.0919.4806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0919.4806.zip", + "checksum": "97351f7e6c49f6a4dc0f8bad50650edd", + "timestamp": "2020-12-09T19:48:14Z" + }, + { + "version": "6.2012.0917.2145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0917.2145.zip", + "checksum": "93a76f2813a92fe15c454353abd88580", + "timestamp": "2020-12-09T17:21:53Z" + }, + { + "version": "6.2012.0915.5412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0915.5412.zip", + "checksum": "ee81aa24983a6977389dbcb4e7b08d21", + "timestamp": "2020-12-09T15:54:20Z" + }, + { + "version": "6.2012.0914.0204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0914.0204.zip", + "checksum": "cd8f7f5a6fd3ba18cb6e81e81ab8237b", + "timestamp": "2020-12-09T14:02:12Z" + }, + { + "version": "6.2012.0908.0810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0908.0810.zip", + "checksum": "b398d59ad50aa13bc63ea2ae641e631b", + "timestamp": "2020-12-09T08:08:19Z" + }, + { + "version": "6.2012.0907.4034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0907.4034.zip", + "checksum": "489045c4c3f853a97f981f4af7ce67de", + "timestamp": "2020-12-09T07:40:42Z" + }, + { + "version": "6.2012.0904.2746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0904.2746.zip", + "checksum": "8a4a6c0142ceef94b431c06853c7c935", + "timestamp": "2020-12-09T04:27:54Z" + }, + { + "version": "6.2012.0823.5235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0823.5235.zip", + "checksum": "1261d2e88792d4d3def51e25208b9b0b", + "timestamp": "2020-12-08T23:52:43Z" + }, + { + "version": "6.2012.0819.4442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0819.4442.zip", + "checksum": "371fd6324186149c2e95e72f57757257", + "timestamp": "2020-12-08T19:44:50Z" + }, + { + "version": "6.2012.0818.0158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0818.0158.zip", + "checksum": "2451961a73994cf25fdb6b7f8af2dd19", + "timestamp": "2020-12-08T18:02:07Z" + }, + { + "version": "6.2012.0817.3414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0817.3414.zip", + "checksum": "ca15d7ad15c7e2fc97f655145d985e98", + "timestamp": "2020-12-08T17:34:21Z" + }, + { + "version": "6.2012.0816.3343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0816.3343.zip", + "checksum": "768e375967f8711f3571b5898a00fe4f", + "timestamp": "2020-12-08T16:33:50Z" + }, + { + "version": "6.2012.0809.3606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0809.3606.zip", + "checksum": "ec0f5c87e49adf6ed9e2e99bbe239f98", + "timestamp": "2020-12-08T09:36:14Z" + }, + { + "version": "6.2012.0808.2906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0808.2906.zip", + "checksum": "b4875914a61c318a9765235cb4af0655", + "timestamp": "2020-12-08T08:29:14Z" + }, + { + "version": "6.2012.0808.0128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0808.0128.zip", + "checksum": "16c6eeb633dd10e949bf2848eebf7a4c", + "timestamp": "2020-12-08T08:01:36Z" + }, + { + "version": "6.2012.0801.0816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0801.0816.zip", + "checksum": "02aee87af077ba03783c50aa569a3d72", + "timestamp": "2020-12-08T01:08:23Z" + }, + { + "version": "6.2012.0718.2243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0718.2243.zip", + "checksum": "3edd06c63d8d27a0a486a1ed2b769b71", + "timestamp": "2020-12-07T18:22:50Z" + }, + { + "version": "6.2012.0717.3205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0717.3205.zip", + "checksum": "3df78fb1954e315a93a7f94ea7f6ab4b", + "timestamp": "2020-12-07T17:32:13Z" + }, + { + "version": "6.2012.0717.0517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0717.0517.zip", + "checksum": "802cb6be6f6f8e4bcd4b1b50239356de", + "timestamp": "2020-12-07T17:05:25Z" + }, + { + "version": "6.2012.0707.3042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0707.3042.zip", + "checksum": "f65a1d237b2cebf5bceed54a7ccae62c", + "timestamp": "2020-12-07T07:30:49Z" + }, + { + "version": "6.2012.0707.0404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0707.0404.zip", + "checksum": "f0dc795cc524829ecf9eff87cb17a618", + "timestamp": "2020-12-07T07:04:11Z" + }, + { + "version": "6.2012.0615.3354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0615.3354.zip", + "checksum": "2d6fc5f710051b552666f57f5e36a61e", + "timestamp": "2020-12-06T15:34:02Z" + }, + { + "version": "6.2012.0615.0735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0615.0735.zip", + "checksum": "6f491c188b5a3999ec3d5779a6ee35c6", + "timestamp": "2020-12-06T15:07:43Z" + }, + { + "version": "6.2012.0607.3052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0607.3052.zip", + "checksum": "875b62d5b23d6cdd379dc3200a7fc57a", + "timestamp": "2020-12-06T07:31:00Z" + }, + { + "version": "6.2012.0601.3427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0601.3427.zip", + "checksum": "0d10372f4c4162cc0392b41c5233b571", + "timestamp": "2020-12-06T01:34:34Z" + }, + { + "version": "6.2012.0601.0741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_6.2012.0601.0741.zip", + "checksum": "b9e46c63c0a700ba9db87c7a14ace38d", + "timestamp": "2020-12-06T01:07:49Z" + }, + { + "version": "5.2012.0600.4102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2012.0600.4102.zip", + "checksum": "e67d85a1e080068819bd92e6e93a5877", + "timestamp": "2020-12-06T00:41:10Z" + }, + { + "version": "5.2012.0519.5042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2012.0519.5042.zip", + "checksum": "c25d0a81a5d023d61095cf17e352d401", + "timestamp": "2020-12-05T19:50:50Z" + }, + { + "version": "5.2011.2301.0550", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2301.0550.zip", + "checksum": "ba3a06cac8b52f8356691d000173c17c", + "timestamp": "2020-11-23T01:05:57Z" + }, + { + "version": "5.2011.2219.3854", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2219.3854.zip", + "checksum": "53424d117bf5f1cb6ac91df21a13dcdb", + "timestamp": "2020-11-22T19:39:02Z" + }, + { + "version": "5.2011.2219.1210", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2219.1210.zip", + "checksum": "99230de9123b16113e0434fc1f7b5406", + "timestamp": "2020-11-22T19:12:17Z" + }, + { + "version": "5.2011.2218.3043", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2218.3043.zip", + "checksum": "90f65b28c8d2e29301aac62b9427cf31", + "timestamp": "2020-11-22T18:30:50Z" + }, + { + "version": "5.2011.2217.5637", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2217.5637.zip", + "checksum": "3056753409bb8b421e3bc8f037dd8e1b", + "timestamp": "2020-11-22T17:56:44Z" + }, + { + "version": "5.2011.2215.5415", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2215.5415.zip", + "checksum": "c0750a2cf0c3cfcb8ba568f74bc5f6c1", + "timestamp": "2020-11-22T15:54:23Z" + }, + { + "version": "5.2011.2215.0059", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2215.0059.zip", + "checksum": "8385ed612704470b8c5b8641846b8021", + "timestamp": "2020-11-22T15:01:06Z" + }, + { + "version": "5.2011.2210.2959", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2210.2959.zip", + "checksum": "c766e402f30ae4b82f3fe3104440d8b5", + "timestamp": "2020-11-22T10:30:06Z" + }, + { + "version": "5.2011.2208.2141", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2208.2141.zip", + "checksum": "9cc80865fa9ff7dfd9e892d36808200c", + "timestamp": "2020-11-22T08:21:49Z" + }, + { + "version": "5.2011.2207.5552", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2207.5552.zip", + "checksum": "94dd860d654770626bfd91919bf000a6", + "timestamp": "2020-11-22T07:55:59Z" + }, + { + "version": "5.2011.2207.0206", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2207.0206.zip", + "checksum": "046b9768e5efd871ae95a7365277dd31", + "timestamp": "2020-11-22T07:02:13Z" + }, + { + "version": "5.2011.2206.3728", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushbullet/pushbullet_5.2011.2206.3728.zip", + "checksum": "2fd44b5949a9cc573ea8624535a8ec9e", + "timestamp": "2020-11-22T06:37:35Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "d4312cd9-5c90-4f38-82e8-51da566790e8", + "name": "Reports", + "description": "Generate reports of your media library", + "overview": "Generate reports of your media library", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-reports.png", + "versions": [ + { + "version": "14.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#52) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_14.0.0.0.zip", + "checksum": "5653ca3a4229f48f2bab477683e348d9", + "timestamp": "2022-01-07T20:40:08Z" + }, + { + "version": "12.2106.2121.3606", + "changelog": "Fix Jellyfin 10.7 compatibility\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_12.2106.2121.3606.zip", + "checksum": "b7115e81861bacbecf599b9a83c5a1c1", + "timestamp": "2021-06-21T21:36:14Z" + }, + { + "version": "12.2106.2114.1448", + "changelog": "Fix Jellyfin 10.7 compatibility\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_12.2106.2114.1448.zip", + "checksum": "72ebad2e712bf762e460fb0fc864d5c8", + "timestamp": "2021-06-21T14:14:57Z" + }, + { + "version": "12.2106.2107.1545", + "changelog": "Fix Jellyfin 10.7 compatibility\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_12.2106.2107.1545.zip", + "checksum": "0c0446a402cf12b9a3d71a586fe12ad1", + "timestamp": "2021-06-21T07:15:54Z" + }, + { + "version": "11.2106.1823.1105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1823.1105.zip", + "checksum": "0fd014085ca004d8ed874f033ef41000", + "timestamp": "2021-06-18T23:11:14Z" + }, + { + "version": "11.2106.1815.5642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1815.5642.zip", + "checksum": "94a73a27e63a9072677986087ea90cfb", + "timestamp": "2021-06-18T15:56:51Z" + }, + { + "version": "11.2106.1810.3535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1810.3535.zip", + "checksum": "3ad7d1544524ea9b6903c29457a7648b", + "timestamp": "2021-06-18T10:35:44Z" + }, + { + "version": "11.2106.1602.5316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1602.5316.zip", + "checksum": "718d7fdd49c07a8df6f1f89080e8e475", + "timestamp": "2021-06-16T02:53:24Z" + }, + { + "version": "11.2106.1514.4035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1514.4035.zip", + "checksum": "fd9185e4b2a325e08cc3e5d631550c9f", + "timestamp": "2021-06-15T14:40:44Z" + }, + { + "version": "11.2106.1514.1232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1514.1232.zip", + "checksum": "08245e1a07a64d30165393db5d8a22e2", + "timestamp": "2021-06-15T14:12:40Z" + }, + { + "version": "11.2106.1504.235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1504.0235.zip", + "checksum": "34614e23083345b22d701fad7ff53f84", + "timestamp": "2021-06-15T04:02:43Z" + }, + { + "version": "11.2106.1422.2337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1422.2337.zip", + "checksum": "d05ad4e19674afa355ac8f1a563b02ce", + "timestamp": "2021-06-14T22:23:45Z" + }, + { + "version": "11.2106.1422.20", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1422.0020.zip", + "checksum": "8c8e60ff0ddff93177940f8e7e7f5842", + "timestamp": "2021-06-14T22:00:28Z" + }, + { + "version": "11.2106.1417.5729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1417.5729.zip", + "checksum": "6adf6aa2c4030968dd16fd8c64dc2b45", + "timestamp": "2021-06-14T17:57:37Z" + }, + { + "version": "11.2106.1315.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1315.3221.zip", + "checksum": "022708df774d3f25e98e81dafc981c6f", + "timestamp": "2021-06-13T15:32:30Z" + }, + { + "version": "11.2106.1313.3212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1313.3212.zip", + "checksum": "6151c1d803a4d76fc0018ee8f2c87ec4", + "timestamp": "2021-06-13T13:32:21Z" + }, + { + "version": "11.2106.1306.4457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1306.4457.zip", + "checksum": "e752161b2e84853e04ab5418e0208692", + "timestamp": "2021-06-13T06:45:08Z" + }, + { + "version": "11.2106.1306.2224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1306.2224.zip", + "checksum": "8fa89a90731ee3608054ee3f1775dc00", + "timestamp": "2021-06-13T06:22:33Z" + }, + { + "version": "11.2106.1215.2844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1215.2844.zip", + "checksum": "727cf7415f96d153df292466dd32d8f8", + "timestamp": "2021-06-12T15:28:52Z" + }, + { + "version": "11.2106.1206.5940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1206.5940.zip", + "checksum": "d24060d8da538bb0f90cec110a1d9f9d", + "timestamp": "2021-06-12T06:59:48Z" + }, + { + "version": "11.2106.1206.3749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1206.3749.zip", + "checksum": "550727bf7affd3cf8ae05d4b971ce0db", + "timestamp": "2021-06-12T06:37:57Z" + }, + { + "version": "11.2106.1123.1938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1123.1938.zip", + "checksum": "382b0609aaa3f315b3548a8f364fd0b7", + "timestamp": "2021-06-11T23:19:46Z" + }, + { + "version": "11.2106.1122.4921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1122.4921.zip", + "checksum": "d7e375ddfe3dabd0e4722e8a44b6adf2", + "timestamp": "2021-06-11T22:49:29Z" + }, + { + "version": "11.2106.1114.3759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1114.3759.zip", + "checksum": "ba309cc4e87bd8fcbb93e7a017a2ac28", + "timestamp": "2021-06-11T14:38:08Z" + }, + { + "version": "11.2106.1114.843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1114.0843.zip", + "checksum": "267fb49e1e4d76f00d79f97de88ee0e4", + "timestamp": "2021-06-11T14:08:51Z" + }, + { + "version": "11.2106.1113.4552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1113.4552.zip", + "checksum": "4b2639e049b8095fc75c5fb90c2558a8", + "timestamp": "2021-06-11T13:46:00Z" + }, + { + "version": "11.2106.1113.1304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1113.1304.zip", + "checksum": "7a3be5953ed0a1a847d8225e70594e0f", + "timestamp": "2021-06-11T13:13:14Z" + }, + { + "version": "11.2106.1112.5017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1112.5017.zip", + "checksum": "c9daf8da2bacfb23ea773f079b6badad", + "timestamp": "2021-06-11T12:50:26Z" + }, + { + "version": "11.2106.1108.2133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1108.2133.zip", + "checksum": "e003575567839e7880957441223c71f8", + "timestamp": "2021-06-11T08:21:41Z" + }, + { + "version": "11.2106.1106.1006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1106.1006.zip", + "checksum": "85627e71667fd9767f61516c1d223cb3", + "timestamp": "2021-06-11T06:10:14Z" + }, + { + "version": "11.2106.1105.4641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1105.4641.zip", + "checksum": "cfa091ffe20784a2a51dad57c694a1e8", + "timestamp": "2021-06-11T05:46:49Z" + }, + { + "version": "11.2106.1105.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1105.1728.zip", + "checksum": "bd104138d1eb2e75b40c5d8b95079cc6", + "timestamp": "2021-06-11T05:17:36Z" + }, + { + "version": "11.2106.1021.1539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1021.1539.zip", + "checksum": "e5c1b3c59a18d37e90103df3e9f8ffdf", + "timestamp": "2021-06-10T21:15:48Z" + }, + { + "version": "11.2106.1015.1618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.1015.1618.zip", + "checksum": "2d9c257328bf9655772fb40409f49c69", + "timestamp": "2021-06-10T15:16:26Z" + }, + { + "version": "11.2106.914.5825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0914.5825.zip", + "checksum": "409b2446fd9c1df3d6a9e4f0661e9a1d", + "timestamp": "2021-06-09T14:58:33Z" + }, + { + "version": "11.2106.913.149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0913.0149.zip", + "checksum": "2e508a64e33d42aa5cb7ca008c5d24a5", + "timestamp": "2021-06-09T13:01:59Z" + }, + { + "version": "11.2106.908.5137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0908.5137.zip", + "checksum": "3ea0b721315d37f568b4ad16c0040483", + "timestamp": "2021-06-09T08:51:46Z" + }, + { + "version": "11.2106.814.3045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0814.3045.zip", + "checksum": "fe47d827ab413daa3dce1278fc09d419", + "timestamp": "2021-06-08T14:30:54Z" + }, + { + "version": "11.2106.722.245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0722.0245.zip", + "checksum": "2330a1357c556443cfd7c7c830b8985c", + "timestamp": "2021-06-07T22:02:54Z" + }, + { + "version": "11.2106.721.3443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0721.3443.zip", + "checksum": "619e798498b3690c48ba637e79c5e35a", + "timestamp": "2021-06-07T21:34:52Z" + }, + { + "version": "11.2106.714.5312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0714.5312.zip", + "checksum": "82f53918dacb7b6a7603985ce9a7fa9e", + "timestamp": "2021-06-07T14:53:21Z" + }, + { + "version": "11.2106.714.2226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0714.2226.zip", + "checksum": "a2c2d18f2ea64826efde720e59b3889a", + "timestamp": "2021-06-07T14:22:34Z" + }, + { + "version": "11.2106.713.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0713.5348.zip", + "checksum": "050ddb0ce4cbd522724903211221b8c7", + "timestamp": "2021-06-07T13:53:57Z" + }, + { + "version": "11.2106.708.4105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0708.4105.zip", + "checksum": "2134b7f5abd9255d62713343134a574c", + "timestamp": "2021-06-07T08:41:13Z" + }, + { + "version": "11.2106.708.533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0708.0533.zip", + "checksum": "efc8473d40849b7b0caf40a29c2b9487", + "timestamp": "2021-06-07T08:05:42Z" + }, + { + "version": "11.2106.618.3830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0618.3830.zip", + "checksum": "5c07a5a5388aeef22f4eb969fb419b2f", + "timestamp": "2021-06-06T18:38:38Z" + }, + { + "version": "11.2106.615.4249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0615.4249.zip", + "checksum": "72ea672249ac59b3615550b89d950f64", + "timestamp": "2021-06-06T15:42:57Z" + }, + { + "version": "11.2106.413.352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0413.0352.zip", + "checksum": "4ef7850b65246921f693e3c1828a2ec0", + "timestamp": "2021-06-04T13:04:01Z" + }, + { + "version": "11.2106.314.5128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0314.5128.zip", + "checksum": "d1cbed02d22cdcba6e6f74cd13e32eda", + "timestamp": "2021-06-03T14:51:37Z" + }, + { + "version": "11.2106.302.3405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0302.3405.zip", + "checksum": "f5015c71625441265abf9a22e6db97f3", + "timestamp": "2021-06-03T02:34:14Z" + }, + { + "version": "11.2106.121.1911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2106.0121.1911.zip", + "checksum": "dee8f857b5e3e53859e286964a92af7d", + "timestamp": "2021-06-01T21:19:19Z" + }, + { + "version": "11.2105.3023.2626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.3023.2626.zip", + "checksum": "843090bb8c524441de2469134260b782", + "timestamp": "2021-05-30T23:26:34Z" + }, + { + "version": "11.2105.3018.1605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.3018.1605.zip", + "checksum": "ce1fb2f16ac2a7824d265348db6b4ff9", + "timestamp": "2021-05-30T18:16:13Z" + }, + { + "version": "11.2105.3008.3733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.3008.3733.zip", + "checksum": "a8001e1ae1a4535d6d2080298f12159d", + "timestamp": "2021-05-30T08:37:42Z" + }, + { + "version": "11.2105.2711.3920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2711.3920.zip", + "checksum": "b956b91cffd7a281834908a15a6f7491", + "timestamp": "2021-05-27T11:39:29Z" + }, + { + "version": "11.2105.2708.4807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2708.4807.zip", + "checksum": "4941379eaa461b20109b22e4255c49dc", + "timestamp": "2021-05-27T08:48:15Z" + }, + { + "version": "11.2105.2705.4733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2705.4733.zip", + "checksum": "a173ea2838222998c2bbac2836933339", + "timestamp": "2021-05-27T05:47:41Z" + }, + { + "version": "11.2105.2620.3358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2620.3358.zip", + "checksum": "1ffbffb62a045547155c62ef09c62c82", + "timestamp": "2021-05-26T20:34:07Z" + }, + { + "version": "11.2105.2620.1126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2620.1126.zip", + "checksum": "6002a4bffb1fc64780f5e9dbf290e6c9", + "timestamp": "2021-05-26T20:11:34Z" + }, + { + "version": "11.2105.2619.4302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2619.4302.zip", + "checksum": "bfa6c72200f99a272650e9dd77279cc1", + "timestamp": "2021-05-26T19:43:11Z" + }, + { + "version": "11.2105.2619.2040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2619.2040.zip", + "checksum": "56b8386c6d2d33629e6588d5e86b92cb", + "timestamp": "2021-05-26T19:20:48Z" + }, + { + "version": "11.2105.2617.3705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2617.3705.zip", + "checksum": "ce772abf89dea6e71a2bfd0b05030d63", + "timestamp": "2021-05-26T17:37:13Z" + }, + { + "version": "11.2105.2615.4243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2615.4243.zip", + "checksum": "ba247a7f31c8e94fbd843c8b48c77fff", + "timestamp": "2021-05-26T15:42:52Z" + }, + { + "version": "11.2105.2419.138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2419.0138.zip", + "checksum": "dede3cc8f7277c5e2ba398f340b28c85", + "timestamp": "2021-05-24T19:01:48Z" + }, + { + "version": "11.2105.2417.5204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2417.5204.zip", + "checksum": "cfd833696835bd4ee38afc5028b7def2", + "timestamp": "2021-05-24T17:52:13Z" + }, + { + "version": "11.2105.2412.1643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2412.1643.zip", + "checksum": "963a2d37ce303f20a8d05fcd39797f6f", + "timestamp": "2021-05-24T12:16:52Z" + }, + { + "version": "11.2105.2406.5404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2406.5404.zip", + "checksum": "b5e32f2c256c3656e253aab6b0032ad3", + "timestamp": "2021-05-24T06:54:13Z" + }, + { + "version": "11.2105.2304.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2304.5153.zip", + "checksum": "2471780ea6c63f4df2aa1f805d7124ad", + "timestamp": "2021-05-23T04:52:01Z" + }, + { + "version": "11.2105.2121.4209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2121.4209.zip", + "checksum": "908464865ee19ffb061852a36bad1899", + "timestamp": "2021-05-21T21:42:21Z" + }, + { + "version": "11.2105.2118.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2118.5547.zip", + "checksum": "5b9bf5295f1cafb5b82e084749b6fb57", + "timestamp": "2021-05-21T18:55:55Z" + }, + { + "version": "11.2105.2116.3235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2116.3235.zip", + "checksum": "e1fc88b00aa0925243ea07317ab45693", + "timestamp": "2021-05-21T16:32:43Z" + }, + { + "version": "11.2105.2112.5746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2112.5746.zip", + "checksum": "7abc1a1c7b28df01575549c87e0cc86a", + "timestamp": "2021-05-21T12:57:56Z" + }, + { + "version": "11.2105.2112.2459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2112.2459.zip", + "checksum": "f0dc60d44f3eabc5a351874759c1da8a", + "timestamp": "2021-05-21T12:25:08Z" + }, + { + "version": "11.2105.2111.3038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2111.3038.zip", + "checksum": "d8f3fbe69e7d76d7c8655d0c9233d163", + "timestamp": "2021-05-21T11:30:46Z" + }, + { + "version": "11.2105.2104.5351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2104.5351.zip", + "checksum": "c522fe314401ce969fd18f2bf77a59db", + "timestamp": "2021-05-21T04:53:59Z" + }, + { + "version": "11.2105.2023.5440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2023.5440.zip", + "checksum": "ab03aa35f33a67c21ad1e14a01b98980", + "timestamp": "2021-05-20T23:54:48Z" + }, + { + "version": "11.2105.2021.3652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2021.3652.zip", + "checksum": "178dbe2961c7f1beae033625ccadd77a", + "timestamp": "2021-05-20T21:37:01Z" + }, + { + "version": "11.2105.2021.742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.2021.0742.zip", + "checksum": "d8c615ad4424286cd067b74d453dd492", + "timestamp": "2021-05-20T21:07:50Z" + }, + { + "version": "11.2105.1920.5907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1920.5907.zip", + "checksum": "ef9ab1d31520610aef015182fde37d17", + "timestamp": "2021-05-19T20:59:16Z" + }, + { + "version": "11.2105.1821.710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1821.0710.zip", + "checksum": "4d4d836af9f86b26359ea74b6ef410b4", + "timestamp": "2021-05-18T21:07:18Z" + }, + { + "version": "11.2105.1819.4755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1819.4755.zip", + "checksum": "93bbc77050f977f37da91f93a4b5e57a", + "timestamp": "2021-05-18T19:48:05Z" + }, + { + "version": "11.2105.1818.5225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1818.5225.zip", + "checksum": "b1e23145bf75295e450f8929f76989f0", + "timestamp": "2021-05-18T18:52:33Z" + }, + { + "version": "11.2105.1811.5257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1811.5257.zip", + "checksum": "b07297e892bb3c1f0434cb588f0702fb", + "timestamp": "2021-05-18T11:53:07Z" + }, + { + "version": "11.2105.1806.1954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1806.1954.zip", + "checksum": "a4934baac687b53aac66a692b0b9a561", + "timestamp": "2021-05-18T06:20:04Z" + }, + { + "version": "11.2105.1722.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1722.3221.zip", + "checksum": "f27185bf6449730998fca8f464ee9b88", + "timestamp": "2021-05-17T22:32:29Z" + }, + { + "version": "11.2105.1717.1132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1717.1132.zip", + "checksum": "26b36dc8f6002a5edf132d61df4e1d61", + "timestamp": "2021-05-17T17:11:40Z" + }, + { + "version": "11.2105.1716.4358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1716.4358.zip", + "checksum": "4875d954f4fb12b287c48fa5f494c5a2", + "timestamp": "2021-05-17T16:44:09Z" + }, + { + "version": "11.2105.1619.738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1619.0738.zip", + "checksum": "2fac069eb2fc58827b8db112f5729d88", + "timestamp": "2021-05-16T19:07:46Z" + }, + { + "version": "11.2105.1612.2555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1612.2555.zip", + "checksum": "576d759da37946daa4e1f31380da0553", + "timestamp": "2021-05-16T12:26:05Z" + }, + { + "version": "11.2105.1610.5449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1610.5449.zip", + "checksum": "232398251e21cc402f07c333144e9bdb", + "timestamp": "2021-05-16T10:54:57Z" + }, + { + "version": "11.2105.1610.2529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1610.2529.zip", + "checksum": "5b6818dab4495c0b3e92be75ec486303", + "timestamp": "2021-05-16T10:25:37Z" + }, + { + "version": "11.2105.1521.2408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1521.2408.zip", + "checksum": "7343075ce77d8c14b7f6526aa8dd8241", + "timestamp": "2021-05-15T21:24:16Z" + }, + { + "version": "11.2105.1514.5137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1514.5137.zip", + "checksum": "02aa6b21741cea0e2c9f65db59c9ed65", + "timestamp": "2021-05-15T14:51:45Z" + }, + { + "version": "11.2105.1308.5900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1308.5900.zip", + "checksum": "c67f53df63a2e87e2c534a81524a22b0", + "timestamp": "2021-05-13T08:59:10Z" + }, + { + "version": "11.2105.1114.1852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1114.1852.zip", + "checksum": "5c17b24076e55994df192939c87b4996", + "timestamp": "2021-05-11T14:19:00Z" + }, + { + "version": "11.2105.1113.4645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1113.4645.zip", + "checksum": "254fc582f99ba6483b862e4f6486a36e", + "timestamp": "2021-05-11T13:46:54Z" + }, + { + "version": "11.2105.1113.1920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1113.1920.zip", + "checksum": "2485436e2a88e817eb5eee05a1d5ad68", + "timestamp": "2021-05-11T13:19:29Z" + }, + { + "version": "11.2105.1112.5052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1112.5052.zip", + "checksum": "e7feb2d783262f303cc86cc17c2eed36", + "timestamp": "2021-05-11T12:51:01Z" + }, + { + "version": "11.2105.1112.2307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1112.2307.zip", + "checksum": "ff6b10e9bc5fc183270727a1067ea1aa", + "timestamp": "2021-05-11T12:23:15Z" + }, + { + "version": "11.2105.1022.3334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1022.3334.zip", + "checksum": "b3f5a7b6daf560ef155083df80f928fe", + "timestamp": "2021-05-10T22:33:44Z" + }, + { + "version": "11.2105.1022.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1022.0011.zip", + "checksum": "b8c2f32041f839fc6f1b0b474fa5f27c", + "timestamp": "2021-05-10T22:00:23Z" + }, + { + "version": "11.2105.1021.2655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1021.2655.zip", + "checksum": "81c8fd991094117c2b78571240fd8324", + "timestamp": "2021-05-10T21:27:07Z" + }, + { + "version": "11.2105.1020.5649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1020.5649.zip", + "checksum": "296e58e8c0d638fe2b482ebecd6674a3", + "timestamp": "2021-05-10T20:56:58Z" + }, + { + "version": "11.2105.1015.5736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.1015.5736.zip", + "checksum": "ea838cabb8daa52c84a94d02e4dffde0", + "timestamp": "2021-05-10T15:57:46Z" + }, + { + "version": "11.2105.720.3551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0720.3551.zip", + "checksum": "eaafb2826461b65daa0e819fdf51b903", + "timestamp": "2021-05-07T20:36:09Z" + }, + { + "version": "11.2105.713.4417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0713.4417.zip", + "checksum": "d5abc348af737bc5253214d5466b99c0", + "timestamp": "2021-05-07T13:44:26Z" + }, + { + "version": "11.2105.712.3618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0712.3618.zip", + "checksum": "243bdf13a2e68df69bd96b81b26ef95c", + "timestamp": "2021-05-07T12:36:26Z" + }, + { + "version": "11.2105.706.1838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0706.1838.zip", + "checksum": "bbff0b13ecc79c1b905e942b990229b3", + "timestamp": "2021-05-07T06:18:45Z" + }, + { + "version": "11.2105.621.3406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0621.3406.zip", + "checksum": "ba47d30c29848060ddf3789f4c2dfe30", + "timestamp": "2021-05-06T21:34:15Z" + }, + { + "version": "11.2105.616.621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0616.0621.zip", + "checksum": "a4e1a2d56d471744c3288368300781a7", + "timestamp": "2021-05-06T16:06:29Z" + }, + { + "version": "11.2105.615.3755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0615.3755.zip", + "checksum": "90b9e6f39f74b83fe25ac55d4df05efb", + "timestamp": "2021-05-06T15:38:05Z" + }, + { + "version": "11.2105.517.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0517.4817.zip", + "checksum": "fa35e9a3dafea97f1c03007c04d89704", + "timestamp": "2021-05-05T17:48:25Z" + }, + { + "version": "11.2105.515.4752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0515.4752.zip", + "checksum": "64ff605a7d61caaff1785f51b8440067", + "timestamp": "2021-05-05T15:48:00Z" + }, + { + "version": "11.2105.512.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0512.2527.zip", + "checksum": "acd9bbef2a6ed00e5ba424f39b8596a8", + "timestamp": "2021-05-05T12:25:36Z" + }, + { + "version": "11.2105.511.5539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0511.5539.zip", + "checksum": "95126ab14e2c439e03c642d631411463", + "timestamp": "2021-05-05T11:55:47Z" + }, + { + "version": "11.2105.508.247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0508.0247.zip", + "checksum": "07a122c85928c2706d7d1bf6ccd18ccf", + "timestamp": "2021-05-05T08:02:55Z" + }, + { + "version": "11.2105.504.2137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0504.2137.zip", + "checksum": "465e37a4971c7738b109993ad2ef1b85", + "timestamp": "2021-05-05T04:21:45Z" + }, + { + "version": "11.2105.502.2846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0502.2846.zip", + "checksum": "b6e57f27c679a047c9c38b429362b9ee", + "timestamp": "2021-05-05T02:28:54Z" + }, + { + "version": "11.2105.501.4421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0501.4421.zip", + "checksum": "418cbdcaffaa1957468eb71139c1e65e", + "timestamp": "2021-05-05T01:44:31Z" + }, + { + "version": "11.2105.423.704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0423.0704.zip", + "checksum": "c5362c02501682e8ae3530e3e3120493", + "timestamp": "2021-05-04T23:07:14Z" + }, + { + "version": "11.2105.418.1617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0418.1617.zip", + "checksum": "d80d808fb51e1d41fc5c5b598757fc7c", + "timestamp": "2021-05-04T18:16:26Z" + }, + { + "version": "11.2105.417.3858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0417.3858.zip", + "checksum": "a26aa0948d0e5fe3d2177612972a5853", + "timestamp": "2021-05-04T17:39:06Z" + }, + { + "version": "11.2105.416.1340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0416.1340.zip", + "checksum": "cd1423bfb73e7e0dd1d685985f4064fc", + "timestamp": "2021-05-04T16:13:47Z" + }, + { + "version": "11.2105.415.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0415.5053.zip", + "checksum": "105200832ca3ded833e35aa241e8c97e", + "timestamp": "2021-05-04T15:51:02Z" + }, + { + "version": "11.2105.415.2848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0415.2848.zip", + "checksum": "3ff3883faaa07922cd84cce7c6dc1278", + "timestamp": "2021-05-04T15:28:56Z" + }, + { + "version": "11.2105.409.5056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0409.5056.zip", + "checksum": "58db47c1babdf21a6ad6d3e22c5ff998", + "timestamp": "2021-05-04T09:51:05Z" + }, + { + "version": "11.2105.409.2113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0409.2113.zip", + "checksum": "feb2d1f928e3a708e3b71a4b90fd5dfa", + "timestamp": "2021-05-04T09:21:21Z" + }, + { + "version": "11.2105.405.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0405.3510.zip", + "checksum": "55daaa01b9507cfbd4cd209e0756c530", + "timestamp": "2021-05-04T05:35:20Z" + }, + { + "version": "11.2105.405.1243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0405.1243.zip", + "checksum": "8f4372f4a256398a88e513b1cda28d0d", + "timestamp": "2021-05-04T05:12:51Z" + }, + { + "version": "11.2105.322.3143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0322.3143.zip", + "checksum": "53e0f8b6c3f3f6708e321d0028786990", + "timestamp": "2021-05-03T22:31:52Z" + }, + { + "version": "11.2105.322.940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0322.0940.zip", + "checksum": "31aa1595a53b2bd17a23ba871c1778ce", + "timestamp": "2021-05-03T22:09:47Z" + }, + { + "version": "11.2105.315.5625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0315.5625.zip", + "checksum": "ba14d3b2a57568a2688532cf9b0ca590", + "timestamp": "2021-05-03T15:56:33Z" + }, + { + "version": "11.2105.308.1640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0308.1640.zip", + "checksum": "df2acc4f8479249a4274ec6640984db6", + "timestamp": "2021-05-03T08:16:49Z" + }, + { + "version": "11.2105.221.2012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0221.2012.zip", + "checksum": "91798b987550ca105a044ebb5a9d5d62", + "timestamp": "2021-05-02T21:20:21Z" + }, + { + "version": "11.2105.219.4517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0219.4517.zip", + "checksum": "b9d507f2267f219eb1e800f03d6087b8", + "timestamp": "2021-05-02T19:45:27Z" + }, + { + "version": "11.2105.216.1250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0216.1250.zip", + "checksum": "d0a5762c770f6694d246c313781dabe4", + "timestamp": "2021-05-02T16:12:58Z" + }, + { + "version": "11.2105.209.5931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0209.5931.zip", + "checksum": "14fee48bf87ed35ad233b0f0af50fca3", + "timestamp": "2021-05-02T09:59:40Z" + }, + { + "version": "11.2105.123.811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0123.0811.zip", + "checksum": "286cc2f943474a954eafd36cc4e1e1af", + "timestamp": "2021-05-01T23:08:19Z" + }, + { + "version": "11.2105.116.720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2105.0116.0720.zip", + "checksum": "4c7c448ccb0cc78ee55a7f5048683723", + "timestamp": "2021-05-01T16:07:28Z" + }, + { + "version": "11.2104.3019.1111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.3019.1111.zip", + "checksum": "62e9399908cebd0c5f9cef388757639d", + "timestamp": "2021-04-30T19:11:20Z" + }, + { + "version": "11.2104.3011.1341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.3011.1341.zip", + "checksum": "e4817c5cd4043adcff92c8bab7d29697", + "timestamp": "2021-04-30T11:13:50Z" + }, + { + "version": "11.2104.3008.5833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.3008.5833.zip", + "checksum": "ee150c0aa16147a7b7349a43ee0d0d06", + "timestamp": "2021-04-30T08:58:41Z" + }, + { + "version": "11.2104.2920.722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2920.0722.zip", + "checksum": "16e6ad373b0391ef8d081a425a7b894b", + "timestamp": "2021-04-29T20:07:31Z" + }, + { + "version": "11.2104.2919.3926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2919.3926.zip", + "checksum": "142a7178835b147cf23c2be6f8e66ba6", + "timestamp": "2021-04-29T19:39:34Z" + }, + { + "version": "11.2104.2912.4621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2912.4621.zip", + "checksum": "52e7166cdda544d63d383d32bdd4f2e3", + "timestamp": "2021-04-29T12:46:30Z" + }, + { + "version": "11.2104.2714.4810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2714.4810.zip", + "checksum": "02ff226339f2e680adb7c47f2da956e5", + "timestamp": "2021-04-27T14:48:19Z" + }, + { + "version": "11.2104.2714.1028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2714.1028.zip", + "checksum": "8679b8661e25fe831da7329641f8c309", + "timestamp": "2021-04-27T14:10:36Z" + }, + { + "version": "11.2104.2622.1213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2622.1213.zip", + "checksum": "a2bb0780aae1782e4303d09283bdeee3", + "timestamp": "2021-04-26T22:12:23Z" + }, + { + "version": "11.2104.2615.831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2615.0831.zip", + "checksum": "19ec749f7371c4f0bbb3a9dea30cc87a", + "timestamp": "2021-04-26T15:08:39Z" + }, + { + "version": "11.2104.2614.921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2614.0921.zip", + "checksum": "5fe4e77f46d1f065e22453ed4b249e3c", + "timestamp": "2021-04-26T14:09:29Z" + }, + { + "version": "11.2104.2517.5932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2517.5932.zip", + "checksum": "5ce599fdda28e73bc278c5bcd2a40b17", + "timestamp": "2021-04-25T17:59:40Z" + }, + { + "version": "11.2104.2517.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2517.4600.zip", + "checksum": "01cb22fa201de1c93526e02de7859f05", + "timestamp": "2021-04-25T17:46:16Z" + }, + { + "version": "11.2104.2517.1750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2517.1750.zip", + "checksum": "f57ba3fa7b00881d9688257bc82dd383", + "timestamp": "2021-04-25T17:17:58Z" + }, + { + "version": "11.2104.2516.2049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2516.2049.zip", + "checksum": "b94befc9d34bc14f5bdf294fff45d606", + "timestamp": "2021-04-25T16:20:57Z" + }, + { + "version": "11.2104.2515.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2515.5323.zip", + "checksum": "7c216a658beb3dd19484aa665f3628ce", + "timestamp": "2021-04-25T15:53:31Z" + }, + { + "version": "11.2104.2420.5149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2420.5149.zip", + "checksum": "2a38282cbadb12853e95bf8a9cf54070", + "timestamp": "2021-04-24T20:51:57Z" + }, + { + "version": "11.2104.2414.2502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2414.2502.zip", + "checksum": "cd8c82526c6f311cd526cac26abbd4d8", + "timestamp": "2021-04-24T14:25:11Z" + }, + { + "version": "11.2104.2308.4444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2308.4444.zip", + "checksum": "f66e32ed0163d288c9d5a5f6e04a0d7e", + "timestamp": "2021-04-23T08:44:53Z" + }, + { + "version": "11.2104.2215.440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2215.0440.zip", + "checksum": "506c68e8ff792478fccdeaefa397286a", + "timestamp": "2021-04-22T15:04:48Z" + }, + { + "version": "11.2104.2118.3221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2118.3221.zip", + "checksum": "a68a8452b739476025077d3c30cd59d4", + "timestamp": "2021-04-21T18:32:29Z" + }, + { + "version": "11.2104.2114.1639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2114.1639.zip", + "checksum": "48e937fe15771ec1f6f3025655251f04", + "timestamp": "2021-04-21T14:16:48Z" + }, + { + "version": "11.2104.2112.4645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2112.4645.zip", + "checksum": "4f411d65bd90df80770c25d4718c176c", + "timestamp": "2021-04-21T12:46:53Z" + }, + { + "version": "11.2104.2112.1831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2112.1831.zip", + "checksum": "f1d8ecf668a99a7619fa1f06e634540f", + "timestamp": "2021-04-21T12:18:39Z" + }, + { + "version": "11.2104.2011.5609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.2011.5609.zip", + "checksum": "27c7c254e508a29f96265ec7c8a6cce9", + "timestamp": "2021-04-20T11:56:17Z" + }, + { + "version": "11.2104.1918.5537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1918.5537.zip", + "checksum": "8da02ee9e412c3dafc819aca12a8b0b7", + "timestamp": "2021-04-19T18:55:46Z" + }, + { + "version": "11.2104.1913.4416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1913.4416.zip", + "checksum": "9b6e2e5a8d5b398b4993d219860aaff9", + "timestamp": "2021-04-19T13:44:24Z" + }, + { + "version": "11.2104.1913.1153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1913.1153.zip", + "checksum": "4ce32e50ad045345cfdcf095368923f0", + "timestamp": "2021-04-19T13:12:01Z" + }, + { + "version": "11.2104.1912.4216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1912.4216.zip", + "checksum": "bfa3b1e5f88c6454e9ce60232f4dfab6", + "timestamp": "2021-04-19T12:42:26Z" + }, + { + "version": "11.2104.1906.5649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1906.5649.zip", + "checksum": "469eb56b32fe616d6555ddb5cf80b737", + "timestamp": "2021-04-19T06:56:58Z" + }, + { + "version": "11.2104.1804.5125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1804.5125.zip", + "checksum": "4627ad9fe637d1ae0f2d90d8d44297e6", + "timestamp": "2021-04-18T04:51:33Z" + }, + { + "version": "11.2104.1713.1743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1713.1743.zip", + "checksum": "c057fe8e315b8367c3a642fa81ab5750", + "timestamp": "2021-04-17T13:17:52Z" + }, + { + "version": "11.2104.1514.616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1514.0616.zip", + "checksum": "d1e6dd9085393a50320a9ce0ea991ad7", + "timestamp": "2021-04-15T14:06:24Z" + }, + { + "version": "11.2104.1421.1422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1421.1422.zip", + "checksum": "baf159c4d396f1f6efd71de967a9eac1", + "timestamp": "2021-04-14T21:14:30Z" + }, + { + "version": "11.2104.1418.2316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1418.2316.zip", + "checksum": "4a01b532386e6b008f238a16e82c8482", + "timestamp": "2021-04-14T18:23:23Z" + }, + { + "version": "11.2104.1416.4933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1416.4933.zip", + "checksum": "1fc37afa0d853e3ed1190dc7dfcee998", + "timestamp": "2021-04-14T16:49:41Z" + }, + { + "version": "11.2104.1414.747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1414.0747.zip", + "checksum": "7d814982e4e5e228ecea7417bfc07a56", + "timestamp": "2021-04-14T14:07:55Z" + }, + { + "version": "11.2104.1413.2355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1413.2355.zip", + "checksum": "7222a8d8f0c225eb6477ab717efef893", + "timestamp": "2021-04-14T13:24:05Z" + }, + { + "version": "11.2104.1409.5216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1409.5216.zip", + "checksum": "c66e583e5ad1c3b3b14ca690dd646483", + "timestamp": "2021-04-14T09:52:24Z" + }, + { + "version": "11.2104.1317.4354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1317.4354.zip", + "checksum": "d3f55feabad76c3719399624efed333d", + "timestamp": "2021-04-13T17:44:03Z" + }, + { + "version": "11.2104.1315.500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1315.0500.zip", + "checksum": "46b7cd161c85c7308ebf4a6509a51dda", + "timestamp": "2021-04-13T15:05:09Z" + }, + { + "version": "11.2104.1314.1344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1314.1344.zip", + "checksum": "631b9255b5ee84a2d42ba56618c77b1a", + "timestamp": "2021-04-13T14:13:52Z" + }, + { + "version": "11.2104.1313.1721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1313.1721.zip", + "checksum": "1c9c2189e46913c0ab73deda2683a07b", + "timestamp": "2021-04-13T13:17:29Z" + }, + { + "version": "11.2104.1309.5136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1309.5136.zip", + "checksum": "dcca70c3d52968bac2369f47b8854a30", + "timestamp": "2021-04-13T09:51:45Z" + }, + { + "version": "11.2104.1221.832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1221.0832.zip", + "checksum": "c154ac3dc0bfe451fdea9bf8bbcf36e4", + "timestamp": "2021-04-12T21:08:40Z" + }, + { + "version": "11.2104.1218.2050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1218.2050.zip", + "checksum": "e25dd45f040270f6872bb44206318147", + "timestamp": "2021-04-12T18:20:59Z" + }, + { + "version": "11.2104.1214.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1214.4238.zip", + "checksum": "b1c7af73252ae6ceca5f8cf9aa769211", + "timestamp": "2021-04-12T14:42:48Z" + }, + { + "version": "11.2104.1214.1435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1214.1435.zip", + "checksum": "c26cdf8af260df58c9526cc867be759e", + "timestamp": "2021-04-12T14:14:44Z" + }, + { + "version": "11.2104.1209.2139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1209.2139.zip", + "checksum": "d6add35369faa6409acbe0ea79d3f06c", + "timestamp": "2021-04-12T09:21:47Z" + }, + { + "version": "11.2104.1121.5641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1121.5641.zip", + "checksum": "1925f3c760103bfe1c4fb5b0a521886a", + "timestamp": "2021-04-11T21:56:49Z" + }, + { + "version": "11.2104.1117.5411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1117.5411.zip", + "checksum": "1612da1b2b04e89c33c978ee8ec4cef1", + "timestamp": "2021-04-11T17:54:20Z" + }, + { + "version": "11.2104.1116.5032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1116.5032.zip", + "checksum": "abbe30dbc8a6cb5268cde72ce58237fa", + "timestamp": "2021-04-11T16:50:41Z" + }, + { + "version": "11.2104.1116.2224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1116.2224.zip", + "checksum": "a8f8f3a08e68625db540c9fc93ef12f8", + "timestamp": "2021-04-11T16:22:31Z" + }, + { + "version": "11.2104.1112.628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1112.0628.zip", + "checksum": "af99dddb28a7b5680bd2553e9be670b5", + "timestamp": "2021-04-11T12:06:36Z" + }, + { + "version": "11.2104.1023.643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1023.0643.zip", + "checksum": "6f0ac9c51d694c0b5330e039ec91421a", + "timestamp": "2021-04-10T23:06:51Z" + }, + { + "version": "11.2104.1021.3550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1021.3550.zip", + "checksum": "cc7e05ed8e412945b212dcc1933d2ffe", + "timestamp": "2021-04-10T21:35:58Z" + }, + { + "version": "11.2104.1020.1544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1020.1544.zip", + "checksum": "659f252b6f462dd41a6096a356fa97c5", + "timestamp": "2021-04-10T20:15:53Z" + }, + { + "version": "11.2104.1019.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1019.5421.zip", + "checksum": "0fc0bfeb06394dd665e7685b2cecab8f", + "timestamp": "2021-04-10T19:54:28Z" + }, + { + "version": "11.2104.1017.5020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1017.5020.zip", + "checksum": "960f89b47a5899fa1b48bcb94caaa984", + "timestamp": "2021-04-10T17:50:28Z" + }, + { + "version": "11.2104.1015.4338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1015.4338.zip", + "checksum": "811caf52df3abdc7c6a813dab715eb66", + "timestamp": "2021-04-10T15:43:46Z" + }, + { + "version": "11.2104.1001.2353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1001.2353.zip", + "checksum": "a4d263037bff8752f3b8dfd7793eaa28", + "timestamp": "2021-04-10T01:24:01Z" + }, + { + "version": "11.2104.1000.601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.1000.0601.zip", + "checksum": "dde67b16f4aabf2ce1d741a9ff051b06", + "timestamp": "2021-04-10T00:06:09Z" + }, + { + "version": "11.2104.922.325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0922.0325.zip", + "checksum": "782a99e61facec3de9e7769783f70d4f", + "timestamp": "2021-04-09T22:03:34Z" + }, + { + "version": "11.2104.921.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0921.3449.zip", + "checksum": "6f8411170b365b74ae1b2949478052ec", + "timestamp": "2021-04-09T21:34:57Z" + }, + { + "version": "11.2104.911.752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0911.0752.zip", + "checksum": "aa67256b1439cc8df79157d9a6676028", + "timestamp": "2021-04-09T11:08:00Z" + }, + { + "version": "11.2104.910.3920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0910.3920.zip", + "checksum": "47ad140ffa9a33993f5b35fbbc5f2019", + "timestamp": "2021-04-09T10:39:28Z" + }, + { + "version": "11.2104.821.5936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0821.5936.zip", + "checksum": "d650f7568dad3f5ad91e8c4fec49b60e", + "timestamp": "2021-04-08T21:59:46Z" + }, + { + "version": "11.2104.816.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0816.4250.zip", + "checksum": "f3de0240e8bbb1e0af99de99bf56e2e0", + "timestamp": "2021-04-08T16:42:59Z" + }, + { + "version": "11.2104.812.5217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0812.5217.zip", + "checksum": "0e48dbe5cf1405bc69b48dc6daabaaed", + "timestamp": "2021-04-08T12:52:25Z" + }, + { + "version": "11.2104.811.4112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0811.4112.zip", + "checksum": "15c6f41e3c68222e34ef8eca51507315", + "timestamp": "2021-04-08T11:41:20Z" + }, + { + "version": "11.2104.723.3121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0723.3121.zip", + "checksum": "46299a8c74bd5712d134e650861facff", + "timestamp": "2021-04-07T23:31:29Z" + }, + { + "version": "11.2104.722.5623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0722.5623.zip", + "checksum": "9f22755d05269772c1c750eee35761aa", + "timestamp": "2021-04-07T22:56:32Z" + }, + { + "version": "11.2104.721.5226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0721.5226.zip", + "checksum": "bdccb46be8359d204bd476f9bd05e859", + "timestamp": "2021-04-07T21:52:33Z" + }, + { + "version": "11.2104.721.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0721.1258.zip", + "checksum": "dd683acbaa3e8dec9070f3e4e452b15f", + "timestamp": "2021-04-07T21:13:06Z" + }, + { + "version": "11.2104.717.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0717.2909.zip", + "checksum": "8fcbc41a606971129cfe4049d88b4735", + "timestamp": "2021-04-07T17:29:17Z" + }, + { + "version": "11.2104.716.5609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0716.5609.zip", + "checksum": "795cd38a7128008b7787ae3f56d26621", + "timestamp": "2021-04-07T16:56:17Z" + }, + { + "version": "11.2104.713.156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0713.0156.zip", + "checksum": "afbe4bda5f1653f88bf2563ec28e260f", + "timestamp": "2021-04-07T13:02:03Z" + }, + { + "version": "11.2104.619.1803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0619.1803.zip", + "checksum": "2a0beae6c1e28c584d49b49470423a13", + "timestamp": "2021-04-06T19:18:10Z" + }, + { + "version": "11.2104.515.5622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0515.5622.zip", + "checksum": "a7bc5aa94a9d4d91cf18e4dbba9090f6", + "timestamp": "2021-04-05T15:56:30Z" + }, + { + "version": "11.2104.512.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0512.1728.zip", + "checksum": "e59b0a1b89a7884a376908d49ba24074", + "timestamp": "2021-04-05T12:17:36Z" + }, + { + "version": "11.2104.507.49", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0507.0049.zip", + "checksum": "29a494b5edd6ffcfd3c523fcd745c960", + "timestamp": "2021-04-05T07:00:57Z" + }, + { + "version": "11.2104.415.4105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0415.4105.zip", + "checksum": "704303a1f8cf7ac8dc004f458c3a0141", + "timestamp": "2021-04-04T15:41:13Z" + }, + { + "version": "11.2104.411.4557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0411.4557.zip", + "checksum": "bd3fd701dfdb50fd18859dde6adfc234", + "timestamp": "2021-04-04T11:46:05Z" + }, + { + "version": "11.2104.322.1930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0322.1930.zip", + "checksum": "e36c59e66c95f60211b88727c6a2c92a", + "timestamp": "2021-04-03T22:19:38Z" + }, + { + "version": "11.2104.317.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0317.5323.zip", + "checksum": "2325249f8cb01c9aafed9e4a7d3cf348", + "timestamp": "2021-04-03T17:53:31Z" + }, + { + "version": "11.2104.300.2651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0300.2651.zip", + "checksum": "cea83e12090635108cb51fdc5ec25c1e", + "timestamp": "2021-04-03T00:26:58Z" + }, + { + "version": "11.2104.223.2252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0223.2252.zip", + "checksum": "b1fe858a024e279e994aaceae1a00007", + "timestamp": "2021-04-02T23:23:00Z" + }, + { + "version": "11.2104.222.5630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0222.5630.zip", + "checksum": "1a911d38647e015adb6f725d26ffdab2", + "timestamp": "2021-04-02T22:56:38Z" + }, + { + "version": "11.2104.215.433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0215.0433.zip", + "checksum": "e9f137097c4f68e44bc4c670f196f35f", + "timestamp": "2021-04-02T15:04:41Z" + }, + { + "version": "11.2104.117.4745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0117.4745.zip", + "checksum": "188457c3b06f5fc3e63bf7dbb7396eb0", + "timestamp": "2021-04-01T17:47:53Z" + }, + { + "version": "11.2104.116.457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2104.0116.0457.zip", + "checksum": "ad577a8774c122c8369bbf8ca1954eda", + "timestamp": "2021-04-01T16:05:06Z" + }, + { + "version": "11.2103.3014.240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.3014.0240.zip", + "checksum": "86063f78bcacd582177ddd2a2c8f21b7", + "timestamp": "2021-03-30T14:02:48Z" + }, + { + "version": "11.2103.2716.5258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2716.5258.zip", + "checksum": "b9ddb2f433c7a6bf20d3dd5876f01bf1", + "timestamp": "2021-03-27T16:53:06Z" + }, + { + "version": "11.2103.2708.5314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2708.5314.zip", + "checksum": "6dfef1ef34be133e3d23d7e671b92c38", + "timestamp": "2021-03-27T08:53:22Z" + }, + { + "version": "11.2103.2700.3220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2700.3220.zip", + "checksum": "a38239208635b7b418deaa2882f7a5ec", + "timestamp": "2021-03-27T00:32:28Z" + }, + { + "version": "11.2103.2700.356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2700.0356.zip", + "checksum": "705b92b6fa27c51422c4db235d743ed8", + "timestamp": "2021-03-27T00:04:04Z" + }, + { + "version": "11.2103.2612.431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2612.0431.zip", + "checksum": "c4a57be92d78ff56f1d77b8365fa2664", + "timestamp": "2021-03-26T12:04:40Z" + }, + { + "version": "11.2103.2611.3953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2611.3953.zip", + "checksum": "ba2fb9191d18924c98157993ab1dcf89", + "timestamp": "2021-03-26T11:40:01Z" + }, + { + "version": "11.2103.2523.2329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2523.2329.zip", + "checksum": "cd55eab490728d5ad5a358d49b6e9144", + "timestamp": "2021-03-25T23:23:38Z" + }, + { + "version": "11.2103.2516.5645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2516.5645.zip", + "checksum": "4a96eced55133f91fd4db13d3aa5b50e", + "timestamp": "2021-03-25T16:56:53Z" + }, + { + "version": "11.2103.2516.2729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2516.2729.zip", + "checksum": "5150880a75c12222f299bc465cdd6655", + "timestamp": "2021-03-25T16:27:38Z" + }, + { + "version": "11.2103.2502.128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2502.0128.zip", + "checksum": "d1fb71779275d8d513615e1348d554bd", + "timestamp": "2021-03-25T02:01:36Z" + }, + { + "version": "11.2103.2501.3305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2501.3305.zip", + "checksum": "30c7ffa24cd6dfe87494d6c818cdc4cd", + "timestamp": "2021-03-25T01:33:13Z" + }, + { + "version": "11.2103.2500.3745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2500.3745.zip", + "checksum": "e0289a97bc8c991a7cebc12ea51e83c6", + "timestamp": "2021-03-25T00:37:53Z" + }, + { + "version": "11.2103.2422.3219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2422.3219.zip", + "checksum": "1cb309ed702e49ce000f3836dbbdcb96", + "timestamp": "2021-03-24T22:32:27Z" + }, + { + "version": "11.2103.2314.4403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2314.4403.zip", + "checksum": "3104da6adde4723fc47401cf2cfa6c64", + "timestamp": "2021-03-23T14:44:11Z" + }, + { + "version": "11.2103.2306.3739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2306.3739.zip", + "checksum": "4cd3bf92427bd117276a27ff0db93abc", + "timestamp": "2021-03-23T06:37:47Z" + }, + { + "version": "11.2103.2305.614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2305.0614.zip", + "checksum": "b8362c42f5f86e36ea31ee4c92e1c9ec", + "timestamp": "2021-03-23T05:06:22Z" + }, + { + "version": "11.2103.2301.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2301.2722.zip", + "checksum": "72b60bce0f62eee1a431c37911c7b48d", + "timestamp": "2021-03-23T01:27:32Z" + }, + { + "version": "11.2103.2222.2713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2222.2713.zip", + "checksum": "d83f048dd3ae7802c5b4de4c89079a2a", + "timestamp": "2021-03-22T22:27:23Z" + }, + { + "version": "11.2103.2219.537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2219.0537.zip", + "checksum": "f6fc676d81a61e2c75b2988e0f176296", + "timestamp": "2021-03-22T19:05:45Z" + }, + { + "version": "11.2103.2218.4208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2218.4208.zip", + "checksum": "05080d1ff454cacdaea92e18b93658ec", + "timestamp": "2021-03-22T18:42:15Z" + }, + { + "version": "11.2103.2218.1006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2218.1006.zip", + "checksum": "44c0eb270dedfd93ce8ef4e9986d8b52", + "timestamp": "2021-03-22T18:10:14Z" + }, + { + "version": "11.2103.2217.2537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2217.2537.zip", + "checksum": "a09b22d413c9f2a020be1a5f1a6ae664", + "timestamp": "2021-03-22T17:25:53Z" + }, + { + "version": "11.2103.2123.3543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2123.3543.zip", + "checksum": "d18274be69e1169a0e5123ae190ec86a", + "timestamp": "2021-03-21T23:36:00Z" + }, + { + "version": "11.2103.2119.4056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2119.4056.zip", + "checksum": "ec8f6ab87027cfd42ea86610cf87300b", + "timestamp": "2021-03-21T19:41:04Z" + }, + { + "version": "11.2103.2114.2841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2114.2841.zip", + "checksum": "c9fbdd5f548bda7961a689929dedad58", + "timestamp": "2021-03-21T14:28:49Z" + }, + { + "version": "11.2103.2001.1815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2001.1815.zip", + "checksum": "78cc7370897345886b7c88c7920e061e", + "timestamp": "2021-03-20T01:18:23Z" + }, + { + "version": "11.2103.2000.1616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.2000.1616.zip", + "checksum": "fb668ff0465e8c703529f8ef406e854d", + "timestamp": "2021-03-20T00:16:24Z" + }, + { + "version": "11.2103.1918.801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1918.0801.zip", + "checksum": "107d9c5a16b573bed7a238f514acc094", + "timestamp": "2021-03-19T18:08:09Z" + }, + { + "version": "11.2103.1909.2041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1909.2041.zip", + "checksum": "6974ff92660e3515b5f27bf49b2f23ec", + "timestamp": "2021-03-19T09:20:49Z" + }, + { + "version": "11.2103.1908.5111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1908.5111.zip", + "checksum": "26d521319edeeb79a3ad31ccae20bb7d", + "timestamp": "2021-03-19T08:51:19Z" + }, + { + "version": "11.2103.1907.4516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1907.4516.zip", + "checksum": "a49cc46ccff366724a8e4149fa8f0219", + "timestamp": "2021-03-19T07:45:24Z" + }, + { + "version": "11.2103.1907.1814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1907.1814.zip", + "checksum": "64bc6e21bfd577b50ac6c910ce9395ee", + "timestamp": "2021-03-19T07:18:22Z" + }, + { + "version": "11.2103.1815.1307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1815.1307.zip", + "checksum": "6d87f028ad8c33a9bbcc48b351033268", + "timestamp": "2021-03-18T15:13:15Z" + }, + { + "version": "11.2103.1811.1811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1811.1811.zip", + "checksum": "19af504bbfb7f105b5c57dd354a77171", + "timestamp": "2021-03-18T11:18:20Z" + }, + { + "version": "11.2103.1703.4956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1703.4956.zip", + "checksum": "1a67c06005afa3d86a304ef02004e18b", + "timestamp": "2021-03-17T03:50:04Z" + }, + { + "version": "11.2103.1620.1550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1620.1550.zip", + "checksum": "dd75c6d2f71f2aefd81f14e57be50480", + "timestamp": "2021-03-16T20:15:58Z" + }, + { + "version": "11.2103.1619.4840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1619.4840.zip", + "checksum": "60aa987cb34cc22e7bafc2ba049f4990", + "timestamp": "2021-03-16T19:48:48Z" + }, + { + "version": "11.2103.1614.600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1614.0600.zip", + "checksum": "3eb67fb1c2e0fa642ee81ad035079766", + "timestamp": "2021-03-16T14:06:09Z" + }, + { + "version": "11.2103.1518.4654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1518.4654.zip", + "checksum": "bb21fae93124dfd3657f6136b53113cd", + "timestamp": "2021-03-15T18:47:02Z" + }, + { + "version": "11.2103.1517.2849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1517.2849.zip", + "checksum": "4d8f857b7d03a936b04e73c0d62e8b76", + "timestamp": "2021-03-15T17:28:59Z" + }, + { + "version": "11.2103.1516.49", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1516.0049.zip", + "checksum": "c1ad5d7379e5d061dc2b062d4cdbe5ba", + "timestamp": "2021-03-15T16:00:57Z" + }, + { + "version": "11.2103.1513.5137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1513.5137.zip", + "checksum": "51bf00708f5def3df7b2889ac6e2aba2", + "timestamp": "2021-03-15T13:51:44Z" + }, + { + "version": "11.2103.1508.3524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1508.3524.zip", + "checksum": "e119f6d7e6b477439a2f9ca60a4e96b2", + "timestamp": "2021-03-15T08:35:32Z" + }, + { + "version": "11.2103.1422.4456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1422.4456.zip", + "checksum": "76545a25fe8a9741e29ccbe19bad7a8d", + "timestamp": "2021-03-14T22:45:05Z" + }, + { + "version": "11.2103.1418.3625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1418.3625.zip", + "checksum": "e397dfad8fe332e6193f36e70537df06", + "timestamp": "2021-03-14T18:36:33Z" + }, + { + "version": "11.2103.1417.3146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1417.3146.zip", + "checksum": "27d01f8b73487c9042e61de2e1991e2b", + "timestamp": "2021-03-14T17:31:54Z" + }, + { + "version": "11.2103.1414.3559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1414.3559.zip", + "checksum": "27882c6ad8bb4fc0c5af93c31c5913ed", + "timestamp": "2021-03-14T14:36:07Z" + }, + { + "version": "11.2103.1413.412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1413.0412.zip", + "checksum": "717fa22880f6999d182eed28bda82707", + "timestamp": "2021-03-14T13:04:21Z" + }, + { + "version": "11.2103.1407.5405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1407.5405.zip", + "checksum": "84bc91ce925262c7c4b3f2be2467d3cd", + "timestamp": "2021-03-14T07:54:13Z" + }, + { + "version": "11.2103.1400.1701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1400.1701.zip", + "checksum": "2e55481f6b38c44e713e5efdd994cbd4", + "timestamp": "2021-03-14T00:17:10Z" + }, + { + "version": "11.2103.1323.4820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1323.4820.zip", + "checksum": "9293f2052e65cdb2f03c7f882f5e6df1", + "timestamp": "2021-03-13T23:48:28Z" + }, + { + "version": "11.2103.1322.2700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1322.2700.zip", + "checksum": "72ae82d238b8834d439dab4d21ce5d7f", + "timestamp": "2021-03-13T22:27:11Z" + }, + { + "version": "11.2103.1314.5757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1314.5757.zip", + "checksum": "ac5de29bb3b8732aca2e45bb5eff94c7", + "timestamp": "2021-03-13T14:58:06Z" + }, + { + "version": "11.2103.1314.3000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1314.3000.zip", + "checksum": "7b91c103b206ad916de24586b7f450f3", + "timestamp": "2021-03-13T14:30:10Z" + }, + { + "version": "11.2103.1302.4327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1302.4327.zip", + "checksum": "fcb2af0d999dc2a431f49cdf1189787d", + "timestamp": "2021-03-13T02:43:37Z" + }, + { + "version": "11.2103.1223.2619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1223.2619.zip", + "checksum": "1e5afd93a3860e056f1dc62c755f89d3", + "timestamp": "2021-03-12T23:26:27Z" + }, + { + "version": "11.2103.1214.2025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1214.2025.zip", + "checksum": "46f959135c20af1f0308f6349c464af1", + "timestamp": "2021-03-12T14:20:33Z" + }, + { + "version": "11.2103.1213.5314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1213.5314.zip", + "checksum": "b80df8f575f68880636dc9fd5a5ee012", + "timestamp": "2021-03-12T13:53:23Z" + }, + { + "version": "11.2103.1209.748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1209.0748.zip", + "checksum": "3b761eea93811d3357d7bd7a060b20df", + "timestamp": "2021-03-12T09:07:56Z" + }, + { + "version": "11.2103.1123.4152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1123.4152.zip", + "checksum": "e5e6abfeaaa2930ab89771e2d235d6f7", + "timestamp": "2021-03-11T23:42:00Z" + }, + { + "version": "11.2103.1122.2716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1122.2716.zip", + "checksum": "9a68a0340f38fda87060d32045afde86", + "timestamp": "2021-03-11T22:27:25Z" + }, + { + "version": "11.2103.1121.5904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1121.5904.zip", + "checksum": "3921635c09ea2efe90d797db8951002b", + "timestamp": "2021-03-11T21:59:13Z" + }, + { + "version": "11.2103.1120.1838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1120.1838.zip", + "checksum": "b0068231ace64e971f54f367962bf6dd", + "timestamp": "2021-03-11T20:18:47Z" + }, + { + "version": "11.2103.1116.1253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1116.1253.zip", + "checksum": "09eb02e61aecdb46dc7d8f0265007960", + "timestamp": "2021-03-11T16:13:02Z" + }, + { + "version": "11.2103.1115.3018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1115.3018.zip", + "checksum": "00f9ba77da8a391172835a07a93ecfa9", + "timestamp": "2021-03-11T15:30:27Z" + }, + { + "version": "11.2103.1111.1202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1111.1202.zip", + "checksum": "7674f4c79a6d7df024ae9c4dc179eea6", + "timestamp": "2021-03-11T11:12:13Z" + }, + { + "version": "11.2103.1100.619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1100.0619.zip", + "checksum": "7c1ab1a2eb5d51ce4e441be08c0699ee", + "timestamp": "2021-03-11T00:06:28Z" + }, + { + "version": "11.2103.1022.4456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1022.4456.zip", + "checksum": "7309f638244f1403ff98f6678e06e54b", + "timestamp": "2021-03-10T22:45:05Z" + }, + { + "version": "11.2103.1019.3842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1019.3842.zip", + "checksum": "7ea04435df88d7433ad89a40b8330e28", + "timestamp": "2021-03-10T19:38:50Z" + }, + { + "version": "11.2103.1014.4502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1014.4502.zip", + "checksum": "9a5123657f6699df8110b32a3789ae9e", + "timestamp": "2021-03-10T14:45:10Z" + }, + { + "version": "11.2103.1010.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1010.5603.zip", + "checksum": "db7a79e28f16470703fc0e15fd9980c0", + "timestamp": "2021-03-10T10:56:12Z" + }, + { + "version": "11.2103.1008.329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1008.0329.zip", + "checksum": "e50ea059c95852a4ffc5963e5b0371fd", + "timestamp": "2021-03-10T08:03:38Z" + }, + { + "version": "11.2103.1002.5359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.1002.5359.zip", + "checksum": "bbac77d184acd4f830ff0c20bd89917c", + "timestamp": "2021-03-10T02:54:07Z" + }, + { + "version": "11.2103.923.4425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0923.4425.zip", + "checksum": "9f2da25e61177b5bf641619e2277b2db", + "timestamp": "2021-03-09T23:44:33Z" + }, + { + "version": "11.2103.922.114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0922.0114.zip", + "checksum": "b072d361642fa32f39519809a51029a5", + "timestamp": "2021-03-09T22:01:23Z" + }, + { + "version": "11.2103.919.5344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0919.5344.zip", + "checksum": "840268cbf0b4047c72ffef364bee6839", + "timestamp": "2021-03-09T19:53:52Z" + }, + { + "version": "11.2103.919.1918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0919.1918.zip", + "checksum": "5140fd23cbf5b84d7772e6728bad9a6d", + "timestamp": "2021-03-09T19:19:27Z" + }, + { + "version": "11.2103.913.4241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0913.4241.zip", + "checksum": "b53821c5b3864fa1ef8839e6adebee69", + "timestamp": "2021-03-09T13:42:50Z" + }, + { + "version": "11.2103.904.3033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0904.3033.zip", + "checksum": "321be8cbfc0c40ab631d631722bca26c", + "timestamp": "2021-03-09T04:30:42Z" + }, + { + "version": "11.2103.900.2426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0900.2426.zip", + "checksum": "6d0596dfe1961bba3820d7a6b5ccf522", + "timestamp": "2021-03-09T00:24:35Z" + }, + { + "version": "11.2103.814.4453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0814.4453.zip", + "checksum": "7fecd5cd54de8f0f3c4077f1b8706fb0", + "timestamp": "2021-03-08T14:45:01Z" + }, + { + "version": "11.2103.811.2844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0811.2844.zip", + "checksum": "a45361cd8b341af71e01b4cadb31d720", + "timestamp": "2021-03-08T11:28:52Z" + }, + { + "version": "11.2103.809.1426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0809.1426.zip", + "checksum": "510d1b6b6baeff314c3c724c0f9f4ad0", + "timestamp": "2021-03-08T09:14:34Z" + }, + { + "version": "11.2103.808.1410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0808.1410.zip", + "checksum": "49f84a03a03902d57d32c48ba5b290b5", + "timestamp": "2021-03-08T08:14:18Z" + }, + { + "version": "11.2103.722.5238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0722.5238.zip", + "checksum": "2c2c6a1e585f2c92631428c7f1c5a307", + "timestamp": "2021-03-07T22:52:46Z" + }, + { + "version": "11.2103.715.2036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0715.2036.zip", + "checksum": "c9d8c5bbf292a26295fe48979f77f946", + "timestamp": "2021-03-07T15:20:44Z" + }, + { + "version": "11.2103.312.612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0312.0612.zip", + "checksum": "d6a597aa0a9da3e21fd3d9efbfe62ec5", + "timestamp": "2021-03-03T12:06:20Z" + }, + { + "version": "11.2103.217.640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0217.0640.zip", + "checksum": "c30f151a70159cf77c79e86366ca67a4", + "timestamp": "2021-03-02T17:06:48Z" + }, + { + "version": "11.2103.216.3940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0216.3940.zip", + "checksum": "67b87bb37ad2d0eaa4634deb54d32a1e", + "timestamp": "2021-03-02T16:39:49Z" + }, + { + "version": "11.2103.214.3632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0214.3632.zip", + "checksum": "0f7d25ffa34ea6a67a5330f9548f4eae", + "timestamp": "2021-03-02T14:36:40Z" + }, + { + "version": "11.2103.209.257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0209.0257.zip", + "checksum": "e8fd490f64a6d3916dc3a139a9caecd9", + "timestamp": "2021-03-02T09:03:07Z" + }, + { + "version": "11.2103.202.3338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0202.3338.zip", + "checksum": "c1fcd36db10a601deb7309db19e64689", + "timestamp": "2021-03-02T02:33:47Z" + }, + { + "version": "11.2103.123.617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0123.0617.zip", + "checksum": "a44ca0387f1e3c9cfd46cf97d213028b", + "timestamp": "2021-03-01T23:06:26Z" + }, + { + "version": "11.2103.121.2359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0121.2359.zip", + "checksum": "4b0eb5953da014f10a4ff486535f1f77", + "timestamp": "2021-03-01T21:24:07Z" + }, + { + "version": "11.2103.119.1208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0119.1208.zip", + "checksum": "6398ff26e787e78fe8b7b2a5f9113151", + "timestamp": "2021-03-01T19:12:17Z" + }, + { + "version": "11.2103.118.1650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0118.1650.zip", + "checksum": "1f6d8b32fa8a86e78df282bcd62071f6", + "timestamp": "2021-03-01T18:16:59Z" + }, + { + "version": "11.2103.117.2537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0117.2537.zip", + "checksum": "7e16b0b0241fd8013ee3f5e3a3bf7d44", + "timestamp": "2021-03-01T17:25:46Z" + }, + { + "version": "11.2103.116.5827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0116.5827.zip", + "checksum": "d4a98a581702c2b69a15fa1d5cbbde51", + "timestamp": "2021-03-01T16:58:35Z" + }, + { + "version": "11.2103.115.1716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0115.1716.zip", + "checksum": "6b82c4db2d327fd1ccacef0b3f06b9d7", + "timestamp": "2021-03-01T15:17:25Z" + }, + { + "version": "11.2103.114.3134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0114.3134.zip", + "checksum": "e9e20399d90f80512cb8c625507a37db", + "timestamp": "2021-03-01T14:31:42Z" + }, + { + "version": "11.2103.113.5714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0113.5714.zip", + "checksum": "e8fac011cea0ee149d4424eb6545cf64", + "timestamp": "2021-03-01T13:57:24Z" + }, + { + "version": "11.2103.110.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0110.4910.zip", + "checksum": "0a4f02f610641c692f169771da89448c", + "timestamp": "2021-03-01T10:49:18Z" + }, + { + "version": "11.2103.110.2206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0110.2206.zip", + "checksum": "63e30db8662868c9430361520554cf06", + "timestamp": "2021-03-01T10:22:15Z" + }, + { + "version": "11.2103.109.818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0109.0818.zip", + "checksum": "248494167337a539428735203cfce10f", + "timestamp": "2021-03-01T09:08:26Z" + }, + { + "version": "11.2103.104.1813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2103.0104.1813.zip", + "checksum": "e3a7f996575fb2b5f156811e1d27f9d7", + "timestamp": "2021-03-01T04:18:22Z" + }, + { + "version": "11.2102.2820.3239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2820.3239.zip", + "checksum": "4ea41c7c64fcf8daa7a14ae0c64fdd76", + "timestamp": "2021-02-28T20:32:47Z" + }, + { + "version": "11.2102.2816.2323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2816.2323.zip", + "checksum": "0ab7258060c8984482af6e087cd1bf25", + "timestamp": "2021-02-28T16:23:31Z" + }, + { + "version": "11.2102.2815.5556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2815.5556.zip", + "checksum": "e0becd99bbf2c32a674d2a663165faf6", + "timestamp": "2021-02-28T15:56:04Z" + }, + { + "version": "11.2102.2815.2940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2815.2940.zip", + "checksum": "49739c77b6b63980be4ac5d965453ab8", + "timestamp": "2021-02-28T15:29:48Z" + }, + { + "version": "11.2102.2811.3548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2811.3548.zip", + "checksum": "6cb7a6c7b13050958ec13aede72278c8", + "timestamp": "2021-02-28T11:35:57Z" + }, + { + "version": "11.2102.2811.1000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2811.1000.zip", + "checksum": "a19f306a9dfdf8b2d09fcdd1aa811c5e", + "timestamp": "2021-02-28T11:10:10Z" + }, + { + "version": "11.2102.2810.4025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2810.4025.zip", + "checksum": "46ecc2439038c2d5aa2236d9ca321661", + "timestamp": "2021-02-28T10:40:33Z" + }, + { + "version": "11.2102.2810.1248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2810.1248.zip", + "checksum": "d8e2059c87d7f2dd6dff1deec745cc32", + "timestamp": "2021-02-28T10:12:56Z" + }, + { + "version": "11.2102.2809.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2809.4600.zip", + "checksum": "d3896901c7d47800079493dec58f137c", + "timestamp": "2021-02-28T09:46:09Z" + }, + { + "version": "11.2102.2806.4940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2806.4940.zip", + "checksum": "255d4c73e555fd4f7efc73927b2b8373", + "timestamp": "2021-02-28T06:49:48Z" + }, + { + "version": "11.2102.2805.937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2805.0937.zip", + "checksum": "6905c95d637e356820e370b3875a4153", + "timestamp": "2021-02-28T05:09:45Z" + }, + { + "version": "11.2102.2804.4243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2804.4243.zip", + "checksum": "402f2c50d2aaf436981792536f80fe5c", + "timestamp": "2021-02-28T04:42:52Z" + }, + { + "version": "11.2102.2722.4735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2722.4735.zip", + "checksum": "8384938a4c6048a06ea8ec7afb00eb99", + "timestamp": "2021-02-27T22:47:44Z" + }, + { + "version": "11.2102.2722.1918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2722.1918.zip", + "checksum": "5247b63415faf30c19088945dd495c8f", + "timestamp": "2021-02-27T22:19:28Z" + }, + { + "version": "11.2102.2719.2214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2719.2214.zip", + "checksum": "84cdbe6cb9a80474a329d93038d538e3", + "timestamp": "2021-02-27T19:22:22Z" + }, + { + "version": "11.2102.2718.4325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2718.4325.zip", + "checksum": "21ba19cd4f09cf2c14478ecf5a2035a5", + "timestamp": "2021-02-27T18:43:33Z" + }, + { + "version": "11.2102.2717.517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2717.0517.zip", + "checksum": "40a52d432a0c71d3d6800bd932825d23", + "timestamp": "2021-02-27T17:05:25Z" + }, + { + "version": "11.2102.2707.3744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2707.3744.zip", + "checksum": "8de2cb2f4fac0f6ec29efcfe4260e6f4", + "timestamp": "2021-02-27T07:37:52Z" + }, + { + "version": "11.2102.2705.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2705.5313.zip", + "checksum": "aa83adb6b9374081848effe6ff9cda5c", + "timestamp": "2021-02-27T05:53:21Z" + }, + { + "version": "11.2102.2705.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2705.2623.zip", + "checksum": "03ceb9dcccbda9b08835e2b76376848b", + "timestamp": "2021-02-27T05:26:32Z" + }, + { + "version": "11.2102.2704.2017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2704.2017.zip", + "checksum": "3083c4fcf1aa8ae72b4aaa20a48a5405", + "timestamp": "2021-02-27T04:20:26Z" + }, + { + "version": "11.2102.2703.5309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2703.5309.zip", + "checksum": "d5425af2fdbdbd7aa93cbb75fc164ac9", + "timestamp": "2021-02-27T03:53:17Z" + }, + { + "version": "11.2102.2621.934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2621.0934.zip", + "checksum": "36bf303693ad2ceb819430aaafd973a9", + "timestamp": "2021-02-26T21:09:43Z" + }, + { + "version": "11.2102.2619.1310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2619.1310.zip", + "checksum": "7242d8b9b63c5307823a2a9d84cbd80d", + "timestamp": "2021-02-26T19:13:18Z" + }, + { + "version": "11.2102.2618.4606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2618.4606.zip", + "checksum": "cde510af840acbf03afcc1007096aa3f", + "timestamp": "2021-02-26T18:46:15Z" + }, + { + "version": "11.2102.2612.4403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2612.4403.zip", + "checksum": "b1b03abd224a93f2f4f5c6b8a69ebaa2", + "timestamp": "2021-02-26T12:44:12Z" + }, + { + "version": "11.2102.2523.4110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2523.4110.zip", + "checksum": "eafa9f4468870e8e5f08ce2d355c3e76", + "timestamp": "2021-02-25T23:41:18Z" + }, + { + "version": "11.2102.2508.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2508.4339.zip", + "checksum": "e2f600f3ebc411a0104e8844ac2ac24a", + "timestamp": "2021-02-25T08:43:48Z" + }, + { + "version": "11.2102.2423.1139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2423.1139.zip", + "checksum": "884b282fcb2d8c2bc1e40cc80f13aa11", + "timestamp": "2021-02-24T23:11:48Z" + }, + { + "version": "11.2102.2422.4522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2422.4522.zip", + "checksum": "473ca9a3a322c67d50afd8e16aefa23d", + "timestamp": "2021-02-24T22:45:30Z" + }, + { + "version": "11.2102.2421.2828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2421.2828.zip", + "checksum": "b474a975eaaf37679e47ee2b0b13fca6", + "timestamp": "2021-02-24T21:28:37Z" + }, + { + "version": "11.2102.2416.4647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2416.4647.zip", + "checksum": "807f5ea044be7f9e2618eaaa88aada24", + "timestamp": "2021-02-24T16:46:56Z" + }, + { + "version": "11.2102.2416.2001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2416.2001.zip", + "checksum": "7de28d50d2596e2b895288c99b925fe7", + "timestamp": "2021-02-24T16:20:12Z" + }, + { + "version": "11.2102.2411.4112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2411.4112.zip", + "checksum": "feb0963ee08bbbe143ce35fa48441f14", + "timestamp": "2021-02-24T11:41:22Z" + }, + { + "version": "11.2102.2401.5432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2401.5432.zip", + "checksum": "7405b34b1e6e05bb5b04dc28ba881ab7", + "timestamp": "2021-02-24T01:54:40Z" + }, + { + "version": "11.2102.2321.949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2321.0949.zip", + "checksum": "56d9aad8a41a569405566aa291acd14f", + "timestamp": "2021-02-23T21:09:58Z" + }, + { + "version": "11.2102.2317.1256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2317.1256.zip", + "checksum": "1775d81bb4ab61aed4ad7ec9ca9859d3", + "timestamp": "2021-02-23T17:13:08Z" + }, + { + "version": "11.2102.2312.2647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2312.2647.zip", + "checksum": "2a55bd0a8cd6478962aa30fb4d7fbd9e", + "timestamp": "2021-02-23T12:26:56Z" + }, + { + "version": "11.2102.2302.5713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2302.5713.zip", + "checksum": "b3576e3a4b1fc1b0d86b5eda5de6e0b5", + "timestamp": "2021-02-23T02:57:23Z" + }, + { + "version": "11.2102.2302.2846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2302.2846.zip", + "checksum": "c92c5b7b246c7a4aef58b91a6cea6cd2", + "timestamp": "2021-02-23T02:28:55Z" + }, + { + "version": "11.2102.2222.109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2222.0109.zip", + "checksum": "3d16724b689e546f7c0c5cff3c96f833", + "timestamp": "2021-02-22T22:01:18Z" + }, + { + "version": "11.2102.2217.3358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2217.3358.zip", + "checksum": "26a17280da01b6300dd0553e0ae8ac91", + "timestamp": "2021-02-22T17:34:07Z" + }, + { + "version": "11.2102.2216.3919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2216.3919.zip", + "checksum": "dc239a6d9687b122f396cff543b701af", + "timestamp": "2021-02-22T16:39:30Z" + }, + { + "version": "11.2102.2213.4101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2213.4101.zip", + "checksum": "26093d05534f6f4ff6cfb40b71b76f45", + "timestamp": "2021-02-22T13:41:10Z" + }, + { + "version": "11.2102.2207.3754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2207.3754.zip", + "checksum": "09871c7a054eb5cc76a0e05b09835de6", + "timestamp": "2021-02-22T07:38:05Z" + }, + { + "version": "11.2102.2205.5307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2205.5307.zip", + "checksum": "febad3ea0319ebce0487e4d8e5cef808", + "timestamp": "2021-02-22T05:53:16Z" + }, + { + "version": "11.2102.2204.5057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2204.5057.zip", + "checksum": "ad8f938014c3d9b80286bd309d204363", + "timestamp": "2021-02-22T04:51:06Z" + }, + { + "version": "11.2102.2201.4652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2201.4652.zip", + "checksum": "aa34ff2bb333e855c8ddaea5aca3dfa7", + "timestamp": "2021-02-22T01:47:02Z" + }, + { + "version": "11.2102.2119.2506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2119.2506.zip", + "checksum": "a6284467e3bd88207d6a11a28ff06c67", + "timestamp": "2021-02-21T19:25:15Z" + }, + { + "version": "11.2102.2116.821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2116.0821.zip", + "checksum": "c7b00847887001a91dd31be85ecbfb30", + "timestamp": "2021-02-21T16:08:29Z" + }, + { + "version": "11.2102.2107.2458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2107.2458.zip", + "checksum": "beed7476664e852433434aca77e2e760", + "timestamp": "2021-02-21T07:25:06Z" + }, + { + "version": "11.2102.2023.3153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2023.3153.zip", + "checksum": "7d13664a841a461715b9f9bb9b355644", + "timestamp": "2021-02-20T23:32:02Z" + }, + { + "version": "11.2102.2023.535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2023.0535.zip", + "checksum": "1401af5f6f1c31c961914800a487586c", + "timestamp": "2021-02-20T23:05:43Z" + }, + { + "version": "11.2102.2015.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2015.4723.zip", + "checksum": "ef9db48888c78a871ee012400edbd71c", + "timestamp": "2021-02-20T15:47:31Z" + }, + { + "version": "11.2102.2002.2118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.2002.2118.zip", + "checksum": "cf853312adac0d63f4382e59f8884160", + "timestamp": "2021-02-20T02:21:27Z" + }, + { + "version": "11.2102.1912.4234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1912.4234.zip", + "checksum": "7b17e84a749d15ca1e28b75c1fde8ada", + "timestamp": "2021-02-19T12:42:43Z" + }, + { + "version": "11.2102.1822.5501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1822.5501.zip", + "checksum": "b800384adb743ed95d014b1e7542e06b", + "timestamp": "2021-02-18T22:55:09Z" + }, + { + "version": "11.2102.1819.241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1819.0241.zip", + "checksum": "07fa4e46ba3ab20d0410f978e5851975", + "timestamp": "2021-02-18T19:02:50Z" + }, + { + "version": "11.2102.1817.1503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1817.1503.zip", + "checksum": "3944ee7743b377ebc288662bed201554", + "timestamp": "2021-02-18T17:15:12Z" + }, + { + "version": "11.2102.1719.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1719.4751.zip", + "checksum": "df31ed88adddbae1650c63dfed65a402", + "timestamp": "2021-02-17T19:48:00Z" + }, + { + "version": "11.2102.1710.1019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1710.1019.zip", + "checksum": "1e33427dfc392ec9972db4fc5be4712b", + "timestamp": "2021-02-17T10:10:29Z" + }, + { + "version": "11.2102.1709.3529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1709.3529.zip", + "checksum": "051fd2eb8658b62c3d0ffbb9b87e5f09", + "timestamp": "2021-02-17T09:35:38Z" + }, + { + "version": "11.2102.1706.4511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1706.4511.zip", + "checksum": "d5259331ffe0c117b868597a13f32392", + "timestamp": "2021-02-17T06:45:20Z" + }, + { + "version": "11.2102.1705.2630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1705.2630.zip", + "checksum": "23c69ff03c23630a9d141ae7fcf248d2", + "timestamp": "2021-02-17T05:26:38Z" + }, + { + "version": "11.2102.1704.2146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1704.2146.zip", + "checksum": "dc65d379e31ce4ec9a136b25508d3bcf", + "timestamp": "2021-02-17T04:21:54Z" + }, + { + "version": "11.2102.1703.5456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1703.5456.zip", + "checksum": "4194c646fbea831d0aade6647fcc588c", + "timestamp": "2021-02-17T03:55:05Z" + }, + { + "version": "11.2102.1703.2617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1703.2617.zip", + "checksum": "f35495544af88876c227c6e2bb6cac0f", + "timestamp": "2021-02-17T03:26:25Z" + }, + { + "version": "11.2102.1618.5450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1618.5450.zip", + "checksum": "85bfa4809fefbbc0ebd8d84bf32ff16d", + "timestamp": "2021-02-16T18:55:00Z" + }, + { + "version": "11.2102.1615.5820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1615.5820.zip", + "checksum": "d2487c4c91718510f15992430f6ecc3e", + "timestamp": "2021-02-16T15:58:28Z" + }, + { + "version": "11.2102.1605.4329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1605.4329.zip", + "checksum": "8dfd792e9d0ffa19f485f3dfa249a384", + "timestamp": "2021-02-16T05:43:38Z" + }, + { + "version": "11.2102.1605.1642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1605.1642.zip", + "checksum": "929f31e7964a8f13afe1f0a00828c312", + "timestamp": "2021-02-16T05:16:50Z" + }, + { + "version": "11.2102.1519.4335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1519.4335.zip", + "checksum": "24b7eb9ae3b537bd97053b21ffb2a424", + "timestamp": "2021-02-15T19:43:44Z" + }, + { + "version": "11.2102.1513.5904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1513.5904.zip", + "checksum": "7fd2961030ad9f41c3fbb60de232c5fa", + "timestamp": "2021-02-15T13:59:12Z" + }, + { + "version": "11.2102.1509.1315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1509.1315.zip", + "checksum": "bf2bfedcebedf3a70464f2ef77ee49de", + "timestamp": "2021-02-15T09:13:24Z" + }, + { + "version": "11.2102.1417.5212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1417.5212.zip", + "checksum": "b166a80bebb829f99c67c8a5df330fef", + "timestamp": "2021-02-14T17:52:21Z" + }, + { + "version": "11.2102.1416.2259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1416.2259.zip", + "checksum": "ea94282a4db117cf7a892db42b65bcc7", + "timestamp": "2021-02-14T16:23:09Z" + }, + { + "version": "11.2102.1408.1740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1408.1740.zip", + "checksum": "9a8e69d6b03f2c11aad7a358b2e0f8b7", + "timestamp": "2021-02-14T08:17:49Z" + }, + { + "version": "11.2102.1407.1020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1407.1020.zip", + "checksum": "8ff37c239b4a0f61855681c6eeb0f13e", + "timestamp": "2021-02-14T07:10:29Z" + }, + { + "version": "11.2102.1319.245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1319.0245.zip", + "checksum": "91bed900a95d4300f06586fd7cc7b564", + "timestamp": "2021-02-13T19:02:55Z" + }, + { + "version": "11.2102.1310.3612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1310.3612.zip", + "checksum": "b3d1b95015998848654b8e6fa06e5629", + "timestamp": "2021-02-13T10:36:20Z" + }, + { + "version": "11.2102.1309.5940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1309.5940.zip", + "checksum": "093637da1c2ffa4b6305df9ae6a67448", + "timestamp": "2021-02-13T09:59:49Z" + }, + { + "version": "11.2102.1304.5633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1304.5633.zip", + "checksum": "cfe3a8e6f577453b118239e8288997f3", + "timestamp": "2021-02-13T04:56:42Z" + }, + { + "version": "11.2102.1302.1838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1302.1838.zip", + "checksum": "6431396d7852f5d0c37c688b9402e576", + "timestamp": "2021-02-13T02:18:47Z" + }, + { + "version": "11.2102.1218.2659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1218.2659.zip", + "checksum": "5fdbc69e7dafad708aa71a67c49a6700", + "timestamp": "2021-02-12T18:27:10Z" + }, + { + "version": "11.2102.1209.728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1209.0728.zip", + "checksum": "99286bf8435bff8bafb129c33a6d7abf", + "timestamp": "2021-02-12T09:07:36Z" + }, + { + "version": "11.2102.1118.5720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1118.5720.zip", + "checksum": "61a64d657b6e79a358b3eaf3cb8146c0", + "timestamp": "2021-02-11T18:57:30Z" + }, + { + "version": "11.2102.1117.1427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1117.1427.zip", + "checksum": "342f661e78fda63c4e8aa4757b852398", + "timestamp": "2021-02-11T17:14:36Z" + }, + { + "version": "11.2102.1116.4126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1116.4126.zip", + "checksum": "410c24420d01bf5af454b144f86bb1db", + "timestamp": "2021-02-11T16:41:34Z" + }, + { + "version": "11.2102.1114.5534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1114.5534.zip", + "checksum": "c467ec69dfbb158232245eeec64fff38", + "timestamp": "2021-02-11T14:55:42Z" + }, + { + "version": "11.2102.1108.2314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1108.2314.zip", + "checksum": "03a5d3c46b1bc930490dc2004c968464", + "timestamp": "2021-02-11T08:23:23Z" + }, + { + "version": "11.2102.1107.5456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1107.5456.zip", + "checksum": "6bcac0b6e67c7d21de08ca7ada4407c9", + "timestamp": "2021-02-11T07:55:05Z" + }, + { + "version": "11.2102.1017.653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1017.0653.zip", + "checksum": "ffff5f3a74091ac1bf2324fb5faaecc7", + "timestamp": "2021-02-10T17:07:02Z" + }, + { + "version": "11.2102.1015.3439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1015.3439.zip", + "checksum": "1c4dda9d3f51b4040b17f71da9f822e6", + "timestamp": "2021-02-10T15:34:48Z" + }, + { + "version": "11.2102.1015.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1015.0534.zip", + "checksum": "16c44859848c311d82c4f448b7c043e1", + "timestamp": "2021-02-10T15:05:42Z" + }, + { + "version": "11.2102.1014.625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1014.0625.zip", + "checksum": "742a503de2a2dbe0f329c87c11d70b95", + "timestamp": "2021-02-10T14:06:33Z" + }, + { + "version": "11.2102.1011.4117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1011.4117.zip", + "checksum": "e63fc83f7b499f458019ea41c0480e9e", + "timestamp": "2021-02-10T11:41:35Z" + }, + { + "version": "11.2102.1010.5203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1010.5203.zip", + "checksum": "673ceeae29a34fc06ea7f2972ae547a0", + "timestamp": "2021-02-10T10:52:16Z" + }, + { + "version": "11.2102.1006.5845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1006.5845.zip", + "checksum": "a81473fa0efaee841a68d8da6174c8f4", + "timestamp": "2021-02-10T06:59:03Z" + }, + { + "version": "11.2102.1002.3946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1002.3946.zip", + "checksum": "73b3a593dc56ff840783d31ef3ed80de", + "timestamp": "2021-02-10T02:39:54Z" + }, + { + "version": "11.2102.1001.2732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.1001.2732.zip", + "checksum": "f1a92ca5c4799626af9cdd9b6f24eea1", + "timestamp": "2021-02-10T01:27:40Z" + }, + { + "version": "11.2102.916.1233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0916.1233.zip", + "checksum": "eafbb980a56c02ccf2d72977cd2c0214", + "timestamp": "2021-02-09T16:12:43Z" + }, + { + "version": "11.2102.903.34", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0903.0034.zip", + "checksum": "23c51c83e5794b866ade3805c3330965", + "timestamp": "2021-02-09T03:00:43Z" + }, + { + "version": "11.2102.902.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0902.3135.zip", + "checksum": "ad79d01c17b6be183a50a866f27a80e0", + "timestamp": "2021-02-09T02:31:44Z" + }, + { + "version": "11.2102.815.5303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0815.5303.zip", + "checksum": "9aab6dd949e1fb0bdaf8f53c28ac73e2", + "timestamp": "2021-02-08T15:53:12Z" + }, + { + "version": "11.2102.815.2412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0815.2412.zip", + "checksum": "8ac69397b57bdc607a2e41a77d44fc86", + "timestamp": "2021-02-08T15:24:21Z" + }, + { + "version": "11.2102.814.5450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0814.5450.zip", + "checksum": "871471ca0e28d4fcbf9aaaf5fd370851", + "timestamp": "2021-02-08T14:55:00Z" + }, + { + "version": "11.2102.814.2457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0814.2457.zip", + "checksum": "570273885d24a115de323cee1e4ee5d7", + "timestamp": "2021-02-08T14:25:06Z" + }, + { + "version": "11.2102.812.2608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0812.2608.zip", + "checksum": "ea159073893ba9b534149e309d0b48b7", + "timestamp": "2021-02-08T12:26:16Z" + }, + { + "version": "11.2102.811.5141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0811.5141.zip", + "checksum": "7ef029ca7bee258026925327379d87ed", + "timestamp": "2021-02-08T11:51:50Z" + }, + { + "version": "11.2102.809.4357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0809.4357.zip", + "checksum": "3029eaea71b0058e943081b6a0cb96fb", + "timestamp": "2021-02-08T09:44:05Z" + }, + { + "version": "11.2102.808.5331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0808.5331.zip", + "checksum": "febc2283ce3641a61eb8ce37733e19d6", + "timestamp": "2021-02-08T08:53:39Z" + }, + { + "version": "11.2102.806.2724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0806.2724.zip", + "checksum": "3d31ccbb3335616783686a7445d7a7d0", + "timestamp": "2021-02-08T06:27:33Z" + }, + { + "version": "11.2102.805.5905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0805.5905.zip", + "checksum": "2682f7cde180af1de90ca546d7821b20", + "timestamp": "2021-02-08T05:59:14Z" + }, + { + "version": "11.2102.720.2448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0720.2448.zip", + "checksum": "e276d55eb11545c64a8d96e57ff5110c", + "timestamp": "2021-02-07T20:24:57Z" + }, + { + "version": "11.2102.716.5725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0716.5725.zip", + "checksum": "487efafbd8164266d66c38f50bdb6415", + "timestamp": "2021-02-07T16:57:37Z" + }, + { + "version": "11.2102.716.2937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0716.2937.zip", + "checksum": "3a9c6b7752c0f4ded1e0e99c0ec31575", + "timestamp": "2021-02-07T16:29:46Z" + }, + { + "version": "11.2102.710.2714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0710.2714.zip", + "checksum": "095d5aed9bd6ecb65f825a7d3be4a0b4", + "timestamp": "2021-02-07T10:27:23Z" + }, + { + "version": "11.2102.702.923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0702.0923.zip", + "checksum": "c1418d48d582af60a0de85fb2d68fb68", + "timestamp": "2021-02-07T02:09:32Z" + }, + { + "version": "11.2102.701.4048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0701.4048.zip", + "checksum": "ad43762f972fca04809db682da9dd08b", + "timestamp": "2021-02-07T01:40:57Z" + }, + { + "version": "11.2102.618.2439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0618.2439.zip", + "checksum": "a854441942502cbbc25b5bfab2685086", + "timestamp": "2021-02-06T18:24:47Z" + }, + { + "version": "11.2102.519.2711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0519.2711.zip", + "checksum": "5aef9f4c2ca2a33a42e89b8c5798d6d0", + "timestamp": "2021-02-05T19:27:24Z" + }, + { + "version": "11.2102.511.5629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0511.5629.zip", + "checksum": "a3321f632d970bce5492394294451ea9", + "timestamp": "2021-02-05T11:56:37Z" + }, + { + "version": "11.2102.511.2847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0511.2847.zip", + "checksum": "5654c94dbac432becbb580f6e36fa20a", + "timestamp": "2021-02-05T11:28:58Z" + }, + { + "version": "11.2102.503.3656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0503.3656.zip", + "checksum": "85dc624a5b9a55f1e1937d004cfa2167", + "timestamp": "2021-02-05T03:37:04Z" + }, + { + "version": "11.2102.503.717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0503.0717.zip", + "checksum": "dbc18d4f0f6fc2294870348b96318a42", + "timestamp": "2021-02-05T03:07:26Z" + }, + { + "version": "11.2102.414.4907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0414.4907.zip", + "checksum": "e97a1da48b8b42656aba4dd15f4cfdea", + "timestamp": "2021-02-04T14:49:15Z" + }, + { + "version": "11.2102.413.1320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0413.1320.zip", + "checksum": "de316c16a2afb8259f50185ba11422bf", + "timestamp": "2021-02-04T13:13:29Z" + }, + { + "version": "11.2102.308.1440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0308.1440.zip", + "checksum": "8a9f3cf0385a2c99988d0938de5389bb", + "timestamp": "2021-02-03T08:14:49Z" + }, + { + "version": "11.2102.307.4535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0307.4535.zip", + "checksum": "600e5560570a45c09869b86835fce8f8", + "timestamp": "2021-02-03T07:45:43Z" + }, + { + "version": "11.2102.217.5127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0217.5127.zip", + "checksum": "50cb58afccaf367a95fa4d30b95bcc9b", + "timestamp": "2021-02-02T17:51:35Z" + }, + { + "version": "11.2102.210.2256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0210.2256.zip", + "checksum": "3f434f81a6fe0e204e96156acf90c43f", + "timestamp": "2021-02-02T10:23:04Z" + }, + { + "version": "11.2102.203.2231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0203.2231.zip", + "checksum": "95fccdd3af1c6e27486d195fd58bae0f", + "timestamp": "2021-02-02T03:22:40Z" + }, + { + "version": "11.2102.119.2841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0119.2841.zip", + "checksum": "745a29655bed2de5eaf3a9557abef08e", + "timestamp": "2021-02-01T19:28:49Z" + }, + { + "version": "11.2102.119.5", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0119.0005.zip", + "checksum": "f38b48597278be9eaabf3cdcb8a1bf6c", + "timestamp": "2021-02-01T19:00:14Z" + }, + { + "version": "11.2102.104.4909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2102.0104.4909.zip", + "checksum": "fccd0abe3d19ccf3a4288b92fdd874e3", + "timestamp": "2021-02-01T04:49:17Z" + }, + { + "version": "11.2101.3122.4337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3122.4337.zip", + "checksum": "d9f11eaddb9ad05423602b034c61dc61", + "timestamp": "2021-01-31T22:43:45Z" + }, + { + "version": "11.2101.3117.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3117.2927.zip", + "checksum": "98199f678905b055cc01de7a3c94147f", + "timestamp": "2021-01-31T17:29:37Z" + }, + { + "version": "11.2101.3117.151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3117.0151.zip", + "checksum": "6d4c76c8bce23e9da04ffa9dc1c320cf", + "timestamp": "2021-01-31T17:01:59Z" + }, + { + "version": "11.2101.3112.1827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3112.1827.zip", + "checksum": "c623b828672beb10bb17f7d4b34c76e8", + "timestamp": "2021-01-31T12:18:36Z" + }, + { + "version": "11.2101.3022.2018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3022.2018.zip", + "checksum": "6316a40d69acf803fe31b25c0050f6b2", + "timestamp": "2021-01-30T22:20:27Z" + }, + { + "version": "11.2101.3008.1939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3008.1939.zip", + "checksum": "a15d0fe763113eeaadcef5c053444dad", + "timestamp": "2021-01-30T08:19:47Z" + }, + { + "version": "11.2101.3007.5100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.3007.5100.zip", + "checksum": "1bc76b4ed1c4690c4e2e5b96f8481bce", + "timestamp": "2021-01-30T07:51:08Z" + }, + { + "version": "11.2101.2906.5807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2906.5807.zip", + "checksum": "7960843a326929288152672e5265559e", + "timestamp": "2021-01-29T06:58:16Z" + }, + { + "version": "11.2101.2801.712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2801.0712.zip", + "checksum": "f79d770170b1f2236147e3f1da78d3fd", + "timestamp": "2021-01-28T01:07:20Z" + }, + { + "version": "11.2101.2718.1214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2718.1214.zip", + "checksum": "56b2773974775662a17174c68b2a7a5e", + "timestamp": "2021-01-27T18:12:23Z" + }, + { + "version": "11.2101.2715.3123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2715.3123.zip", + "checksum": "445f479e7ceba142e1c8de42a130fb38", + "timestamp": "2021-01-27T15:31:32Z" + }, + { + "version": "11.2101.2708.457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2708.0457.zip", + "checksum": "24d9d5d9c341dd1c0204b60d0fa5c347", + "timestamp": "2021-01-27T08:05:06Z" + }, + { + "version": "11.2101.2618.3706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2618.3706.zip", + "checksum": "194dfc421084c4c2161f083554c649ae", + "timestamp": "2021-01-26T18:37:14Z" + }, + { + "version": "11.2101.2618.810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2618.0810.zip", + "checksum": "5e4cd20d5ae3638250dcc1293bfe7e8c", + "timestamp": "2021-01-26T18:08:19Z" + }, + { + "version": "11.2101.2617.1147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2617.1147.zip", + "checksum": "b7b1f631b2ffdee94e489b29ffd7182b", + "timestamp": "2021-01-26T17:11:56Z" + }, + { + "version": "11.2101.2611.3750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2611.3750.zip", + "checksum": "dc5bc868c2f43b435b93fd2097d8af4a", + "timestamp": "2021-01-26T11:37:58Z" + }, + { + "version": "11.2101.2521.3553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2521.3553.zip", + "checksum": "fcdb63fce31ac472b74ca69b87030390", + "timestamp": "2021-01-25T21:36:02Z" + }, + { + "version": "11.2101.2519.5400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2519.5400.zip", + "checksum": "5ee42e757c30a40b595047ee9ed6920e", + "timestamp": "2021-01-25T19:54:08Z" + }, + { + "version": "11.2101.2518.5529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2518.5529.zip", + "checksum": "02d79b113cdf83d61212e7135e0d8b66", + "timestamp": "2021-01-25T18:55:38Z" + }, + { + "version": "11.2101.2517.5544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2517.5544.zip", + "checksum": "672cf8865e7d3855c0ef51cbf689aded", + "timestamp": "2021-01-25T17:55:54Z" + }, + { + "version": "11.2101.2516.2750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2516.2750.zip", + "checksum": "e04040f9b637e8df2fdf33c4eed1a898", + "timestamp": "2021-01-25T16:27:58Z" + }, + { + "version": "11.2101.2515.1938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2515.1938.zip", + "checksum": "9dbb34849a57ad21993f663e91b09ac3", + "timestamp": "2021-01-25T15:19:48Z" + }, + { + "version": "11.2101.2513.645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2513.0645.zip", + "checksum": "43894446319f5c2771d9718541ed390b", + "timestamp": "2021-01-25T13:06:53Z" + }, + { + "version": "11.2101.2512.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2512.2454.zip", + "checksum": "0f0ebd5c4e238ce05b24300334bb5b30", + "timestamp": "2021-01-25T12:25:03Z" + }, + { + "version": "11.2101.2511.3459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2511.3459.zip", + "checksum": "c27a455c48cfa8191efc79a8a8017080", + "timestamp": "2021-01-25T11:35:09Z" + }, + { + "version": "11.2101.2504.2954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2504.2954.zip", + "checksum": "27acf25f51e529b511281e5857fc18fe", + "timestamp": "2021-01-25T04:30:03Z" + }, + { + "version": "11.2101.2420.958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2420.0958.zip", + "checksum": "e4e3ed0d49e74b63671e55f525644b62", + "timestamp": "2021-01-24T20:10:07Z" + }, + { + "version": "11.2101.2419.4009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2419.4009.zip", + "checksum": "f316752e7486e6287d80c5942db06d41", + "timestamp": "2021-01-24T19:40:17Z" + }, + { + "version": "11.2101.2418.3136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2418.3136.zip", + "checksum": "29873999069855dde49454b84fd7433e", + "timestamp": "2021-01-24T18:31:45Z" + }, + { + "version": "11.2101.2413.3939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2413.3939.zip", + "checksum": "e52f536acc5b31a68459103932484249", + "timestamp": "2021-01-24T13:39:48Z" + }, + { + "version": "11.2101.2410.4207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2410.4207.zip", + "checksum": "ac55ddecaa2506f14a00ae80577b670b", + "timestamp": "2021-01-24T10:42:16Z" + }, + { + "version": "11.2101.2400.2611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2400.2611.zip", + "checksum": "7a0a0bb0b79d94f6b2ca28ccfd9ad451", + "timestamp": "2021-01-24T00:26:19Z" + }, + { + "version": "11.2101.2323.5905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2323.5905.zip", + "checksum": "328e267fbe6e43476521bb818f5394ca", + "timestamp": "2021-01-23T23:59:14Z" + }, + { + "version": "11.2101.2323.2814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2323.2814.zip", + "checksum": "13c419913785f86af14b9cf1f056d697", + "timestamp": "2021-01-23T23:28:23Z" + }, + { + "version": "11.2101.2321.517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2321.0517.zip", + "checksum": "0d8a6aca4198c11cc8cd328107c7218e", + "timestamp": "2021-01-23T21:05:25Z" + }, + { + "version": "11.2101.2320.3548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2320.3548.zip", + "checksum": "2f00d4045b5b37a5ced9dfd3ed967205", + "timestamp": "2021-01-23T20:35:57Z" + }, + { + "version": "11.2101.2320.635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2320.0635.zip", + "checksum": "4312704514634a98aac42d80b3d8b476", + "timestamp": "2021-01-23T20:06:44Z" + }, + { + "version": "11.2101.2314.4015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2314.4015.zip", + "checksum": "983869b43aaa9fdd17b1a3c365bf69a7", + "timestamp": "2021-01-23T14:40:23Z" + }, + { + "version": "11.2101.2314.1117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2314.1117.zip", + "checksum": "5737b9fcaa850a2120cd8a680647d6af", + "timestamp": "2021-01-23T14:11:26Z" + }, + { + "version": "11.2101.2313.2132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2313.2132.zip", + "checksum": "69669de12305e9e77f9c7f15f7d59fae", + "timestamp": "2021-01-23T13:21:41Z" + }, + { + "version": "11.2101.2223.2357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2223.2357.zip", + "checksum": "eabbdf9d63b1824fde0e705f97ace830", + "timestamp": "2021-01-22T23:24:05Z" + }, + { + "version": "11.2101.2222.5548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2222.5548.zip", + "checksum": "775c895856f691583a6e47943f2172ad", + "timestamp": "2021-01-22T22:55:57Z" + }, + { + "version": "11.2101.2218.434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2218.0434.zip", + "checksum": "2ca96733d44c04dc3fdebf84d2f3aad6", + "timestamp": "2021-01-22T18:04:43Z" + }, + { + "version": "11.2101.2210.2203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2210.2203.zip", + "checksum": "b35c691813ede4bcbf6fea909e8c9a4f", + "timestamp": "2021-01-22T10:22:12Z" + }, + { + "version": "11.2101.2208.1210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2208.1210.zip", + "checksum": "9b5df1ae2646aee4f751972e5845de8d", + "timestamp": "2021-01-22T08:12:23Z" + }, + { + "version": "11.2101.2201.2201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2201.2201.zip", + "checksum": "e31e536c56c06f3d641e7066fd7b5f34", + "timestamp": "2021-01-22T01:22:10Z" + }, + { + "version": "11.2101.2200.5417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2200.5417.zip", + "checksum": "4735857a3dd181e12ffd32071ed95828", + "timestamp": "2021-01-22T00:54:25Z" + }, + { + "version": "11.2101.2200.2444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2200.2444.zip", + "checksum": "33f8bb28f157e8e651be9491d8ed9e39", + "timestamp": "2021-01-22T00:24:52Z" + }, + { + "version": "11.2101.2121.3651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2121.3651.zip", + "checksum": "86eb89e060bbe4ae28d8367e478934c0", + "timestamp": "2021-01-21T21:37:00Z" + }, + { + "version": "11.2101.2120.3757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2120.3757.zip", + "checksum": "2f2a08c56fe1b32d86defeb35142cea0", + "timestamp": "2021-01-21T20:38:05Z" + }, + { + "version": "11.2101.2120.833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2120.0833.zip", + "checksum": "88d97297740115682ac21100921f63ad", + "timestamp": "2021-01-21T20:08:42Z" + }, + { + "version": "11.2101.2118.3332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2118.3332.zip", + "checksum": "49e08fd0fe872b40127a7ffaf74b7db2", + "timestamp": "2021-01-21T18:33:41Z" + }, + { + "version": "11.2101.2118.442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2118.0442.zip", + "checksum": "eac95d7a343c8a6f94d3379ba87f6012", + "timestamp": "2021-01-21T18:04:50Z" + }, + { + "version": "11.2101.2100.3440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2100.3440.zip", + "checksum": "c54ec79580a2a8ff6968f7a4dede6328", + "timestamp": "2021-01-21T00:34:49Z" + }, + { + "version": "11.2101.2100.511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2100.0511.zip", + "checksum": "746cce7aeddab75b6fe7da35de27f1a3", + "timestamp": "2021-01-21T00:05:20Z" + }, + { + "version": "11.2101.2023.3645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2023.3645.zip", + "checksum": "33f7763957a016e8f6fe2158dfeb8307", + "timestamp": "2021-01-20T23:36:54Z" + }, + { + "version": "11.2101.2018.2554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2018.2554.zip", + "checksum": "a93cff1e0ae542734f1e2b0b6e31b951", + "timestamp": "2021-01-20T18:26:02Z" + }, + { + "version": "11.2101.2017.3538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2017.3538.zip", + "checksum": "43dc4494c27ca107146c2a5996fed391", + "timestamp": "2021-01-20T17:35:46Z" + }, + { + "version": "11.2101.2013.146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2013.0146.zip", + "checksum": "459249d50904a622b7761b14843c2c4f", + "timestamp": "2021-01-20T13:01:55Z" + }, + { + "version": "11.2101.2012.513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2012.0513.zip", + "checksum": "eb8e12cf200a199467496482dea2dea4", + "timestamp": "2021-01-20T12:05:21Z" + }, + { + "version": "11.2101.2010.4156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2010.4156.zip", + "checksum": "cb689c91e7ef9ef59c40c07502292250", + "timestamp": "2021-01-20T10:42:04Z" + }, + { + "version": "11.2101.2010.1405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2010.1405.zip", + "checksum": "a9a6b72ff81a3364f58628fb507f5fc9", + "timestamp": "2021-01-20T10:14:14Z" + }, + { + "version": "11.2101.2007.1019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.2007.1019.zip", + "checksum": "9e8a646b42eb1f4591c2d4d97dd3efbf", + "timestamp": "2021-01-20T07:10:27Z" + }, + { + "version": "11.2101.1920.2331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1920.2331.zip", + "checksum": "84f0ba32ca6a89df88db7c1bfa9d71da", + "timestamp": "2021-01-19T20:23:40Z" + }, + { + "version": "11.2101.1919.4423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1919.4423.zip", + "checksum": "5f3f0bbd8de745d5d0c80b39967e2c96", + "timestamp": "2021-01-19T19:44:31Z" + }, + { + "version": "11.2101.1917.5204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1917.5204.zip", + "checksum": "06a2eccc966a8fd16344b523ae559ecb", + "timestamp": "2021-01-19T17:52:12Z" + }, + { + "version": "11.2101.1815.4608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1815.4608.zip", + "checksum": "2491164e1603e6d498ae885144a106ac", + "timestamp": "2021-01-18T15:46:17Z" + }, + { + "version": "11.2101.1815.1740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1815.1740.zip", + "checksum": "6b1aa0bd3653938401724c36eecbc3da", + "timestamp": "2021-01-18T15:17:49Z" + }, + { + "version": "11.2101.1813.5645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1813.5645.zip", + "checksum": "2a6fb8d1edb3078cc97196fc802e01ff", + "timestamp": "2021-01-18T13:56:54Z" + }, + { + "version": "11.2101.1800.5530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1800.5530.zip", + "checksum": "a5f803aff4119b62413ad39d464ce424", + "timestamp": "2021-01-18T00:55:38Z" + }, + { + "version": "11.2101.1720.2935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1720.2935.zip", + "checksum": "9a10a1ccd0504a2b4b12e1fe8eb221ec", + "timestamp": "2021-01-17T20:29:43Z" + }, + { + "version": "11.2101.1717.757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1717.0757.zip", + "checksum": "e30675134e11b11daa66fbc4c1cf74bf", + "timestamp": "2021-01-17T17:08:05Z" + }, + { + "version": "11.2101.1716.3907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1716.3907.zip", + "checksum": "fd0abf5ac1d2bb3a519221bc6872b794", + "timestamp": "2021-01-17T16:39:15Z" + }, + { + "version": "11.2101.1715.4934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1715.4934.zip", + "checksum": "e6f2caa32f01a3b1495fd209f69a13fa", + "timestamp": "2021-01-17T15:49:43Z" + }, + { + "version": "11.2101.1715.2048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1715.2048.zip", + "checksum": "165c8c7e7f7e83ab613f94bcd0178312", + "timestamp": "2021-01-17T15:20:57Z" + }, + { + "version": "11.2101.1714.1855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1714.1855.zip", + "checksum": "462fc43e6c12d17500ac13e351a34bf6", + "timestamp": "2021-01-17T14:19:04Z" + }, + { + "version": "11.2101.1706.3407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1706.3407.zip", + "checksum": "61e8c95683466af7b309967b5a922b2c", + "timestamp": "2021-01-17T06:34:16Z" + }, + { + "version": "11.2101.1700.3002", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1700.3002.zip", + "checksum": "fee818747551ca5dd8bf01d7381e58a4", + "timestamp": "2021-01-17T00:30:10Z" + }, + { + "version": "11.2101.1621.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1621.5637.zip", + "checksum": "ea3b6fe5f49b1d70785561b074d06233", + "timestamp": "2021-01-16T21:56:46Z" + }, + { + "version": "11.2101.1619.2354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1619.2354.zip", + "checksum": "1727d21a63937424f02a50a9a2a4ea29", + "timestamp": "2021-01-16T19:24:03Z" + }, + { + "version": "11.2101.1618.5447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1618.5447.zip", + "checksum": "a3c2ddacbc2926b884591412a9ad19ea", + "timestamp": "2021-01-16T18:54:55Z" + }, + { + "version": "11.2101.1612.954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1612.0954.zip", + "checksum": "b1786d230cf5a30ff529a5c7e5c4795f", + "timestamp": "2021-01-16T12:10:02Z" + }, + { + "version": "11.2101.1610.5209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1610.5209.zip", + "checksum": "fd58f35e34851f4f801a8b28894bddfd", + "timestamp": "2021-01-16T10:52:19Z" + }, + { + "version": "11.2101.1522.4224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1522.4224.zip", + "checksum": "9bd3423f1a1ddff3bf40beb8e6723a42", + "timestamp": "2021-01-15T22:42:33Z" + }, + { + "version": "11.2101.1418.1008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1418.1008.zip", + "checksum": "815834af702705806aa9739a3bab7b25", + "timestamp": "2021-01-14T18:10:17Z" + }, + { + "version": "11.2101.1323.4408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1323.4408.zip", + "checksum": "73ca217e99e61c88e4fe077aa67a8f70", + "timestamp": "2021-01-13T23:44:17Z" + }, + { + "version": "11.2101.1320.3648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1320.3648.zip", + "checksum": "1ba1928b5b104a38fee24ae6e247cb61", + "timestamp": "2021-01-13T20:36:57Z" + }, + { + "version": "11.2101.1320.817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1320.0817.zip", + "checksum": "ebf96ecbf03a9d0d645fc04b252c86a1", + "timestamp": "2021-01-13T20:08:25Z" + }, + { + "version": "11.2101.1318.5017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1318.5017.zip", + "checksum": "2d4ce4523d4dbe987dca41342e25d9fa", + "timestamp": "2021-01-13T18:50:26Z" + }, + { + "version": "11.2101.1316.4540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1316.4540.zip", + "checksum": "acf7c325ba4dfe08969664db917f0414", + "timestamp": "2021-01-13T16:45:48Z" + }, + { + "version": "11.2101.1308.5828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1308.5828.zip", + "checksum": "7d5e016c65534f378a977ef06a6b1faa", + "timestamp": "2021-01-13T08:58:37Z" + }, + { + "version": "11.2101.1308.3027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1308.3027.zip", + "checksum": "dbfd0c97812d7b6b30dce56e4c48f12b", + "timestamp": "2021-01-13T08:30:35Z" + }, + { + "version": "11.2101.1307.217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1307.0217.zip", + "checksum": "f1195098fa2ad0b50ff3472a9d7cace5", + "timestamp": "2021-01-13T07:02:25Z" + }, + { + "version": "11.2101.1222.3046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1222.3046.zip", + "checksum": "5b14f7c2db877334ec0b1a4a10ebc6ef", + "timestamp": "2021-01-12T22:30:55Z" + }, + { + "version": "11.2101.1222.255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1222.0255.zip", + "checksum": "0e71f5c69bcbe8f0af9f7eb831ff25d5", + "timestamp": "2021-01-12T22:03:03Z" + }, + { + "version": "11.2101.1215.4232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1215.4232.zip", + "checksum": "3a60849987187c139900f6764db599c4", + "timestamp": "2021-01-12T15:42:42Z" + }, + { + "version": "11.2101.1119.1525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1119.1525.zip", + "checksum": "fbe25032ba6d2d8751864719475606b5", + "timestamp": "2021-01-11T19:15:34Z" + }, + { + "version": "11.2101.1115.5555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1115.5555.zip", + "checksum": "6f8eaed2be465a10b6e9a6b2de7f36e1", + "timestamp": "2021-01-11T15:56:04Z" + }, + { + "version": "11.2101.1114.5441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1114.5441.zip", + "checksum": "317c8c4d0aac334216961394d474cf73", + "timestamp": "2021-01-11T14:54:50Z" + }, + { + "version": "11.2101.1114.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1114.2623.zip", + "checksum": "2e14d15fa869d9541bd3ba02d14101eb", + "timestamp": "2021-01-11T14:26:32Z" + }, + { + "version": "11.2101.1020.1308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1020.1308.zip", + "checksum": "792dd9963e29f0695c1cf9f7bee517b2", + "timestamp": "2021-01-10T20:13:17Z" + }, + { + "version": "11.2101.1015.4319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1015.4319.zip", + "checksum": "0ceb163e0b13a75f68bccfee8f003fbe", + "timestamp": "2021-01-10T15:43:28Z" + }, + { + "version": "11.2101.1011.3110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1011.3110.zip", + "checksum": "2f3cfe24da44195818525304a7833cf9", + "timestamp": "2021-01-10T11:31:19Z" + }, + { + "version": "11.2101.1011.119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1011.0119.zip", + "checksum": "49528680be368e495f193b7a52a4ede5", + "timestamp": "2021-01-10T11:01:50Z" + }, + { + "version": "11.2101.1010.41", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.1010.0041.zip", + "checksum": "fd215d24a5c7bea6436b00b33f5523cc", + "timestamp": "2021-01-10T10:00:50Z" + }, + { + "version": "11.2101.920.1036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0920.1036.zip", + "checksum": "f465e3a26c588fcb6951abc340b36f03", + "timestamp": "2021-01-09T20:10:45Z" + }, + { + "version": "11.2101.919.152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0919.0152.zip", + "checksum": "465b29ba1928945ef4056bdfcd1a6dcc", + "timestamp": "2021-01-09T19:02:00Z" + }, + { + "version": "11.2101.918.2710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0918.2710.zip", + "checksum": "b93ab0124047dc9405341377a0a79681", + "timestamp": "2021-01-09T18:27:20Z" + }, + { + "version": "11.2101.917.430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0917.0430.zip", + "checksum": "ce0f3425660e4065961e7977034b275a", + "timestamp": "2021-01-09T17:04:39Z" + }, + { + "version": "11.2101.915.5021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0915.5021.zip", + "checksum": "a53d024db9b2e3ca287fe72546e74643", + "timestamp": "2021-01-09T15:50:30Z" + }, + { + "version": "11.2101.914.2937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0914.2937.zip", + "checksum": "28eb111b309a5954e54494f6bd3aed86", + "timestamp": "2021-01-09T14:29:46Z" + }, + { + "version": "11.2101.900.1012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0900.1012.zip", + "checksum": "b6f96558674fd5631b64c3c8d23e157c", + "timestamp": "2021-01-09T00:10:21Z" + }, + { + "version": "11.2101.821.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0821.2909.zip", + "checksum": "2089c7de5a2537ab4ed3165bbe1a53ed", + "timestamp": "2021-01-08T21:29:17Z" + }, + { + "version": "11.2101.820.5903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0820.5903.zip", + "checksum": "dc1ca7c40f9460bdc3859364f4dc86a9", + "timestamp": "2021-01-08T20:59:12Z" + }, + { + "version": "11.2101.820.2957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0820.2957.zip", + "checksum": "dd28dc2db70dcfaa953b908c32b513c9", + "timestamp": "2021-01-08T20:30:06Z" + }, + { + "version": "11.2101.814.1445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0814.1445.zip", + "checksum": "3a7350433d7abc190a7742fe5ceb157d", + "timestamp": "2021-01-08T14:14:53Z" + }, + { + "version": "11.2101.813.1605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0813.1605.zip", + "checksum": "f0cd7889a0aad81472466a9c49cf9671", + "timestamp": "2021-01-08T13:16:14Z" + }, + { + "version": "11.2101.800.4050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0800.4050.zip", + "checksum": "203c78a694d1c651f4dda58af1214729", + "timestamp": "2021-01-08T00:40:59Z" + }, + { + "version": "11.2101.722.1240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0722.1240.zip", + "checksum": "fd47d5ba3209f398e773dc3a011fdabd", + "timestamp": "2021-01-07T22:12:49Z" + }, + { + "version": "11.2101.716.4319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0716.4319.zip", + "checksum": "c3d54a0af7860f22f6a893355f6482da", + "timestamp": "2021-01-07T16:43:27Z" + }, + { + "version": "11.2101.716.1511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0716.1511.zip", + "checksum": "39baaba505289691fc222494c793ab50", + "timestamp": "2021-01-07T16:15:19Z" + }, + { + "version": "11.2101.715.3723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0715.3723.zip", + "checksum": "5ac667fe253b12f4ee64c66736991c24", + "timestamp": "2021-01-07T15:37:32Z" + }, + { + "version": "11.2101.715.945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0715.0945.zip", + "checksum": "04cd5bb2ba12b2ecc53df77fa3bcd266", + "timestamp": "2021-01-07T15:09:54Z" + }, + { + "version": "11.2101.710.3104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0710.3104.zip", + "checksum": "0f0a413d806c67a8037341b78dd5c70d", + "timestamp": "2021-01-07T10:31:12Z" + }, + { + "version": "11.2101.710.103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0710.0103.zip", + "checksum": "f454e56e482ecabb51c4c17373af063c", + "timestamp": "2021-01-07T10:01:11Z" + }, + { + "version": "11.2101.709.3004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0709.3004.zip", + "checksum": "b77d955c6422498ffbedc5a1a4c87300", + "timestamp": "2021-01-07T09:30:13Z" + }, + { + "version": "11.2101.619.5600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0619.5600.zip", + "checksum": "0f5fbe38b43bfad67049dc383f28ee63", + "timestamp": "2021-01-06T19:56:08Z" + }, + { + "version": "11.2101.617.2431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0617.2431.zip", + "checksum": "865dd1e1f896b3248de169f0e3e65fb8", + "timestamp": "2021-01-06T17:24:40Z" + }, + { + "version": "11.2101.604.3708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0604.3708.zip", + "checksum": "c196cac052e52aba1eb6f5ad47986706", + "timestamp": "2021-01-06T04:37:17Z" + }, + { + "version": "11.2101.522.3145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0522.3145.zip", + "checksum": "2ef04aaddc69e552d2dfa299e7cc08dc", + "timestamp": "2021-01-05T22:31:54Z" + }, + { + "version": "11.2101.519.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0519.5143.zip", + "checksum": "4309706f3d1e41ca4018c151582d021c", + "timestamp": "2021-01-05T19:51:50Z" + }, + { + "version": "11.2101.517.5507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0517.5507.zip", + "checksum": "892ecc73edfec23c549e924583ca011e", + "timestamp": "2021-01-05T17:55:16Z" + }, + { + "version": "11.2101.517.2636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0517.2636.zip", + "checksum": "d8efb0dc838d6e250acb1ede4ab46cbd", + "timestamp": "2021-01-05T17:26:44Z" + }, + { + "version": "11.2101.511.4344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0511.4344.zip", + "checksum": "cca79768019c94fa3f89464f6c559b2e", + "timestamp": "2021-01-05T11:43:54Z" + }, + { + "version": "11.2101.419.4358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0419.4358.zip", + "checksum": "ce6a045dd8b9f1f8ca4fe864ee726b7c", + "timestamp": "2021-01-04T19:44:07Z" + }, + { + "version": "11.2101.417.3213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0417.3213.zip", + "checksum": "a3157007db9d5d629af8a9b6a3d51b7b", + "timestamp": "2021-01-04T17:32:22Z" + }, + { + "version": "11.2101.415.1936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0415.1936.zip", + "checksum": "c220ad88632490b26cf232481b96e72f", + "timestamp": "2021-01-04T15:19:45Z" + }, + { + "version": "11.2101.414.5110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0414.5110.zip", + "checksum": "cffbb14f97cef4a76a845779c9c0e6c1", + "timestamp": "2021-01-04T14:51:19Z" + }, + { + "version": "11.2101.412.4701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0412.4701.zip", + "checksum": "c10b415306336316485caf52a9b0fcb5", + "timestamp": "2021-01-04T12:47:09Z" + }, + { + "version": "11.2101.412.2025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0412.2025.zip", + "checksum": "05a37f789865759c6632c7f152ff6e47", + "timestamp": "2021-01-04T12:20:34Z" + }, + { + "version": "11.2101.411.5334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0411.5334.zip", + "checksum": "5ec0ceb9edb834308c5c95bc2d3f7d6b", + "timestamp": "2021-01-04T11:53:41Z" + }, + { + "version": "11.2101.411.2332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0411.2332.zip", + "checksum": "7b2d81645ca94ad59ca25e1490ff883a", + "timestamp": "2021-01-04T11:23:40Z" + }, + { + "version": "11.2101.317.5102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0317.5102.zip", + "checksum": "38d82f01a6e6800d1148b0f858ebcba1", + "timestamp": "2021-01-03T17:51:10Z" + }, + { + "version": "11.2101.317.640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0317.0640.zip", + "checksum": "96fd574bd7ae97f4293bf56ea6495ec4", + "timestamp": "2021-01-03T17:06:48Z" + }, + { + "version": "11.2101.311.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0311.2512.zip", + "checksum": "8f1c68dc512db476fd930c778b727514", + "timestamp": "2021-01-03T11:25:21Z" + }, + { + "version": "11.2101.302.3756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0302.3756.zip", + "checksum": "331e350a69bc67c007d8db0b17be3e40", + "timestamp": "2021-01-03T02:38:05Z" + }, + { + "version": "11.2101.220.5305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0220.5305.zip", + "checksum": "30cc0018a13618a848f390121c059966", + "timestamp": "2021-01-02T20:53:14Z" + }, + { + "version": "11.2101.219.4228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0219.4228.zip", + "checksum": "276c62f417355083e9ac5bcd9ce9d91a", + "timestamp": "2021-01-02T19:42:37Z" + }, + { + "version": "11.2101.218.4917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0218.4917.zip", + "checksum": "35115912518ba97330d53daa2fa7cbe8", + "timestamp": "2021-01-02T18:49:25Z" + }, + { + "version": "11.2101.213.141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0213.0141.zip", + "checksum": "8e4cb19d18d9c573959efbe147f5a112", + "timestamp": "2021-01-02T13:01:49Z" + }, + { + "version": "11.2101.211.2757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0211.2757.zip", + "checksum": "4f62db4c2fb187d9b39fff2b9b0487c5", + "timestamp": "2021-01-02T11:28:05Z" + }, + { + "version": "11.2101.210.2559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0210.2559.zip", + "checksum": "3cbf82267a37548d8fa180488a53e8a7", + "timestamp": "2021-01-02T10:26:07Z" + }, + { + "version": "11.2101.207.1038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0207.1038.zip", + "checksum": "af711ca55970e90759d6be0d884d19e8", + "timestamp": "2021-01-02T07:10:46Z" + }, + { + "version": "11.2101.119.38", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0119.0038.zip", + "checksum": "527ac44ccb6669ccb85d6037bfb2253e", + "timestamp": "2021-01-01T19:00:46Z" + }, + { + "version": "11.2101.118.1433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0118.1433.zip", + "checksum": "504702874578970e98a3757cc1e0e051", + "timestamp": "2021-01-01T18:14:41Z" + }, + { + "version": "11.2101.117.4720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0117.4720.zip", + "checksum": "1cc9cf9700e44d8421a4d07dc21386a7", + "timestamp": "2021-01-01T17:47:29Z" + }, + { + "version": "11.2101.117.1154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0117.1154.zip", + "checksum": "31a05d300521d1cc255215226cd192a2", + "timestamp": "2021-01-01T17:12:02Z" + }, + { + "version": "11.2101.111.4901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0111.4901.zip", + "checksum": "ca0b52e82099a790692cbc3aa92a6a9b", + "timestamp": "2021-01-01T11:49:10Z" + }, + { + "version": "11.2101.100.4315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0100.4315.zip", + "checksum": "cffaaa14efeaea85ef884ea5130137ef", + "timestamp": "2021-01-01T00:43:24Z" + }, + { + "version": "11.2101.100.1556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2101.0100.1556.zip", + "checksum": "42186c0536d5240fa1ffc48b32b967ab", + "timestamp": "2021-01-01T00:16:04Z" + }, + { + "version": "11.2012.3122.5722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3122.5722.zip", + "checksum": "676ba522173eee07c4d3c4cbd77e521b", + "timestamp": "2020-12-31T22:57:32Z" + }, + { + "version": "11.2012.3122.3037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3122.3037.zip", + "checksum": "ec96473651f5d1980e1a13a181a87460", + "timestamp": "2020-12-31T22:30:45Z" + }, + { + "version": "11.2012.3115.348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3115.0348.zip", + "checksum": "044152304565ecce1d617865ad18f695", + "timestamp": "2020-12-31T15:03:58Z" + }, + { + "version": "11.2012.3114.3628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3114.3628.zip", + "checksum": "2161b4daf9c9992ee183ae32761f7a91", + "timestamp": "2020-12-31T14:36:36Z" + }, + { + "version": "11.2012.3113.4157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3113.4157.zip", + "checksum": "9808a060de8448530c22b2fd1053309a", + "timestamp": "2020-12-31T13:42:06Z" + }, + { + "version": "11.2012.3111.3441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3111.3441.zip", + "checksum": "eb0df4a452b724f457f161bd0c31ede0", + "timestamp": "2020-12-31T11:34:50Z" + }, + { + "version": "11.2012.3107.3451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3107.3451.zip", + "checksum": "4f415e07dc37f49b4985f3d0fd72979d", + "timestamp": "2020-12-31T07:34:59Z" + }, + { + "version": "11.2012.3107.702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3107.0702.zip", + "checksum": "826ff5e1b830f5aa4128eb4f043e7b72", + "timestamp": "2020-12-31T07:07:11Z" + }, + { + "version": "11.2012.3101.5146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3101.5146.zip", + "checksum": "0dc837cefccc9b54f04bc406b93c80cc", + "timestamp": "2020-12-31T01:51:54Z" + }, + { + "version": "11.2012.3101.2349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3101.2349.zip", + "checksum": "74b1e401cec876a0ea6569c709a92b7d", + "timestamp": "2020-12-31T01:23:59Z" + }, + { + "version": "11.2012.3100.4310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3100.4310.zip", + "checksum": "65e2c9861288664dba25bcd550d574c9", + "timestamp": "2020-12-31T00:43:18Z" + }, + { + "version": "11.2012.3022.2725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3022.2725.zip", + "checksum": "f97b47e1e9db69ecdeed5bfe767ec0cd", + "timestamp": "2020-12-30T22:27:34Z" + }, + { + "version": "11.2012.3022.45", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3022.0045.zip", + "checksum": "02f4b22f7b46c53227ef1d4632caff97", + "timestamp": "2020-12-30T22:00:54Z" + }, + { + "version": "11.2012.3021.3412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3021.3412.zip", + "checksum": "fca448f81e4f809058615640425474ee", + "timestamp": "2020-12-30T21:34:21Z" + }, + { + "version": "11.2012.3017.5613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3017.5613.zip", + "checksum": "a607a00a0c810d16ce396e0d818c68db", + "timestamp": "2020-12-30T17:56:21Z" + }, + { + "version": "11.2012.3010.619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.3010.0619.zip", + "checksum": "a784f89a6bb0136bc767f965365b78a6", + "timestamp": "2020-12-30T10:06:28Z" + }, + { + "version": "11.2012.2917.2849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2917.2849.zip", + "checksum": "8433b88414c8b5acffc276214eaca82a", + "timestamp": "2020-12-29T17:28:57Z" + }, + { + "version": "11.2012.2917.244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2917.0244.zip", + "checksum": "b19ef629e213ecb4c1537553bb64121e", + "timestamp": "2020-12-29T17:02:52Z" + }, + { + "version": "11.2012.2906.2721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2906.2721.zip", + "checksum": "2611a634c7d3f7de0d30e3dd2b9f5279", + "timestamp": "2020-12-29T06:27:30Z" + }, + { + "version": "11.2012.2821.2230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2821.2230.zip", + "checksum": "a712fcb692fb6652356e1f05630fe60e", + "timestamp": "2020-12-28T21:22:38Z" + }, + { + "version": "11.2012.2820.5557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2820.5557.zip", + "checksum": "cd880c8c5199993b925b110326a84a31", + "timestamp": "2020-12-28T20:56:06Z" + }, + { + "version": "11.2012.2817.3222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2817.3222.zip", + "checksum": "68693ef21b5de3bc3380f012e9115fa3", + "timestamp": "2020-12-28T17:32:30Z" + }, + { + "version": "11.2012.2816.807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2816.0807.zip", + "checksum": "90b09202ae3fb2debd6a599c05fec93c", + "timestamp": "2020-12-28T16:08:15Z" + }, + { + "version": "11.2012.2815.4232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2815.4232.zip", + "checksum": "eda199c37271ceb9a6bfddfdb58b141f", + "timestamp": "2020-12-28T15:42:40Z" + }, + { + "version": "11.2012.2815.1449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2815.1449.zip", + "checksum": "0c88a1a49fa32b251f89a2544481b480", + "timestamp": "2020-12-28T15:14:57Z" + }, + { + "version": "11.2012.2810.2958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2810.2958.zip", + "checksum": "95cd9fb6f20028f10fd20981f5377e8a", + "timestamp": "2020-12-28T10:30:06Z" + }, + { + "version": "11.2012.2718.4149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2718.4149.zip", + "checksum": "d6bd1f635719309f131f421a20f537b6", + "timestamp": "2020-12-27T18:41:57Z" + }, + { + "version": "11.2012.2713.5353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2713.5353.zip", + "checksum": "2ace42987a842ae133d1ee0fa98f8cd4", + "timestamp": "2020-12-27T13:54:01Z" + }, + { + "version": "11.2012.2520.551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2520.0551.zip", + "checksum": "b84353e9aa3d38cf2773f238ba265c83", + "timestamp": "2020-12-25T20:06:00Z" + }, + { + "version": "11.2012.2515.5004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2515.5004.zip", + "checksum": "8f4e227b79ba83eb6ca36d035626c84b", + "timestamp": "2020-12-25T15:50:12Z" + }, + { + "version": "11.2012.2513.3859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2513.3859.zip", + "checksum": "30d0a57e5e0f8cb470eb6211c48033c1", + "timestamp": "2020-12-25T13:39:08Z" + }, + { + "version": "11.2012.2420.1144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2420.1144.zip", + "checksum": "a1aec2d351a22ffc8048cb51c345816c", + "timestamp": "2020-12-24T20:11:53Z" + }, + { + "version": "11.2012.2418.1407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2418.1407.zip", + "checksum": "9d66eae5054f4545698cf229cd8fa371", + "timestamp": "2020-12-24T18:14:15Z" + }, + { + "version": "11.2012.2410.2718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2410.2718.zip", + "checksum": "9b0212c320d063989ff62258c0d26732", + "timestamp": "2020-12-24T10:27:28Z" + }, + { + "version": "11.2012.2405.3803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2405.3803.zip", + "checksum": "1340105b82312104dde8cf3117476ce6", + "timestamp": "2020-12-24T05:38:11Z" + }, + { + "version": "11.2012.2319.1936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2319.1936.zip", + "checksum": "b71bfe8f4c5f82afd54783a7dc06cf65", + "timestamp": "2020-12-23T19:19:44Z" + }, + { + "version": "11.2012.2305.414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2305.0414.zip", + "checksum": "b05cfba59b6b073ac8c6010025cb4cf3", + "timestamp": "2020-12-23T05:04:22Z" + }, + { + "version": "11.2012.2304.1626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2304.1626.zip", + "checksum": "fab645b5dbaf61f02be472b0ba2f50d6", + "timestamp": "2020-12-23T04:16:34Z" + }, + { + "version": "11.2012.2303.4730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2303.4730.zip", + "checksum": "a224339bb635cd7699e02f91743447d0", + "timestamp": "2020-12-23T03:47:38Z" + }, + { + "version": "11.2012.2223.1603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2223.1603.zip", + "checksum": "707e534621d21e354592df48c966f8d4", + "timestamp": "2020-12-22T23:16:12Z" + }, + { + "version": "11.2012.2215.1710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2215.1710.zip", + "checksum": "085aed20afe6ed1101759b1b7ed03f18", + "timestamp": "2020-12-22T15:17:19Z" + }, + { + "version": "11.2012.2212.4445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2212.4445.zip", + "checksum": "c79e99577662bc2c19e8673aae817d84", + "timestamp": "2020-12-22T12:44:53Z" + }, + { + "version": "11.2012.2123.424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2123.0424.zip", + "checksum": "2a38eb78c2062031366947390be0d19b", + "timestamp": "2020-12-21T23:04:33Z" + }, + { + "version": "11.2012.2122.3654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2122.3654.zip", + "checksum": "6bc66dcef4d9793c2e53ef3458ba85ba", + "timestamp": "2020-12-21T22:37:03Z" + }, + { + "version": "11.2012.2119.5348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2119.5348.zip", + "checksum": "b361ac7a639df4043d3eec039a4222f9", + "timestamp": "2020-12-21T19:53:57Z" + }, + { + "version": "11.2012.2119.2736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2119.2736.zip", + "checksum": "41be111199be37200bb88278153d5655", + "timestamp": "2020-12-21T19:27:44Z" + }, + { + "version": "11.2012.2119.118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2119.0118.zip", + "checksum": "df9538ac470f61d2b1e09da9dfa8d5f5", + "timestamp": "2020-12-21T19:01:27Z" + }, + { + "version": "11.2012.2107.5110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2107.5110.zip", + "checksum": "beba7312e00a17914a8f0c3df56af88a", + "timestamp": "2020-12-21T07:51:19Z" + }, + { + "version": "11.2012.2100.1010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2100.1010.zip", + "checksum": "f945a14e44b0c2b51a7bddbe1a0bb4a2", + "timestamp": "2020-12-21T00:10:18Z" + }, + { + "version": "11.2012.2023.4108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2023.4108.zip", + "checksum": "b953057b21cf2cb1eac68dc1979639d3", + "timestamp": "2020-12-20T23:41:17Z" + }, + { + "version": "11.2012.2013.5116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2013.5116.zip", + "checksum": "6c9ccae4ff350acbe8112d18c6a27a9d", + "timestamp": "2020-12-20T13:51:24Z" + }, + { + "version": "11.2012.2013.2139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2013.2139.zip", + "checksum": "9da0edc8d4fa2510c282ee6a6500d407", + "timestamp": "2020-12-20T13:21:48Z" + }, + { + "version": "11.2012.2009.4918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2009.4918.zip", + "checksum": "86925b04a26c4dcf6800561a3f68086c", + "timestamp": "2020-12-20T09:49:27Z" + }, + { + "version": "11.2012.2009.1955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2009.1955.zip", + "checksum": "7bd78e4781856c067a1ba3bf3675c671", + "timestamp": "2020-12-20T09:20:03Z" + }, + { + "version": "11.2012.2000.4453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.2000.4453.zip", + "checksum": "febc571d4877af94094abf4d4ee482ae", + "timestamp": "2020-12-20T00:45:01Z" + }, + { + "version": "11.2012.1919.4214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1919.4214.zip", + "checksum": "bca2da3160570dff9310fdb417ce6b4d", + "timestamp": "2020-12-19T19:42:23Z" + }, + { + "version": "11.2012.1821.29", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1821.0029.zip", + "checksum": "cede0a6a177aeb94f7bd841420a0ab0a", + "timestamp": "2020-12-18T21:00:37Z" + }, + { + "version": "11.2012.1820.3353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1820.3353.zip", + "checksum": "554a45429ddb9d95a140dc1565211c87", + "timestamp": "2020-12-18T20:34:01Z" + }, + { + "version": "11.2012.1813.1951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1813.1951.zip", + "checksum": "2fc9e2915bff68ecebaeee65759252c2", + "timestamp": "2020-12-18T13:19:59Z" + }, + { + "version": "11.2012.1807.4314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1807.4314.zip", + "checksum": "2d5e5e18d0c3ec56f53f946bb3869221", + "timestamp": "2020-12-18T07:43:22Z" + }, + { + "version": "11.2012.1722.4935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1722.4935.zip", + "checksum": "4d5387f99d78e5a06d1c2ba76d6c24a2", + "timestamp": "2020-12-17T22:49:43Z" + }, + { + "version": "11.2012.1722.2250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1722.2250.zip", + "checksum": "0d6d8fb920981c729bbd55f869f9f58d", + "timestamp": "2020-12-17T22:22:58Z" + }, + { + "version": "11.2012.1718.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1718.3517.zip", + "checksum": "6d0e399888c99eaf7e234614d67d7e57", + "timestamp": "2020-12-17T18:35:26Z" + }, + { + "version": "11.2012.1717.4418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1717.4418.zip", + "checksum": "6839829c2e7dee75ec380b50074c6197", + "timestamp": "2020-12-17T17:44:27Z" + }, + { + "version": "11.2012.1717.1728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1717.1728.zip", + "checksum": "6009844707a14d7fe49c4b036b269cc9", + "timestamp": "2020-12-17T17:17:37Z" + }, + { + "version": "11.2012.1711.1757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1711.1757.zip", + "checksum": "b0bb0f89e73d327d5365a938516fa6e0", + "timestamp": "2020-12-17T11:18:06Z" + }, + { + "version": "11.2012.1623.1518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1623.1518.zip", + "checksum": "8326504609c51202f2e264793a00c9aa", + "timestamp": "2020-12-16T23:15:28Z" + }, + { + "version": "11.2012.1622.847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1622.0847.zip", + "checksum": "ff0ed1a9120aaba2fe6a1bc8e0323055", + "timestamp": "2020-12-16T22:08:56Z" + }, + { + "version": "11.2012.1621.4041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1621.4041.zip", + "checksum": "6588268d5f839526b205a009904afd0a", + "timestamp": "2020-12-16T21:40:49Z" + }, + { + "version": "11.2012.1620.3123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1620.3123.zip", + "checksum": "67abcb9cfa6cbdbc00a1a8847d34258b", + "timestamp": "2020-12-16T20:31:31Z" + }, + { + "version": "11.2012.1620.352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1620.0352.zip", + "checksum": "beb11e292b34ad9f2a649ffc8dc144bf", + "timestamp": "2020-12-16T20:04:00Z" + }, + { + "version": "11.2012.1619.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1619.2512.zip", + "checksum": "cb6a1f76213e9236d124ed3869ee9e61", + "timestamp": "2020-12-16T19:25:20Z" + }, + { + "version": "11.2012.1616.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1616.5135.zip", + "checksum": "909b068454004390f61f5c78feb87e75", + "timestamp": "2020-12-16T16:51:44Z" + }, + { + "version": "11.2012.1519.5534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1519.5534.zip", + "checksum": "b51984690bed1fa71e69cfb6edfb361e", + "timestamp": "2020-12-15T19:55:43Z" + }, + { + "version": "11.2012.1512.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1512.1553.zip", + "checksum": "a02dcceb1fbf18bca92a013fe47fad3e", + "timestamp": "2020-12-15T12:16:01Z" + }, + { + "version": "11.2012.1511.4741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1511.4741.zip", + "checksum": "10b6b3409be5f0e69bbb4c55ca0701f0", + "timestamp": "2020-12-15T11:47:50Z" + }, + { + "version": "11.2012.1508.3545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1508.3545.zip", + "checksum": "d475b05cd17c28f8c92ca14d916c9511", + "timestamp": "2020-12-15T08:35:53Z" + }, + { + "version": "11.2012.1421.5024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1421.5024.zip", + "checksum": "fa11bcdbdb8d0a4f4dd68a5f06a30f62", + "timestamp": "2020-12-14T21:50:33Z" + }, + { + "version": "11.2012.1420.1552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1420.1552.zip", + "checksum": "e0780c4bad4647d74a21e1bd66d36e78", + "timestamp": "2020-12-14T20:15:59Z" + }, + { + "version": "11.2012.1417.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1417.2149.zip", + "checksum": "01f7ea4d3eada94477a707fcc13366f3", + "timestamp": "2020-12-14T17:21:57Z" + }, + { + "version": "11.2012.1416.3455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1416.3455.zip", + "checksum": "475fd1beb9fc1471551018c8567c3d06", + "timestamp": "2020-12-14T16:35:03Z" + }, + { + "version": "11.2012.1416.728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1416.0728.zip", + "checksum": "fc754eb3eef8037a0e4e4627abb5d0e4", + "timestamp": "2020-12-14T16:07:36Z" + }, + { + "version": "11.2012.1415.4017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1415.4017.zip", + "checksum": "b3b5fff537e9b0c7e8234eaa377a63e1", + "timestamp": "2020-12-14T15:40:26Z" + }, + { + "version": "11.2012.1412.223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1412.0223.zip", + "checksum": "fa9e11e1fa1f3bde8e5d6009a5627fa2", + "timestamp": "2020-12-14T12:02:31Z" + }, + { + "version": "11.2012.1405.1628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1405.1628.zip", + "checksum": "af02730fd139c5e626d9b84761e97b67", + "timestamp": "2020-12-14T05:16:37Z" + }, + { + "version": "11.2012.1404.1043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1404.1043.zip", + "checksum": "ee5c03b74a2387a78eb3a0ce000d3378", + "timestamp": "2020-12-14T04:10:51Z" + }, + { + "version": "11.2012.1323.805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1323.0805.zip", + "checksum": "ee529098f6dbfa67f164bfdb6895df7a", + "timestamp": "2020-12-13T23:08:13Z" + }, + { + "version": "11.2012.1322.3945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1322.3945.zip", + "checksum": "b50d5f9b9accf5f3098aa1c81a66ad98", + "timestamp": "2020-12-13T22:39:53Z" + }, + { + "version": "11.2012.1322.1259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1322.1259.zip", + "checksum": "632257a6bd04721e909d881b318d062d", + "timestamp": "2020-12-13T22:13:07Z" + }, + { + "version": "11.2012.1319.3626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1319.3626.zip", + "checksum": "225654ccd8dc64bac5f3f2a506affacc", + "timestamp": "2020-12-13T19:36:35Z" + }, + { + "version": "11.2012.1314.1416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1314.1416.zip", + "checksum": "cd8f8dbe87095c70df8da5846625ecad", + "timestamp": "2020-12-13T14:14:25Z" + }, + { + "version": "11.2012.1313.4617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1313.4617.zip", + "checksum": "008b5f9a3d9be20816da2a22ca11fd1c", + "timestamp": "2020-12-13T13:46:25Z" + }, + { + "version": "11.2012.1313.1826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1313.1826.zip", + "checksum": "cb60cca80068338245e3c527b8a93abe", + "timestamp": "2020-12-13T13:18:35Z" + }, + { + "version": "11.2012.1312.5015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1312.5015.zip", + "checksum": "1a91c3a09db90055d1af1d34c51050b7", + "timestamp": "2020-12-13T12:50:23Z" + }, + { + "version": "11.2012.1311.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1311.2407.zip", + "checksum": "8a015db02c3053e8d624d25918a62ac5", + "timestamp": "2020-12-13T11:24:16Z" + }, + { + "version": "11.2012.1218.4641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1218.4641.zip", + "checksum": "4fe02b83f2053b7d1d0b11d85014edde", + "timestamp": "2020-12-12T18:46:49Z" + }, + { + "version": "11.2012.1122.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1122.4532.zip", + "checksum": "02c8bbbb30687c8e83e68a4e825fe4fb", + "timestamp": "2020-12-11T22:45:40Z" + }, + { + "version": "11.2012.1121.5506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1121.5506.zip", + "checksum": "472d62a1bd764dcf2723956be20926a8", + "timestamp": "2020-12-11T21:55:14Z" + }, + { + "version": "11.2012.1115.5335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1115.5335.zip", + "checksum": "ab2d622411b9d0c531217c690350cdb9", + "timestamp": "2020-12-11T15:53:44Z" + }, + { + "version": "11.2012.1115.2625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1115.2625.zip", + "checksum": "7fe89c3f10a4e32f7f61fe01b3e24c92", + "timestamp": "2020-12-11T15:26:33Z" + }, + { + "version": "11.2012.1109.4902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1109.4902.zip", + "checksum": "78b9585ea5502e04e5958358ff43dd73", + "timestamp": "2020-12-11T09:49:11Z" + }, + { + "version": "11.2012.1109.1911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1109.1911.zip", + "checksum": "22b39bf220f28c233969becfe1ff1843", + "timestamp": "2020-12-11T09:19:20Z" + }, + { + "version": "11.2012.1108.501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1108.0501.zip", + "checksum": "7469eeffc57a70ac388e4e6768e726c4", + "timestamp": "2020-12-11T08:05:10Z" + }, + { + "version": "11.2012.1107.3634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1107.3634.zip", + "checksum": "efdd469c7874a9d322ae06c6451f35a4", + "timestamp": "2020-12-11T07:36:43Z" + }, + { + "version": "11.2012.1104.2904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1104.2904.zip", + "checksum": "c7a482533e24c69f8e623b8f253ce17b", + "timestamp": "2020-12-11T04:29:12Z" + }, + { + "version": "11.2012.1104.157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1104.0157.zip", + "checksum": "3a9f4f36250856a898e4ba9452824970", + "timestamp": "2020-12-11T04:02:06Z" + }, + { + "version": "11.2012.1103.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1103.3449.zip", + "checksum": "9978b8bfcd8cdd86b9ee76c33390c148", + "timestamp": "2020-12-11T03:34:58Z" + }, + { + "version": "11.2012.1022.3936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1022.3936.zip", + "checksum": "8c9449646df95d5e563300174b74908b", + "timestamp": "2020-12-10T22:39:44Z" + }, + { + "version": "11.2012.1022.1316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1022.1316.zip", + "checksum": "3d9fe6c49205cc3518df269477d6da4b", + "timestamp": "2020-12-10T22:13:24Z" + }, + { + "version": "11.2012.1021.2604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1021.2604.zip", + "checksum": "8170ca71b3449a579d5b7ec302d5fa38", + "timestamp": "2020-12-10T21:26:12Z" + }, + { + "version": "11.2012.1020.5817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1020.5817.zip", + "checksum": "ae6aa70103cb2046145644007ad7c56d", + "timestamp": "2020-12-10T20:58:26Z" + }, + { + "version": "11.2012.1014.110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1014.0110.zip", + "checksum": "92f6e0090fbe910a1b0e03dfb5df038e", + "timestamp": "2020-12-10T14:01:18Z" + }, + { + "version": "11.2012.1013.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1013.3322.zip", + "checksum": "82098e7968710e66850f0dc8fb1751ac", + "timestamp": "2020-12-10T13:33:30Z" + }, + { + "version": "11.2012.1013.538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.1013.0538.zip", + "checksum": "aada5211031c053e0d6502f933375221", + "timestamp": "2020-12-10T13:05:47Z" + }, + { + "version": "11.2012.919.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0919.4817.zip", + "checksum": "daf0b38a3fe47ee705daf1e3255b30a2", + "timestamp": "2020-12-09T19:48:25Z" + }, + { + "version": "11.2012.917.2156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0917.2156.zip", + "checksum": "12e368bd3c851c8cb86a56ae9f88c9de", + "timestamp": "2020-12-09T17:22:06Z" + }, + { + "version": "11.2012.915.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0915.5423.zip", + "checksum": "e047c87b3042b5c0c7040f865fd22cc6", + "timestamp": "2020-12-09T15:54:31Z" + }, + { + "version": "11.2012.914.215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0914.0215.zip", + "checksum": "1e380f60c6cfabaaa68d610a4cea6583", + "timestamp": "2020-12-09T14:02:24Z" + }, + { + "version": "11.2012.908.822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0908.0822.zip", + "checksum": "d71eebb1881484ebf3aa0adbe9d7f3a0", + "timestamp": "2020-12-09T08:08:30Z" + }, + { + "version": "11.2012.907.4045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0907.4045.zip", + "checksum": "572eb5081dae357f143a8b268f573b2d", + "timestamp": "2020-12-09T07:40:53Z" + }, + { + "version": "11.2012.904.2758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0904.2758.zip", + "checksum": "3831db38c73218143f5be10fb82a96c9", + "timestamp": "2020-12-09T04:28:06Z" + }, + { + "version": "11.2012.823.5246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0823.5246.zip", + "checksum": "eca0c31ec185c6bf0fc9f07a4ff2ab01", + "timestamp": "2020-12-08T23:52:54Z" + }, + { + "version": "11.2012.819.4453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0819.4453.zip", + "checksum": "e7c1f8597fd15317a4886ef82a451440", + "timestamp": "2020-12-08T19:45:02Z" + }, + { + "version": "11.2012.818.210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0818.0210.zip", + "checksum": "016e33abaed4bfca791abcd0d3f04916", + "timestamp": "2020-12-08T18:02:19Z" + }, + { + "version": "11.2012.817.3424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0817.3424.zip", + "checksum": "b6aa71d5afe7525a6c5cd6a646639fd5", + "timestamp": "2020-12-08T17:34:33Z" + }, + { + "version": "11.2012.816.3354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0816.3354.zip", + "checksum": "109f5224c0d567bf47097aa1b6003439", + "timestamp": "2020-12-08T16:34:02Z" + }, + { + "version": "11.2012.809.3617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0809.3617.zip", + "checksum": "29b4dc942353effbfd27c28b4c1632e7", + "timestamp": "2020-12-08T09:36:25Z" + }, + { + "version": "11.2012.808.2917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0808.2917.zip", + "checksum": "af38dc90c78692992c36cf9f6f8a3ddd", + "timestamp": "2020-12-08T08:29:25Z" + }, + { + "version": "11.2012.808.139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0808.0139.zip", + "checksum": "14ff91c6ef2a3df6b253f824686a85d6", + "timestamp": "2020-12-08T08:01:47Z" + }, + { + "version": "11.2012.801.826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0801.0826.zip", + "checksum": "d5fb0596b2dc6815c2e8fb05eb25d06f", + "timestamp": "2020-12-08T01:08:34Z" + }, + { + "version": "11.2012.718.2253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0718.2253.zip", + "checksum": "3123b94cf02be765c0d97ebc297bc344", + "timestamp": "2020-12-07T18:23:01Z" + }, + { + "version": "11.2012.717.3216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0717.3216.zip", + "checksum": "2bffc399c7d6c0655b5504af365bc38d", + "timestamp": "2020-12-07T17:32:24Z" + }, + { + "version": "11.2012.717.528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0717.0528.zip", + "checksum": "b00b15581936ca5c75050ded3a513fc8", + "timestamp": "2020-12-07T17:05:36Z" + }, + { + "version": "11.2012.707.3052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0707.3052.zip", + "checksum": "576a91b075384504010ae163ac544c38", + "timestamp": "2020-12-07T07:31:00Z" + }, + { + "version": "11.2012.707.414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0707.0414.zip", + "checksum": "31e4827947f2d9805f7f920f2ee1f606", + "timestamp": "2020-12-07T07:04:22Z" + }, + { + "version": "11.2012.615.3405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0615.3405.zip", + "checksum": "10f1c61f058985064bcad6a4e4e552c6", + "timestamp": "2020-12-06T15:34:13Z" + }, + { + "version": "11.2012.615.745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0615.0745.zip", + "checksum": "43657bbf4bde1d7f95d953fdba4a9589", + "timestamp": "2020-12-06T15:07:53Z" + }, + { + "version": "11.2012.607.3103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0607.3103.zip", + "checksum": "fb2be07f27bee5291baa47e1a520e7d6", + "timestamp": "2020-12-06T07:31:11Z" + }, + { + "version": "11.2012.601.3437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0601.3437.zip", + "checksum": "b9e953f5726b0192b276b20c128bb7d3", + "timestamp": "2020-12-06T01:34:45Z" + }, + { + "version": "11.2012.601.751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0601.0751.zip", + "checksum": "bb1cb786888e28a6275de50c3e8285a5", + "timestamp": "2020-12-06T01:08:00Z" + }, + { + "version": "11.2012.600.4113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0600.4113.zip", + "checksum": "250be19485ac800755f74cfbaea83724", + "timestamp": "2020-12-06T00:41:21Z" + }, + { + "version": "11.2012.519.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_11.2012.0519.5053.zip", + "checksum": "4a660c224aed26dc9bca9efbfe9a2c21", + "timestamp": "2020-12-05T19:51:01Z" + }, + { + "version": "10.2011.2301.558", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2301.0558.zip", + "checksum": "48f82e964c6c8eed585c95140b2d4342", + "timestamp": "2020-11-23T01:06:05Z" + }, + { + "version": "10.2011.2219.3902", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2219.3902.zip", + "checksum": "f82449419e755dd17aba22e86f873ac1", + "timestamp": "2020-11-22T19:39:09Z" + }, + { + "version": "10.2011.2219.1217", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2219.1217.zip", + "checksum": "8ca86734b3424a272a25d7cdfa638d74", + "timestamp": "2020-11-22T19:12:24Z" + }, + { + "version": "10.2011.2218.3051", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2218.3051.zip", + "checksum": "76aa2c1bef0f82b4ce4c921d5209393d", + "timestamp": "2020-11-22T18:30:58Z" + }, + { + "version": "10.2011.2217.5645", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2217.5645.zip", + "checksum": "3988f0184e90ca81a24d12050e612297", + "timestamp": "2020-11-22T17:56:52Z" + }, + { + "version": "10.2011.2215.5423", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2215.5423.zip", + "checksum": "a9c4da1086a0dcaf9f0d02fa45f40940", + "timestamp": "2020-11-22T15:54:31Z" + }, + { + "version": "10.2011.2215.106", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2215.0106.zip", + "checksum": "395056150e658395eafb7edae75c6aa6", + "timestamp": "2020-11-22T15:01:14Z" + }, + { + "version": "10.2011.2210.3007", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2210.3007.zip", + "checksum": "622245c1ad66eccf7a2f07f7ff2bc16c", + "timestamp": "2020-11-22T10:30:14Z" + }, + { + "version": "10.2011.2208.2150", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2208.2150.zip", + "checksum": "0bf5099547352ea4cb58eda6b617d817", + "timestamp": "2020-11-22T08:21:57Z" + }, + { + "version": "10.2011.2207.5600", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2207.5600.zip", + "checksum": "b9c044d79d239fe0bf102561dd3ad6ac", + "timestamp": "2020-11-22T07:56:07Z" + }, + { + "version": "10.2011.2207.214", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2207.0214.zip", + "checksum": "9b43adc7488afc845da0ad9deea125f2", + "timestamp": "2020-11-22T07:02:21Z" + }, + { + "version": "10.2011.2206.3736", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/reports/reports_10.2011.2206.3736.zip", + "checksum": "59689ab6d5a6d1b860e37bf74c313297", + "timestamp": "2020-11-22T06:37:43Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "1fc322a1-af2e-49a5-b2eb-a89b4240f700", + "name": "ServerWMC", + "description": "Provides access to Live TV, Program Guide and Recordings from your Windows MediaCenter Server running ServerWMC. Requires ServerWMC to be installed and running on your Windows MediaCenter machine.\n", + "overview": "Jellyfin Live TV plugin for Windows MediaCenter with ServerWMC", + "owner": "jellyfin", + "category": "LiveTV", + "versions": [ + { + "version": "6.2106.2121.3616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.2121.3616.zip", + "checksum": "5c8f1db76d25e954716e0c98869ec7cc", + "timestamp": "2021-06-21T21:36:23Z" + }, + { + "version": "6.2106.2114.1500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.2114.1500.zip", + "checksum": "c2788ce5f7b3e3721b4e6d20e0b9b22a", + "timestamp": "2021-06-21T14:15:10Z" + }, + { + "version": "6.2106.2107.1556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.2107.1556.zip", + "checksum": "b7f02b53965c92931399bba6c67baa8f", + "timestamp": "2021-06-21T07:16:05Z" + }, + { + "version": "6.2106.1823.1116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1823.1116.zip", + "checksum": "75e3c856b095a6a836ac9bdce975f4ed", + "timestamp": "2021-06-18T23:11:24Z" + }, + { + "version": "6.2106.1815.5653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1815.5653.zip", + "checksum": "94d556bf4cd96870e74afa39e1b57262", + "timestamp": "2021-06-18T15:57:00Z" + }, + { + "version": "6.2106.1810.3546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1810.3546.zip", + "checksum": "46e5ccb835eb9646f6b6fbae4d2862bd", + "timestamp": "2021-06-18T10:35:53Z" + }, + { + "version": "6.2106.1602.5326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1602.5326.zip", + "checksum": "348fb17a5c8b22697db3bb144208b16d", + "timestamp": "2021-06-16T02:53:34Z" + }, + { + "version": "6.2106.1514.4046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1514.4046.zip", + "checksum": "9b5e7b3c08eb1222c55206a838e4e18e", + "timestamp": "2021-06-15T14:40:54Z" + }, + { + "version": "6.2106.1514.1242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1514.1242.zip", + "checksum": "d7bcb4536cdda5bde12c9c89f95ad254", + "timestamp": "2021-06-15T14:12:49Z" + }, + { + "version": "6.2106.1504.0245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1504.0245.zip", + "checksum": "f0ad69c940a0a006ba4eb30c028606bd", + "timestamp": "2021-06-15T04:02:52Z" + }, + { + "version": "6.2106.1422.2346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1422.2346.zip", + "checksum": "0e9428be9b4c5f2507c857df4ce167f1", + "timestamp": "2021-06-14T22:23:54Z" + }, + { + "version": "6.2106.1422.0030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1422.0030.zip", + "checksum": "9d44acefe2c2723a87e5883943bb06e5", + "timestamp": "2021-06-14T22:00:37Z" + }, + { + "version": "6.2106.1417.5739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1417.5739.zip", + "checksum": "a64008a5ab0106974c6f35afab603c58", + "timestamp": "2021-06-14T17:57:47Z" + }, + { + "version": "6.2106.1315.3232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1315.3232.zip", + "checksum": "ce5e12e72ef99b1f1f75bf921b7afee6", + "timestamp": "2021-06-13T15:32:39Z" + }, + { + "version": "6.2106.1313.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1313.3223.zip", + "checksum": "a810f5414624a27f76db3422c1cf7411", + "timestamp": "2021-06-13T13:32:30Z" + }, + { + "version": "6.2106.1306.4510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1306.4510.zip", + "checksum": "5114c82cf9b669b8988597242cc0f403", + "timestamp": "2021-06-13T06:45:17Z" + }, + { + "version": "6.2106.1306.2234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1306.2234.zip", + "checksum": "82e9d515b2b7e0afcd1e617497a714f2", + "timestamp": "2021-06-13T06:22:42Z" + }, + { + "version": "6.2106.1215.2855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1215.2855.zip", + "checksum": "ecdd81f02985f70845311d5877c11758", + "timestamp": "2021-06-12T15:29:03Z" + }, + { + "version": "6.2106.1206.5950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1206.5950.zip", + "checksum": "3c9441cfec1c00cbb7590b25ea006a89", + "timestamp": "2021-06-12T06:59:57Z" + }, + { + "version": "6.2106.1206.3759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1206.3759.zip", + "checksum": "14b2807cf625fc969d5b6700d72012ab", + "timestamp": "2021-06-12T06:38:08Z" + }, + { + "version": "6.2106.1123.1948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1123.1948.zip", + "checksum": "e21ec3586018e7e43900fef70b6e1943", + "timestamp": "2021-06-11T23:19:56Z" + }, + { + "version": "6.2106.1122.4931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1122.4931.zip", + "checksum": "088622ac1212d9722c0c971deeecf579", + "timestamp": "2021-06-11T22:49:38Z" + }, + { + "version": "6.2106.1114.3811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1114.3811.zip", + "checksum": "7117f03dd144a7f67ce051226d5951ae", + "timestamp": "2021-06-11T14:38:19Z" + }, + { + "version": "6.2106.1114.0853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1114.0853.zip", + "checksum": "fc08de8eb5551b6c7047dc043e2d9682", + "timestamp": "2021-06-11T14:09:01Z" + }, + { + "version": "6.2106.1113.4603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1113.4603.zip", + "checksum": "7ee2b11e6064135c23fd778bd25fbdcd", + "timestamp": "2021-06-11T13:46:10Z" + }, + { + "version": "6.2106.1113.1316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1113.1316.zip", + "checksum": "cb941973655fad0437a96dc5da22111c", + "timestamp": "2021-06-11T13:13:24Z" + }, + { + "version": "6.2106.1112.5027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1112.5027.zip", + "checksum": "c7b0bb38d31711ef5574e4ed9be7c0bb", + "timestamp": "2021-06-11T12:50:35Z" + }, + { + "version": "6.2106.1108.2143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1108.2143.zip", + "checksum": "f35920ddad65407e3625aec60b8e4c63", + "timestamp": "2021-06-11T08:21:51Z" + }, + { + "version": "6.2106.1106.1016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1106.1016.zip", + "checksum": "f6cf75729678df842601293a55231ac6", + "timestamp": "2021-06-11T06:10:23Z" + }, + { + "version": "6.2106.1105.4651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1105.4651.zip", + "checksum": "e7e31ff3ce6d6f0f946df0bb1380c205", + "timestamp": "2021-06-11T05:46:59Z" + }, + { + "version": "6.2106.1105.1738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1105.1738.zip", + "checksum": "12af6094fbe971370d694c974a839b47", + "timestamp": "2021-06-11T05:17:45Z" + }, + { + "version": "6.2106.1021.1550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1021.1550.zip", + "checksum": "2fdfa13c18f792eb99ee572351062a22", + "timestamp": "2021-06-10T21:15:57Z" + }, + { + "version": "6.2106.1015.1628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.1015.1628.zip", + "checksum": "068c59d6e2d11bb696722e3bdebcaad3", + "timestamp": "2021-06-10T15:16:35Z" + }, + { + "version": "6.2106.0914.5835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0914.5835.zip", + "checksum": "a3db06eb2e9793817e541f22c9ea6e56", + "timestamp": "2021-06-09T14:58:42Z" + }, + { + "version": "6.2106.0913.0201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0913.0201.zip", + "checksum": "e488824c62d4353c912c5795480f3152", + "timestamp": "2021-06-09T13:02:09Z" + }, + { + "version": "6.2106.0908.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0908.5148.zip", + "checksum": "08f5ab1f64182ce2abf8ecbe3f4a15f2", + "timestamp": "2021-06-09T08:51:56Z" + }, + { + "version": "6.2106.0814.3056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0814.3056.zip", + "checksum": "436f67418df32f7cc00e75c47f7f3448", + "timestamp": "2021-06-08T14:31:06Z" + }, + { + "version": "6.2106.0722.0256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0722.0256.zip", + "checksum": "7bf98282ffb0c2452806be0aec55c344", + "timestamp": "2021-06-07T22:03:05Z" + }, + { + "version": "6.2106.0721.3454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0721.3454.zip", + "checksum": "44f24104cb120e88ccccdd719fb9b860", + "timestamp": "2021-06-07T21:35:04Z" + }, + { + "version": "6.2106.0714.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0714.5323.zip", + "checksum": "82b03a5d8d41318039d4a9f22e7ed2cc", + "timestamp": "2021-06-07T14:53:32Z" + }, + { + "version": "6.2106.0714.2236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0714.2236.zip", + "checksum": "71ae137d5cf3647aa57a4c538f899432", + "timestamp": "2021-06-07T14:22:44Z" + }, + { + "version": "6.2106.0713.5359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0713.5359.zip", + "checksum": "bb3522192940c6cd2f24394c9d75d010", + "timestamp": "2021-06-07T13:54:08Z" + }, + { + "version": "6.2106.0708.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0708.4115.zip", + "checksum": "14a51d35e371de587166ab0dae998450", + "timestamp": "2021-06-07T08:41:23Z" + }, + { + "version": "6.2106.0708.0544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0708.0544.zip", + "checksum": "866f24f15ed31f437ec8d4f435fd1c1c", + "timestamp": "2021-06-07T08:05:52Z" + }, + { + "version": "6.2106.0618.3840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0618.3840.zip", + "checksum": "c39cb2824928b42809e709db6b09bb44", + "timestamp": "2021-06-06T18:38:48Z" + }, + { + "version": "6.2106.0615.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0615.4259.zip", + "checksum": "a51a4caa8b585bcf952c07143fe3dbc7", + "timestamp": "2021-06-06T15:43:08Z" + }, + { + "version": "6.2106.0413.0405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0413.0405.zip", + "checksum": "a4369c04d9a89cc57194f586ef0471c6", + "timestamp": "2021-06-04T13:04:13Z" + }, + { + "version": "6.2106.0314.5138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0314.5138.zip", + "checksum": "1b90f7e461c76ce69d70345fbf461cf9", + "timestamp": "2021-06-03T14:51:46Z" + }, + { + "version": "6.2106.0302.3415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0302.3415.zip", + "checksum": "48853106b4e5a4056c5a4d2b6caedda0", + "timestamp": "2021-06-03T02:34:23Z" + }, + { + "version": "6.2106.0121.1921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2106.0121.1921.zip", + "checksum": "3be9e59206343a8cf056aecfdb2dccf7", + "timestamp": "2021-06-01T21:19:28Z" + }, + { + "version": "6.2105.3023.2636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.3023.2636.zip", + "checksum": "c3937692af917831a3d7c843fd31479d", + "timestamp": "2021-05-30T23:26:43Z" + }, + { + "version": "6.2105.3018.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.3018.1615.zip", + "checksum": "54d518d01303798ef786d1a121b44260", + "timestamp": "2021-05-30T18:16:22Z" + }, + { + "version": "6.2105.3008.3744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.3008.3744.zip", + "checksum": "0300b5fc39ac370a476a08f37968c0af", + "timestamp": "2021-05-30T08:37:51Z" + }, + { + "version": "6.2105.2711.3931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2711.3931.zip", + "checksum": "7050622a3f23c0b0b8851988497e6d03", + "timestamp": "2021-05-27T11:39:38Z" + }, + { + "version": "6.2105.2708.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2708.4817.zip", + "checksum": "a951c88a2aad8b50ee44f554a947c2e5", + "timestamp": "2021-05-27T08:48:25Z" + }, + { + "version": "6.2105.2705.4742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2705.4742.zip", + "checksum": "9fb960267adc45d29260bef901f71f3b", + "timestamp": "2021-05-27T05:47:49Z" + }, + { + "version": "6.2105.2620.3409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2620.3409.zip", + "checksum": "40de93820c198d2baee6a810cfad1761", + "timestamp": "2021-05-26T20:34:16Z" + }, + { + "version": "6.2105.2620.1136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2620.1136.zip", + "checksum": "3e30e81cfab78606d6f8de402aeab7a1", + "timestamp": "2021-05-26T20:11:43Z" + }, + { + "version": "6.2105.2619.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2619.4313.zip", + "checksum": "a9b2371b82080129e9818d0acf7490d4", + "timestamp": "2021-05-26T19:43:20Z" + }, + { + "version": "6.2105.2619.2050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2619.2050.zip", + "checksum": "d834a6cc8ad944b110629e5e0972f76b", + "timestamp": "2021-05-26T19:20:57Z" + }, + { + "version": "6.2105.2617.3715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2617.3715.zip", + "checksum": "3e73ae0c0ab7924e98fcf8ffdde16a5f", + "timestamp": "2021-05-26T17:37:22Z" + }, + { + "version": "6.2105.2615.4253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2615.4253.zip", + "checksum": "a7f20f86136ca5d0a2d201e26fe3e87a", + "timestamp": "2021-05-26T15:43:01Z" + }, + { + "version": "6.2105.2419.0150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2419.0150.zip", + "checksum": "661d3bf08252cf7753f2f9236cf317d8", + "timestamp": "2021-05-24T19:01:57Z" + }, + { + "version": "6.2105.2417.5215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2417.5215.zip", + "checksum": "3af74321746f9b9728769451c8c8f9f7", + "timestamp": "2021-05-24T17:52:22Z" + }, + { + "version": "6.2105.2412.1653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2412.1653.zip", + "checksum": "c121c6c613ad76794779794c48f8e83e", + "timestamp": "2021-05-24T12:17:01Z" + }, + { + "version": "6.2105.2406.5415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2406.5415.zip", + "checksum": "0d219b83d83d7ce32d30669462867633", + "timestamp": "2021-05-24T06:54:22Z" + }, + { + "version": "6.2105.2304.5204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2304.5204.zip", + "checksum": "2102f1b27f96e4371fa3156b5df28917", + "timestamp": "2021-05-23T04:52:11Z" + }, + { + "version": "6.2105.2121.4224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2121.4224.zip", + "checksum": "093f7770690c745efbe226cdde0f43fe", + "timestamp": "2021-05-21T21:42:34Z" + }, + { + "version": "6.2105.2118.5557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2118.5557.zip", + "checksum": "4a0f13ebc5ba768d8020d25b900f8959", + "timestamp": "2021-05-21T18:56:05Z" + }, + { + "version": "6.2105.2116.3245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2116.3245.zip", + "checksum": "551ac5e662ea46cd7e3afefd9696155c", + "timestamp": "2021-05-21T16:32:52Z" + }, + { + "version": "6.2105.2112.5757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2112.5757.zip", + "checksum": "d1a7ee018565d660ef8bf3f4c28fa24b", + "timestamp": "2021-05-21T12:58:06Z" + }, + { + "version": "6.2105.2112.2510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2112.2510.zip", + "checksum": "0fb0da4e5bf54b136e4c8d4b5fb7fbd7", + "timestamp": "2021-05-21T12:25:18Z" + }, + { + "version": "6.2105.2111.3048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2111.3048.zip", + "checksum": "c4ace4a4e802e8f1d5f58b6ac5a57ed4", + "timestamp": "2021-05-21T11:30:55Z" + }, + { + "version": "6.2105.2104.5401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2104.5401.zip", + "checksum": "9f836d00607b759f14bea20699cfb190", + "timestamp": "2021-05-21T04:54:09Z" + }, + { + "version": "6.2105.2023.5450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2023.5450.zip", + "checksum": "c47c2362d287d84e3baaf97608a8ace3", + "timestamp": "2021-05-20T23:54:57Z" + }, + { + "version": "6.2105.2021.3704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2021.3704.zip", + "checksum": "04187e9a32d81ab06c2ffe558ec497ae", + "timestamp": "2021-05-20T21:37:11Z" + }, + { + "version": "6.2105.2021.0752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.2021.0752.zip", + "checksum": "5a742284ac24bb62a2b3669b8eda3c53", + "timestamp": "2021-05-20T21:08:00Z" + }, + { + "version": "6.2105.1920.5918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1920.5918.zip", + "checksum": "cc9fe3b159f05a32ee44782b6d058d2f", + "timestamp": "2021-05-19T21:00:06Z" + }, + { + "version": "6.2105.1821.0721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1821.0721.zip", + "checksum": "9ecdece7c42d0bad8aa29f09fa3942d6", + "timestamp": "2021-05-18T21:07:28Z" + }, + { + "version": "6.2105.1819.4807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1819.4807.zip", + "checksum": "e638aac458e94cfd68194e35d1b0f208", + "timestamp": "2021-05-18T19:48:15Z" + }, + { + "version": "6.2105.1818.5235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1818.5235.zip", + "checksum": "6348760ea4a399aebdd3955e63c1c22b", + "timestamp": "2021-05-18T18:52:43Z" + }, + { + "version": "6.2105.1811.5308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1811.5308.zip", + "checksum": "ddf1f1f3d1648f98bace2479ad8e2eeb", + "timestamp": "2021-05-18T11:53:16Z" + }, + { + "version": "6.2105.1806.2006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1806.2006.zip", + "checksum": "ad504d6d0be8a51b1a413be55a2b357e", + "timestamp": "2021-05-18T06:20:13Z" + }, + { + "version": "6.2105.1722.3231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1722.3231.zip", + "checksum": "74903c59529e14ce1d8c3cda2814d78a", + "timestamp": "2021-05-17T22:32:38Z" + }, + { + "version": "6.2105.1717.1142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1717.1142.zip", + "checksum": "14af7529348057658726f1f1b63dac98", + "timestamp": "2021-05-17T17:11:50Z" + }, + { + "version": "6.2105.1716.4411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1716.4411.zip", + "checksum": "ce3e1cc6d5dd2834ef1d6c6d21aebbd6", + "timestamp": "2021-05-17T16:44:18Z" + }, + { + "version": "6.2105.1619.0748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1619.0748.zip", + "checksum": "bc98cab9dcb00d98c7b9877132458d6b", + "timestamp": "2021-05-16T19:07:55Z" + }, + { + "version": "6.2105.1612.2606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1612.2606.zip", + "checksum": "b266ae6c8ba3165001c554c7e811924c", + "timestamp": "2021-05-16T12:26:13Z" + }, + { + "version": "6.2105.1610.5459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1610.5459.zip", + "checksum": "d3d8bea959bfe65e80953d7d27acda23", + "timestamp": "2021-05-16T10:55:08Z" + }, + { + "version": "6.2105.1610.2539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1610.2539.zip", + "checksum": "21ce8499ce1afa5d37e5f0d9a44188c3", + "timestamp": "2021-05-16T10:25:46Z" + }, + { + "version": "6.2105.1521.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1521.2418.zip", + "checksum": "c618fa5d491e044d46add4078f889b86", + "timestamp": "2021-05-15T21:24:26Z" + }, + { + "version": "6.2105.1514.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1514.5148.zip", + "checksum": "8a83c4ecd9c57fc04a6c4aea6189afa1", + "timestamp": "2021-05-15T14:51:55Z" + }, + { + "version": "6.2105.1308.5912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1308.5912.zip", + "checksum": "3f95c2f793fb4e93e88b3e94aaefd7e4", + "timestamp": "2021-05-13T08:59:20Z" + }, + { + "version": "6.2105.1114.1902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1114.1902.zip", + "checksum": "dc11e05752316f324c02dec64f18f014", + "timestamp": "2021-05-11T14:19:10Z" + }, + { + "version": "6.2105.1113.4655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1113.4655.zip", + "checksum": "dc49cee457b21cae238a546340ee07ac", + "timestamp": "2021-05-11T13:47:05Z" + }, + { + "version": "6.2105.1113.1931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1113.1931.zip", + "checksum": "594d032accd7922e7c1bd9c7d26ad435", + "timestamp": "2021-05-11T13:19:38Z" + }, + { + "version": "6.2105.1112.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1112.5104.zip", + "checksum": "f32e14fabd8b3864dea897ef4ed7b772", + "timestamp": "2021-05-11T12:51:13Z" + }, + { + "version": "6.2105.1112.2317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1112.2317.zip", + "checksum": "4fcae13c16c939bc92aa0a76aea27648", + "timestamp": "2021-05-11T12:23:26Z" + }, + { + "version": "6.2105.1022.3346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1022.3346.zip", + "checksum": "d94c2045e80c8a7f245dd4972f4879ef", + "timestamp": "2021-05-10T22:33:56Z" + }, + { + "version": "6.2105.1022.0025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1022.0025.zip", + "checksum": "982ccd6c349a457566cb970d247fee93", + "timestamp": "2021-05-10T22:00:34Z" + }, + { + "version": "6.2105.1021.2709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1021.2709.zip", + "checksum": "ae744e3a280aa38aa224338f7e76f916", + "timestamp": "2021-05-10T21:27:18Z" + }, + { + "version": "6.2105.1020.5659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1020.5659.zip", + "checksum": "5898637c0c183479ea93ec35f2701c6a", + "timestamp": "2021-05-10T20:57:10Z" + }, + { + "version": "6.2105.1015.5749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.1015.5749.zip", + "checksum": "8f0cc8467f6e744099be5534233ffc57", + "timestamp": "2021-05-10T15:57:56Z" + }, + { + "version": "6.2105.0720.3613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0720.3613.zip", + "checksum": "ad7fd7f3211fefd0e96fa74cf1e63808", + "timestamp": "2021-05-07T20:36:29Z" + }, + { + "version": "6.2105.0713.4428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0713.4428.zip", + "checksum": "1d49284e541422b417d44d81ecd69c58", + "timestamp": "2021-05-07T13:44:35Z" + }, + { + "version": "6.2105.0712.3628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0712.3628.zip", + "checksum": "6bf3ca94a4294b31b7ef372d273f2d9e", + "timestamp": "2021-05-07T12:36:35Z" + }, + { + "version": "6.2105.0706.1847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0706.1847.zip", + "checksum": "4ebf8b7aa6bd4d64c2b0a13bb4d2fdad", + "timestamp": "2021-05-07T06:18:55Z" + }, + { + "version": "6.2105.0622.0152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0622.0152.zip", + "checksum": "04ca1d5d5c05709d3571b5a42716ef42", + "timestamp": "2021-05-06T22:02:00Z" + }, + { + "version": "6.2105.0621.3417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0621.3417.zip", + "checksum": "7bad72c4781114a07c4ec1454a9a97b0", + "timestamp": "2021-05-06T21:34:24Z" + }, + { + "version": "6.2105.0616.0631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0616.0631.zip", + "checksum": "3b215f22db6c2d1564ef9f7283abae6d", + "timestamp": "2021-05-06T16:06:38Z" + }, + { + "version": "6.2105.0615.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0615.3807.zip", + "checksum": "11765c1e8e52f1bda3724abdb897cc1d", + "timestamp": "2021-05-06T15:38:15Z" + }, + { + "version": "6.2105.0517.4827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0517.4827.zip", + "checksum": "c0341d1e2e9222147b75af5466cc8829", + "timestamp": "2021-05-05T17:48:35Z" + }, + { + "version": "6.2105.0515.4804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0515.4804.zip", + "checksum": "c186c94682aed88459d857d8b4cb1cd8", + "timestamp": "2021-05-05T15:48:12Z" + }, + { + "version": "6.2105.0512.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0512.2538.zip", + "checksum": "573ca7089d929f0178380e5b1ab67967", + "timestamp": "2021-05-05T12:25:46Z" + }, + { + "version": "6.2105.0511.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0511.5549.zip", + "checksum": "f4b93ace6c02de1d012c455449e7b70b", + "timestamp": "2021-05-05T11:55:57Z" + }, + { + "version": "6.2105.0508.0257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0508.0257.zip", + "checksum": "1fd8ff6c704c2c8781f7617fcd5052fd", + "timestamp": "2021-05-05T08:03:14Z" + }, + { + "version": "6.2105.0504.2147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0504.2147.zip", + "checksum": "33d2c21b007b004e8f153b65c44ddceb", + "timestamp": "2021-05-05T04:21:54Z" + }, + { + "version": "6.2105.0502.2856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0502.2856.zip", + "checksum": "f275d71a099187bce957791d6e3795b1", + "timestamp": "2021-05-05T02:29:05Z" + }, + { + "version": "6.2105.0501.4432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0501.4432.zip", + "checksum": "eae871b2147a1d43e9742f259d684aee", + "timestamp": "2021-05-05T01:44:40Z" + }, + { + "version": "6.2105.0423.0715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0423.0715.zip", + "checksum": "024585e2b2950bba1ca58f3f228b8269", + "timestamp": "2021-05-04T23:07:23Z" + }, + { + "version": "6.2105.0418.1627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0418.1627.zip", + "checksum": "f0163209255a35c5405d7b8996fbfe7b", + "timestamp": "2021-05-04T18:16:35Z" + }, + { + "version": "6.2105.0417.3908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0417.3908.zip", + "checksum": "6d7945c5793726c1080752a5efa2a4e8", + "timestamp": "2021-05-04T17:39:16Z" + }, + { + "version": "6.2105.0416.1349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0416.1349.zip", + "checksum": "5b9cb8c3e3919c56cc25bf487bd5a0f2", + "timestamp": "2021-05-04T16:13:56Z" + }, + { + "version": "6.2105.0415.5104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0415.5104.zip", + "checksum": "9de11117770eeaa2c1f37db54d1ff4ef", + "timestamp": "2021-05-04T15:51:12Z" + }, + { + "version": "6.2105.0415.2858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0415.2858.zip", + "checksum": "e8f877054c498dda904feefb53d50db9", + "timestamp": "2021-05-04T15:29:07Z" + }, + { + "version": "6.2105.0409.5107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0409.5107.zip", + "checksum": "844e6e130650f1032feb8d9b4e327215", + "timestamp": "2021-05-04T09:51:15Z" + }, + { + "version": "6.2105.0409.2123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0409.2123.zip", + "checksum": "0ce99ec142c4b1beac088c5680181f06", + "timestamp": "2021-05-04T09:21:30Z" + }, + { + "version": "6.2105.0405.3522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0405.3522.zip", + "checksum": "7008a28216ca37f75b5c52752eeca5cd", + "timestamp": "2021-05-04T05:35:29Z" + }, + { + "version": "6.2105.0405.1252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0405.1252.zip", + "checksum": "82bdf3ad8d563d90c48823c834d86858", + "timestamp": "2021-05-04T05:13:00Z" + }, + { + "version": "6.2105.0322.3154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0322.3154.zip", + "checksum": "4516875cfcc8900d6e4c5ff4d916657c", + "timestamp": "2021-05-03T22:32:02Z" + }, + { + "version": "6.2105.0322.0951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0322.0951.zip", + "checksum": "50553ceaea36651aa48c07d60bc93b6e", + "timestamp": "2021-05-03T22:09:58Z" + }, + { + "version": "6.2105.0315.5635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0315.5635.zip", + "checksum": "63fe617ffb70431b76d8633dab85f481", + "timestamp": "2021-05-03T15:56:43Z" + }, + { + "version": "6.2105.0308.1651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0308.1651.zip", + "checksum": "c680d63eafbe6aea3ae52fbd6cb207f3", + "timestamp": "2021-05-03T08:16:59Z" + }, + { + "version": "6.2105.0221.2023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0221.2023.zip", + "checksum": "c20e85a05891e6ed6392b09b03d47e9a", + "timestamp": "2021-05-02T21:20:30Z" + }, + { + "version": "6.2105.0219.4529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0219.4529.zip", + "checksum": "1f3b0e39d1861ab22b0af17f9d8cee01", + "timestamp": "2021-05-02T19:45:36Z" + }, + { + "version": "6.2105.0216.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0216.1300.zip", + "checksum": "45dc15f36b42262fa21a8e47bda4969c", + "timestamp": "2021-05-02T16:13:10Z" + }, + { + "version": "6.2105.0209.5941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0209.5941.zip", + "checksum": "96b30fe5e93893d53d3b84b53cf658c6", + "timestamp": "2021-05-02T09:59:49Z" + }, + { + "version": "6.2105.0123.0821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0123.0821.zip", + "checksum": "98d12b3b279ef4549b88786a968cd28a", + "timestamp": "2021-05-01T23:08:28Z" + }, + { + "version": "6.2105.0116.0729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2105.0116.0729.zip", + "checksum": "51a066b13ef2397cb56e1ba4399ea529", + "timestamp": "2021-05-01T16:07:37Z" + }, + { + "version": "6.2104.3019.1121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.3019.1121.zip", + "checksum": "2acc67771f2566801722daac342c8180", + "timestamp": "2021-04-30T19:11:29Z" + }, + { + "version": "6.2104.3011.1352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.3011.1352.zip", + "checksum": "f18a88a25a85e853cc53f7ada169cc1c", + "timestamp": "2021-04-30T11:13:59Z" + }, + { + "version": "6.2104.3008.5843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.3008.5843.zip", + "checksum": "28e63b53b315085f3f42abb855b883ab", + "timestamp": "2021-04-30T08:58:52Z" + }, + { + "version": "6.2104.2920.0732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2920.0732.zip", + "checksum": "a0349c9232cda910e56561a3ff754a11", + "timestamp": "2021-04-29T20:07:40Z" + }, + { + "version": "6.2104.2919.3936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2919.3936.zip", + "checksum": "a0f273046abe3723e6bb67e02505c901", + "timestamp": "2021-04-29T19:39:44Z" + }, + { + "version": "6.2104.2912.4631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2912.4631.zip", + "checksum": "29ee2187e9edd00adfdfe7303ae7c68b", + "timestamp": "2021-04-29T12:46:40Z" + }, + { + "version": "6.2104.2714.4821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2714.4821.zip", + "checksum": "338f115ee323bbb8002cde73d02b7c76", + "timestamp": "2021-04-27T14:48:28Z" + }, + { + "version": "6.2104.2714.1038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2714.1038.zip", + "checksum": "43560a8835d2f12f5006a98daedb7032", + "timestamp": "2021-04-27T14:10:45Z" + }, + { + "version": "6.2104.2622.3959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2622.3959.zip", + "checksum": "48b225ad39830c64869e49aa00c98791", + "timestamp": "2021-04-26T22:40:09Z" + }, + { + "version": "6.2104.2622.1226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2622.1226.zip", + "checksum": "dd05020bb918f8a57c2ca8307b912720", + "timestamp": "2021-04-26T22:12:34Z" + }, + { + "version": "6.2104.2615.0841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2615.0841.zip", + "checksum": "c5f51c50f28ac88708027d7df97500f9", + "timestamp": "2021-04-26T15:08:48Z" + }, + { + "version": "6.2104.2614.0930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2614.0930.zip", + "checksum": "a3a7b3f11b28cc7af7c1834614fb5071", + "timestamp": "2021-04-26T14:09:37Z" + }, + { + "version": "6.2104.2517.5942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2517.5942.zip", + "checksum": "ef60be633b22c20d29699dfe45e8d969", + "timestamp": "2021-04-25T17:59:49Z" + }, + { + "version": "6.2104.2517.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2517.4620.zip", + "checksum": "923210a6c3cba55a64d7e47b6dee233c", + "timestamp": "2021-04-25T17:46:34Z" + }, + { + "version": "6.2104.2517.1800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2517.1800.zip", + "checksum": "e4d365c63331660dde5c4a8bd099fc98", + "timestamp": "2021-04-25T17:18:08Z" + }, + { + "version": "6.2104.2516.2059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2516.2059.zip", + "checksum": "bca2435e0777c4e861a750329babe532", + "timestamp": "2021-04-25T16:21:07Z" + }, + { + "version": "6.2104.2515.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2515.5333.zip", + "checksum": "89d32f772c470cd007d7f9f7c7bbffaf", + "timestamp": "2021-04-25T15:53:41Z" + }, + { + "version": "6.2104.2420.5159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2420.5159.zip", + "checksum": "5ad314376a9e375d58ae77d666474648", + "timestamp": "2021-04-24T20:52:08Z" + }, + { + "version": "6.2104.2414.2513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2414.2513.zip", + "checksum": "5bd419a91c9f384d48c26c2bfa46deef", + "timestamp": "2021-04-24T14:25:20Z" + }, + { + "version": "6.2104.2308.4454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2308.4454.zip", + "checksum": "54191a46b2702860c0902624161cb339", + "timestamp": "2021-04-23T08:45:03Z" + }, + { + "version": "6.2104.2215.0450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2215.0450.zip", + "checksum": "6fbc6d7abb7c797f7488d108059dc690", + "timestamp": "2021-04-22T15:04:58Z" + }, + { + "version": "6.2104.2118.3231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2118.3231.zip", + "checksum": "72be4bc3fbbfa44febe9dc419dfc280b", + "timestamp": "2021-04-21T18:32:38Z" + }, + { + "version": "6.2104.2114.1651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2114.1651.zip", + "checksum": "8a6277998fa081669fa8f201994d77fa", + "timestamp": "2021-04-21T14:16:58Z" + }, + { + "version": "6.2104.2112.1841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2112.1841.zip", + "checksum": "d1e70d9ecc415478c4d256f7221cedfb", + "timestamp": "2021-04-21T12:18:48Z" + }, + { + "version": "6.2104.2011.5619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.2011.5619.zip", + "checksum": "4b3c99c0b30810436510c52ef09e6891", + "timestamp": "2021-04-20T11:56:26Z" + }, + { + "version": "6.2104.1918.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1918.5547.zip", + "checksum": "90659b164d4ee24999d5378a466d4cba", + "timestamp": "2021-04-19T18:55:54Z" + }, + { + "version": "6.2104.1913.4426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1913.4426.zip", + "checksum": "5971999567fe13b96565e6b84ead7848", + "timestamp": "2021-04-19T13:44:34Z" + }, + { + "version": "6.2104.1913.1204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1913.1204.zip", + "checksum": "19fee841b08c0aa4091090c72f8604df", + "timestamp": "2021-04-19T13:12:15Z" + }, + { + "version": "6.2104.1912.4228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1912.4228.zip", + "checksum": "1535d08f8561e433ea56e12b233d5fa8", + "timestamp": "2021-04-19T12:42:36Z" + }, + { + "version": "6.2104.1906.5659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1906.5659.zip", + "checksum": "dccd81e32cb87d60bf4a3489c36144ff", + "timestamp": "2021-04-19T06:57:10Z" + }, + { + "version": "6.2104.1804.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1804.5135.zip", + "checksum": "2014bec92526bc799e925509a040ef12", + "timestamp": "2021-04-18T04:51:42Z" + }, + { + "version": "6.2104.1713.1754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1713.1754.zip", + "checksum": "70fb9c3d50938ffce3c87052b322cb12", + "timestamp": "2021-04-17T13:18:03Z" + }, + { + "version": "6.2104.1514.0626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1514.0626.zip", + "checksum": "a9558c4b9407d4a729c64f8c40ea967b", + "timestamp": "2021-04-15T14:06:33Z" + }, + { + "version": "6.2104.1421.1432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1421.1432.zip", + "checksum": "5e7adcfda8b8a9c7865ff590f309280d", + "timestamp": "2021-04-14T21:14:39Z" + }, + { + "version": "6.2104.1418.2325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1418.2325.zip", + "checksum": "0594498218dd3ed50af5721cdc305fe3", + "timestamp": "2021-04-14T18:23:32Z" + }, + { + "version": "6.2104.1416.4943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1416.4943.zip", + "checksum": "6fc19297cd44cc39e6322481f35fb2cf", + "timestamp": "2021-04-14T16:49:50Z" + }, + { + "version": "6.2104.1414.0757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1414.0757.zip", + "checksum": "905a29ac21a4b176b7976d6524bffdf2", + "timestamp": "2021-04-14T14:08:05Z" + }, + { + "version": "6.2104.1413.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1413.2407.zip", + "checksum": "2eaeec23b736fd279893180486641ab0", + "timestamp": "2021-04-14T13:24:14Z" + }, + { + "version": "6.2104.1409.5225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1409.5225.zip", + "checksum": "8d038375891c3af29b6f2e2569ae900a", + "timestamp": "2021-04-14T09:52:33Z" + }, + { + "version": "6.2104.1317.4405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1317.4405.zip", + "checksum": "366c18d3bcd473a619e535c4f1ec0ed4", + "timestamp": "2021-04-13T17:44:13Z" + }, + { + "version": "6.2104.1315.0511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1315.0511.zip", + "checksum": "504d7805cbaf7f5393b0b15c788ad926", + "timestamp": "2021-04-13T15:05:18Z" + }, + { + "version": "6.2104.1314.1354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1314.1354.zip", + "checksum": "2cf23d95f40e5d3b1bc0750b5b50feea", + "timestamp": "2021-04-13T14:14:02Z" + }, + { + "version": "6.2104.1313.1731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1313.1731.zip", + "checksum": "47a756e41f52b8c535742e5d5736cef7", + "timestamp": "2021-04-13T13:17:38Z" + }, + { + "version": "6.2104.1309.5146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1309.5146.zip", + "checksum": "f7ca82e60cff930fafea774606d1d473", + "timestamp": "2021-04-13T09:51:54Z" + }, + { + "version": "6.2104.1221.0841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1221.0841.zip", + "checksum": "cdcaec8b5a57affad2ceea52e9af1425", + "timestamp": "2021-04-12T21:08:50Z" + }, + { + "version": "6.2104.1218.2101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1218.2101.zip", + "checksum": "e749774154dd4d443cbc5845d9a8be80", + "timestamp": "2021-04-12T18:21:09Z" + }, + { + "version": "6.2104.1214.4250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1214.4250.zip", + "checksum": "cacbd93191c9a8d7da5b8215dbe0b61f", + "timestamp": "2021-04-12T14:42:58Z" + }, + { + "version": "6.2104.1214.1446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1214.1446.zip", + "checksum": "3ef58840e3b499dd9e77a52af1260306", + "timestamp": "2021-04-12T14:14:54Z" + }, + { + "version": "6.2104.1209.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1209.2149.zip", + "checksum": "11b36c318445be2e71fdc2289e6bbd8c", + "timestamp": "2021-04-12T09:21:57Z" + }, + { + "version": "6.2104.1121.5651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1121.5651.zip", + "checksum": "a96f3e66356618cb17b8526927c6d41c", + "timestamp": "2021-04-11T21:56:58Z" + }, + { + "version": "6.2104.1117.5422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1117.5422.zip", + "checksum": "0ac25ee5137ad1515ba31bc9eb6187b3", + "timestamp": "2021-04-11T17:54:29Z" + }, + { + "version": "6.2104.1116.5043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1116.5043.zip", + "checksum": "bdc45564888028d9abf885c2e6c7da36", + "timestamp": "2021-04-11T16:50:51Z" + }, + { + "version": "6.2104.1116.2233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1116.2233.zip", + "checksum": "dad291e44d4ae50cae8361cd39933d32", + "timestamp": "2021-04-11T16:22:40Z" + }, + { + "version": "6.2104.1112.3423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1112.3423.zip", + "checksum": "d60b881697df68b2aa9c0a76815ad036", + "timestamp": "2021-04-11T12:34:31Z" + }, + { + "version": "6.2104.1112.0638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1112.0638.zip", + "checksum": "45bc164d6e79624200bc84ec73ca3ae8", + "timestamp": "2021-04-11T12:06:46Z" + }, + { + "version": "6.2104.1023.0653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1023.0653.zip", + "checksum": "55a35251793313e04a2ff1054f91878a", + "timestamp": "2021-04-10T23:07:00Z" + }, + { + "version": "6.2104.1021.3600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1021.3600.zip", + "checksum": "3d6cf075700b8bafeca6e14e495fb271", + "timestamp": "2021-04-10T21:36:07Z" + }, + { + "version": "6.2104.1020.1554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1020.1554.zip", + "checksum": "4c23d0fc55af53e62f280441899cc0c2", + "timestamp": "2021-04-10T20:16:02Z" + }, + { + "version": "6.2104.1019.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1019.5430.zip", + "checksum": "6fe2242a433ee379ad771d305fe531eb", + "timestamp": "2021-04-10T19:54:37Z" + }, + { + "version": "6.2104.1017.5030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1017.5030.zip", + "checksum": "aecf454168ca43287800ebeeafdb8d09", + "timestamp": "2021-04-10T17:50:38Z" + }, + { + "version": "6.2104.1015.4348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1015.4348.zip", + "checksum": "d88246a11aa05a38f9e98fafb4a99093", + "timestamp": "2021-04-10T15:43:55Z" + }, + { + "version": "6.2104.1001.2403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1001.2403.zip", + "checksum": "7690e2292395a343bbfc020ce0811e03", + "timestamp": "2021-04-10T01:24:10Z" + }, + { + "version": "6.2104.1000.0611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.1000.0611.zip", + "checksum": "a0fb9a12fc6599b5f8ad9ad02e8ab561", + "timestamp": "2021-04-10T00:06:19Z" + }, + { + "version": "6.2104.0922.0336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0922.0336.zip", + "checksum": "f6418470701eb5befb5f0f02c3e9ce84", + "timestamp": "2021-04-09T22:03:44Z" + }, + { + "version": "6.2104.0921.3459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0921.3459.zip", + "checksum": "cd5ffae56b4fe3f0eed04a7e8b9d6aef", + "timestamp": "2021-04-09T21:35:06Z" + }, + { + "version": "6.2104.0911.0802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0911.0802.zip", + "checksum": "bdc608b1151bb1d356aca23798e1d969", + "timestamp": "2021-04-09T11:08:11Z" + }, + { + "version": "6.2104.0910.3930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0910.3930.zip", + "checksum": "893d0060c31eb26f907d6d331e9a5400", + "timestamp": "2021-04-09T10:39:38Z" + }, + { + "version": "6.2104.0821.5948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0821.5948.zip", + "checksum": "c1482c7fd4c429f937f5bd2c2d2ec4ee", + "timestamp": "2021-04-08T21:59:57Z" + }, + { + "version": "6.2104.0816.4301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0816.4301.zip", + "checksum": "d2e5220acde076d2f6ca96342a62f491", + "timestamp": "2021-04-08T16:43:08Z" + }, + { + "version": "6.2104.0812.5227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0812.5227.zip", + "checksum": "786be7e8ad1bae4cf3e49b89a34513df", + "timestamp": "2021-04-08T12:52:34Z" + }, + { + "version": "6.2104.0811.4122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0811.4122.zip", + "checksum": "fd8ad9bf88392b833a77aaa963115c97", + "timestamp": "2021-04-08T11:41:29Z" + }, + { + "version": "6.2104.0723.3131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0723.3131.zip", + "checksum": "c615b2dc6c4cb67e5fc9004d8f9c2115", + "timestamp": "2021-04-07T23:31:38Z" + }, + { + "version": "6.2104.0722.5634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0722.5634.zip", + "checksum": "456441b8f5dbd4d18dbd13d9be6218bc", + "timestamp": "2021-04-07T22:56:42Z" + }, + { + "version": "6.2104.0721.5235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0721.5235.zip", + "checksum": "87849b8665dcd6313b6f45bad193122e", + "timestamp": "2021-04-07T21:52:43Z" + }, + { + "version": "6.2104.0721.1308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0721.1308.zip", + "checksum": "ba67c6b48282156c38ff0f3406f52bb1", + "timestamp": "2021-04-07T21:13:16Z" + }, + { + "version": "6.2104.0717.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0717.2918.zip", + "checksum": "68cb09a44bb101206583c3df840bb1b4", + "timestamp": "2021-04-07T17:29:26Z" + }, + { + "version": "6.2104.0716.5619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0716.5619.zip", + "checksum": "d0e462e41f80084b7c3dc7d3426da85c", + "timestamp": "2021-04-07T16:56:27Z" + }, + { + "version": "6.2104.0713.0205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0713.0205.zip", + "checksum": "c08682dff444b4b88c94340fb04d9b17", + "timestamp": "2021-04-07T13:02:13Z" + }, + { + "version": "6.2104.0619.1812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0619.1812.zip", + "checksum": "6e5d3ceaea377cd804f9fd730bcb79d2", + "timestamp": "2021-04-06T19:18:19Z" + }, + { + "version": "6.2104.0515.5631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0515.5631.zip", + "checksum": "25fd39524db22121bfd095ddee0d6093", + "timestamp": "2021-04-05T15:56:38Z" + }, + { + "version": "6.2104.0512.1738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0512.1738.zip", + "checksum": "0619cf27cf22b9b28fbbe7ba35cf0b24", + "timestamp": "2021-04-05T12:17:45Z" + }, + { + "version": "6.2104.0507.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0507.0059.zip", + "checksum": "509737998c17a6230552b14f259ee2d8", + "timestamp": "2021-04-05T07:01:06Z" + }, + { + "version": "6.2104.0415.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0415.4115.zip", + "checksum": "3b9fde0afb801d7c4063d35338a67de7", + "timestamp": "2021-04-04T15:41:22Z" + }, + { + "version": "6.2104.0411.4607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0411.4607.zip", + "checksum": "da3380c298648c39ae3912f33513604f", + "timestamp": "2021-04-04T11:46:14Z" + }, + { + "version": "6.2104.0322.1940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0322.1940.zip", + "checksum": "b07b56ca06c76b65223875c6b57a8f0e", + "timestamp": "2021-04-03T22:19:49Z" + }, + { + "version": "6.2104.0317.5333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0317.5333.zip", + "checksum": "7433b6534a0d749f01333536b3a31d44", + "timestamp": "2021-04-03T17:53:40Z" + }, + { + "version": "6.2104.0300.2700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0300.2700.zip", + "checksum": "96e1770058a1ae57523e2ca793cc1061", + "timestamp": "2021-04-03T00:27:10Z" + }, + { + "version": "6.2104.0223.2302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0223.2302.zip", + "checksum": "f156d87a25bbfbc5699500b541d19bbc", + "timestamp": "2021-04-02T23:23:09Z" + }, + { + "version": "6.2104.0222.5640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0222.5640.zip", + "checksum": "8fe4f618d6ccefcd2d2950203572e98f", + "timestamp": "2021-04-02T22:56:47Z" + }, + { + "version": "6.2104.0215.0445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0215.0445.zip", + "checksum": "8ff733ed3d845375620d4ecd2016e520", + "timestamp": "2021-04-02T15:04:52Z" + }, + { + "version": "6.2104.0117.4755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0117.4755.zip", + "checksum": "97c201810674ad03fb3b101927c0510b", + "timestamp": "2021-04-01T17:48:02Z" + }, + { + "version": "6.2104.0116.0508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2104.0116.0508.zip", + "checksum": "d2330c22d293ec0715cc1dab6923308e", + "timestamp": "2021-04-01T16:05:16Z" + }, + { + "version": "6.2103.3014.0249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.3014.0249.zip", + "checksum": "56fa04d5915c4b2fcc8eca6d34668203", + "timestamp": "2021-03-30T14:02:56Z" + }, + { + "version": "6.2103.2716.5308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2716.5308.zip", + "checksum": "db53fd82fea585ab544d48a70e2b4d3c", + "timestamp": "2021-03-27T16:53:15Z" + }, + { + "version": "6.2103.2708.5324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2708.5324.zip", + "checksum": "9c90df83e1b8f0183d688a0005fedecc", + "timestamp": "2021-03-27T08:53:31Z" + }, + { + "version": "6.2103.2700.3230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2700.3230.zip", + "checksum": "f52a59f3c1ca432ce998e424dd97c286", + "timestamp": "2021-03-27T00:32:38Z" + }, + { + "version": "6.2103.2700.0406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2700.0406.zip", + "checksum": "96e43118389be1abc4340a5860d5bfa0", + "timestamp": "2021-03-27T00:04:13Z" + }, + { + "version": "6.2103.2612.0442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2612.0442.zip", + "checksum": "40590ffb1a71e239ef34e2d5701b1ee0", + "timestamp": "2021-03-26T12:04:50Z" + }, + { + "version": "6.2103.2611.4003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2611.4003.zip", + "checksum": "486d7e3d311ac5f94701b9f3b9dfe182", + "timestamp": "2021-03-26T11:40:11Z" + }, + { + "version": "6.2103.2523.2339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2523.2339.zip", + "checksum": "c50cd03715f7e35d0ba30a5f0915b996", + "timestamp": "2021-03-25T23:23:47Z" + }, + { + "version": "6.2103.2516.5655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2516.5655.zip", + "checksum": "af25bad2dc30d70e4dd21d6b0c5dcbbf", + "timestamp": "2021-03-25T16:57:02Z" + }, + { + "version": "6.2103.2516.2740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2516.2740.zip", + "checksum": "da518967c65f3388a7b29aa8dfbe37d3", + "timestamp": "2021-03-25T16:27:48Z" + }, + { + "version": "6.2103.2502.0138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2502.0138.zip", + "checksum": "2efc96ab2d801069f43061a12e603e67", + "timestamp": "2021-03-25T02:01:45Z" + }, + { + "version": "6.2103.2501.3314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2501.3314.zip", + "checksum": "efb964de886b885d3a2a1c5793ef97da", + "timestamp": "2021-03-25T01:33:21Z" + }, + { + "version": "6.2103.2500.3755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2500.3755.zip", + "checksum": "b65413908168cae6ae0d5c5f1d7222f9", + "timestamp": "2021-03-25T00:38:03Z" + }, + { + "version": "6.2103.2422.3229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2422.3229.zip", + "checksum": "32014f9b923851665a1d4a83c85c47d3", + "timestamp": "2021-03-24T22:32:37Z" + }, + { + "version": "6.2103.2314.4413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2314.4413.zip", + "checksum": "e210749e9326c65f5a0ee4b7e2bdaf50", + "timestamp": "2021-03-23T14:44:21Z" + }, + { + "version": "6.2103.2306.3748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2306.3748.zip", + "checksum": "58940da76b4f14ceccbdc36625a2dec7", + "timestamp": "2021-03-23T06:37:55Z" + }, + { + "version": "6.2103.2305.0624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2305.0624.zip", + "checksum": "89dcd9977b3f42e1086829435ef1862d", + "timestamp": "2021-03-23T05:06:32Z" + }, + { + "version": "6.2103.2301.2734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2301.2734.zip", + "checksum": "dae353015b6996e7e89fc65a5e98d47e", + "timestamp": "2021-03-23T01:27:43Z" + }, + { + "version": "6.2103.2222.2725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2222.2725.zip", + "checksum": "b2d9964934cde11bb70ecb731b9ca192", + "timestamp": "2021-03-22T22:27:34Z" + }, + { + "version": "6.2103.2219.0547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2219.0547.zip", + "checksum": "4a43afc3200944db8decfd4838bb40e2", + "timestamp": "2021-03-22T19:05:54Z" + }, + { + "version": "6.2103.2218.4217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2218.4217.zip", + "checksum": "efeb60af55a9cc7992937f3defb637cd", + "timestamp": "2021-03-22T18:42:25Z" + }, + { + "version": "6.2103.2218.1016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2218.1016.zip", + "checksum": "f46e3c22fe76c7a351e8328593fc2a69", + "timestamp": "2021-03-22T18:10:24Z" + }, + { + "version": "6.2103.2217.2555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2217.2555.zip", + "checksum": "cb50154a8a14a98cf791f6f5dedc0d1f", + "timestamp": "2021-03-22T17:26:06Z" + }, + { + "version": "6.2103.2123.3604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2123.3604.zip", + "checksum": "b34e18b9044440c7d07b9a8a3f4f7728", + "timestamp": "2021-03-21T23:36:19Z" + }, + { + "version": "6.2103.2119.4106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2119.4106.zip", + "checksum": "e409608046ca71da408f441c4732ca6b", + "timestamp": "2021-03-21T19:41:14Z" + }, + { + "version": "6.2103.2114.2850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2114.2850.zip", + "checksum": "a77c3637496879c9002b4ab8fc60513b", + "timestamp": "2021-03-21T14:28:59Z" + }, + { + "version": "6.2103.2001.1825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2001.1825.zip", + "checksum": "832adbedbac236abfc5ce43133c0dcdc", + "timestamp": "2021-03-20T01:18:32Z" + }, + { + "version": "6.2103.2000.1626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.2000.1626.zip", + "checksum": "e4a7ff62eef4c3995423d12df0e504fc", + "timestamp": "2021-03-20T00:16:33Z" + }, + { + "version": "6.2103.1918.0811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1918.0811.zip", + "checksum": "3e81ea29d4c963cbc6111448c3eb9759", + "timestamp": "2021-03-19T18:08:18Z" + }, + { + "version": "6.2103.1909.2051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1909.2051.zip", + "checksum": "830b1f29aec3d0ae86112fb14fdedd98", + "timestamp": "2021-03-19T09:20:58Z" + }, + { + "version": "6.2103.1908.5121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1908.5121.zip", + "checksum": "33d7201e0ab113a694ff619ceb6716f2", + "timestamp": "2021-03-19T08:51:28Z" + }, + { + "version": "6.2103.1907.4526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1907.4526.zip", + "checksum": "330eeda0052220f4635b8b16923406d2", + "timestamp": "2021-03-19T07:45:33Z" + }, + { + "version": "6.2103.1907.1824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1907.1824.zip", + "checksum": "822fc8d95ed55bda965658b094c63efc", + "timestamp": "2021-03-19T07:18:31Z" + }, + { + "version": "6.2103.1815.1317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1815.1317.zip", + "checksum": "52e0b0c028cecd97eadd4f390ff50301", + "timestamp": "2021-03-18T15:13:24Z" + }, + { + "version": "6.2103.1811.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1811.1821.zip", + "checksum": "15cef4102276865beb84bbc4beaec620", + "timestamp": "2021-03-18T11:18:29Z" + }, + { + "version": "6.2103.1703.5006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1703.5006.zip", + "checksum": "b5b990e712a0f9962bbe1ef58922a4e4", + "timestamp": "2021-03-17T03:50:13Z" + }, + { + "version": "6.2103.1620.1600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1620.1600.zip", + "checksum": "f43716ef20d383bd9c9c2f0a67b30f65", + "timestamp": "2021-03-16T20:16:07Z" + }, + { + "version": "6.2103.1619.4850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1619.4850.zip", + "checksum": "dd2905e78af2ad12062bba7b88469d32", + "timestamp": "2021-03-16T19:48:59Z" + }, + { + "version": "6.2103.1614.0610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1614.0610.zip", + "checksum": "8697611d34d9461f22cc3563d6e3b987", + "timestamp": "2021-03-16T14:06:18Z" + }, + { + "version": "6.2103.1518.4704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1518.4704.zip", + "checksum": "6db709c1842b92146bae086a419b4928", + "timestamp": "2021-03-15T18:47:11Z" + }, + { + "version": "6.2103.1517.2901", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1517.2901.zip", + "checksum": "4a3647f1cb0f1db8fc76b866d4cc9b0a", + "timestamp": "2021-03-15T17:29:08Z" + }, + { + "version": "6.2103.1516.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1516.0059.zip", + "checksum": "6d3549cdd8bfad648a67afbd0e9006b3", + "timestamp": "2021-03-15T16:01:06Z" + }, + { + "version": "6.2103.1513.5146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1513.5146.zip", + "checksum": "d09d1494165fffd9ecc71ce64b357448", + "timestamp": "2021-03-15T13:51:54Z" + }, + { + "version": "6.2103.1508.3534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1508.3534.zip", + "checksum": "36039cfd99044beaaff66164ee03d84e", + "timestamp": "2021-03-15T08:35:41Z" + }, + { + "version": "6.2103.1422.4507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1422.4507.zip", + "checksum": "4497273243b33bfae0e1bd02b5a2fa18", + "timestamp": "2021-03-14T22:45:15Z" + }, + { + "version": "6.2103.1418.3635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1418.3635.zip", + "checksum": "32878795553897451b73fac2b5e4058d", + "timestamp": "2021-03-14T18:36:42Z" + }, + { + "version": "6.2103.1417.3156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1417.3156.zip", + "checksum": "cc98f1a07a659ff181baf2a61e00c84f", + "timestamp": "2021-03-14T17:32:03Z" + }, + { + "version": "6.2103.1414.3609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1414.3609.zip", + "checksum": "35d76c8da420e3fd475f837066420200", + "timestamp": "2021-03-14T14:36:17Z" + }, + { + "version": "6.2103.1413.0423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1413.0423.zip", + "checksum": "8f44ae25e65b525cfaebbf2c275a970a", + "timestamp": "2021-03-14T13:04:31Z" + }, + { + "version": "6.2103.1407.5415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1407.5415.zip", + "checksum": "f80575eedd8080ac5744ac60b0bcdb1e", + "timestamp": "2021-03-14T07:54:22Z" + }, + { + "version": "6.2103.1400.1712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1400.1712.zip", + "checksum": "36e3b9ffe862d617d7186a356f8fedf4", + "timestamp": "2021-03-14T00:17:21Z" + }, + { + "version": "6.2103.1323.4830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1323.4830.zip", + "checksum": "51664368450364ef5fe44a53ce1d5344", + "timestamp": "2021-03-13T23:48:37Z" + }, + { + "version": "6.2103.1322.2714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1322.2714.zip", + "checksum": "a39b225c468cfba58c0ef250dac88651", + "timestamp": "2021-03-13T22:27:23Z" + }, + { + "version": "6.2103.1314.5807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1314.5807.zip", + "checksum": "ec3ad204ebcd5da1c25e643c9629ec86", + "timestamp": "2021-03-13T14:58:16Z" + }, + { + "version": "6.2103.1314.3011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1314.3011.zip", + "checksum": "e6bc593c46b4d78aaa0650510a8838f1", + "timestamp": "2021-03-13T14:30:19Z" + }, + { + "version": "6.2103.1302.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1302.4339.zip", + "checksum": "a0c199a21ce27a5b27fe09368817b213", + "timestamp": "2021-03-13T02:43:46Z" + }, + { + "version": "6.2103.1223.2629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1223.2629.zip", + "checksum": "e9a8f41630b6e39416b41d463ed3351b", + "timestamp": "2021-03-12T23:26:36Z" + }, + { + "version": "6.2103.1214.2035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1214.2035.zip", + "checksum": "7e2a70b935e9838c7770fd46170f8eb3", + "timestamp": "2021-03-12T14:20:42Z" + }, + { + "version": "6.2103.1213.5324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1213.5324.zip", + "checksum": "83139fcc068df7a9fc8ea4da66143d7a", + "timestamp": "2021-03-12T13:53:52Z" + }, + { + "version": "6.2103.1209.0758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1209.0758.zip", + "checksum": "bcd7062213103dd732f0b6b7f9ce87eb", + "timestamp": "2021-03-12T09:08:06Z" + }, + { + "version": "6.2103.1123.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1123.4202.zip", + "checksum": "3edb0ec044b5c8b72cd617105773f136", + "timestamp": "2021-03-11T23:42:13Z" + }, + { + "version": "6.2103.1122.2727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1122.2727.zip", + "checksum": "93f2a2adf9c2f354427489b790893731", + "timestamp": "2021-03-11T22:27:36Z" + }, + { + "version": "6.2103.1121.5915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1121.5915.zip", + "checksum": "03a9ac8c80d4ef0bec2c3f6d115beb7d", + "timestamp": "2021-03-11T21:59:22Z" + }, + { + "version": "6.2103.1120.1848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1120.1848.zip", + "checksum": "468a5ade534d89f57460f55bb0a06fa7", + "timestamp": "2021-03-11T20:18:58Z" + }, + { + "version": "6.2103.1116.1304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1116.1304.zip", + "checksum": "ec959033599be7715c6f3d52c196624e", + "timestamp": "2021-03-11T16:13:12Z" + }, + { + "version": "6.2103.1115.3029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1115.3029.zip", + "checksum": "2efa1ac74f308d0e982f3a68b71aed03", + "timestamp": "2021-03-11T15:30:36Z" + }, + { + "version": "6.2103.1111.1214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1111.1214.zip", + "checksum": "ee5d9943107d342e0210220260f02f0b", + "timestamp": "2021-03-11T11:12:23Z" + }, + { + "version": "6.2103.1100.0629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1100.0629.zip", + "checksum": "a7dd62f59e2215da7e42f1efa0dc97e2", + "timestamp": "2021-03-11T00:06:37Z" + }, + { + "version": "6.2103.1022.4507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1022.4507.zip", + "checksum": "c155920a3d1e5b2289df5e135a1c7836", + "timestamp": "2021-03-10T22:45:15Z" + }, + { + "version": "6.2103.1019.3852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1019.3852.zip", + "checksum": "4fed5ab5efbd757dc08c6318f12ec3ef", + "timestamp": "2021-03-10T19:39:01Z" + }, + { + "version": "6.2103.1014.4512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1014.4512.zip", + "checksum": "5547396184ec2e9d0749ac7662a5b793", + "timestamp": "2021-03-10T14:45:19Z" + }, + { + "version": "6.2103.1011.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1011.2407.zip", + "checksum": "0e41719fc4c83a9057695656d67f9f63", + "timestamp": "2021-03-10T11:24:16Z" + }, + { + "version": "6.2103.1010.5614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1010.5614.zip", + "checksum": "7dac58532336a629c2560362b98b7a1c", + "timestamp": "2021-03-10T10:56:22Z" + }, + { + "version": "6.2103.1008.0339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1008.0339.zip", + "checksum": "be65aeb136317206ae0d9b4341c68e96", + "timestamp": "2021-03-10T08:03:49Z" + }, + { + "version": "6.2103.1002.5410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.1002.5410.zip", + "checksum": "3dc6565b0d3f425cbb4666fc08d2fc1e", + "timestamp": "2021-03-10T02:54:17Z" + }, + { + "version": "6.2103.0923.4435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0923.4435.zip", + "checksum": "15f057e19b6dd72812f3171f6c9b563a", + "timestamp": "2021-03-09T23:44:43Z" + }, + { + "version": "6.2103.0922.0125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0922.0125.zip", + "checksum": "868a13feb45d13ecd1ce2c0336c158bd", + "timestamp": "2021-03-09T22:01:32Z" + }, + { + "version": "6.2103.0919.5354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0919.5354.zip", + "checksum": "11a1c4954e190b8235cd947f570d0b81", + "timestamp": "2021-03-09T19:54:02Z" + }, + { + "version": "6.2103.0919.1928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0919.1928.zip", + "checksum": "2c18327417762710baa42ed4aca0a042", + "timestamp": "2021-03-09T19:19:35Z" + }, + { + "version": "6.2103.0913.4251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0913.4251.zip", + "checksum": "329b68f7b45cbd85017640034989e128", + "timestamp": "2021-03-09T13:42:59Z" + }, + { + "version": "6.2103.0904.3044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0904.3044.zip", + "checksum": "ac6ee2bf997eb08e3854b74e97c34a97", + "timestamp": "2021-03-09T04:30:51Z" + }, + { + "version": "6.2103.0900.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0900.2437.zip", + "checksum": "a14c1846c9eab72f3a250e18aabad27f", + "timestamp": "2021-03-09T00:24:45Z" + }, + { + "version": "6.2103.0814.4503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0814.4503.zip", + "checksum": "9f8190cdaacebb56bb06ff50b2a52533", + "timestamp": "2021-03-08T14:45:11Z" + }, + { + "version": "6.2103.0811.2853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0811.2853.zip", + "checksum": "29cedc49f13c2b02f2231bad2e9acd46", + "timestamp": "2021-03-08T11:29:01Z" + }, + { + "version": "6.2103.0809.1436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0809.1436.zip", + "checksum": "794d24f13aedfbecfc5790df84ef7df3", + "timestamp": "2021-03-08T09:14:43Z" + }, + { + "version": "6.2103.0808.1420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0808.1420.zip", + "checksum": "6f3abcbd0c8d70bfc82adbd6dd466566", + "timestamp": "2021-03-08T08:14:28Z" + }, + { + "version": "6.2103.0722.5248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0722.5248.zip", + "checksum": "ac068fdfbc724e833a146a4fca50e4f4", + "timestamp": "2021-03-07T22:52:56Z" + }, + { + "version": "6.2103.0715.2046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0715.2046.zip", + "checksum": "f52c1130feb39765bea75716ae36d5ed", + "timestamp": "2021-03-07T15:20:55Z" + }, + { + "version": "6.2103.0312.0622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0312.0622.zip", + "checksum": "4d42a543a6ce096b065fd1996c547c47", + "timestamp": "2021-03-03T12:06:29Z" + }, + { + "version": "6.2103.0217.0650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0217.0650.zip", + "checksum": "8b6106a23a96a89df3e8b5191c981787", + "timestamp": "2021-03-02T17:06:58Z" + }, + { + "version": "6.2103.0216.3950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0216.3950.zip", + "checksum": "c1301967971cf898df1b4c2ba9c7f611", + "timestamp": "2021-03-02T16:39:58Z" + }, + { + "version": "6.2103.0214.3641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0214.3641.zip", + "checksum": "8a08d9f57fc9730fd4d09e20d6fbf7bc", + "timestamp": "2021-03-02T14:36:49Z" + }, + { + "version": "6.2103.0209.0309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0209.0309.zip", + "checksum": "b710ea8ca779610934740a07d5da2573", + "timestamp": "2021-03-02T09:03:17Z" + }, + { + "version": "6.2103.0202.3349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0202.3349.zip", + "checksum": "9e73d737a3b40fc98f9f391e5cb7e2ad", + "timestamp": "2021-03-02T02:33:56Z" + }, + { + "version": "6.2103.0123.0627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0123.0627.zip", + "checksum": "49ec593d81949682941979d95416ebc1", + "timestamp": "2021-03-01T23:06:35Z" + }, + { + "version": "6.2103.0121.2409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0121.2409.zip", + "checksum": "ae4fdc99ca5fab95dd77a39044c3cfa3", + "timestamp": "2021-03-01T21:24:17Z" + }, + { + "version": "6.2103.0119.1219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0119.1219.zip", + "checksum": "9b5ab83dbb1099b7828523b923aca1cc", + "timestamp": "2021-03-01T19:12:28Z" + }, + { + "version": "6.2103.0118.4458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0118.4458.zip", + "checksum": "e5c80d5561cd3de5cdcbe2abcfeadba2", + "timestamp": "2021-03-01T18:45:06Z" + }, + { + "version": "6.2103.0118.1701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0118.1701.zip", + "checksum": "114d2ceb3df8053468cce11f48ef4d96", + "timestamp": "2021-03-01T18:17:09Z" + }, + { + "version": "6.2103.0117.2548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0117.2548.zip", + "checksum": "8aff573a0de96d667ab152729b4e6d28", + "timestamp": "2021-03-01T17:25:55Z" + }, + { + "version": "6.2103.0116.5837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0116.5837.zip", + "checksum": "6dca36b18cd4fa8f7c3d37a9f404c9af", + "timestamp": "2021-03-01T16:58:45Z" + }, + { + "version": "6.2103.0115.1727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0115.1727.zip", + "checksum": "897764b5b4e65d5d56b3b3eee7695791", + "timestamp": "2021-03-01T15:17:34Z" + }, + { + "version": "6.2103.0114.3144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0114.3144.zip", + "checksum": "9494a251c814e261b5877d12957b6e83", + "timestamp": "2021-03-01T14:31:51Z" + }, + { + "version": "6.2103.0113.5726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0113.5726.zip", + "checksum": "95869322abed35f1058192c2e5244ac0", + "timestamp": "2021-03-01T13:57:35Z" + }, + { + "version": "6.2103.0110.4920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0110.4920.zip", + "checksum": "77b82dbae17b34895ae40823b16f4597", + "timestamp": "2021-03-01T10:49:28Z" + }, + { + "version": "6.2103.0110.2217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0110.2217.zip", + "checksum": "8b340c6506e88c32f79c0932983d1f48", + "timestamp": "2021-03-01T10:22:24Z" + }, + { + "version": "6.2103.0109.0828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0109.0828.zip", + "checksum": "23d03759f1f9a5931dfc4f86614190eb", + "timestamp": "2021-03-01T09:08:35Z" + }, + { + "version": "6.2103.0104.1823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2103.0104.1823.zip", + "checksum": "e149df06a193e0a318d71318ae3144cc", + "timestamp": "2021-03-01T04:18:31Z" + }, + { + "version": "6.2102.2820.3249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2820.3249.zip", + "checksum": "d89706f9edc5bb8a77f92b3ac3bf2269", + "timestamp": "2021-02-28T20:32:57Z" + }, + { + "version": "6.2102.2816.2332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2816.2332.zip", + "checksum": "c626fef3dc34bdf82d6d4f25109f0de9", + "timestamp": "2021-02-28T16:23:40Z" + }, + { + "version": "6.2102.2815.5606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2815.5606.zip", + "checksum": "45cdedc971dd88d7e2eaedfd95924677", + "timestamp": "2021-02-28T15:56:14Z" + }, + { + "version": "6.2102.2815.2950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2815.2950.zip", + "checksum": "fb304e1a22eaee617841fa8356f183d0", + "timestamp": "2021-02-28T15:29:58Z" + }, + { + "version": "6.2102.2811.3559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2811.3559.zip", + "checksum": "3470e56b8b2f5a8dd91c73df4a3e2b1f", + "timestamp": "2021-02-28T11:36:06Z" + }, + { + "version": "6.2102.2811.1012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2811.1012.zip", + "checksum": "9ca0efcdab3cd4f13b586d17e18e9964", + "timestamp": "2021-02-28T11:10:20Z" + }, + { + "version": "6.2102.2810.4035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2810.4035.zip", + "checksum": "56514277e784fff001b1cb06e7827e9d", + "timestamp": "2021-02-28T10:40:43Z" + }, + { + "version": "6.2102.2810.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2810.1258.zip", + "checksum": "faf0e1ea52fa712d2fefc2b64d8f6f64", + "timestamp": "2021-02-28T10:13:07Z" + }, + { + "version": "6.2102.2809.4611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2809.4611.zip", + "checksum": "bcbced1f61d88f1cae784db30fa3a0b4", + "timestamp": "2021-02-28T09:46:19Z" + }, + { + "version": "6.2102.2806.4950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2806.4950.zip", + "checksum": "b430b96ae2e05b1c0f9e0cd6c5bd140d", + "timestamp": "2021-02-28T06:49:58Z" + }, + { + "version": "6.2102.2805.0947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2805.0947.zip", + "checksum": "ff8da95c8146f1dd2d1dc19ecfb297bd", + "timestamp": "2021-02-28T05:09:54Z" + }, + { + "version": "6.2102.2804.4253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2804.4253.zip", + "checksum": "6a026d06d1541827cff591a2bc48950a", + "timestamp": "2021-02-28T04:43:01Z" + }, + { + "version": "6.2102.2722.4746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2722.4746.zip", + "checksum": "74e7cd469d4a62c164e4bebaeeaa35a6", + "timestamp": "2021-02-27T22:47:54Z" + }, + { + "version": "6.2102.2722.1929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2722.1929.zip", + "checksum": "8349b1ecae80f1497edd45e253145628", + "timestamp": "2021-02-27T22:19:37Z" + }, + { + "version": "6.2102.2719.2224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2719.2224.zip", + "checksum": "cdadf3176edd066fef4d6ce73ef0e0b3", + "timestamp": "2021-02-27T19:22:31Z" + }, + { + "version": "6.2102.2718.4335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2718.4335.zip", + "checksum": "ec0eb2482bb74961e60b18a90a525035", + "timestamp": "2021-02-27T18:43:42Z" + }, + { + "version": "6.2102.2717.0527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2717.0527.zip", + "checksum": "c349fdd6a531738339d7b09640dd2364", + "timestamp": "2021-02-27T17:05:35Z" + }, + { + "version": "6.2102.2707.3754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2707.3754.zip", + "checksum": "229a8ecc93ec3103bde5e91e6fc12dab", + "timestamp": "2021-02-27T07:38:02Z" + }, + { + "version": "6.2102.2705.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2705.5323.zip", + "checksum": "052b3e13041fbafe0c671f037f86f586", + "timestamp": "2021-02-27T05:53:30Z" + }, + { + "version": "6.2102.2705.2633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2705.2633.zip", + "checksum": "1cbec1992349ce7cdf2dd283b72d068a", + "timestamp": "2021-02-27T05:26:41Z" + }, + { + "version": "6.2102.2704.2027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2704.2027.zip", + "checksum": "c42d02645c1055edabaa10bdf0e2421c", + "timestamp": "2021-02-27T04:20:34Z" + }, + { + "version": "6.2102.2703.5319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2703.5319.zip", + "checksum": "8e287bb5695f067dedd1af7abf1dd7e8", + "timestamp": "2021-02-27T03:53:27Z" + }, + { + "version": "6.2102.2621.0945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2621.0945.zip", + "checksum": "8c00e5c949238a9f2897a82d1ec2c586", + "timestamp": "2021-02-26T21:09:53Z" + }, + { + "version": "6.2102.2619.1320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2619.1320.zip", + "checksum": "ada5147abd7526443cde24bc642ebffc", + "timestamp": "2021-02-26T19:13:28Z" + }, + { + "version": "6.2102.2618.4616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2618.4616.zip", + "checksum": "23059651a9b6f1269e1fa63cf4d9c855", + "timestamp": "2021-02-26T18:46:24Z" + }, + { + "version": "6.2102.2612.4414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2612.4414.zip", + "checksum": "a643ddfcdf6a614a58a16ba555c18c83", + "timestamp": "2021-02-26T12:44:21Z" + }, + { + "version": "6.2102.2523.4120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2523.4120.zip", + "checksum": "6286289da1e9ceaa518aa5d4103fb68d", + "timestamp": "2021-02-25T23:41:28Z" + }, + { + "version": "6.2102.2508.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2508.4350.zip", + "checksum": "a5ec257883ab73cf4ecd80aa1f9eeb02", + "timestamp": "2021-02-25T08:43:58Z" + }, + { + "version": "6.2102.2423.1149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2423.1149.zip", + "checksum": "a171f00863d9cecad21145ee7c188395", + "timestamp": "2021-02-24T23:11:57Z" + }, + { + "version": "6.2102.2422.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2422.4532.zip", + "checksum": "68beaf398490776887c858380a09820f", + "timestamp": "2021-02-24T22:45:39Z" + }, + { + "version": "6.2102.2421.2839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2421.2839.zip", + "checksum": "e26b2837f9546851347b9ddbe37df796", + "timestamp": "2021-02-24T21:28:47Z" + }, + { + "version": "6.2102.2416.4657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2416.4657.zip", + "checksum": "146bfe387e0b7819d36b266bec9f926b", + "timestamp": "2021-02-24T16:47:05Z" + }, + { + "version": "6.2102.2416.2013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2416.2013.zip", + "checksum": "b92173ee1d65d1888130b0455ae0773b", + "timestamp": "2021-02-24T16:20:21Z" + }, + { + "version": "6.2102.2411.4124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2411.4124.zip", + "checksum": "be667f7684ea5d44a1f1e54368f94b6a", + "timestamp": "2021-02-24T11:41:32Z" + }, + { + "version": "6.2102.2401.5442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2401.5442.zip", + "checksum": "54b625bee472831117929edf0194b105", + "timestamp": "2021-02-24T01:54:49Z" + }, + { + "version": "6.2102.2321.1000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2321.1000.zip", + "checksum": "693632cf15324da1aa3d2e2d5e1ae795", + "timestamp": "2021-02-23T21:10:10Z" + }, + { + "version": "6.2102.2317.1310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2317.1310.zip", + "checksum": "aa9c2c5c8650095a4ac6d1d7453bfcff", + "timestamp": "2021-02-23T17:13:18Z" + }, + { + "version": "6.2102.2312.2657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2312.2657.zip", + "checksum": "a84253d52dff36797a725a215b1fe3d1", + "timestamp": "2021-02-23T12:27:08Z" + }, + { + "version": "6.2102.2302.5725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2302.5725.zip", + "checksum": "3c0313ad67625b0e146b863884d063b4", + "timestamp": "2021-02-23T02:57:35Z" + }, + { + "version": "6.2102.2302.2857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2302.2857.zip", + "checksum": "fcd13210374a0fbd59775cf4d904f317", + "timestamp": "2021-02-23T02:29:07Z" + }, + { + "version": "6.2102.2222.0120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2222.0120.zip", + "checksum": "c38d2fbd3693c868ee39a9392d901a23", + "timestamp": "2021-02-22T22:01:28Z" + }, + { + "version": "6.2102.2217.3409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2217.3409.zip", + "checksum": "dacdc4c183a0353918488b049b5a1d76", + "timestamp": "2021-02-22T17:34:16Z" + }, + { + "version": "6.2102.2217.0715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2217.0715.zip", + "checksum": "f429e8301584a12b7677addb99a48f71", + "timestamp": "2021-02-22T17:07:23Z" + }, + { + "version": "6.2102.2216.3932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2216.3932.zip", + "checksum": "f7223b9bd4cd58973f21af16a39dbc0b", + "timestamp": "2021-02-22T16:39:40Z" + }, + { + "version": "6.2102.2214.0859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2214.0859.zip", + "checksum": "0fafe64beac6f80cdc609ccdb38eb07e", + "timestamp": "2021-02-22T14:09:08Z" + }, + { + "version": "6.2102.2213.4112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2213.4112.zip", + "checksum": "e99ea23eead59e9e8509bc1da2c47c55", + "timestamp": "2021-02-22T13:41:20Z" + }, + { + "version": "6.2102.2207.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2207.3807.zip", + "checksum": "cebf0022465bf766694817607d6da9bc", + "timestamp": "2021-02-22T07:38:15Z" + }, + { + "version": "6.2102.2205.5318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2205.5318.zip", + "checksum": "ade179da580378307ef850dcdb00e990", + "timestamp": "2021-02-22T05:53:25Z" + }, + { + "version": "6.2102.2204.5108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2204.5108.zip", + "checksum": "84c75480f94dcf376cd547b961e2d69f", + "timestamp": "2021-02-22T04:51:15Z" + }, + { + "version": "6.2102.2201.4703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2201.4703.zip", + "checksum": "22f3bbd6fb944abdb60392c7a72d330e", + "timestamp": "2021-02-22T01:47:12Z" + }, + { + "version": "6.2102.2119.2516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2119.2516.zip", + "checksum": "ecb2a1cb2d88c1081e4a4c89bc44306b", + "timestamp": "2021-02-21T19:25:24Z" + }, + { + "version": "6.2102.2116.0831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2116.0831.zip", + "checksum": "8d93539892ea6ba083f55f325079a77f", + "timestamp": "2021-02-21T16:08:39Z" + }, + { + "version": "6.2102.2107.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2107.2508.zip", + "checksum": "0c7db315187ff4afe018cdf934732eb0", + "timestamp": "2021-02-21T07:25:16Z" + }, + { + "version": "6.2102.2023.3204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2023.3204.zip", + "checksum": "0f2ee897f3577693922fca13304a184f", + "timestamp": "2021-02-20T23:32:12Z" + }, + { + "version": "6.2102.2023.0545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2023.0545.zip", + "checksum": "4deb9292c974349a268ea19b2550b3e3", + "timestamp": "2021-02-20T23:05:53Z" + }, + { + "version": "6.2102.2015.4733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2015.4733.zip", + "checksum": "d739f6ba5f9cf1a40912407d9fa19281", + "timestamp": "2021-02-20T15:47:41Z" + }, + { + "version": "6.2102.2002.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2002.4910.zip", + "checksum": "bdbae259eb7eafe77cb929bb6fb9854d", + "timestamp": "2021-02-20T02:49:18Z" + }, + { + "version": "6.2102.2002.2129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.2002.2129.zip", + "checksum": "4649fb9688efebfc9c261e620c9fff67", + "timestamp": "2021-02-20T02:21:36Z" + }, + { + "version": "6.2102.1912.4245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1912.4245.zip", + "checksum": "924d1eed18034e973c5aa2782ee3ba65", + "timestamp": "2021-02-19T12:42:53Z" + }, + { + "version": "6.2102.1822.5511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1822.5511.zip", + "checksum": "221f58941c19d3c8dc3183acc3a87316", + "timestamp": "2021-02-18T22:55:19Z" + }, + { + "version": "6.2102.1819.0251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1819.0251.zip", + "checksum": "378cfd65131746eb6937fd3f99d44c16", + "timestamp": "2021-02-18T19:03:00Z" + }, + { + "version": "6.2102.1817.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1817.4259.zip", + "checksum": "fbac84ee7eece8520f161f343a5aa7ae", + "timestamp": "2021-02-18T17:43:10Z" + }, + { + "version": "6.2102.1817.1514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1817.1514.zip", + "checksum": "303313fedf37349eaa195e373a7736bb", + "timestamp": "2021-02-18T17:15:21Z" + }, + { + "version": "6.2102.1719.4802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1719.4802.zip", + "checksum": "0c990a1671e2f3a82b067a3ee7d11586", + "timestamp": "2021-02-17T19:48:11Z" + }, + { + "version": "6.2102.1710.1031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1710.1031.zip", + "checksum": "f67df6465fc49956bb2cd0aabd579d80", + "timestamp": "2021-02-17T10:10:39Z" + }, + { + "version": "6.2102.1709.3539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1709.3539.zip", + "checksum": "7b23de2b19013e520d1f22a76cf7426c", + "timestamp": "2021-02-17T09:35:47Z" + }, + { + "version": "6.2102.1706.4521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1706.4521.zip", + "checksum": "6f22d2d33b609bc6eb7c59d7346a6f8b", + "timestamp": "2021-02-17T06:45:29Z" + }, + { + "version": "6.2102.1705.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1705.2640.zip", + "checksum": "89e09b884016417b09bc7a344c7dcf17", + "timestamp": "2021-02-17T05:26:47Z" + }, + { + "version": "6.2102.1704.2157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1704.2157.zip", + "checksum": "7f621e21a25dc5f289c588c3d995e14d", + "timestamp": "2021-02-17T04:22:04Z" + }, + { + "version": "6.2102.1703.5507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1703.5507.zip", + "checksum": "e50d5c7dfcfed074fa51262ea4d4d9c5", + "timestamp": "2021-02-17T03:55:15Z" + }, + { + "version": "6.2102.1703.2627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1703.2627.zip", + "checksum": "1cf0fd4acbb4d21f81090f92262df3ac", + "timestamp": "2021-02-17T03:26:35Z" + }, + { + "version": "6.2102.1618.5502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1618.5502.zip", + "checksum": "3de14133abda7a40fd0915f7f5b5949f", + "timestamp": "2021-02-16T18:55:11Z" + }, + { + "version": "6.2102.1615.5830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1615.5830.zip", + "checksum": "c0e27ca744e50bd0bb65da2ac18d1ef1", + "timestamp": "2021-02-16T15:58:38Z" + }, + { + "version": "6.2102.1605.4340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1605.4340.zip", + "checksum": "09b3caec0338180b209539870aa5ac9d", + "timestamp": "2021-02-16T05:43:47Z" + }, + { + "version": "6.2102.1605.1652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1605.1652.zip", + "checksum": "ddb7a5d9554e9883559ea1a1eba23d9a", + "timestamp": "2021-02-16T05:17:00Z" + }, + { + "version": "6.2102.1519.4346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1519.4346.zip", + "checksum": "1cfc714bb7793194c398c6d9cc2cbdc5", + "timestamp": "2021-02-15T19:43:54Z" + }, + { + "version": "6.2102.1514.2659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1514.2659.zip", + "checksum": "9a213f1bc6b649edaedcc35386e73428", + "timestamp": "2021-02-15T14:27:09Z" + }, + { + "version": "6.2102.1513.5914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1513.5914.zip", + "checksum": "7a09404a308964242071c6b2364d4840", + "timestamp": "2021-02-15T13:59:22Z" + }, + { + "version": "6.2102.1509.1326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1509.1326.zip", + "checksum": "3e6ec72e8fe445a7bd2b70c303bff662", + "timestamp": "2021-02-15T09:13:34Z" + }, + { + "version": "6.2102.1417.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1417.5222.zip", + "checksum": "d750a2d27766a93a8fee16a10368d92b", + "timestamp": "2021-02-14T17:52:30Z" + }, + { + "version": "6.2102.1416.2311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1416.2311.zip", + "checksum": "4c824a38ddaab1721b53855cdbb0a54b", + "timestamp": "2021-02-14T16:23:18Z" + }, + { + "version": "6.2102.1408.1750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1408.1750.zip", + "checksum": "d61098089bae4cb872f3e580670c04f9", + "timestamp": "2021-02-14T08:17:59Z" + }, + { + "version": "6.2102.1407.1030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1407.1030.zip", + "checksum": "e3a0246f91bbd4c7226163a2d2e1c009", + "timestamp": "2021-02-14T07:10:38Z" + }, + { + "version": "6.2102.1319.0257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1319.0257.zip", + "checksum": "90597d5bd2e91f92470f8abdffac94ca", + "timestamp": "2021-02-13T19:03:06Z" + }, + { + "version": "6.2102.1310.3622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1310.3622.zip", + "checksum": "fec6fb85b947d6df9f69a5fea42996ad", + "timestamp": "2021-02-13T10:36:30Z" + }, + { + "version": "6.2102.1309.5951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1309.5951.zip", + "checksum": "a6e671e2f6d75862d841962916e22b92", + "timestamp": "2021-02-13T09:59:59Z" + }, + { + "version": "6.2102.1304.5644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1304.5644.zip", + "checksum": "efb61188df2aea37c59e7e2f157d0664", + "timestamp": "2021-02-13T04:56:52Z" + }, + { + "version": "6.2102.1302.1848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1302.1848.zip", + "checksum": "69b86b0a6038ccffab746131abfca417", + "timestamp": "2021-02-13T02:18:56Z" + }, + { + "version": "6.2102.1218.2712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1218.2712.zip", + "checksum": "4eba59fe4d9ba5534b607118416bf035", + "timestamp": "2021-02-12T18:27:40Z" + }, + { + "version": "6.2102.1209.0738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1209.0738.zip", + "checksum": "128704194ccb0becd99b93a74544be36", + "timestamp": "2021-02-12T09:07:46Z" + }, + { + "version": "6.2102.1118.5732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1118.5732.zip", + "checksum": "3c16429773393b81dce99e66ce37aaa7", + "timestamp": "2021-02-11T18:57:40Z" + }, + { + "version": "6.2102.1117.1438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1117.1438.zip", + "checksum": "2aca12c20ef253716fbb98f60eb21ce1", + "timestamp": "2021-02-11T17:14:46Z" + }, + { + "version": "6.2102.1116.4135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1116.4135.zip", + "checksum": "bd299eeb376078304ed1427690935d50", + "timestamp": "2021-02-11T16:41:43Z" + }, + { + "version": "6.2102.1114.5544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1114.5544.zip", + "checksum": "5a839633fccf13f5da62c97f5cc6f18a", + "timestamp": "2021-02-11T14:55:52Z" + }, + { + "version": "6.2102.1108.2325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1108.2325.zip", + "checksum": "dab2cbf1cc328191ce4ec42c4f442560", + "timestamp": "2021-02-11T08:23:33Z" + }, + { + "version": "6.2102.1107.5507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1107.5507.zip", + "checksum": "ad1d3b085472377d45ea9bd55c42f3b6", + "timestamp": "2021-02-11T07:55:15Z" + }, + { + "version": "6.2102.1017.0704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1017.0704.zip", + "checksum": "b6499749226b82c64ee2f104a8ed10e4", + "timestamp": "2021-02-10T17:07:12Z" + }, + { + "version": "6.2102.1015.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1015.3449.zip", + "checksum": "ddb7669e1d5da0a281b9faad4c65ade6", + "timestamp": "2021-02-10T15:34:58Z" + }, + { + "version": "6.2102.1015.0544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1015.0544.zip", + "checksum": "ae1dc50ab752c3e998a8591a40b4b775", + "timestamp": "2021-02-10T15:05:52Z" + }, + { + "version": "6.2102.1014.0635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1014.0635.zip", + "checksum": "9d585d5caa953a22e67c240a262966ae", + "timestamp": "2021-02-10T14:06:43Z" + }, + { + "version": "6.2102.1011.4139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1011.4139.zip", + "checksum": "1702c3044c01650b93920a840ea99835", + "timestamp": "2021-02-10T11:41:56Z" + }, + { + "version": "6.2102.1010.5218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1010.5218.zip", + "checksum": "4ffe72df252f70ff1608068a8e226691", + "timestamp": "2021-02-10T10:52:28Z" + }, + { + "version": "6.2102.1006.5907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1006.5907.zip", + "checksum": "cef93fd6b25626fb92fb382d8125786f", + "timestamp": "2021-02-10T06:59:21Z" + }, + { + "version": "6.2102.1002.3956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1002.3956.zip", + "checksum": "9eaaa703922e1546594d875da9862e5d", + "timestamp": "2021-02-10T02:40:04Z" + }, + { + "version": "6.2102.1001.2742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.1001.2742.zip", + "checksum": "be122fa0f84a2af672d1b103e9497dde", + "timestamp": "2021-02-10T01:27:50Z" + }, + { + "version": "6.2102.0916.1245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0916.1245.zip", + "checksum": "6ee196d01e76cfeb55a8ffdb48d93e90", + "timestamp": "2021-02-09T16:12:54Z" + }, + { + "version": "6.2102.0903.0044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0903.0044.zip", + "checksum": "f02df7201a7cbc8982dd79722d7640f2", + "timestamp": "2021-02-09T03:00:53Z" + }, + { + "version": "6.2102.0902.3145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0902.3145.zip", + "checksum": "5ee4233309ead81de7f3b0535fec04c4", + "timestamp": "2021-02-09T02:31:52Z" + }, + { + "version": "6.2102.0815.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0815.5313.zip", + "checksum": "7f6e7395b15017712ceeee9840ba8880", + "timestamp": "2021-02-08T15:53:21Z" + }, + { + "version": "6.2102.0815.2422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0815.2422.zip", + "checksum": "350bc66a0798a559266c77eb386df8be", + "timestamp": "2021-02-08T15:24:30Z" + }, + { + "version": "6.2102.0814.5502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0814.5502.zip", + "checksum": "6d8f9ba60a669e809f1baa6538cf4277", + "timestamp": "2021-02-08T14:55:10Z" + }, + { + "version": "6.2102.0814.2507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0814.2507.zip", + "checksum": "8e45037add8a572e73b94495c175846d", + "timestamp": "2021-02-08T14:25:15Z" + }, + { + "version": "6.2102.0812.2618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0812.2618.zip", + "checksum": "0718655fb06576772cfcfa49618ebe33", + "timestamp": "2021-02-08T12:26:26Z" + }, + { + "version": "6.2102.0811.5152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0811.5152.zip", + "checksum": "54a704ba5a7b72130e1a82935fdce0ba", + "timestamp": "2021-02-08T11:52:00Z" + }, + { + "version": "6.2102.0809.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0809.4407.zip", + "checksum": "7092b9191adffe2483d08ec8935fff34", + "timestamp": "2021-02-08T09:44:14Z" + }, + { + "version": "6.2102.0808.5341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0808.5341.zip", + "checksum": "f97dcc70f17102e33b2d96c61f4c35b9", + "timestamp": "2021-02-08T08:53:48Z" + }, + { + "version": "6.2102.0806.2735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0806.2735.zip", + "checksum": "69ba4cc456c039bfa3e37ae6065ffca0", + "timestamp": "2021-02-08T06:27:44Z" + }, + { + "version": "6.2102.0805.5915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0805.5915.zip", + "checksum": "e0aa3529c931ae45ef48fc2af1f54e01", + "timestamp": "2021-02-08T05:59:23Z" + }, + { + "version": "6.2102.0720.2459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0720.2459.zip", + "checksum": "9abdd4b716ac3f7c647a4bb641c9a85a", + "timestamp": "2021-02-07T20:25:06Z" + }, + { + "version": "6.2102.0716.5739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0716.5739.zip", + "checksum": "c8b706aa26512aa232830445e1a777d2", + "timestamp": "2021-02-07T16:57:48Z" + }, + { + "version": "6.2102.0716.2947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0716.2947.zip", + "checksum": "c493a8b35bb7fff65c115042b59806c3", + "timestamp": "2021-02-07T16:29:55Z" + }, + { + "version": "6.2102.0710.2725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0710.2725.zip", + "checksum": "996fddb20b4931968ff37c772bd0526d", + "timestamp": "2021-02-07T10:27:34Z" + }, + { + "version": "6.2102.0702.0933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0702.0933.zip", + "checksum": "44e0d72867fa11e9e8b42bf29018d2bc", + "timestamp": "2021-02-07T02:09:41Z" + }, + { + "version": "6.2102.0701.4059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0701.4059.zip", + "checksum": "c6966a91adb097781e149b5c58208586", + "timestamp": "2021-02-07T01:41:06Z" + }, + { + "version": "6.2102.0618.2449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0618.2449.zip", + "checksum": "b607d9585dbae5fe25e4dd7197a1bcb6", + "timestamp": "2021-02-06T18:24:57Z" + }, + { + "version": "6.2102.0519.2727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0519.2727.zip", + "checksum": "3c09f0ffa634837047d72f7a05ada5ef", + "timestamp": "2021-02-05T19:27:35Z" + }, + { + "version": "6.2102.0511.5639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0511.5639.zip", + "checksum": "ffc0eb689ab312096144c627fc748755", + "timestamp": "2021-02-05T11:56:47Z" + }, + { + "version": "6.2102.0511.2900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0511.2900.zip", + "checksum": "70e55a02a5c821560cb3d05d7910032f", + "timestamp": "2021-02-05T11:29:07Z" + }, + { + "version": "6.2102.0503.3706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0503.3706.zip", + "checksum": "e9be4a3bf446695157528a77934d5b93", + "timestamp": "2021-02-05T03:37:14Z" + }, + { + "version": "6.2102.0503.0728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0503.0728.zip", + "checksum": "8bc3f916b1f6ff77f09b5779b5ba130d", + "timestamp": "2021-02-05T03:07:35Z" + }, + { + "version": "6.2102.0414.4917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0414.4917.zip", + "checksum": "c10120460197d2a756f3883ccce85e85", + "timestamp": "2021-02-04T14:49:25Z" + }, + { + "version": "6.2102.0413.1331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0413.1331.zip", + "checksum": "3a2e44459fbf41fc7f8fd10bfea703bc", + "timestamp": "2021-02-04T13:13:38Z" + }, + { + "version": "6.2102.0308.1450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0308.1450.zip", + "checksum": "99320d344ec2d999183d673db7d228e9", + "timestamp": "2021-02-03T08:14:58Z" + }, + { + "version": "6.2102.0307.4545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0307.4545.zip", + "checksum": "67a8dc6d3c73fd09e6f2faec26dce049", + "timestamp": "2021-02-03T07:45:53Z" + }, + { + "version": "6.2102.0217.5137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0217.5137.zip", + "checksum": "bd368edcce33a04e28212b057c310c16", + "timestamp": "2021-02-02T17:51:46Z" + }, + { + "version": "6.2102.0210.2306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0210.2306.zip", + "checksum": "3b0e92f7b800de811e85d6e2df9e4c0c", + "timestamp": "2021-02-02T10:23:14Z" + }, + { + "version": "6.2102.0203.2241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0203.2241.zip", + "checksum": "416a62df491b41c527241be022888e66", + "timestamp": "2021-02-02T03:22:49Z" + }, + { + "version": "6.2102.0119.2851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0119.2851.zip", + "checksum": "cd3d944c424de76b804ef3fe37761eab", + "timestamp": "2021-02-01T19:29:00Z" + }, + { + "version": "6.2102.0119.0016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0119.0016.zip", + "checksum": "625eda7ebb3862b69f6d5f2e692840f8", + "timestamp": "2021-02-01T19:00:23Z" + }, + { + "version": "6.2102.0104.4919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2102.0104.4919.zip", + "checksum": "1622954b74e09192ed83c0e8dbd55d43", + "timestamp": "2021-02-01T04:49:27Z" + }, + { + "version": "6.2101.3122.4347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3122.4347.zip", + "checksum": "c52356fe133b3ae736bd30b45a861ad5", + "timestamp": "2021-01-31T22:43:56Z" + }, + { + "version": "6.2101.3117.2939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3117.2939.zip", + "checksum": "ff69d13fd4f2b98e288b4fe32de908d2", + "timestamp": "2021-01-31T17:29:46Z" + }, + { + "version": "6.2101.3117.0200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3117.0200.zip", + "checksum": "b16c393b69c74528eb1acc91f370c5b1", + "timestamp": "2021-01-31T17:02:08Z" + }, + { + "version": "6.2101.3112.1837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3112.1837.zip", + "checksum": "ff6bd7c36b856a44eb211eee6e8f4445", + "timestamp": "2021-01-31T12:18:45Z" + }, + { + "version": "6.2101.3022.2029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3022.2029.zip", + "checksum": "3049a49eaa1da7f017705e1b6f94087e", + "timestamp": "2021-01-30T22:20:37Z" + }, + { + "version": "6.2101.3008.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3008.1949.zip", + "checksum": "6af1ab52e67a88fb066199848a9d0860", + "timestamp": "2021-01-30T08:19:57Z" + }, + { + "version": "6.2101.3007.5110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.3007.5110.zip", + "checksum": "e7f82fcd1e89c05568c7ec8a7f97230f", + "timestamp": "2021-01-30T07:51:18Z" + }, + { + "version": "6.2101.2906.5818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2906.5818.zip", + "checksum": "72e3a29250de41326c1b2d2d4526cc20", + "timestamp": "2021-01-29T06:58:26Z" + }, + { + "version": "6.2101.2801.0722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2801.0722.zip", + "checksum": "37b8739a9999de87d586d16d02f5350a", + "timestamp": "2021-01-28T01:07:29Z" + }, + { + "version": "6.2101.2718.1225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2718.1225.zip", + "checksum": "69119b4e90ce6b8e624267281f2ea1ad", + "timestamp": "2021-01-27T18:12:33Z" + }, + { + "version": "6.2101.2715.3134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2715.3134.zip", + "checksum": "8c034791686ddd24f261184d2e283db6", + "timestamp": "2021-01-27T15:31:41Z" + }, + { + "version": "6.2101.2708.0508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2708.0508.zip", + "checksum": "8b3fe43bd49cc9915aedb17bfd0a0d80", + "timestamp": "2021-01-27T08:05:16Z" + }, + { + "version": "6.2101.2618.3715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2618.3715.zip", + "checksum": "f65b39f32cdc3a73550f5f89370b5bc6", + "timestamp": "2021-01-26T18:37:24Z" + }, + { + "version": "6.2101.2618.0820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2618.0820.zip", + "checksum": "06bc79b9502d28774ae08760e30b3a78", + "timestamp": "2021-01-26T18:08:28Z" + }, + { + "version": "6.2101.2617.1157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2617.1157.zip", + "checksum": "b61723ca17e62f0a587bfd66b8816639", + "timestamp": "2021-01-26T17:12:06Z" + }, + { + "version": "6.2101.2611.3800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2611.3800.zip", + "checksum": "34f0c2015d7f767a4a15f766df09021a", + "timestamp": "2021-01-26T11:38:07Z" + }, + { + "version": "6.2101.2521.3604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2521.3604.zip", + "checksum": "2d08d65e37a2c2ee1eb2a0310b3e444d", + "timestamp": "2021-01-25T21:36:11Z" + }, + { + "version": "6.2101.2519.5410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2519.5410.zip", + "checksum": "3225e090490bed9377db9456dd1b5744", + "timestamp": "2021-01-25T19:54:18Z" + }, + { + "version": "6.2101.2518.5540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2518.5540.zip", + "checksum": "cdda9dc252445341f18d389235960385", + "timestamp": "2021-01-25T18:55:47Z" + }, + { + "version": "6.2101.2517.5555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2517.5555.zip", + "checksum": "f72fed85f54d680d2c609db50c4d1104", + "timestamp": "2021-01-25T17:56:03Z" + }, + { + "version": "6.2101.2516.2800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2516.2800.zip", + "checksum": "71d7584b5ef54e457b2ce3f079a680d5", + "timestamp": "2021-01-25T16:28:08Z" + }, + { + "version": "6.2101.2515.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2515.1949.zip", + "checksum": "b67466c3f414ddc15a9a2e2e8ac9638d", + "timestamp": "2021-01-25T15:19:58Z" + }, + { + "version": "6.2101.2513.0655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2513.0655.zip", + "checksum": "1450440a8da95a8350e8fded7aa3dd3d", + "timestamp": "2021-01-25T13:07:02Z" + }, + { + "version": "6.2101.2512.2505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2512.2505.zip", + "checksum": "c09c808b393fa6c41cd6e29f399c74af", + "timestamp": "2021-01-25T12:25:14Z" + }, + { + "version": "6.2101.2511.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2511.3510.zip", + "checksum": "4572656f564506525edd27d459440608", + "timestamp": "2021-01-25T11:35:18Z" + }, + { + "version": "6.2101.2504.3005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2504.3005.zip", + "checksum": "30d6b03d8d8b1b9988bd54d7edafc77f", + "timestamp": "2021-01-25T04:30:12Z" + }, + { + "version": "6.2101.2420.1009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2420.1009.zip", + "checksum": "fa838e003d13f08a95e8b27e810d558b", + "timestamp": "2021-01-24T20:10:21Z" + }, + { + "version": "6.2101.2419.4019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2419.4019.zip", + "checksum": "c178998b152b30fa28fc46de3f6e16a2", + "timestamp": "2021-01-24T19:40:26Z" + }, + { + "version": "6.2101.2418.3146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2418.3146.zip", + "checksum": "ea7c13ca1921855e8ea4fce81e9b5537", + "timestamp": "2021-01-24T18:31:54Z" + }, + { + "version": "6.2101.2413.3950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2413.3950.zip", + "checksum": "5055625a99b782f6cb40d822728900b7", + "timestamp": "2021-01-24T13:39:57Z" + }, + { + "version": "6.2101.2410.4218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2410.4218.zip", + "checksum": "cfe3807ca018b33fccddcbf3a1cb4513", + "timestamp": "2021-01-24T10:42:25Z" + }, + { + "version": "6.2101.2400.2621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2400.2621.zip", + "checksum": "a2ba8d959b4ffc9f9abb310754330d43", + "timestamp": "2021-01-24T00:26:28Z" + }, + { + "version": "6.2101.2323.5916", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2323.5916.zip", + "checksum": "71bb7891593ea84a1abd1344be410ecb", + "timestamp": "2021-01-23T23:59:24Z" + }, + { + "version": "6.2101.2323.2825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2323.2825.zip", + "checksum": "a849dba443fff1352a2dfcce2d91147e", + "timestamp": "2021-01-23T23:28:32Z" + }, + { + "version": "6.2101.2321.0527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2321.0527.zip", + "checksum": "b3fcd258427574d2e47fada47aa19d28", + "timestamp": "2021-01-23T21:05:34Z" + }, + { + "version": "6.2101.2320.3559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2320.3559.zip", + "checksum": "7c2d910548f55bb44450ec86d840acb0", + "timestamp": "2021-01-23T20:36:07Z" + }, + { + "version": "6.2101.2320.0646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2320.0646.zip", + "checksum": "397ecdab8fdad9fd005b07a0dd49fae3", + "timestamp": "2021-01-23T20:06:54Z" + }, + { + "version": "6.2101.2314.4025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2314.4025.zip", + "checksum": "6d483f38f726b150f5fce5bca20aad6e", + "timestamp": "2021-01-23T14:40:33Z" + }, + { + "version": "6.2101.2314.1128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2314.1128.zip", + "checksum": "9ee150be9b02a97621df635452a7c032", + "timestamp": "2021-01-23T14:11:35Z" + }, + { + "version": "6.2101.2313.2143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2313.2143.zip", + "checksum": "cf28dadb0d1e97e491e4ef8e1761a60f", + "timestamp": "2021-01-23T13:21:51Z" + }, + { + "version": "6.2101.2223.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2223.2407.zip", + "checksum": "653c747ed2be3eb77f90c23a880fb45f", + "timestamp": "2021-01-22T23:24:16Z" + }, + { + "version": "6.2101.2222.5558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2222.5558.zip", + "checksum": "be08fefa0d9f3219c812038ce399b463", + "timestamp": "2021-01-22T22:56:06Z" + }, + { + "version": "6.2101.2218.0445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2218.0445.zip", + "checksum": "fd8ca687881ef78e9c10b13cf1b77571", + "timestamp": "2021-01-22T18:04:53Z" + }, + { + "version": "6.2101.2210.2214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2210.2214.zip", + "checksum": "250053f1e77721a82a3087752609392e", + "timestamp": "2021-01-22T10:22:22Z" + }, + { + "version": "6.2101.2208.1225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2208.1225.zip", + "checksum": "a25df78e8fb135c88a3e7135ba82fea8", + "timestamp": "2021-01-22T08:12:39Z" + }, + { + "version": "6.2101.2201.2212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2201.2212.zip", + "checksum": "0f9418a1aa5babb94b8a35c2506eac57", + "timestamp": "2021-01-22T01:22:19Z" + }, + { + "version": "6.2101.2200.5427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2200.5427.zip", + "checksum": "40a2299508dacd8879fcdc1d595d888e", + "timestamp": "2021-01-22T00:54:35Z" + }, + { + "version": "6.2101.2200.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2200.2454.zip", + "checksum": "c83c9bff06debcd4e874912cebcde5ff", + "timestamp": "2021-01-22T00:25:02Z" + }, + { + "version": "6.2101.2121.3701", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2121.3701.zip", + "checksum": "80c97b372b81beaf31afdf5ee7aea073", + "timestamp": "2021-01-21T21:37:09Z" + }, + { + "version": "6.2101.2120.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2120.3807.zip", + "checksum": "de93b5391509afbd215bf488262b3bc7", + "timestamp": "2021-01-21T20:38:14Z" + }, + { + "version": "6.2101.2120.0844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2120.0844.zip", + "checksum": "5e3f5858fba1a6766a8fffaa60a2ac9b", + "timestamp": "2021-01-21T20:08:53Z" + }, + { + "version": "6.2101.2118.3343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2118.3343.zip", + "checksum": "19e0fd6028cf8a9ad57cb16b8fb25aac", + "timestamp": "2021-01-21T18:33:50Z" + }, + { + "version": "6.2101.2118.0452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2118.0452.zip", + "checksum": "99d869ca45e65d27506d05c0e1e613dd", + "timestamp": "2021-01-21T18:04:59Z" + }, + { + "version": "6.2101.2100.3451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2100.3451.zip", + "checksum": "ad1b0eec8528a7e3be5ea3ef3a9da0f1", + "timestamp": "2021-01-21T00:34:58Z" + }, + { + "version": "6.2101.2100.0521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2100.0521.zip", + "checksum": "2fadb620e59e8d93d1164c00b053fb2d", + "timestamp": "2021-01-21T00:05:29Z" + }, + { + "version": "6.2101.2023.3655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2023.3655.zip", + "checksum": "d5812d3363ea4ddfac8adc36815f9b9a", + "timestamp": "2021-01-20T23:37:03Z" + }, + { + "version": "6.2101.2018.2604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2018.2604.zip", + "checksum": "2ad0e556e22cf1d33fb59e998a3f17ec", + "timestamp": "2021-01-20T18:26:11Z" + }, + { + "version": "6.2101.2017.3548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2017.3548.zip", + "checksum": "8cc800857462789e92557f61819b0c6f", + "timestamp": "2021-01-20T17:35:55Z" + }, + { + "version": "6.2101.2013.0157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2013.0157.zip", + "checksum": "dc40656abfbc17431a72ece44597ad29", + "timestamp": "2021-01-20T13:02:05Z" + }, + { + "version": "6.2101.2012.0523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2012.0523.zip", + "checksum": "781b761b4c03a6ced2c763b0e1a57c19", + "timestamp": "2021-01-20T12:05:31Z" + }, + { + "version": "6.2101.2010.4207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2010.4207.zip", + "checksum": "d2c2d669eccb819bc6194c5ffbeeacfd", + "timestamp": "2021-01-20T10:42:19Z" + }, + { + "version": "6.2101.2010.1415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2010.1415.zip", + "checksum": "091da44ca86963bcfa54a0a5ddad7c19", + "timestamp": "2021-01-20T10:14:23Z" + }, + { + "version": "6.2101.2007.1029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.2007.1029.zip", + "checksum": "500037b272b0cba9e1c62b8616e9b040", + "timestamp": "2021-01-20T07:10:37Z" + }, + { + "version": "6.2101.1920.2341", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1920.2341.zip", + "checksum": "12df47806b3be53cdd78d8b5989cdf8d", + "timestamp": "2021-01-19T20:23:50Z" + }, + { + "version": "6.2101.1919.4432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1919.4432.zip", + "checksum": "4afdf14d61f6fc9472465050c97b3c7e", + "timestamp": "2021-01-19T19:44:40Z" + }, + { + "version": "6.2101.1917.5214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1917.5214.zip", + "checksum": "90a4189ab579d118cb679d61d993d21a", + "timestamp": "2021-01-19T17:52:21Z" + }, + { + "version": "6.2101.1815.4619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1815.4619.zip", + "checksum": "974e3a20d933b708c6c7d6814a14b0eb", + "timestamp": "2021-01-18T15:46:27Z" + }, + { + "version": "6.2101.1815.1751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1815.1751.zip", + "checksum": "09ed043d5fa382015debffa2027289c9", + "timestamp": "2021-01-18T15:17:58Z" + }, + { + "version": "6.2101.1813.5656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1813.5656.zip", + "checksum": "4945cd7ee7569ba36cb1b19968f1137a", + "timestamp": "2021-01-18T13:57:04Z" + }, + { + "version": "6.2101.1800.5540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1800.5540.zip", + "checksum": "c40450dd8001c5aa1991c14658a5f6b9", + "timestamp": "2021-01-18T00:55:47Z" + }, + { + "version": "6.2101.1720.2945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1720.2945.zip", + "checksum": "c54615c3305a86ba8189a72ce8630271", + "timestamp": "2021-01-17T20:29:53Z" + }, + { + "version": "6.2101.1717.0807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1717.0807.zip", + "checksum": "85f2b3d5f7b408bbc76f3eca6ed66927", + "timestamp": "2021-01-17T17:08:15Z" + }, + { + "version": "6.2101.1716.3917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1716.3917.zip", + "checksum": "6fdffbdadb6c479c92cf094ad38caf0e", + "timestamp": "2021-01-17T16:39:25Z" + }, + { + "version": "6.2101.1715.4945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1715.4945.zip", + "checksum": "c22e915f9158fc0f1f0b0321b5f58e3e", + "timestamp": "2021-01-17T15:49:53Z" + }, + { + "version": "6.2101.1715.2059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1715.2059.zip", + "checksum": "2645166d8e795d80533a6a98fde1e19e", + "timestamp": "2021-01-17T15:21:06Z" + }, + { + "version": "6.2101.1714.1905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1714.1905.zip", + "checksum": "35a6038f991a5e46b315c49ee2ab2421", + "timestamp": "2021-01-17T14:19:13Z" + }, + { + "version": "6.2101.1706.3418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1706.3418.zip", + "checksum": "3ebc934f5a338c79ab68f89d7c9695fe", + "timestamp": "2021-01-17T06:34:26Z" + }, + { + "version": "6.2101.1700.3012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1700.3012.zip", + "checksum": "e87d544cd44f8b08889ec051aabf9fa7", + "timestamp": "2021-01-17T00:30:20Z" + }, + { + "version": "6.2101.1621.5648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1621.5648.zip", + "checksum": "3454f2d38ed114dd2ee14950588cc0e4", + "timestamp": "2021-01-16T21:56:55Z" + }, + { + "version": "6.2101.1619.2404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1619.2404.zip", + "checksum": "bc2f5152d233ce0238725a22b72b2cf5", + "timestamp": "2021-01-16T19:24:12Z" + }, + { + "version": "6.2101.1618.5457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1618.5457.zip", + "checksum": "e6bf8bfb857c20b36290f3a083629739", + "timestamp": "2021-01-16T18:55:04Z" + }, + { + "version": "6.2101.1612.1003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1612.1003.zip", + "checksum": "33806e3482e25a5ac27f0abbb1399da1", + "timestamp": "2021-01-16T12:10:11Z" + }, + { + "version": "6.2101.1610.5221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1610.5221.zip", + "checksum": "0810204ebe5641ebe435e13a3478b677", + "timestamp": "2021-01-16T10:52:28Z" + }, + { + "version": "6.2101.1522.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1522.4235.zip", + "checksum": "e8807f8fd6d5e0ecab6860cc18f7f14b", + "timestamp": "2021-01-15T22:42:43Z" + }, + { + "version": "6.2101.1418.1019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1418.1019.zip", + "checksum": "b7b7671630639dd60e4528e04e46f4bb", + "timestamp": "2021-01-14T18:10:26Z" + }, + { + "version": "6.2101.1323.4418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1323.4418.zip", + "checksum": "304dc45382cd28f0b92b0b1d7a97d5fe", + "timestamp": "2021-01-13T23:44:26Z" + }, + { + "version": "6.2101.1320.3658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1320.3658.zip", + "checksum": "4642b08403fb6df292b8bc4ffabc4ec4", + "timestamp": "2021-01-13T20:37:07Z" + }, + { + "version": "6.2101.1320.0827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1320.0827.zip", + "checksum": "4568364c1eec9f2e80ed5a25460cda91", + "timestamp": "2021-01-13T20:08:34Z" + }, + { + "version": "6.2101.1318.5028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1318.5028.zip", + "checksum": "d676ba0cf9e24846a1a5846f7f85eaf2", + "timestamp": "2021-01-13T18:50:36Z" + }, + { + "version": "6.2101.1316.4550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1316.4550.zip", + "checksum": "d641c297aceca619fb70a8c71282cad8", + "timestamp": "2021-01-13T16:45:58Z" + }, + { + "version": "6.2101.1308.5838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1308.5838.zip", + "checksum": "44a125ae87ccb87c3f964cc240262fba", + "timestamp": "2021-01-13T08:58:47Z" + }, + { + "version": "6.2101.1308.3037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1308.3037.zip", + "checksum": "65f71226f6fcbec47739d7433251cdd4", + "timestamp": "2021-01-13T08:30:44Z" + }, + { + "version": "6.2101.1307.0226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1307.0226.zip", + "checksum": "be1977bdc4901702a173c2f53cdff3bc", + "timestamp": "2021-01-13T07:02:34Z" + }, + { + "version": "6.2101.1222.3056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1222.3056.zip", + "checksum": "249d3ab7a7a45eb9603a1739d34778dd", + "timestamp": "2021-01-12T22:31:04Z" + }, + { + "version": "6.2101.1222.0305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1222.0305.zip", + "checksum": "837ea7af29ea5e35afd982bf694fe981", + "timestamp": "2021-01-12T22:03:13Z" + }, + { + "version": "6.2101.1215.4244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1215.4244.zip", + "checksum": "bee65ecbbc7a9f12ce6e71b859f7ffed", + "timestamp": "2021-01-12T15:42:52Z" + }, + { + "version": "6.2101.1119.1535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1119.1535.zip", + "checksum": "e6dcc5d3c5b691e9573942fb979f36fe", + "timestamp": "2021-01-11T19:15:43Z" + }, + { + "version": "6.2101.1115.5606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1115.5606.zip", + "checksum": "b86ad61a58b1c2da84d5704d6a7bb4ee", + "timestamp": "2021-01-11T15:56:14Z" + }, + { + "version": "6.2101.1114.5452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1114.5452.zip", + "checksum": "3d360683147be7da82cd80d1e03239f9", + "timestamp": "2021-01-11T14:55:00Z" + }, + { + "version": "6.2101.1114.2634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1114.2634.zip", + "checksum": "7819d13528c8cfc73858040901a981e1", + "timestamp": "2021-01-11T14:26:42Z" + }, + { + "version": "6.2101.1020.1319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1020.1319.zip", + "checksum": "144a043ffabc9d36dcf2c299e417ae6c", + "timestamp": "2021-01-10T20:13:27Z" + }, + { + "version": "6.2101.1015.4330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1015.4330.zip", + "checksum": "9ee52671ce4ee73ee81b585e72dff6a4", + "timestamp": "2021-01-10T15:43:38Z" + }, + { + "version": "6.2101.1011.3121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1011.3121.zip", + "checksum": "7093d92a67ad738281bd210f77342af8", + "timestamp": "2021-01-10T11:31:29Z" + }, + { + "version": "6.2101.1011.0151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1011.0151.zip", + "checksum": "e71851d9aa187391034887ee2c0a0ba3", + "timestamp": "2021-01-10T11:01:59Z" + }, + { + "version": "6.2101.1010.0051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.1010.0051.zip", + "checksum": "cb34832b3a66a43188488886901ea62b", + "timestamp": "2021-01-10T10:00:59Z" + }, + { + "version": "6.2101.0920.1046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0920.1046.zip", + "checksum": "87119e1fb065bd86a1d5e02d64eae55f", + "timestamp": "2021-01-09T20:10:54Z" + }, + { + "version": "6.2101.0919.0202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0919.0202.zip", + "checksum": "ea5ba11212c132faa21c9556b2e0e615", + "timestamp": "2021-01-09T19:02:09Z" + }, + { + "version": "6.2101.0918.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0918.2722.zip", + "checksum": "dbdfac64194ea7de295a815aea176067", + "timestamp": "2021-01-09T18:27:30Z" + }, + { + "version": "6.2101.0917.0441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0917.0441.zip", + "checksum": "c7c3518ce5bbf619f19372857b53e493", + "timestamp": "2021-01-09T17:04:48Z" + }, + { + "version": "6.2101.0915.5031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0915.5031.zip", + "checksum": "c0ce67b4bc53f6c3d73ff46103a34322", + "timestamp": "2021-01-09T15:50:39Z" + }, + { + "version": "6.2101.0914.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0914.2948.zip", + "checksum": "1c2dc7c39f1a08524776c8e15b021b94", + "timestamp": "2021-01-09T14:29:55Z" + }, + { + "version": "6.2101.0900.1023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0900.1023.zip", + "checksum": "0161cfac85f87956c957c6e13ddd8dd3", + "timestamp": "2021-01-09T00:10:30Z" + }, + { + "version": "6.2101.0821.2919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0821.2919.zip", + "checksum": "dd7fbafc7445e1c98df0cecb30e966df", + "timestamp": "2021-01-08T21:29:27Z" + }, + { + "version": "6.2101.0820.5914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0820.5914.zip", + "checksum": "6be612f710e8f452f96173d25b17ebea", + "timestamp": "2021-01-08T20:59:22Z" + }, + { + "version": "6.2101.0820.3008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0820.3008.zip", + "checksum": "53cf648aff3ee83d739b958bf4f2ab89", + "timestamp": "2021-01-08T20:30:15Z" + }, + { + "version": "6.2101.0814.1455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0814.1455.zip", + "checksum": "51b8c77ef00ee664540945c7f01c71ea", + "timestamp": "2021-01-08T14:15:02Z" + }, + { + "version": "6.2101.0813.1616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0813.1616.zip", + "checksum": "08c5939001f99d008a91ebfeed29dd7a", + "timestamp": "2021-01-08T13:16:24Z" + }, + { + "version": "6.2101.0800.4101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0800.4101.zip", + "checksum": "a3446f48fbd7e29f2bc63b29acab4aff", + "timestamp": "2021-01-08T00:41:09Z" + }, + { + "version": "6.2101.0722.1251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0722.1251.zip", + "checksum": "8e347e368664e1aad4c4480d154d3b10", + "timestamp": "2021-01-07T22:12:58Z" + }, + { + "version": "6.2101.0716.4329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0716.4329.zip", + "checksum": "7d5d10b9130a8da02c74ba605c9b940a", + "timestamp": "2021-01-07T16:43:37Z" + }, + { + "version": "6.2101.0716.1521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0716.1521.zip", + "checksum": "ca53aebc8f283dfa51b1b78450fc455d", + "timestamp": "2021-01-07T16:15:28Z" + }, + { + "version": "6.2101.0715.3734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0715.3734.zip", + "checksum": "35740d9f3c525522f2bcf7949ae4595d", + "timestamp": "2021-01-07T15:37:42Z" + }, + { + "version": "6.2101.0715.0955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0715.0955.zip", + "checksum": "e512471946b9985a20d4b4da76ef0bb2", + "timestamp": "2021-01-07T15:10:04Z" + }, + { + "version": "6.2101.0710.3114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0710.3114.zip", + "checksum": "160744aba36d4d538961e763ad91f9a5", + "timestamp": "2021-01-07T10:31:22Z" + }, + { + "version": "6.2101.0710.0112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0710.0112.zip", + "checksum": "5dc5eb3867b15e0735226436b85929d6", + "timestamp": "2021-01-07T10:01:20Z" + }, + { + "version": "6.2101.0709.3014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0709.3014.zip", + "checksum": "8b635b3ba64dc25650a2050d3554b385", + "timestamp": "2021-01-07T09:30:22Z" + }, + { + "version": "6.2101.0619.5610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0619.5610.zip", + "checksum": "ef5bb2ddf173711c26752c77eac8d1d9", + "timestamp": "2021-01-06T19:56:18Z" + }, + { + "version": "6.2101.0617.2442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0617.2442.zip", + "checksum": "75d6612f838118ddd7e3175d60371d31", + "timestamp": "2021-01-06T17:24:50Z" + }, + { + "version": "6.2101.0604.3719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0604.3719.zip", + "checksum": "22ec88dbcc73b7f200b5d52c189eb861", + "timestamp": "2021-01-06T04:37:26Z" + }, + { + "version": "6.2101.0522.3155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0522.3155.zip", + "checksum": "0068fd3240447fcdb2821c6277c266dd", + "timestamp": "2021-01-05T22:32:03Z" + }, + { + "version": "6.2101.0519.5152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0519.5152.zip", + "checksum": "0a5c2c60a2fc80643ae8bb5f026d7ecc", + "timestamp": "2021-01-05T19:52:00Z" + }, + { + "version": "6.2101.0517.5518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0517.5518.zip", + "checksum": "9c08ed360dd38e04a8f8e68cea9261c6", + "timestamp": "2021-01-05T17:55:26Z" + }, + { + "version": "6.2101.0517.2645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0517.2645.zip", + "checksum": "7902a8c20d4c8c949599a64901a86b8e", + "timestamp": "2021-01-05T17:26:52Z" + }, + { + "version": "6.2101.0511.4356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0511.4356.zip", + "checksum": "7987963283f03662c797d752e4b0b8b1", + "timestamp": "2021-01-05T11:44:03Z" + }, + { + "version": "6.2101.0419.4408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0419.4408.zip", + "checksum": "8e941f84b15de786218fdc2496e4f533", + "timestamp": "2021-01-04T19:44:16Z" + }, + { + "version": "6.2101.0417.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0417.3223.zip", + "checksum": "b9143c4f6d856f9eb6584d5e439f86bd", + "timestamp": "2021-01-04T17:32:31Z" + }, + { + "version": "6.2101.0415.1947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0415.1947.zip", + "checksum": "12fa1d3acd3a6d6a3ddf7f4dec3dfcc6", + "timestamp": "2021-01-04T15:19:55Z" + }, + { + "version": "6.2101.0414.5120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0414.5120.zip", + "checksum": "addb41f4aa514e8cda53804d2e4215f7", + "timestamp": "2021-01-04T14:51:27Z" + }, + { + "version": "6.2101.0412.4710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0412.4710.zip", + "checksum": "a1721e5d642bbf1343bc9c303d681b83", + "timestamp": "2021-01-04T12:47:19Z" + }, + { + "version": "6.2101.0412.2035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0412.2035.zip", + "checksum": "9ebce3374bc78d9f60d1ec145a4b82f8", + "timestamp": "2021-01-04T12:20:43Z" + }, + { + "version": "6.2101.0411.5343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0411.5343.zip", + "checksum": "dfd412ca19f97398960c9944662b9c1b", + "timestamp": "2021-01-04T11:53:51Z" + }, + { + "version": "6.2101.0411.2342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0411.2342.zip", + "checksum": "92d821ffd48fc857e61e17a0a0f9b2be", + "timestamp": "2021-01-04T11:23:50Z" + }, + { + "version": "6.2101.0317.5112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0317.5112.zip", + "checksum": "18362f7678b6f1ffe607bffe6c9cb59b", + "timestamp": "2021-01-03T17:51:19Z" + }, + { + "version": "6.2101.0317.0650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0317.0650.zip", + "checksum": "8601f511c4e4ae6005eb02fcf417d402", + "timestamp": "2021-01-03T17:06:57Z" + }, + { + "version": "6.2101.0311.2522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0311.2522.zip", + "checksum": "067120083de839cf073b533698f4945a", + "timestamp": "2021-01-03T11:25:30Z" + }, + { + "version": "6.2101.0302.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0302.3807.zip", + "checksum": "54b98cbe7d1c8ff1a1a1453e0482bb48", + "timestamp": "2021-01-03T02:38:15Z" + }, + { + "version": "6.2101.0220.5315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0220.5315.zip", + "checksum": "ce256d576555402c5d3dd395ae45ffad", + "timestamp": "2021-01-02T20:53:23Z" + }, + { + "version": "6.2101.0219.4238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0219.4238.zip", + "checksum": "578ecc2133b90573b7320cc69daf4b1d", + "timestamp": "2021-01-02T19:42:46Z" + }, + { + "version": "6.2101.0218.4927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0218.4927.zip", + "checksum": "926a0a7dc50b02bf49732824671b3a16", + "timestamp": "2021-01-02T18:49:34Z" + }, + { + "version": "6.2101.0213.0151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0213.0151.zip", + "checksum": "4300d351a4cf11c64083cfe242bebc57", + "timestamp": "2021-01-02T13:01:58Z" + }, + { + "version": "6.2101.0211.2807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0211.2807.zip", + "checksum": "41f0d6ddaeb1a981d51399343ae17350", + "timestamp": "2021-01-02T11:28:16Z" + }, + { + "version": "6.2101.0210.2609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0210.2609.zip", + "checksum": "a225a685d0c5a378ebbe29b391b3ae73", + "timestamp": "2021-01-02T10:26:17Z" + }, + { + "version": "6.2101.0207.1048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0207.1048.zip", + "checksum": "791d89bbf8c79905c7271a9af089cb03", + "timestamp": "2021-01-02T07:10:56Z" + }, + { + "version": "6.2101.0119.0048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0119.0048.zip", + "checksum": "2063a218281b20bfe1ae5437435d16fe", + "timestamp": "2021-01-01T19:00:55Z" + }, + { + "version": "6.2101.0118.1443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0118.1443.zip", + "checksum": "52f4940eebdad2e54d3192c1cb67d69b", + "timestamp": "2021-01-01T18:14:50Z" + }, + { + "version": "6.2101.0117.4731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0117.4731.zip", + "checksum": "da0d40335cc683f6f61ce0213896295a", + "timestamp": "2021-01-01T17:47:38Z" + }, + { + "version": "6.2101.0117.1204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0117.1204.zip", + "checksum": "691f6ce48d9046ae939a2b913a03cb45", + "timestamp": "2021-01-01T17:12:14Z" + }, + { + "version": "6.2101.0111.4912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0111.4912.zip", + "checksum": "55ac02bfc93859cfac3f3c08ce2ecef1", + "timestamp": "2021-01-01T11:49:19Z" + }, + { + "version": "6.2101.0100.4327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0100.4327.zip", + "checksum": "d9aefac89e70698398df696cd9d8c97e", + "timestamp": "2021-01-01T00:43:36Z" + }, + { + "version": "6.2101.0100.1606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2101.0100.1606.zip", + "checksum": "a116db331aeed9dc547c512638fb2024", + "timestamp": "2021-01-01T00:16:13Z" + }, + { + "version": "6.2012.3122.5734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3122.5734.zip", + "checksum": "d13c40d835012e88f17adfc1251171e4", + "timestamp": "2020-12-31T22:57:41Z" + }, + { + "version": "6.2012.3122.3047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3122.3047.zip", + "checksum": "30a55dc967c2f9f36a1eef5829c40550", + "timestamp": "2020-12-31T22:30:55Z" + }, + { + "version": "6.2012.3115.0359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3115.0359.zip", + "checksum": "8f57a5646219ab3a59ec14fd1b4a6228", + "timestamp": "2020-12-31T15:04:07Z" + }, + { + "version": "6.2012.3114.3638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3114.3638.zip", + "checksum": "180217d7f97db0fca095275212a2a98e", + "timestamp": "2020-12-31T14:36:48Z" + }, + { + "version": "6.2012.3113.4208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3113.4208.zip", + "checksum": "0769b47768f90e1500c16053a54eaa59", + "timestamp": "2020-12-31T13:42:17Z" + }, + { + "version": "6.2012.3111.3451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3111.3451.zip", + "checksum": "c06248d04562f4840d9fa27c47cd912b", + "timestamp": "2020-12-31T11:34:59Z" + }, + { + "version": "6.2012.3107.3501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3107.3501.zip", + "checksum": "449d78947e6ee678aefb8654619c4362", + "timestamp": "2020-12-31T07:35:09Z" + }, + { + "version": "6.2012.3107.0713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3107.0713.zip", + "checksum": "5e6cad5c7fb5525b91b8d2360bec49f5", + "timestamp": "2020-12-31T07:07:20Z" + }, + { + "version": "6.2012.3101.5156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3101.5156.zip", + "checksum": "0180282274ab056a4b624d27e768e9be", + "timestamp": "2020-12-31T01:52:03Z" + }, + { + "version": "6.2012.3101.2400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3101.2400.zip", + "checksum": "aa345104dccb6e9621adfaef3a73dc75", + "timestamp": "2020-12-31T01:24:08Z" + }, + { + "version": "6.2012.3100.4320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3100.4320.zip", + "checksum": "8f892990de52f4130b080d252459de3e", + "timestamp": "2020-12-31T00:43:28Z" + }, + { + "version": "6.2012.3022.2736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3022.2736.zip", + "checksum": "db8fc12a091a07cc8307a73c265eae23", + "timestamp": "2020-12-30T22:27:43Z" + }, + { + "version": "6.2012.3022.0055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3022.0055.zip", + "checksum": "1fdefcb88d09997a7f456ba3174f614e", + "timestamp": "2020-12-30T22:01:03Z" + }, + { + "version": "6.2012.3021.3422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3021.3422.zip", + "checksum": "f1e61f0d266c9caff4ffdfb714653a96", + "timestamp": "2020-12-30T21:34:30Z" + }, + { + "version": "6.2012.3017.5622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3017.5622.zip", + "checksum": "715e5187495dc97780a3c6a1987f23f7", + "timestamp": "2020-12-30T17:56:30Z" + }, + { + "version": "6.2012.3010.0629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.3010.0629.zip", + "checksum": "0e4ce35ab2eb5e8fa70cb314c0a1d6e9", + "timestamp": "2020-12-30T10:06:37Z" + }, + { + "version": "6.2012.2917.2859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2917.2859.zip", + "checksum": "3baf186d914a16f5314b6a22db8d2812", + "timestamp": "2020-12-29T17:29:07Z" + }, + { + "version": "6.2012.2917.0254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2917.0254.zip", + "checksum": "2bd8452fef454b7f7cc12d47874b78c6", + "timestamp": "2020-12-29T17:03:02Z" + }, + { + "version": "6.2012.2906.2732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2906.2732.zip", + "checksum": "b0541f40480d6c3f16b9538a1d035e38", + "timestamp": "2020-12-29T06:27:39Z" + }, + { + "version": "6.2012.2821.2240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2821.2240.zip", + "checksum": "c4fc08345603640377937675ac374e41", + "timestamp": "2020-12-28T21:22:48Z" + }, + { + "version": "6.2012.2820.5608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2820.5608.zip", + "checksum": "c0cfa01d3c9273710661403801e4fcf5", + "timestamp": "2020-12-28T20:56:15Z" + }, + { + "version": "6.2012.2817.3232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2817.3232.zip", + "checksum": "172b03f26e940e496b77b66359aa3de9", + "timestamp": "2020-12-28T17:32:40Z" + }, + { + "version": "6.2012.2816.0817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2816.0817.zip", + "checksum": "9a06fb4df6eeb9689e76673c93416caa", + "timestamp": "2020-12-28T16:08:24Z" + }, + { + "version": "6.2012.2815.4242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2815.4242.zip", + "checksum": "f06003b594e94062ec59ff6ce475ecb1", + "timestamp": "2020-12-28T15:42:49Z" + }, + { + "version": "6.2012.2815.1459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2815.1459.zip", + "checksum": "6c67da3d920bd6e1b293ab81effef9f6", + "timestamp": "2020-12-28T15:15:06Z" + }, + { + "version": "6.2012.2810.3007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2810.3007.zip", + "checksum": "61fa77c38a0237380c9740f7ff23defe", + "timestamp": "2020-12-28T10:30:15Z" + }, + { + "version": "6.2012.2718.4159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2718.4159.zip", + "checksum": "7f0481b084b61d3e5fe8b8427e6a0f7a", + "timestamp": "2020-12-27T18:42:08Z" + }, + { + "version": "6.2012.2713.5403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2713.5403.zip", + "checksum": "fddbf8efcc33338e1c196c1d5672b4ba", + "timestamp": "2020-12-27T13:54:11Z" + }, + { + "version": "6.2012.2520.0601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2520.0601.zip", + "checksum": "3fb32757dc8876a0eb1b2e3c5f1f29ca", + "timestamp": "2020-12-25T20:06:09Z" + }, + { + "version": "6.2012.2515.5013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2515.5013.zip", + "checksum": "27d122fda53d5a94f37f4927d3ebe222", + "timestamp": "2020-12-25T15:50:21Z" + }, + { + "version": "6.2012.2513.3909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2513.3909.zip", + "checksum": "1e231a90dfa54ea9bd568a42c1e43334", + "timestamp": "2020-12-25T13:39:17Z" + }, + { + "version": "6.2012.2420.1154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2420.1154.zip", + "checksum": "53b74b0b0c0be2ff55817b0b0082d581", + "timestamp": "2020-12-24T20:12:02Z" + }, + { + "version": "6.2012.2418.1417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2418.1417.zip", + "checksum": "c7063dbc92804ffaf878adbbe0bcd9fe", + "timestamp": "2020-12-24T18:14:24Z" + }, + { + "version": "6.2012.2410.2730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2410.2730.zip", + "checksum": "a61f232b8f8a7213c8baa927e6879399", + "timestamp": "2020-12-24T10:27:38Z" + }, + { + "version": "6.2012.2405.3813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2405.3813.zip", + "checksum": "0dbb5f2bf2de4772ab5f7dcec5b6d62d", + "timestamp": "2020-12-24T05:38:20Z" + }, + { + "version": "6.2012.2319.1946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2319.1946.zip", + "checksum": "adca07b5f3622dafddb8142f91cb7d24", + "timestamp": "2020-12-23T19:19:53Z" + }, + { + "version": "6.2012.2305.0424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2305.0424.zip", + "checksum": "4cddbf3295a48065806e5180472e200e", + "timestamp": "2020-12-23T05:04:31Z" + }, + { + "version": "6.2012.2304.1636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2304.1636.zip", + "checksum": "35c2d8286b40601754ef3962cf3a8b3a", + "timestamp": "2020-12-23T04:16:44Z" + }, + { + "version": "6.2012.2303.4739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2303.4739.zip", + "checksum": "7c1d5bb6403db8616fdafd9f1e651c83", + "timestamp": "2020-12-23T03:47:47Z" + }, + { + "version": "6.2012.2223.1614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2223.1614.zip", + "checksum": "12e04a5f638e1d4fcbdaa431acb4cf93", + "timestamp": "2020-12-22T23:16:21Z" + }, + { + "version": "6.2012.2215.1720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2215.1720.zip", + "checksum": "18e480c1dd39ee41adc3a7bb5a242249", + "timestamp": "2020-12-22T15:17:28Z" + }, + { + "version": "6.2012.2212.4455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2212.4455.zip", + "checksum": "264acda78a557335ba999e130de03834", + "timestamp": "2020-12-22T12:45:02Z" + }, + { + "version": "6.2012.2123.0435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2123.0435.zip", + "checksum": "cc8c4af77a627f247b0c49814c638eb6", + "timestamp": "2020-12-21T23:04:42Z" + }, + { + "version": "6.2012.2122.3705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2122.3705.zip", + "checksum": "aa654c059651dbdc77da51e8b6fb5054", + "timestamp": "2020-12-21T22:37:12Z" + }, + { + "version": "6.2012.2119.5359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2119.5359.zip", + "checksum": "0d537fd5aecccfc2aee9daa6f0d7381c", + "timestamp": "2020-12-21T19:54:07Z" + }, + { + "version": "6.2012.2119.2746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2119.2746.zip", + "checksum": "751ec1cc02217227148e8aabd44b1185", + "timestamp": "2020-12-21T19:27:53Z" + }, + { + "version": "6.2012.2119.0128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2119.0128.zip", + "checksum": "d3a5a384a42733f7959593d8273e361d", + "timestamp": "2020-12-21T19:01:35Z" + }, + { + "version": "6.2012.2107.5120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2107.5120.zip", + "checksum": "1d8a78877e52b67ad7493cccec58aed4", + "timestamp": "2020-12-21T07:51:29Z" + }, + { + "version": "6.2012.2100.1020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2100.1020.zip", + "checksum": "5a9b183a1bb9c6ce01653d256ca05300", + "timestamp": "2020-12-21T00:10:28Z" + }, + { + "version": "6.2012.2023.4118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2023.4118.zip", + "checksum": "d6fdc83431c120bf071b30d6712ad1d1", + "timestamp": "2020-12-20T23:41:26Z" + }, + { + "version": "6.2012.2013.5125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2013.5125.zip", + "checksum": "1c3363259cec1e852b9831d75dca7278", + "timestamp": "2020-12-20T13:51:33Z" + }, + { + "version": "6.2012.2013.2149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2013.2149.zip", + "checksum": "d975e9e246035aca5bd3057637f44b24", + "timestamp": "2020-12-20T13:21:57Z" + }, + { + "version": "6.2012.2009.4929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2009.4929.zip", + "checksum": "33283cdb51c3780e71e401daff2a1ea9", + "timestamp": "2020-12-20T09:49:37Z" + }, + { + "version": "6.2012.2009.2005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2009.2005.zip", + "checksum": "18393e9bbcb8b537795dd45b013a041f", + "timestamp": "2020-12-20T09:20:13Z" + }, + { + "version": "6.2012.2000.4503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.2000.4503.zip", + "checksum": "2f68cb325aa4d0d8d49860ac03b9b7ac", + "timestamp": "2020-12-20T00:45:11Z" + }, + { + "version": "6.2012.1919.4226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1919.4226.zip", + "checksum": "5ec84acc0d35deaf2ac38ea95e116a4a", + "timestamp": "2020-12-19T19:42:34Z" + }, + { + "version": "6.2012.1821.0038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1821.0038.zip", + "checksum": "f552ee8e0013905c7fe045a9f3aa5a5c", + "timestamp": "2020-12-18T21:00:46Z" + }, + { + "version": "6.2012.1820.3403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1820.3403.zip", + "checksum": "808c784eee48c5dea07efa2629368e54", + "timestamp": "2020-12-18T20:34:10Z" + }, + { + "version": "6.2012.1813.2001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1813.2001.zip", + "checksum": "6795a685602c50a68f7c84690761cffb", + "timestamp": "2020-12-18T13:20:09Z" + }, + { + "version": "6.2012.1807.4324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1807.4324.zip", + "checksum": "98e09836a205a3aeeb658280ce436851", + "timestamp": "2020-12-18T07:43:32Z" + }, + { + "version": "6.2012.1722.4945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1722.4945.zip", + "checksum": "6f96f42cb3a5bf2921bb6e61df9448f0", + "timestamp": "2020-12-17T22:49:52Z" + }, + { + "version": "6.2012.1722.2300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1722.2300.zip", + "checksum": "3dda7523d151ad25d081b073f87ab2c4", + "timestamp": "2020-12-17T22:23:08Z" + }, + { + "version": "6.2012.1718.3527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1718.3527.zip", + "checksum": "0cd3d7291f86e9f65d0fc523fe7e6f77", + "timestamp": "2020-12-17T18:35:35Z" + }, + { + "version": "6.2012.1717.4428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1717.4428.zip", + "checksum": "b1e50b3c634267e2bbd23430ca5358a2", + "timestamp": "2020-12-17T17:44:36Z" + }, + { + "version": "6.2012.1717.1739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1717.1739.zip", + "checksum": "5971fde01673f039245baeba85604cc1", + "timestamp": "2020-12-17T17:17:47Z" + }, + { + "version": "6.2012.1711.1808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1711.1808.zip", + "checksum": "539c387839850927f4f688e671c81e4d", + "timestamp": "2020-12-17T11:18:15Z" + }, + { + "version": "6.2012.1623.1529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1623.1529.zip", + "checksum": "296a7335dc77e90f8bd197f434a04f8c", + "timestamp": "2020-12-16T23:15:36Z" + }, + { + "version": "6.2012.1622.0858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1622.0858.zip", + "checksum": "c9cab7f795b5ebafd6cc46f968f113fa", + "timestamp": "2020-12-16T22:09:06Z" + }, + { + "version": "6.2012.1621.4051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1621.4051.zip", + "checksum": "c68302d56bcda7bc5dddfba825fb9a1f", + "timestamp": "2020-12-16T21:40:58Z" + }, + { + "version": "6.2012.1620.3133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1620.3133.zip", + "checksum": "26abe54330a5e0a01da99081bfd317f2", + "timestamp": "2020-12-16T20:31:40Z" + }, + { + "version": "6.2012.1620.0402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1620.0402.zip", + "checksum": "8a70d9cf7b1a13d567d45183a5e0db61", + "timestamp": "2020-12-16T20:04:09Z" + }, + { + "version": "6.2012.1619.2523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1619.2523.zip", + "checksum": "8c7351ac8f85d5e5de3906649e3e5c4a", + "timestamp": "2020-12-16T19:25:30Z" + }, + { + "version": "6.2012.1616.5146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1616.5146.zip", + "checksum": "94a6abf020a27edd2cb9635bf3bbf476", + "timestamp": "2020-12-16T16:51:55Z" + }, + { + "version": "6.2012.1519.5544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1519.5544.zip", + "checksum": "981438e4893221b8266ebb4f0b0aea2d", + "timestamp": "2020-12-15T19:55:52Z" + }, + { + "version": "6.2012.1512.1603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1512.1603.zip", + "checksum": "38b625aa1262644a3fcd857800f1ac0e", + "timestamp": "2020-12-15T12:16:11Z" + }, + { + "version": "6.2012.1511.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1511.4751.zip", + "checksum": "8571cdd505d5fa473e5459c27622c089", + "timestamp": "2020-12-15T11:47:59Z" + }, + { + "version": "6.2012.1508.3555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1508.3555.zip", + "checksum": "ecbc456b434d057d57aec48f19a4a49a", + "timestamp": "2020-12-15T08:36:03Z" + }, + { + "version": "6.2012.1421.5034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1421.5034.zip", + "checksum": "1afe99c9da40848fa0825a6845ae8504", + "timestamp": "2020-12-14T21:50:42Z" + }, + { + "version": "6.2012.1420.1601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1420.1601.zip", + "checksum": "4530280212b39ecff58f8df123ae26cc", + "timestamp": "2020-12-14T20:16:09Z" + }, + { + "version": "6.2012.1417.2158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1417.2158.zip", + "checksum": "4d22b8de45e9990ed007faeb8c729772", + "timestamp": "2020-12-14T17:22:05Z" + }, + { + "version": "6.2012.1416.3504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1416.3504.zip", + "checksum": "fc58c240653e415bb428fac9ca13d1b8", + "timestamp": "2020-12-14T16:35:15Z" + }, + { + "version": "6.2012.1416.0738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1416.0738.zip", + "checksum": "06f2b6713c986475a6df599047ad5207", + "timestamp": "2020-12-14T16:07:45Z" + }, + { + "version": "6.2012.1415.4028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1415.4028.zip", + "checksum": "1c6107b17bc6469015217ad9ba2a2194", + "timestamp": "2020-12-14T15:40:34Z" + }, + { + "version": "6.2012.1412.0233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1412.0233.zip", + "checksum": "a63fa9a30b27fd2311ea37be35457b9a", + "timestamp": "2020-12-14T12:02:40Z" + }, + { + "version": "6.2012.1405.1638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1405.1638.zip", + "checksum": "824b7ced99e74f24a1912ffa90e22e89", + "timestamp": "2020-12-14T05:16:46Z" + }, + { + "version": "6.2012.1404.1053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1404.1053.zip", + "checksum": "05eb77779da296832193e6ae622afa3a", + "timestamp": "2020-12-14T04:11:00Z" + }, + { + "version": "6.2012.1323.0815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1323.0815.zip", + "checksum": "41cbe5404684cd6325c474366a5378c4", + "timestamp": "2020-12-13T23:08:22Z" + }, + { + "version": "6.2012.1322.3955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1322.3955.zip", + "checksum": "faac042d9ec4766e7ef64148b224db3b", + "timestamp": "2020-12-13T22:40:04Z" + }, + { + "version": "6.2012.1322.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1322.1309.zip", + "checksum": "e19950ee012b1c57a830bcefe3aa043c", + "timestamp": "2020-12-13T22:13:16Z" + }, + { + "version": "6.2012.1319.3636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1319.3636.zip", + "checksum": "ed02ce71c9a9a143e86f8cef60097a46", + "timestamp": "2020-12-13T19:36:44Z" + }, + { + "version": "6.2012.1314.1426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1314.1426.zip", + "checksum": "46b4bf6af66ff9d9aa9359d86891131e", + "timestamp": "2020-12-13T14:14:34Z" + }, + { + "version": "6.2012.1313.4627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1313.4627.zip", + "checksum": "b08daaae3c40c3d124be31c667c1ed0f", + "timestamp": "2020-12-13T13:46:35Z" + }, + { + "version": "6.2012.1313.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1313.1836.zip", + "checksum": "1a09f83fa074f5ef8b0caa36582f395c", + "timestamp": "2020-12-13T13:18:44Z" + }, + { + "version": "6.2012.1312.5024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1312.5024.zip", + "checksum": "04d1ce592ec2e0668eb6c1082298bea5", + "timestamp": "2020-12-13T12:50:32Z" + }, + { + "version": "6.2012.1311.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1311.2418.zip", + "checksum": "36234790ab4b62e35fef5c6c97593ded", + "timestamp": "2020-12-13T11:24:25Z" + }, + { + "version": "6.2012.1218.4651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1218.4651.zip", + "checksum": "af2cd8ae1ab6e3b2b734eaae17dbb5b6", + "timestamp": "2020-12-12T18:46:58Z" + }, + { + "version": "6.2012.1122.4542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1122.4542.zip", + "checksum": "7911e309a3e94c3b9e4749319a679eda", + "timestamp": "2020-12-11T22:45:49Z" + }, + { + "version": "6.2012.1121.5515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1121.5515.zip", + "checksum": "553c5c16555d099a22c7799a0efe9327", + "timestamp": "2020-12-11T21:55:23Z" + }, + { + "version": "6.2012.1115.5346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1115.5346.zip", + "checksum": "3c556f4086bcc3b0cbae8732b251d65e", + "timestamp": "2020-12-11T15:53:54Z" + }, + { + "version": "6.2012.1115.2635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1115.2635.zip", + "checksum": "d70f74839eaee2c74a85a485919379b4", + "timestamp": "2020-12-11T15:26:42Z" + }, + { + "version": "6.2012.1109.4913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1109.4913.zip", + "checksum": "579c4c18dadf09fdf8bf869c67da18a5", + "timestamp": "2020-12-11T09:49:21Z" + }, + { + "version": "6.2012.1109.1922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1109.1922.zip", + "checksum": "6f1cb44eb1f347c64db439284a251eb4", + "timestamp": "2020-12-11T09:19:29Z" + }, + { + "version": "6.2012.1108.0512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1108.0512.zip", + "checksum": "0616c37c81d6f8a1b21f6931607026d3", + "timestamp": "2020-12-11T08:05:20Z" + }, + { + "version": "6.2012.1107.3645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1107.3645.zip", + "checksum": "59347865b4ba30ebfe60ec614a79c77a", + "timestamp": "2020-12-11T07:36:52Z" + }, + { + "version": "6.2012.1104.2914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1104.2914.zip", + "checksum": "579efdc7f0c4c4ca55185efa4b1a6418", + "timestamp": "2020-12-11T04:29:21Z" + }, + { + "version": "6.2012.1104.0207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1104.0207.zip", + "checksum": "89a477f4433ef7237627e6d00b37262d", + "timestamp": "2020-12-11T04:02:15Z" + }, + { + "version": "6.2012.1103.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1103.3500.zip", + "checksum": "625f42304f59857b13641df95735c81f", + "timestamp": "2020-12-11T03:35:08Z" + }, + { + "version": "6.2012.1022.3946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1022.3946.zip", + "checksum": "679fe45ce774e6c8b947ecf2fab19bef", + "timestamp": "2020-12-10T22:39:53Z" + }, + { + "version": "6.2012.1022.1325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1022.1325.zip", + "checksum": "7e9ca2ae3557fa192c93ed80ddb8fc81", + "timestamp": "2020-12-10T22:13:32Z" + }, + { + "version": "6.2012.1021.2614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1021.2614.zip", + "checksum": "01c14a93a8f728f15361345b8907b668", + "timestamp": "2020-12-10T21:26:21Z" + }, + { + "version": "6.2012.1020.5828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1020.5828.zip", + "checksum": "0a00ed5a46be7e05c369ae4d97cda632", + "timestamp": "2020-12-10T20:58:35Z" + }, + { + "version": "6.2012.1014.0120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1014.0120.zip", + "checksum": "b9f85add343678c849765ff14a9f6faa", + "timestamp": "2020-12-10T14:01:28Z" + }, + { + "version": "6.2012.1013.3331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1013.3331.zip", + "checksum": "0c5c4f0ea5e7e33b81d1e2a13900bef4", + "timestamp": "2020-12-10T13:33:39Z" + }, + { + "version": "6.2012.1013.0548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.1013.0548.zip", + "checksum": "f1f6a9a4df0ebc3072c65b97e162c22b", + "timestamp": "2020-12-10T13:05:57Z" + }, + { + "version": "6.2012.0919.4827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0919.4827.zip", + "checksum": "fdc6692c39da69239f794d6ffb64585f", + "timestamp": "2020-12-09T19:48:34Z" + }, + { + "version": "6.2012.0917.2207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0917.2207.zip", + "checksum": "83dee0585859010f23a269feff057cb5", + "timestamp": "2020-12-09T17:22:15Z" + }, + { + "version": "6.2012.0915.5433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0915.5433.zip", + "checksum": "38a0b838a6a473237e2782b2896d63e4", + "timestamp": "2020-12-09T15:54:41Z" + }, + { + "version": "6.2012.0914.0225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0914.0225.zip", + "checksum": "0bc73b33391c60c5b49ba4bd82c299b3", + "timestamp": "2020-12-09T14:02:34Z" + }, + { + "version": "6.2012.0908.0832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0908.0832.zip", + "checksum": "765bb9d6243a47417bc7e3a7210ff1ba", + "timestamp": "2020-12-09T08:08:39Z" + }, + { + "version": "6.2012.0907.4055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0907.4055.zip", + "checksum": "06cd928878731fa67022bb31a4689333", + "timestamp": "2020-12-09T07:41:02Z" + }, + { + "version": "6.2012.0904.2808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0904.2808.zip", + "checksum": "caac0a51440d359fedbc1d4d1c06c774", + "timestamp": "2020-12-09T04:28:15Z" + }, + { + "version": "6.2012.0823.5255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0823.5255.zip", + "checksum": "d9296e4752550e4464786230bca6c547", + "timestamp": "2020-12-08T23:53:03Z" + }, + { + "version": "6.2012.0819.4504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0819.4504.zip", + "checksum": "96cc875c77a7ca87fed02acd71a2f74e", + "timestamp": "2020-12-08T19:45:11Z" + }, + { + "version": "6.2012.0818.0220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0818.0220.zip", + "checksum": "7159aa2c00effb95c6db44328aef64af", + "timestamp": "2020-12-08T18:02:28Z" + }, + { + "version": "6.2012.0817.3435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0817.3435.zip", + "checksum": "12efda762da5dc565e690288ee16f3e8", + "timestamp": "2020-12-08T17:34:42Z" + }, + { + "version": "6.2012.0816.3404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0816.3404.zip", + "checksum": "130532d3f56f3d2b7dfcce3e6d21e70f", + "timestamp": "2020-12-08T16:34:11Z" + }, + { + "version": "6.2012.0809.3627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0809.3627.zip", + "checksum": "0e4c6162e85f9b00743ddbcad3344175", + "timestamp": "2020-12-08T09:36:34Z" + }, + { + "version": "6.2012.0808.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0808.2927.zip", + "checksum": "76f5dbca66c3d095fa1523d4c11170a9", + "timestamp": "2020-12-08T08:29:34Z" + }, + { + "version": "6.2012.0808.0148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0808.0148.zip", + "checksum": "d2126b49681ce0ee86aa0659797fc4da", + "timestamp": "2020-12-08T08:01:56Z" + }, + { + "version": "6.2012.0801.0836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0801.0836.zip", + "checksum": "acb27f660360d729c68187a062c84162", + "timestamp": "2020-12-08T01:08:44Z" + }, + { + "version": "6.2012.0718.2303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0718.2303.zip", + "checksum": "bdf32cc5a34b85f31517d94635fd1a03", + "timestamp": "2020-12-07T18:23:11Z" + }, + { + "version": "6.2012.0717.3225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0717.3225.zip", + "checksum": "c8582aa359131f51580bdcaa0be65b44", + "timestamp": "2020-12-07T17:32:35Z" + }, + { + "version": "6.2012.0717.0538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0717.0538.zip", + "checksum": "9806ad28b13b9cfae0f26cdba88d95f3", + "timestamp": "2020-12-07T17:05:45Z" + }, + { + "version": "6.2012.0707.3102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0707.3102.zip", + "checksum": "72a7d049e6e464dc88ed07b8dd554492", + "timestamp": "2020-12-07T07:31:10Z" + }, + { + "version": "6.2012.0707.0424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0707.0424.zip", + "checksum": "4bffdb725efe838ee8d8a235fa3c3e33", + "timestamp": "2020-12-07T07:04:31Z" + }, + { + "version": "6.2012.0615.3415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0615.3415.zip", + "checksum": "880e25e1751e6dba9e59a69adcf672c3", + "timestamp": "2020-12-06T15:34:23Z" + }, + { + "version": "6.2012.0615.0755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0615.0755.zip", + "checksum": "5c4d413af1a8ac5b6ec3694c1a1a1b79", + "timestamp": "2020-12-06T15:08:03Z" + }, + { + "version": "6.2012.0607.3113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0607.3113.zip", + "checksum": "8be84c974536dfad3da4176f17d84b86", + "timestamp": "2020-12-06T07:31:21Z" + }, + { + "version": "6.2012.0601.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0601.3447.zip", + "checksum": "904d46711ace60677fdbd7160be0ffad", + "timestamp": "2020-12-06T01:34:54Z" + }, + { + "version": "6.2012.0601.0802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0601.0802.zip", + "checksum": "166426829032ee677a6871b85aca3b9a", + "timestamp": "2020-12-06T01:08:09Z" + }, + { + "version": "6.2012.0600.4123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0600.4123.zip", + "checksum": "408793f6379728ed2cceaaa154c4a86e", + "timestamp": "2020-12-06T00:41:30Z" + }, + { + "version": "6.2012.0519.5103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_6.2012.0519.5103.zip", + "checksum": "42fed716adc9291bac8367e1cf8423b1", + "timestamp": "2020-12-05T19:51:10Z" + }, + { + "version": "5.2011.2301.0606", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2301.0606.zip", + "checksum": "786ee4c1fc19ef501de6116cdda7de27", + "timestamp": "2020-11-23T01:06:13Z" + }, + { + "version": "5.2011.2219.3909", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2219.3909.zip", + "checksum": "2a435609ca66bd4aa8bc7c2c4efafad2", + "timestamp": "2020-11-22T19:39:18Z" + }, + { + "version": "5.2011.2219.1224", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2219.1224.zip", + "checksum": "d45ee617ceb2e6c866728b68378bf9a4", + "timestamp": "2020-11-22T19:12:32Z" + }, + { + "version": "5.2011.2218.3058", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2218.3058.zip", + "checksum": "ee9b85dd81ee86db1fa8a06257441b46", + "timestamp": "2020-11-22T18:31:06Z" + }, + { + "version": "5.2011.2217.5652", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2217.5652.zip", + "checksum": "8671a9c0cc3beb865cc99e549e070168", + "timestamp": "2020-11-22T17:56:59Z" + }, + { + "version": "5.2011.2215.5431", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2215.5431.zip", + "checksum": "20455157496133c48de81e8f83adf283", + "timestamp": "2020-11-22T15:54:38Z" + }, + { + "version": "5.2011.2215.0114", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2215.0114.zip", + "checksum": "9229e49dbe02d23bfd0b5337a699d96b", + "timestamp": "2020-11-22T15:01:21Z" + }, + { + "version": "5.2011.2210.3014", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2210.3014.zip", + "checksum": "51f65b6b8d7889f81a933bbeac6e1579", + "timestamp": "2020-11-22T10:30:22Z" + }, + { + "version": "5.2011.2208.2157", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2208.2157.zip", + "checksum": "8a492b3a92588d476f540460dfec945c", + "timestamp": "2020-11-22T08:22:04Z" + }, + { + "version": "5.2011.2207.5607", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2207.5607.zip", + "checksum": "488f2110309b699c6b337b2fcbbf161b", + "timestamp": "2020-11-22T07:56:15Z" + }, + { + "version": "5.2011.2207.0221", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2207.0221.zip", + "checksum": "24e413870f56e1ed791e42c0fde29851", + "timestamp": "2020-11-22T07:02:28Z" + }, + { + "version": "5.2011.2206.3743", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/serverwmc/serverwmc_5.2011.2206.3743.zip", + "checksum": "8c76f534a4a3079cfb73894d318648c1", + "timestamp": "2020-11-22T06:37:51Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "94fb77c3-55ad-4c50-bf4e-4e5497467b79", + "name": "Slack Notifications", + "description": "Get notifications via Slack.\n", + "overview": "Get notifications via Slack", + "owner": "jellyfin", + "category": "Notifications", + "versions": [ + { + "version": "7.2103.1323.4839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1323.4839.zip", + "checksum": "2844623b6b4d489c7c9ece2dc7e3541e", + "timestamp": "2021-03-13T23:48:47Z" + }, + { + "version": "7.2103.1322.2725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1322.2725.zip", + "checksum": "bf4067f04ccfef45eac93f0bb1f1e8f6", + "timestamp": "2021-03-13T22:27:34Z" + }, + { + "version": "7.2103.1314.5818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1314.5818.zip", + "checksum": "26068cd5a914756b3368397807a7240c", + "timestamp": "2021-03-13T14:58:26Z" + }, + { + "version": "7.2103.1314.3021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1314.3021.zip", + "checksum": "8418f6720f000e9a34ccbe46ad2909d5", + "timestamp": "2021-03-13T14:30:29Z" + }, + { + "version": "7.2103.1302.4348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1302.4348.zip", + "checksum": "685a5dba521db9ff07337c5b210b84b5", + "timestamp": "2021-03-13T02:43:57Z" + }, + { + "version": "7.2103.1223.2638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1223.2638.zip", + "checksum": "1a1cdfda68bf66da930dac60841c559a", + "timestamp": "2021-03-12T23:26:46Z" + }, + { + "version": "7.2103.1214.2044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1214.2044.zip", + "checksum": "31aa6bcb7f13b3e97a32bd886934a472", + "timestamp": "2021-03-12T14:20:52Z" + }, + { + "version": "7.2103.1213.5354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1213.5354.zip", + "checksum": "29ecba94761f5c8b229ec0d41c2f93a4", + "timestamp": "2021-03-12T13:54:03Z" + }, + { + "version": "7.2103.1209.0809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1209.0809.zip", + "checksum": "63c09a1a7c313748d4447fee392ec5b2", + "timestamp": "2021-03-12T09:08:17Z" + }, + { + "version": "7.2103.1123.4215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1123.4215.zip", + "checksum": "e50896a289c83670f7fb92f032a4e35f", + "timestamp": "2021-03-11T23:42:24Z" + }, + { + "version": "7.2103.1122.2738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1122.2738.zip", + "checksum": "890178a66ec59c5df2b3f74abe0c1c53", + "timestamp": "2021-03-11T22:27:47Z" + }, + { + "version": "7.2103.1121.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1121.5924.zip", + "checksum": "f7326359c377816f6901c8b1c120db01", + "timestamp": "2021-03-11T21:59:32Z" + }, + { + "version": "7.2103.1120.1859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1120.1859.zip", + "checksum": "6e256df9315b2893217e2cc7d897ff49", + "timestamp": "2021-03-11T20:19:07Z" + }, + { + "version": "7.2103.1116.1314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1116.1314.zip", + "checksum": "6e6c6740c09fb6ec558d4a798e26ff05", + "timestamp": "2021-03-11T16:13:22Z" + }, + { + "version": "7.2103.1115.3038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1115.3038.zip", + "checksum": "c5f192baaef836c65f57087751493336", + "timestamp": "2021-03-11T15:30:46Z" + }, + { + "version": "7.2103.1111.1224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1111.1224.zip", + "checksum": "593c025d46ad061df43c0896b9db89fe", + "timestamp": "2021-03-11T11:12:33Z" + }, + { + "version": "7.2103.1100.0639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1100.0639.zip", + "checksum": "4a6a923cb4976de1e49e4c09a1701966", + "timestamp": "2021-03-11T00:06:46Z" + }, + { + "version": "7.2103.1022.4517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1022.4517.zip", + "checksum": "690a44af7a0b2dc318672e82cb67d2d9", + "timestamp": "2021-03-10T22:45:24Z" + }, + { + "version": "7.2103.1019.3903", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1019.3903.zip", + "checksum": "fa4f37afba64cd7adf4962dfea498a2c", + "timestamp": "2021-03-10T19:39:11Z" + }, + { + "version": "7.2103.1014.4521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1014.4521.zip", + "checksum": "fb29c5d5f321d7bb9b432f5b48f1342a", + "timestamp": "2021-03-10T14:45:29Z" + }, + { + "version": "7.2103.1011.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1011.2418.zip", + "checksum": "b313e178dacd2cc4abdbf7e409ed0d04", + "timestamp": "2021-03-10T11:24:26Z" + }, + { + "version": "7.2103.1010.5624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1010.5624.zip", + "checksum": "3e1c5925936b1197b3bd785ea3111281", + "timestamp": "2021-03-10T10:56:31Z" + }, + { + "version": "7.2103.1008.0350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1008.0350.zip", + "checksum": "0039fdb7f8fe8b30146a5bbc53a954ae", + "timestamp": "2021-03-10T08:03:59Z" + }, + { + "version": "7.2103.1002.5419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.1002.5419.zip", + "checksum": "b755e5ec222740f1a8162d8e4daa5efa", + "timestamp": "2021-03-10T02:54:27Z" + }, + { + "version": "7.2103.0923.4444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0923.4444.zip", + "checksum": "59385042ca1369476fe91a50dbab6b73", + "timestamp": "2021-03-09T23:44:52Z" + }, + { + "version": "7.2103.0922.0134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0922.0134.zip", + "checksum": "adf077e2c95f41ec9fe1ae4220a48c09", + "timestamp": "2021-03-09T22:01:42Z" + }, + { + "version": "7.2103.0919.5403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0919.5403.zip", + "checksum": "590021095060b0ac6aa985c347b4cf9e", + "timestamp": "2021-03-09T19:54:12Z" + }, + { + "version": "7.2103.0919.1937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0919.1937.zip", + "checksum": "c7122052cfe27fb8a1c7f706fd219b97", + "timestamp": "2021-03-09T19:19:45Z" + }, + { + "version": "7.2103.0913.4301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0913.4301.zip", + "checksum": "a0dfe4e775bb3db22b3bc49d6d2ccb31", + "timestamp": "2021-03-09T13:43:11Z" + }, + { + "version": "7.2103.0904.3053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0904.3053.zip", + "checksum": "a07f116935e7731dac92f88b5d103c2d", + "timestamp": "2021-03-09T04:31:00Z" + }, + { + "version": "7.2103.0900.2447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0900.2447.zip", + "checksum": "b47ffc96621a95947409e9aa7bbebde0", + "timestamp": "2021-03-09T00:24:55Z" + }, + { + "version": "7.2103.0814.4513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0814.4513.zip", + "checksum": "0fcb757c9e0ae5cb7fca18f86a2602ed", + "timestamp": "2021-03-08T14:45:21Z" + }, + { + "version": "7.2103.0811.2902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0811.2902.zip", + "checksum": "8524b570bb4aba5a28ecf952fc30da38", + "timestamp": "2021-03-08T11:29:11Z" + }, + { + "version": "7.2103.0809.1445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0809.1445.zip", + "checksum": "d77752339f6e9564331d30281553fa10", + "timestamp": "2021-03-08T09:14:53Z" + }, + { + "version": "7.2103.0808.1429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0808.1429.zip", + "checksum": "5d656ff012d9188452696c2553b6da5b", + "timestamp": "2021-03-08T08:14:37Z" + }, + { + "version": "7.2103.0722.5257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0722.5257.zip", + "checksum": "9b5fe72d55c5cac417e4cd3bf6824379", + "timestamp": "2021-03-07T22:53:06Z" + }, + { + "version": "7.2103.0715.2057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0715.2057.zip", + "checksum": "ce19c25cbd73dc477204e855821f8ed3", + "timestamp": "2021-03-07T15:21:05Z" + }, + { + "version": "7.2103.0312.0631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0312.0631.zip", + "checksum": "805ef7c4af22c2416df1493a9740f39f", + "timestamp": "2021-03-03T12:06:39Z" + }, + { + "version": "7.2103.0217.0700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0217.0700.zip", + "checksum": "a218c220329a474360e74bdef5320d35", + "timestamp": "2021-03-02T17:07:08Z" + }, + { + "version": "7.2103.0216.4000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0216.4000.zip", + "checksum": "fb7d37b7f8d556d2788c18a09e7dbbc4", + "timestamp": "2021-03-02T16:40:08Z" + }, + { + "version": "7.2103.0214.3651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0214.3651.zip", + "checksum": "bd9c83a373330345add96670c421e402", + "timestamp": "2021-03-02T14:36:58Z" + }, + { + "version": "7.2103.0209.0319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0209.0319.zip", + "checksum": "4ba9218d77c9b1fc9ba8d2b2fd30ab44", + "timestamp": "2021-03-02T09:03:27Z" + }, + { + "version": "7.2103.0202.3358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0202.3358.zip", + "checksum": "5ebca86de8791b82201daffb005ce32a", + "timestamp": "2021-03-02T02:34:06Z" + }, + { + "version": "7.2103.0123.0637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0123.0637.zip", + "checksum": "10819807293b14d6a29f6cb5454a8e1b", + "timestamp": "2021-03-01T23:06:45Z" + }, + { + "version": "7.2103.0121.2419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0121.2419.zip", + "checksum": "ad445b0874c6731acc94fcf25d29342e", + "timestamp": "2021-03-01T21:24:26Z" + }, + { + "version": "7.2103.0119.1230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0119.1230.zip", + "checksum": "f9fe4c9f2322662f07f28ec699e8df0a", + "timestamp": "2021-03-01T19:12:38Z" + }, + { + "version": "7.2103.0118.4507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0118.4507.zip", + "checksum": "85eeca44a06bc42c8ae6b9cd91adf9e6", + "timestamp": "2021-03-01T18:45:16Z" + }, + { + "version": "7.2103.0118.1710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0118.1710.zip", + "checksum": "b46a53b7cbefc2b1b56df16a7ee52408", + "timestamp": "2021-03-01T18:17:18Z" + }, + { + "version": "7.2103.0117.2557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0117.2557.zip", + "checksum": "d24e2cc3dd1117c09d1a7b8253e557a5", + "timestamp": "2021-03-01T17:26:06Z" + }, + { + "version": "7.2103.0116.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0116.5847.zip", + "checksum": "1728cba8f22bbc6d6dcecd4d42855c61", + "timestamp": "2021-03-01T16:58:54Z" + }, + { + "version": "7.2103.0115.1736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0115.1736.zip", + "checksum": "45bb40317daf5d8e6025c94a35437a6c", + "timestamp": "2021-03-01T15:17:44Z" + }, + { + "version": "7.2103.0114.3153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0114.3153.zip", + "checksum": "4350673e5fef6825018940e25ebc5651", + "timestamp": "2021-03-01T14:32:01Z" + }, + { + "version": "7.2103.0113.5737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0113.5737.zip", + "checksum": "4620e6b6fa5efa8af319314c781afb30", + "timestamp": "2021-03-01T13:57:46Z" + }, + { + "version": "7.2103.0110.4930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0110.4930.zip", + "checksum": "ba236ce93536dcc98035859b81ed7948", + "timestamp": "2021-03-01T10:49:38Z" + }, + { + "version": "7.2103.0110.2226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0110.2226.zip", + "checksum": "bc78f08a10058e4c065682d8502985dc", + "timestamp": "2021-03-01T10:22:34Z" + }, + { + "version": "7.2103.0109.0837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0109.0837.zip", + "checksum": "0f1ad51d91b5db2a33cb21d712e0cc58", + "timestamp": "2021-03-01T09:08:45Z" + }, + { + "version": "7.2103.0104.1833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2103.0104.1833.zip", + "checksum": "101edf70c3bed0b9b50428fbdec1db1a", + "timestamp": "2021-03-01T04:18:41Z" + }, + { + "version": "7.2102.2820.3259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2820.3259.zip", + "checksum": "d897d0bcce8bd355ae43e80ae71ca60e", + "timestamp": "2021-02-28T20:33:08Z" + }, + { + "version": "7.2102.2816.2342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2816.2342.zip", + "checksum": "d1d84f5e6a97cc9d89de4b06143d4088", + "timestamp": "2021-02-28T16:23:50Z" + }, + { + "version": "7.2102.2815.5616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2815.5616.zip", + "checksum": "dd11241f3a22ba0a2a8dd6924bdfa306", + "timestamp": "2021-02-28T15:56:24Z" + }, + { + "version": "7.2102.2815.3000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2815.3000.zip", + "checksum": "4a59d97cffe14e6c628e30f8824f016b", + "timestamp": "2021-02-28T15:30:08Z" + }, + { + "version": "7.2102.2811.3608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2811.3608.zip", + "checksum": "1917bdef3d16359fd1e493b81613bc0c", + "timestamp": "2021-02-28T11:36:16Z" + }, + { + "version": "7.2102.2811.1022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2811.1022.zip", + "checksum": "d05292c9ac45f28efe12a0fa96c8ff07", + "timestamp": "2021-02-28T11:10:31Z" + }, + { + "version": "7.2102.2810.4044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2810.4044.zip", + "checksum": "e4b18d17026f0ecdb5481f29e0f4542e", + "timestamp": "2021-02-28T10:40:52Z" + }, + { + "version": "7.2102.2810.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2810.1309.zip", + "checksum": "019475690ce574af315ab100bb5fd4ee", + "timestamp": "2021-02-28T10:13:17Z" + }, + { + "version": "7.2102.2809.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2809.4620.zip", + "checksum": "e3d973e65e51de9543ef96089463f070", + "timestamp": "2021-02-28T09:46:28Z" + }, + { + "version": "7.2102.2806.4959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2806.4959.zip", + "checksum": "5246dce14a0471a78eeae032f93df45e", + "timestamp": "2021-02-28T06:50:08Z" + }, + { + "version": "7.2102.2805.0956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2805.0956.zip", + "checksum": "d9a048860a78a7d7728cdda22700444d", + "timestamp": "2021-02-28T05:10:04Z" + }, + { + "version": "7.2102.2804.4304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2804.4304.zip", + "checksum": "59dde532cd8822ed95c36d0bd55baf14", + "timestamp": "2021-02-28T04:43:13Z" + }, + { + "version": "7.2102.2722.4756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2722.4756.zip", + "checksum": "09f8f2c6773ec0d78024e6df2b555baa", + "timestamp": "2021-02-27T22:48:06Z" + }, + { + "version": "7.2102.2722.1939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2722.1939.zip", + "checksum": "c1a0eae62bb0b5f732dc2a74840f44fc", + "timestamp": "2021-02-27T22:19:47Z" + }, + { + "version": "7.2102.2719.2233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2719.2233.zip", + "checksum": "d348a75b9e3247b3ad8b7462f086ff0c", + "timestamp": "2021-02-27T19:22:41Z" + }, + { + "version": "7.2102.2718.4345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2718.4345.zip", + "checksum": "1283315e9a61c4f400aebe234420d13e", + "timestamp": "2021-02-27T18:43:52Z" + }, + { + "version": "7.2102.2717.0536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2717.0536.zip", + "checksum": "575e55db4a32d3196ee4bbd8d9c3b893", + "timestamp": "2021-02-27T17:05:45Z" + }, + { + "version": "7.2102.2707.3805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2707.3805.zip", + "checksum": "01d2e7f5de25b38bface95f6768fa4a0", + "timestamp": "2021-02-27T07:38:13Z" + }, + { + "version": "7.2102.2705.5332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2705.5332.zip", + "checksum": "d18c1da358025205be1d96b07b72586b", + "timestamp": "2021-02-27T05:53:40Z" + }, + { + "version": "7.2102.2705.2642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2705.2642.zip", + "checksum": "5966af309c8b80002c4ae00503ebbd88", + "timestamp": "2021-02-27T05:26:51Z" + }, + { + "version": "7.2102.2704.2036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2704.2036.zip", + "checksum": "36f5f2add1a15e7ad2f64a95fe4f3846", + "timestamp": "2021-02-27T04:20:45Z" + }, + { + "version": "7.2102.2703.5328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2703.5328.zip", + "checksum": "66a58988d9716c28b0140eeed26097de", + "timestamp": "2021-02-27T03:53:36Z" + }, + { + "version": "7.2102.2621.0954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2621.0954.zip", + "checksum": "20262cf2cfc4a5106617d8a2ee01ae86", + "timestamp": "2021-02-26T21:10:02Z" + }, + { + "version": "7.2102.2619.1330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2619.1330.zip", + "checksum": "73569b10f5d47feca6bbbb8135bd1834", + "timestamp": "2021-02-26T19:13:37Z" + }, + { + "version": "7.2102.2618.4626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2618.4626.zip", + "checksum": "781db5457fc69799c24c4660765f856b", + "timestamp": "2021-02-26T18:46:33Z" + }, + { + "version": "7.2102.2612.4423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2612.4423.zip", + "checksum": "f2dbf18d58a64b85baf78aab6735faa1", + "timestamp": "2021-02-26T12:44:31Z" + }, + { + "version": "7.2102.2523.4129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2523.4129.zip", + "checksum": "33dd2fe72d076e822942dccd7002fffc", + "timestamp": "2021-02-25T23:41:37Z" + }, + { + "version": "7.2102.2508.4400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2508.4400.zip", + "checksum": "992f2498b872450e04ee3c5da1359068", + "timestamp": "2021-02-25T08:44:09Z" + }, + { + "version": "7.2102.2423.1158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2423.1158.zip", + "checksum": "2441020a756006599db1185a11595445", + "timestamp": "2021-02-24T23:12:08Z" + }, + { + "version": "7.2102.2422.4541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2422.4541.zip", + "checksum": "92b7d52a46ab4ff209448402d7910aee", + "timestamp": "2021-02-24T22:45:49Z" + }, + { + "version": "7.2102.2421.2848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2421.2848.zip", + "checksum": "dc98ff34165dc9e0658e3bb456753d90", + "timestamp": "2021-02-24T21:28:57Z" + }, + { + "version": "7.2102.2416.4707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2416.4707.zip", + "checksum": "68057ed96137b3a559ded8f07fb044ba", + "timestamp": "2021-02-24T16:47:15Z" + }, + { + "version": "7.2102.2416.2023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2416.2023.zip", + "checksum": "89d93f7d9c249db4ab1af87ebc74474b", + "timestamp": "2021-02-24T16:20:31Z" + }, + { + "version": "7.2102.2411.4134", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2411.4134.zip", + "checksum": "c0d74027ebaffbe1694c769c01c0e230", + "timestamp": "2021-02-24T11:41:42Z" + }, + { + "version": "7.2102.2401.5451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2401.5451.zip", + "checksum": "ae1a384a63978e3dee67b49f68d4ec4b", + "timestamp": "2021-02-24T01:54:59Z" + }, + { + "version": "7.2102.2321.1011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2321.1011.zip", + "checksum": "b43ad8a09361036b1bcf7f71b1064cb0", + "timestamp": "2021-02-23T21:10:19Z" + }, + { + "version": "7.2102.2317.1320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2317.1320.zip", + "checksum": "a56a215799a56332d0ec18dd54bc0ac5", + "timestamp": "2021-02-23T17:13:28Z" + }, + { + "version": "7.2102.2312.2710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2312.2710.zip", + "checksum": "2abb15cc6970eaffe21cae2e93b52431", + "timestamp": "2021-02-23T12:27:20Z" + }, + { + "version": "7.2102.2302.5737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2302.5737.zip", + "checksum": "291cc589c322c63fa4ed0b0f3fab11ed", + "timestamp": "2021-02-23T02:57:46Z" + }, + { + "version": "7.2102.2302.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2302.2909.zip", + "checksum": "cb2117d02170949d5aaadd4b6ecd2398", + "timestamp": "2021-02-23T02:29:17Z" + }, + { + "version": "7.2102.2222.0130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2222.0130.zip", + "checksum": "b85184e3286266da17b8496750e57c93", + "timestamp": "2021-02-22T22:01:38Z" + }, + { + "version": "7.2102.2217.3418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2217.3418.zip", + "checksum": "1089dd62514d5538bfcbeb76d2d08065", + "timestamp": "2021-02-22T17:34:26Z" + }, + { + "version": "7.2102.2217.0725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2217.0725.zip", + "checksum": "e3a629b29ba80c551cfa3a5121089009", + "timestamp": "2021-02-22T17:07:34Z" + }, + { + "version": "7.2102.2216.3941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2216.3941.zip", + "checksum": "347d5d0363fcaa81c499f0ac633bed94", + "timestamp": "2021-02-22T16:39:49Z" + }, + { + "version": "7.2102.2214.0910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2214.0910.zip", + "checksum": "ff8130b3f53266376c8cd3b2b99cbc99", + "timestamp": "2021-02-22T14:09:19Z" + }, + { + "version": "7.2102.2213.4122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2213.4122.zip", + "checksum": "f4610f6a1ef7c2dc84b4ac374175af84", + "timestamp": "2021-02-22T13:41:31Z" + }, + { + "version": "7.2102.2207.3817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2207.3817.zip", + "checksum": "07508eb23f9f4422b1e6404b9c591f87", + "timestamp": "2021-02-22T07:38:25Z" + }, + { + "version": "7.2102.2205.5327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2205.5327.zip", + "checksum": "5f845bab383c98de33afb63d2aeb99f5", + "timestamp": "2021-02-22T05:53:35Z" + }, + { + "version": "7.2102.2204.5117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2204.5117.zip", + "checksum": "4f27ae8be1c704ab19931ba7f60a7401", + "timestamp": "2021-02-22T04:51:25Z" + }, + { + "version": "7.2102.2201.4713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2201.4713.zip", + "checksum": "0ffbd4baa5877c3cf3f97313167bc600", + "timestamp": "2021-02-22T01:47:22Z" + }, + { + "version": "7.2102.2119.2526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2119.2526.zip", + "checksum": "9f6704d7757ce18c404399c3572a3a9c", + "timestamp": "2021-02-21T19:25:34Z" + }, + { + "version": "7.2102.2116.0840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2116.0840.zip", + "checksum": "408a72fc237351bb3d11aaf31e0607e6", + "timestamp": "2021-02-21T16:08:49Z" + }, + { + "version": "7.2102.2107.2517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2107.2517.zip", + "checksum": "ebc6c301b98bd3a3ae679feb7069274f", + "timestamp": "2021-02-21T07:25:25Z" + }, + { + "version": "7.2102.2023.3213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2023.3213.zip", + "checksum": "cdb69a8b021a59fdfd367ecdc474f1e5", + "timestamp": "2021-02-20T23:32:21Z" + }, + { + "version": "7.2102.2023.0554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2023.0554.zip", + "checksum": "effb8f63060bf0a093ecfff10fa28c19", + "timestamp": "2021-02-20T23:06:02Z" + }, + { + "version": "7.2102.2015.4742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2015.4742.zip", + "checksum": "75e6936d63bff76a671fb29dfbcb8c1c", + "timestamp": "2021-02-20T15:47:50Z" + }, + { + "version": "7.2102.2002.4920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2002.4920.zip", + "checksum": "1ccf05d4f4c0eb36cb4feb0c445fda5f", + "timestamp": "2021-02-20T02:49:29Z" + }, + { + "version": "7.2102.2002.2138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.2002.2138.zip", + "checksum": "ab7c1289d403d57568dbe61e45274c42", + "timestamp": "2021-02-20T02:21:46Z" + }, + { + "version": "7.2102.1912.4254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1912.4254.zip", + "checksum": "e17f4db4486769d36dd956134869d61f", + "timestamp": "2021-02-19T12:43:04Z" + }, + { + "version": "7.2102.1822.5521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1822.5521.zip", + "checksum": "fee638091350042824eb0bf17e5d89f2", + "timestamp": "2021-02-18T22:55:29Z" + }, + { + "version": "7.2102.1819.0301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1819.0301.zip", + "checksum": "cb09da52c6e088ace494e1cd38f33b7c", + "timestamp": "2021-02-18T19:03:11Z" + }, + { + "version": "7.2102.1817.4311", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1817.4311.zip", + "checksum": "d941f396882e288dc369e71592341ea4", + "timestamp": "2021-02-18T17:43:20Z" + }, + { + "version": "7.2102.1817.1523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1817.1523.zip", + "checksum": "9a9288b0a49efcdee8dcdd72cdad9030", + "timestamp": "2021-02-18T17:15:31Z" + }, + { + "version": "7.2102.1719.4812", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1719.4812.zip", + "checksum": "0886bc09cff2d616315c5b0b93d0fd9d", + "timestamp": "2021-02-17T19:48:21Z" + }, + { + "version": "7.2102.1710.1041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1710.1041.zip", + "checksum": "900e11d62fd369cae06e7781e552cd90", + "timestamp": "2021-02-17T10:10:49Z" + }, + { + "version": "7.2102.1709.3548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1709.3548.zip", + "checksum": "8887633869c6f07f318cfd053dcd89f4", + "timestamp": "2021-02-17T09:35:58Z" + }, + { + "version": "7.2102.1706.4531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1706.4531.zip", + "checksum": "f9905b77af21146c436a80ce1d674df9", + "timestamp": "2021-02-17T06:45:39Z" + }, + { + "version": "7.2102.1705.2649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1705.2649.zip", + "checksum": "24e2a191a27c3d5106e273975f9aaed9", + "timestamp": "2021-02-17T05:26:58Z" + }, + { + "version": "7.2102.1704.2206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1704.2206.zip", + "checksum": "910e6f0535a300a3cd6267914f767221", + "timestamp": "2021-02-17T04:22:15Z" + }, + { + "version": "7.2102.1703.5516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1703.5516.zip", + "checksum": "e01997f05e88b07ef8acbb565eb29b91", + "timestamp": "2021-02-17T03:55:24Z" + }, + { + "version": "7.2102.1703.2637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1703.2637.zip", + "checksum": "938965128fbcae265be8d2b3789fa66d", + "timestamp": "2021-02-17T03:26:45Z" + }, + { + "version": "7.2102.1618.5512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1618.5512.zip", + "checksum": "4a932c573bb7f89a218e5a23ccb7b895", + "timestamp": "2021-02-16T18:55:20Z" + }, + { + "version": "7.2102.1615.5840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1615.5840.zip", + "checksum": "cb67eb62d02f7ca3e23b7f945efc9485", + "timestamp": "2021-02-16T15:58:49Z" + }, + { + "version": "7.2102.1605.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1605.4349.zip", + "checksum": "be9e9b672148d65aa37f38da6b918c49", + "timestamp": "2021-02-16T05:43:57Z" + }, + { + "version": "7.2102.1605.1702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1605.1702.zip", + "checksum": "2b58459987c39b69d030216f6ee72261", + "timestamp": "2021-02-16T05:17:10Z" + }, + { + "version": "7.2102.1519.4356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1519.4356.zip", + "checksum": "f1a133599affdbf31602ee69119067e6", + "timestamp": "2021-02-15T19:44:04Z" + }, + { + "version": "7.2102.1514.2711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1514.2711.zip", + "checksum": "353f2c176cea827c98dbfaf7bbed2ba9", + "timestamp": "2021-02-15T14:27:21Z" + }, + { + "version": "7.2102.1513.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1513.5924.zip", + "checksum": "bdf9c1a9cbdf20d4bdf158d76e0edc68", + "timestamp": "2021-02-15T13:59:32Z" + }, + { + "version": "7.2102.1509.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1509.1335.zip", + "checksum": "fd0e5265dc97223850f7b5ce57a5bccf", + "timestamp": "2021-02-15T09:13:44Z" + }, + { + "version": "7.2102.1417.5232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1417.5232.zip", + "checksum": "a66882a1e2f93fcba5ec3796e64ff280", + "timestamp": "2021-02-14T17:52:39Z" + }, + { + "version": "7.2102.1416.2320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1416.2320.zip", + "checksum": "873a0844128a44f02140e23d13806286", + "timestamp": "2021-02-14T16:23:28Z" + }, + { + "version": "7.2102.1408.1801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1408.1801.zip", + "checksum": "62083f23bd622a9c45da017a7ffabd89", + "timestamp": "2021-02-14T08:18:10Z" + }, + { + "version": "7.2102.1407.1040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1407.1040.zip", + "checksum": "205746a61ab844f49207552438cb8976", + "timestamp": "2021-02-14T07:10:48Z" + }, + { + "version": "7.2102.1319.0307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1319.0307.zip", + "checksum": "b92914133ed7ba1e51c3b2523360f3d2", + "timestamp": "2021-02-13T19:03:15Z" + }, + { + "version": "7.2102.1310.3631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1310.3631.zip", + "checksum": "48ba4e12281a489796bba74f6d711228", + "timestamp": "2021-02-13T10:36:39Z" + }, + { + "version": "7.2102.1310.0001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1310.0001.zip", + "checksum": "86f132843317e992a4c2121fe85ae237", + "timestamp": "2021-02-13T10:00:09Z" + }, + { + "version": "7.2102.1304.5654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1304.5654.zip", + "checksum": "9f558415eb4c21993a45d5a5c5e10f71", + "timestamp": "2021-02-13T04:57:02Z" + }, + { + "version": "7.2102.1302.1858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1302.1858.zip", + "checksum": "ee66d8ac4105ec00d5e9f3584e4b9bad", + "timestamp": "2021-02-13T02:19:06Z" + }, + { + "version": "7.2102.1218.2742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1218.2742.zip", + "checksum": "5796177d90767c89a246425f469e19c9", + "timestamp": "2021-02-12T18:27:51Z" + }, + { + "version": "7.2102.1209.0747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1209.0747.zip", + "checksum": "5d080877dd53c4d2b22fba96dec958da", + "timestamp": "2021-02-12T09:07:56Z" + }, + { + "version": "7.2102.1118.5742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1118.5742.zip", + "checksum": "e6118221a40034302abe1d51794933cb", + "timestamp": "2021-02-11T18:57:50Z" + }, + { + "version": "7.2102.1117.1447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1117.1447.zip", + "checksum": "9c620616cf62d21250f093d06803629c", + "timestamp": "2021-02-11T17:14:56Z" + }, + { + "version": "7.2102.1116.4145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1116.4145.zip", + "checksum": "9fe3e7f961c32b4b0c7d94a4c08e7318", + "timestamp": "2021-02-11T16:41:53Z" + }, + { + "version": "7.2102.1114.5554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1114.5554.zip", + "checksum": "60ddddc75574adc822166ddceb39b479", + "timestamp": "2021-02-11T14:56:01Z" + }, + { + "version": "7.2102.1108.2334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1108.2334.zip", + "checksum": "9dc2fb29b500f06a460c092958ca19a4", + "timestamp": "2021-02-11T08:23:43Z" + }, + { + "version": "7.2102.1107.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1107.5517.zip", + "checksum": "91a325d8b952fe369497f16df3894342", + "timestamp": "2021-02-11T07:55:24Z" + }, + { + "version": "7.2102.1017.0713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1017.0713.zip", + "checksum": "78042c62e17a5b257fa81140334a4a29", + "timestamp": "2021-02-10T17:07:21Z" + }, + { + "version": "7.2102.1015.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1015.3500.zip", + "checksum": "4534ae0ee93b266aa0d061d9ce2546e1", + "timestamp": "2021-02-10T15:35:08Z" + }, + { + "version": "7.2102.1015.0554", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1015.0554.zip", + "checksum": "f0a58ba46b04947c64cc01cd2a6ae5c3", + "timestamp": "2021-02-10T15:06:01Z" + }, + { + "version": "7.2102.1014.0645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1014.0645.zip", + "checksum": "ab831e5f91989067bd8a1a20ca24cdd1", + "timestamp": "2021-02-10T14:06:54Z" + }, + { + "version": "7.2102.1011.4200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1011.4200.zip", + "checksum": "84fb1665ffbd2d633d4fcb9a0991ca18", + "timestamp": "2021-02-10T11:42:17Z" + }, + { + "version": "7.2102.1010.5230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1010.5230.zip", + "checksum": "ab64b256b67cb6b34a1c0d5bad0abc62", + "timestamp": "2021-02-10T10:52:41Z" + }, + { + "version": "7.2102.1006.5925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1006.5925.zip", + "checksum": "6bfcbb3c055cb3875c42eb15d1a04b13", + "timestamp": "2021-02-10T06:59:39Z" + }, + { + "version": "7.2102.1002.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1002.4005.zip", + "checksum": "bfa056cf07f05c7e0be7f880acfebe28", + "timestamp": "2021-02-10T02:40:14Z" + }, + { + "version": "7.2102.1001.2752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.1001.2752.zip", + "checksum": "3299db1fee9e30ea952ec69687ebbff6", + "timestamp": "2021-02-10T01:28:01Z" + }, + { + "version": "7.2102.0916.1256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0916.1256.zip", + "checksum": "151ecf88a4b04eb76ebb9d2e6d367ec4", + "timestamp": "2021-02-09T16:13:04Z" + }, + { + "version": "7.2102.0903.3007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0903.3007.zip", + "checksum": "201cbfe4d4b5a1ea7737cc8b675b2b4c", + "timestamp": "2021-02-09T03:30:16Z" + }, + { + "version": "7.2102.0903.0055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0903.0055.zip", + "checksum": "8fa0327935e6f58b8fbf371ad3ed56c9", + "timestamp": "2021-02-09T03:01:03Z" + }, + { + "version": "7.2102.0902.3155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0902.3155.zip", + "checksum": "cc2573f8bd99c1a10d58a33e20cc13ae", + "timestamp": "2021-02-09T02:32:03Z" + }, + { + "version": "7.2102.0815.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0815.5323.zip", + "checksum": "d4e48922a2823e30535259cecfbaa27d", + "timestamp": "2021-02-08T15:53:30Z" + }, + { + "version": "7.2102.0815.2431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0815.2431.zip", + "checksum": "ac983d7080de94fd3e105f37945d9837", + "timestamp": "2021-02-08T15:24:39Z" + }, + { + "version": "7.2102.0814.5511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0814.5511.zip", + "checksum": "da25d03f49ca62c85701e61f8271cc94", + "timestamp": "2021-02-08T14:55:19Z" + }, + { + "version": "7.2102.0814.2517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0814.2517.zip", + "checksum": "23939887ba24c29cd3bd36a80375af96", + "timestamp": "2021-02-08T14:25:24Z" + }, + { + "version": "7.2102.0812.2628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0812.2628.zip", + "checksum": "4a4074d6e35bddaf5521c811736c8cd8", + "timestamp": "2021-02-08T12:26:38Z" + }, + { + "version": "7.2102.0811.5202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0811.5202.zip", + "checksum": "71fddce7c3c684f3daeef9d33d1e5c51", + "timestamp": "2021-02-08T11:52:10Z" + }, + { + "version": "7.2102.0809.4416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0809.4416.zip", + "checksum": "540955874a1a72a4970fb61c455916ef", + "timestamp": "2021-02-08T09:44:23Z" + }, + { + "version": "7.2102.0808.5350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0808.5350.zip", + "checksum": "9fa141a204a1a2b4f1cadbcade18d1a1", + "timestamp": "2021-02-08T08:54:00Z" + }, + { + "version": "7.2102.0806.2745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0806.2745.zip", + "checksum": "c355969190e84472e010c048c81a4d69", + "timestamp": "2021-02-08T06:27:54Z" + }, + { + "version": "7.2102.0805.5925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0805.5925.zip", + "checksum": "ebc9ce3d1b467fe5ba3a898802abc335", + "timestamp": "2021-02-08T05:59:33Z" + }, + { + "version": "7.2102.0720.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0720.2508.zip", + "checksum": "7dec9158fb1eb96732c37f3ad6bfafbc", + "timestamp": "2021-02-07T20:25:15Z" + }, + { + "version": "7.2102.0716.5750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0716.5750.zip", + "checksum": "51f0c7ff62d9516babe073e63786ec7e", + "timestamp": "2021-02-07T16:57:59Z" + }, + { + "version": "7.2102.0716.2957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0716.2957.zip", + "checksum": "3bf6907ab78f0e9ee91443ea5e1f65f9", + "timestamp": "2021-02-07T16:30:05Z" + }, + { + "version": "7.2102.0710.2735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0710.2735.zip", + "checksum": "de4b33d253125f835eb6bdfe675ccbd7", + "timestamp": "2021-02-07T10:27:44Z" + }, + { + "version": "7.2102.0702.0943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0702.0943.zip", + "checksum": "48a63fda0ef786cc8ee92138d02b6b5e", + "timestamp": "2021-02-07T02:09:52Z" + }, + { + "version": "7.2102.0701.4108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0701.4108.zip", + "checksum": "79f80500b6876b1ced0553c718217518", + "timestamp": "2021-02-07T01:41:16Z" + }, + { + "version": "7.2102.0618.2459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0618.2459.zip", + "checksum": "705d10ba1997ae4a9188c2537b8f8fe9", + "timestamp": "2021-02-06T18:25:06Z" + }, + { + "version": "7.2102.0519.2737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0519.2737.zip", + "checksum": "b6338552d81cb2e4cacea7c188ba112d", + "timestamp": "2021-02-05T19:27:45Z" + }, + { + "version": "7.2102.0511.5648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0511.5648.zip", + "checksum": "22f5d763a5fc08ec42c1d6788964ecd3", + "timestamp": "2021-02-05T11:56:58Z" + }, + { + "version": "7.2102.0511.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0511.2909.zip", + "checksum": "c45eb43fe4ead9d205d43f8fa8691104", + "timestamp": "2021-02-05T11:29:17Z" + }, + { + "version": "7.2102.0503.3716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0503.3716.zip", + "checksum": "a8f0a7d664af3b7c13d6ee135c2256dd", + "timestamp": "2021-02-05T03:37:23Z" + }, + { + "version": "7.2102.0503.0737", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0503.0737.zip", + "checksum": "246c137be18b1ec382855c15853df0e9", + "timestamp": "2021-02-05T03:07:45Z" + }, + { + "version": "7.2102.0414.4926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0414.4926.zip", + "checksum": "e7ac7e5c7b9a5879a290d848b4e43076", + "timestamp": "2021-02-04T14:49:34Z" + }, + { + "version": "7.2102.0413.1340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0413.1340.zip", + "checksum": "755dd7e4ac2020eba9173d0b4bf9aa72", + "timestamp": "2021-02-04T13:13:48Z" + }, + { + "version": "7.2102.0308.1500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0308.1500.zip", + "checksum": "fc5c68e3950290fc5a60d59589ecc25a", + "timestamp": "2021-02-03T08:15:08Z" + }, + { + "version": "7.2102.0307.4555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0307.4555.zip", + "checksum": "886617fa4ef7659101170ced88436373", + "timestamp": "2021-02-03T07:46:03Z" + }, + { + "version": "7.2102.0217.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0217.5148.zip", + "checksum": "81f0d8ae9e25cff25d2828f4c6bcc082", + "timestamp": "2021-02-02T17:51:56Z" + }, + { + "version": "7.2102.0210.2316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0210.2316.zip", + "checksum": "8230567f136d99e687281dafa7be599c", + "timestamp": "2021-02-02T10:23:25Z" + }, + { + "version": "7.2102.0203.2251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0203.2251.zip", + "checksum": "df3886be000b2b8c663b930219f2e47b", + "timestamp": "2021-02-02T03:22:59Z" + }, + { + "version": "7.2102.0119.2902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0119.2902.zip", + "checksum": "fe6dd5e90f3928ea52cc2185c96ccaac", + "timestamp": "2021-02-01T19:29:10Z" + }, + { + "version": "7.2102.0119.0024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0119.0024.zip", + "checksum": "c92c695577b54df22bd2304813fdb67e", + "timestamp": "2021-02-01T19:00:32Z" + }, + { + "version": "7.2102.0104.4928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2102.0104.4928.zip", + "checksum": "d3c0b7ad714e8aa8b167b578f45b6c58", + "timestamp": "2021-02-01T04:49:36Z" + }, + { + "version": "7.2101.3122.4358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3122.4358.zip", + "checksum": "e0347f1762c421955cd6ce836ac41d34", + "timestamp": "2021-01-31T22:44:06Z" + }, + { + "version": "7.2101.3117.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3117.2948.zip", + "checksum": "e5c9888d0df6cb0f1f02334ed227d981", + "timestamp": "2021-01-31T17:29:57Z" + }, + { + "version": "7.2101.3117.0210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3117.0210.zip", + "checksum": "7919d1d430475f42f5daa87b0eae7482", + "timestamp": "2021-01-31T17:02:18Z" + }, + { + "version": "7.2101.3112.1847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3112.1847.zip", + "checksum": "36f904c006a1edd2b6eaabcf04a8f512", + "timestamp": "2021-01-31T12:18:56Z" + }, + { + "version": "7.2101.3022.2039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3022.2039.zip", + "checksum": "13d548fa4f4e0271b7c33f9972b41e39", + "timestamp": "2021-01-30T22:20:47Z" + }, + { + "version": "7.2101.3008.1959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3008.1959.zip", + "checksum": "97fda271736d44a5e6f6ece00206560c", + "timestamp": "2021-01-30T08:20:07Z" + }, + { + "version": "7.2101.3007.5119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.3007.5119.zip", + "checksum": "b9c01acff2745f53a181ad2d8085f870", + "timestamp": "2021-01-30T07:51:27Z" + }, + { + "version": "7.2101.2906.5828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2906.5828.zip", + "checksum": "6ece57f1d13156abcf2a9ac152014993", + "timestamp": "2021-01-29T06:58:36Z" + }, + { + "version": "7.2101.2801.0731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2801.0731.zip", + "checksum": "2b8a7ef1b930fb80d6caf96cb96555de", + "timestamp": "2021-01-28T01:07:39Z" + }, + { + "version": "7.2101.2718.1235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2718.1235.zip", + "checksum": "5c71f79ca9d16fe77198ed8b8a84135c", + "timestamp": "2021-01-27T18:12:43Z" + }, + { + "version": "7.2101.2715.3143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2715.3143.zip", + "checksum": "51eabaa627531f45edbb5dcc157ca248", + "timestamp": "2021-01-27T15:31:52Z" + }, + { + "version": "7.2101.2708.0518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2708.0518.zip", + "checksum": "60e22a1254fefc25ee5cb2a5a5dcd620", + "timestamp": "2021-01-27T08:05:26Z" + }, + { + "version": "7.2101.2618.3725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2618.3725.zip", + "checksum": "ca4b7dd0e411cf672da5225462cb9f29", + "timestamp": "2021-01-26T18:37:34Z" + }, + { + "version": "7.2101.2618.0829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2618.0829.zip", + "checksum": "3f4c94d1dea9aa924733e513166dd987", + "timestamp": "2021-01-26T18:08:37Z" + }, + { + "version": "7.2101.2617.1208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2617.1208.zip", + "checksum": "cfe6dd022d9f97b8fcd082e1a90288a0", + "timestamp": "2021-01-26T17:12:21Z" + }, + { + "version": "7.2101.2611.3809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2611.3809.zip", + "checksum": "86c6cefa15f614fc511157a9506f6f1e", + "timestamp": "2021-01-26T11:38:17Z" + }, + { + "version": "7.2101.2521.3613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2521.3613.zip", + "checksum": "6e96868aa544ab47259ff54a6c53b59d", + "timestamp": "2021-01-25T21:36:20Z" + }, + { + "version": "7.2101.2519.5419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2519.5419.zip", + "checksum": "d72893b2d6854faeac933464387c8385", + "timestamp": "2021-01-25T19:54:28Z" + }, + { + "version": "7.2101.2518.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2518.5549.zip", + "checksum": "6c85dfbc59de64c71084f9d8539e1ae6", + "timestamp": "2021-01-25T18:55:57Z" + }, + { + "version": "7.2101.2517.5604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2517.5604.zip", + "checksum": "54abfde444e5cc1338e48b85cf20070a", + "timestamp": "2021-01-25T17:56:13Z" + }, + { + "version": "7.2101.2516.2810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2516.2810.zip", + "checksum": "fd88ee0406f651b548eb27bec710ecd9", + "timestamp": "2021-01-25T16:28:18Z" + }, + { + "version": "7.2101.2515.1959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2515.1959.zip", + "checksum": "ca3e08967dc2f85a3e7ba318d02dcf68", + "timestamp": "2021-01-25T15:20:08Z" + }, + { + "version": "7.2101.2513.0704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2513.0704.zip", + "checksum": "12439c87072ff27c6fa1dd11d4cbfaa1", + "timestamp": "2021-01-25T13:07:12Z" + }, + { + "version": "7.2101.2512.2516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2512.2516.zip", + "checksum": "2305b802e4ecbced9f5fef92fe568215", + "timestamp": "2021-01-25T12:25:24Z" + }, + { + "version": "7.2101.2511.3520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2511.3520.zip", + "checksum": "6600953a81fb0425b56f63deb5b54888", + "timestamp": "2021-01-25T11:35:28Z" + }, + { + "version": "7.2101.2504.3014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2504.3014.zip", + "checksum": "48b6f583a550d3ba99c73b915c252c5f", + "timestamp": "2021-01-25T04:30:22Z" + }, + { + "version": "7.2101.2420.1022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2420.1022.zip", + "checksum": "e3069e34f769efcc243ef2f1d6c29c5c", + "timestamp": "2021-01-24T20:10:30Z" + }, + { + "version": "7.2101.2419.4028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2419.4028.zip", + "checksum": "94d3bfa444f4f52caaa8e51c12541085", + "timestamp": "2021-01-24T19:40:35Z" + }, + { + "version": "7.2101.2418.3156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2418.3156.zip", + "checksum": "4600b0cd08c2b612b75961fe0e3350ef", + "timestamp": "2021-01-24T18:32:08Z" + }, + { + "version": "7.2101.2413.3959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2413.3959.zip", + "checksum": "0b790e3f0749576d2e55c565a360a487", + "timestamp": "2021-01-24T13:40:07Z" + }, + { + "version": "7.2101.2410.4227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2410.4227.zip", + "checksum": "80af50ad3c22b87ab3682a74af13c83c", + "timestamp": "2021-01-24T10:42:35Z" + }, + { + "version": "7.2101.2400.2630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2400.2630.zip", + "checksum": "e2f2978a4656ee931ef91183152cc77f", + "timestamp": "2021-01-24T00:26:38Z" + }, + { + "version": "7.2101.2323.5926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2323.5926.zip", + "checksum": "34e30cbfc6c4dc77abf9aa469fc474e3", + "timestamp": "2021-01-23T23:59:35Z" + }, + { + "version": "7.2101.2323.2834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2323.2834.zip", + "checksum": "3349c1fb85fae92e4c3cb402603d383c", + "timestamp": "2021-01-23T23:28:42Z" + }, + { + "version": "7.2101.2321.0536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2321.0536.zip", + "checksum": "0260600c6da8a815957d763e5b3a1819", + "timestamp": "2021-01-23T21:05:44Z" + }, + { + "version": "7.2101.2320.3609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2320.3609.zip", + "checksum": "c27641c1465de9f2cd83c78a6208e768", + "timestamp": "2021-01-23T20:36:17Z" + }, + { + "version": "7.2101.2320.0655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2320.0655.zip", + "checksum": "fce0f9d8375a86e683c6466621b6a612", + "timestamp": "2021-01-23T20:07:04Z" + }, + { + "version": "7.2101.2314.4034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2314.4034.zip", + "checksum": "a38ba35f93dfb6a7056977d3c07d6d7b", + "timestamp": "2021-01-23T14:40:45Z" + }, + { + "version": "7.2101.2314.1137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2314.1137.zip", + "checksum": "43f935543c01ede4564c7f1815f7b4ad", + "timestamp": "2021-01-23T14:11:45Z" + }, + { + "version": "7.2101.2313.2152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2313.2152.zip", + "checksum": "fcb44a1502c4aeda3634f87e00b18e18", + "timestamp": "2021-01-23T13:22:00Z" + }, + { + "version": "7.2101.2223.2418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2223.2418.zip", + "checksum": "08b386907a010fc8957484658c9fcd33", + "timestamp": "2021-01-22T23:24:26Z" + }, + { + "version": "7.2101.2222.5607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2222.5607.zip", + "checksum": "5c80e367b8e19ce3e4197410bdfbd979", + "timestamp": "2021-01-22T22:56:28Z" + }, + { + "version": "7.2101.2218.0454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2218.0454.zip", + "checksum": "204b9f013d72014582d8a9efafc789b6", + "timestamp": "2021-01-22T18:05:03Z" + }, + { + "version": "7.2101.2210.2223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2210.2223.zip", + "checksum": "14d4f0d5ecd464657e5fb14ebb4f48fd", + "timestamp": "2021-01-22T10:22:31Z" + }, + { + "version": "7.2101.2208.1241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2208.1241.zip", + "checksum": "1427a9c95371676c81d8c419f62b65bc", + "timestamp": "2021-01-22T08:12:50Z" + }, + { + "version": "7.2101.2201.2221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2201.2221.zip", + "checksum": "fea64e1ab3a3b4e4d2c6cc908c383a1d", + "timestamp": "2021-01-22T01:22:29Z" + }, + { + "version": "7.2101.2200.5437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2200.5437.zip", + "checksum": "03bd04cfa23572cc1b731a056ccb028e", + "timestamp": "2021-01-22T00:54:45Z" + }, + { + "version": "7.2101.2200.2503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2200.2503.zip", + "checksum": "289c3c50d390ad102086e853959844ee", + "timestamp": "2021-01-22T00:25:11Z" + }, + { + "version": "7.2101.2121.3710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2121.3710.zip", + "checksum": "219a5d0ca7c1721d3b72499ded59410a", + "timestamp": "2021-01-21T21:37:18Z" + }, + { + "version": "7.2101.2120.3816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2120.3816.zip", + "checksum": "5670d0cc8b7dd67cd56f2e9b0b579675", + "timestamp": "2021-01-21T20:38:24Z" + }, + { + "version": "7.2101.2120.0855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2120.0855.zip", + "checksum": "02ec74b9179d0ad9c7fd82ccda291881", + "timestamp": "2021-01-21T20:09:03Z" + }, + { + "version": "7.2101.2118.3353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2118.3353.zip", + "checksum": "2e5c57ceb452399fdba3ac8ef8db686a", + "timestamp": "2021-01-21T18:34:01Z" + }, + { + "version": "7.2101.2118.0501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2118.0501.zip", + "checksum": "487bc7e19a3c10fb2cbf1ec595bbc5d0", + "timestamp": "2021-01-21T18:05:09Z" + }, + { + "version": "7.2101.2100.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2100.3500.zip", + "checksum": "3749065bbda5ac0f6e84f295233c122b", + "timestamp": "2021-01-21T00:35:09Z" + }, + { + "version": "7.2101.2100.0531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2100.0531.zip", + "checksum": "9fe53e2201eca11b52e099134e70c3d4", + "timestamp": "2021-01-21T00:05:39Z" + }, + { + "version": "7.2101.2023.3705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2023.3705.zip", + "checksum": "ef69f85b333eac038f942d7bd18ea72d", + "timestamp": "2021-01-20T23:37:13Z" + }, + { + "version": "7.2101.2018.2613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2018.2613.zip", + "checksum": "089d9534d827fe4b80c0c6780e19144c", + "timestamp": "2021-01-20T18:26:21Z" + }, + { + "version": "7.2101.2017.3557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2017.3557.zip", + "checksum": "e382c6dd30ffdc39204802f0c6091499", + "timestamp": "2021-01-20T17:36:06Z" + }, + { + "version": "7.2101.2013.0206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2013.0206.zip", + "checksum": "1aafc7d07dac2cb2c446d05f62e687f7", + "timestamp": "2021-01-20T13:02:14Z" + }, + { + "version": "7.2101.2012.0532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2012.0532.zip", + "checksum": "0441624c257b19e9abc458042eefa09c", + "timestamp": "2021-01-20T12:05:41Z" + }, + { + "version": "7.2101.2010.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2010.4221.zip", + "checksum": "395932aefa37a5898ed609d07ae8a9f6", + "timestamp": "2021-01-20T10:42:33Z" + }, + { + "version": "7.2101.2010.1425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2010.1425.zip", + "checksum": "1c96dcbbeae287be7357add992093d9b", + "timestamp": "2021-01-20T10:14:52Z" + }, + { + "version": "7.2101.2007.1039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.2007.1039.zip", + "checksum": "408a7b0cee76178fd4bff15c0e96ede8", + "timestamp": "2021-01-20T07:10:46Z" + }, + { + "version": "7.2101.1920.2352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1920.2352.zip", + "checksum": "cc8544b0217412ede7f0e55db6cbd252", + "timestamp": "2021-01-19T20:24:00Z" + }, + { + "version": "7.2101.1919.4442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1919.4442.zip", + "checksum": "140989bc75ea4f87e28840360e99b2a4", + "timestamp": "2021-01-19T19:44:50Z" + }, + { + "version": "7.2101.1917.5223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1917.5223.zip", + "checksum": "d94de4f45254f75c5885ed9a0c217a86", + "timestamp": "2021-01-19T17:52:31Z" + }, + { + "version": "7.2101.1815.4629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1815.4629.zip", + "checksum": "eb16e4c8eaae0384f245806afb0a23ad", + "timestamp": "2021-01-18T15:46:38Z" + }, + { + "version": "7.2101.1815.1800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1815.1800.zip", + "checksum": "dca66132a51b4f1125e3cc0e81f888d3", + "timestamp": "2021-01-18T15:18:09Z" + }, + { + "version": "7.2101.1813.5706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1813.5706.zip", + "checksum": "b81f2b5898897905dd9e44c7bacc7a95", + "timestamp": "2021-01-18T13:57:17Z" + }, + { + "version": "7.2101.1800.5549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1800.5549.zip", + "checksum": "8b9893d9dd63e12d908bd27eb74375c5", + "timestamp": "2021-01-18T00:55:57Z" + }, + { + "version": "7.2101.1720.2954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1720.2954.zip", + "checksum": "4b6c73df81616a62ed83859a60b44e39", + "timestamp": "2021-01-17T20:30:03Z" + }, + { + "version": "7.2101.1717.0816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1717.0816.zip", + "checksum": "ff347e2b38a998a88918859551811264", + "timestamp": "2021-01-17T17:08:25Z" + }, + { + "version": "7.2101.1716.3927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1716.3927.zip", + "checksum": "127c90d76fcea4de22b3581ac0eda10c", + "timestamp": "2021-01-17T16:39:35Z" + }, + { + "version": "7.2101.1715.4955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1715.4955.zip", + "checksum": "d50317d6cdbc4a614753149032ab1a8d", + "timestamp": "2021-01-17T15:50:02Z" + }, + { + "version": "7.2101.1715.2108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1715.2108.zip", + "checksum": "03120b61f37c4ee10629986d538de5fa", + "timestamp": "2021-01-17T15:21:15Z" + }, + { + "version": "7.2101.1714.1915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1714.1915.zip", + "checksum": "3f8b524439e1b0a49b936b29ece95770", + "timestamp": "2021-01-17T14:19:23Z" + }, + { + "version": "7.2101.1706.3427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1706.3427.zip", + "checksum": "25293c3b07df097a17af0aa83b2c0901", + "timestamp": "2021-01-17T06:34:36Z" + }, + { + "version": "7.2101.1700.3021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1700.3021.zip", + "checksum": "d8329cf279d69341275e4b5fddb2aeb2", + "timestamp": "2021-01-17T00:30:30Z" + }, + { + "version": "7.2101.1621.5656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1621.5656.zip", + "checksum": "ccebec10e80e3896d395ea2962141f7e", + "timestamp": "2021-01-16T21:57:05Z" + }, + { + "version": "7.2101.1619.2414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1619.2414.zip", + "checksum": "24026436d72d5a05e6d642f39754b9be", + "timestamp": "2021-01-16T19:24:22Z" + }, + { + "version": "7.2101.1618.5506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1618.5506.zip", + "checksum": "ea9dd3a738179ddd197f4632c68c2ea4", + "timestamp": "2021-01-16T18:55:14Z" + }, + { + "version": "7.2101.1612.1013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1612.1013.zip", + "checksum": "9b860f017aa6824895535dfa35e0ee8b", + "timestamp": "2021-01-16T12:10:21Z" + }, + { + "version": "7.2101.1610.5230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1610.5230.zip", + "checksum": "8052cc564098e0e2d0dba5f54786a07a", + "timestamp": "2021-01-16T10:52:38Z" + }, + { + "version": "7.2101.1522.4245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1522.4245.zip", + "checksum": "e4daab6da91d5de257f8ff6e66a3a17a", + "timestamp": "2021-01-15T22:42:53Z" + }, + { + "version": "7.2101.1418.1028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1418.1028.zip", + "checksum": "621d60a8a46bad042b6cc8c5249f7dfd", + "timestamp": "2021-01-14T18:10:36Z" + }, + { + "version": "7.2101.1323.4428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1323.4428.zip", + "checksum": "77fe0b1691abdb7dfab881f7b362f6aa", + "timestamp": "2021-01-13T23:44:36Z" + }, + { + "version": "7.2101.1320.3708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1320.3708.zip", + "checksum": "e69e0fa2c5f8b5e59f9cfd679dab5d98", + "timestamp": "2021-01-13T20:37:16Z" + }, + { + "version": "7.2101.1320.0836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1320.0836.zip", + "checksum": "433aac7b2906830d5f05e625019bf5ea", + "timestamp": "2021-01-13T20:08:44Z" + }, + { + "version": "7.2101.1318.5038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1318.5038.zip", + "checksum": "1cc3d13b5e66c5960fe466cc75d29aa7", + "timestamp": "2021-01-13T18:50:45Z" + }, + { + "version": "7.2101.1316.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1316.4600.zip", + "checksum": "90e3c74e91078584c306d3fcb5918162", + "timestamp": "2021-01-13T16:46:08Z" + }, + { + "version": "7.2101.1308.5848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1308.5848.zip", + "checksum": "1ae04b5fe9b79933d93731d62e5650d2", + "timestamp": "2021-01-13T08:58:57Z" + }, + { + "version": "7.2101.1308.3046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1308.3046.zip", + "checksum": "611f2b17bebb9fa0ac5406b9caadf71f", + "timestamp": "2021-01-13T08:30:54Z" + }, + { + "version": "7.2101.1307.0236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1307.0236.zip", + "checksum": "b6c59c86fee854218b6cde0ef45654e5", + "timestamp": "2021-01-13T07:02:44Z" + }, + { + "version": "7.2101.1222.3106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1222.3106.zip", + "checksum": "f8af1d6fd00d001b11cf545de2464d8c", + "timestamp": "2021-01-12T22:31:16Z" + }, + { + "version": "7.2101.1222.0315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1222.0315.zip", + "checksum": "310b9824caa9bc1a9f3878fb525163ad", + "timestamp": "2021-01-12T22:03:23Z" + }, + { + "version": "7.2101.1215.4254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1215.4254.zip", + "checksum": "6d3a5febd9fd8ae0d6f03a9e0f3b1c7e", + "timestamp": "2021-01-12T15:43:02Z" + }, + { + "version": "7.2101.1119.1545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1119.1545.zip", + "checksum": "7bd7f949dcc9b4a57073bbaefbcce8bf", + "timestamp": "2021-01-11T19:15:53Z" + }, + { + "version": "7.2101.1115.5616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1115.5616.zip", + "checksum": "d868b803e2887d827ee3da40cfee6f9e", + "timestamp": "2021-01-11T15:56:24Z" + }, + { + "version": "7.2101.1114.5502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1114.5502.zip", + "checksum": "325bc107bcb8b4edb7b9057a1fc98ce4", + "timestamp": "2021-01-11T14:55:10Z" + }, + { + "version": "7.2101.1114.2644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1114.2644.zip", + "checksum": "1739d0b2acec360e7f29a25d276f8618", + "timestamp": "2021-01-11T14:26:51Z" + }, + { + "version": "7.2101.1020.1328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1020.1328.zip", + "checksum": "aace9d2fe990441258592bcf79cb9aec", + "timestamp": "2021-01-10T20:13:36Z" + }, + { + "version": "7.2101.1015.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1015.4339.zip", + "checksum": "177dd9fd0d6b8c783f3fdb60d4c49095", + "timestamp": "2021-01-10T15:43:47Z" + }, + { + "version": "7.2101.1011.3131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1011.3131.zip", + "checksum": "dedb8aab4c17fb0258dddd594ec5fe20", + "timestamp": "2021-01-10T11:31:39Z" + }, + { + "version": "7.2101.1011.0200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1011.0200.zip", + "checksum": "3fdaf43dfce5dc33607b95ec9975e479", + "timestamp": "2021-01-10T11:02:08Z" + }, + { + "version": "7.2101.1010.0100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.1010.0100.zip", + "checksum": "c1dc9b629a354f52771f6f5f88a75dcc", + "timestamp": "2021-01-10T10:01:08Z" + }, + { + "version": "7.2101.0920.1055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0920.1055.zip", + "checksum": "e597d673c2fb1a21233e8a6cb8232299", + "timestamp": "2021-01-09T20:11:03Z" + }, + { + "version": "7.2101.0919.0211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0919.0211.zip", + "checksum": "28da582f104a7c1161f99dd39e029413", + "timestamp": "2021-01-09T19:02:19Z" + }, + { + "version": "7.2101.0918.2733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0918.2733.zip", + "checksum": "a9d60c895ddcd872741b789bcab4d1d5", + "timestamp": "2021-01-09T18:27:42Z" + }, + { + "version": "7.2101.0917.0450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0917.0450.zip", + "checksum": "b578151a2d982bc07e880c387a9a9a4e", + "timestamp": "2021-01-09T17:04:58Z" + }, + { + "version": "7.2101.0915.5041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0915.5041.zip", + "checksum": "246c3640fbd064dd1338251a3a375134", + "timestamp": "2021-01-09T15:50:49Z" + }, + { + "version": "7.2101.0914.2957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0914.2957.zip", + "checksum": "98be0c8c3763833d26a19c06d60f56a0", + "timestamp": "2021-01-09T14:30:05Z" + }, + { + "version": "7.2101.0900.1032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0900.1032.zip", + "checksum": "063e07bf2f74dee35f2eab0ce24b7dec", + "timestamp": "2021-01-09T00:10:40Z" + }, + { + "version": "7.2101.0821.2928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0821.2928.zip", + "checksum": "27fa7c53931dea7699c1d602dbcd31cb", + "timestamp": "2021-01-08T21:29:37Z" + }, + { + "version": "7.2101.0820.5924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0820.5924.zip", + "checksum": "6f2d76e75ec3004c3d03d47408ae359d", + "timestamp": "2021-01-08T20:59:31Z" + }, + { + "version": "7.2101.0820.3017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0820.3017.zip", + "checksum": "322b77e6780b80ca8d1ccf5076daa2bd", + "timestamp": "2021-01-08T20:30:25Z" + }, + { + "version": "7.2101.0814.1504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0814.1504.zip", + "checksum": "5964e86c74430c4473ca448276ccb0c6", + "timestamp": "2021-01-08T14:15:13Z" + }, + { + "version": "7.2101.0813.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0813.1625.zip", + "checksum": "dc6818a20967b2aad372bcc11996b378", + "timestamp": "2021-01-08T13:16:34Z" + }, + { + "version": "7.2101.0800.4110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0800.4110.zip", + "checksum": "e7784e3303b7892e7ddc800e430502b1", + "timestamp": "2021-01-08T00:41:19Z" + }, + { + "version": "7.2101.0722.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0722.1300.zip", + "checksum": "171b85d543f757af9a64237f8b021e6d", + "timestamp": "2021-01-07T22:13:08Z" + }, + { + "version": "7.2101.0716.4339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0716.4339.zip", + "checksum": "053b802b22b67bbedf31be2c77662ab8", + "timestamp": "2021-01-07T16:43:47Z" + }, + { + "version": "7.2101.0716.1529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0716.1529.zip", + "checksum": "8590bfb9d173ed9cff21d70089be4d3f", + "timestamp": "2021-01-07T16:15:37Z" + }, + { + "version": "7.2101.0715.3743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0715.3743.zip", + "checksum": "947fe45511c0b5a48a00f44b69b14f1d", + "timestamp": "2021-01-07T15:37:51Z" + }, + { + "version": "7.2101.0715.1005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0715.1005.zip", + "checksum": "18a5fd456f5df36a20b9e6919d9040e5", + "timestamp": "2021-01-07T15:10:13Z" + }, + { + "version": "7.2101.0710.3124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0710.3124.zip", + "checksum": "74fb7a06f15448122224821449797b26", + "timestamp": "2021-01-07T10:31:33Z" + }, + { + "version": "7.2101.0710.0122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0710.0122.zip", + "checksum": "a484bfc1084f51194af4260076e2fecb", + "timestamp": "2021-01-07T10:01:30Z" + }, + { + "version": "7.2101.0709.3024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0709.3024.zip", + "checksum": "e82818a6536f24af2c731a234413b17c", + "timestamp": "2021-01-07T09:30:33Z" + }, + { + "version": "7.2101.0619.5619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0619.5619.zip", + "checksum": "8bbcd49cc3715df58bb4f799c25e7aa2", + "timestamp": "2021-01-06T19:56:28Z" + }, + { + "version": "7.2101.0617.2452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0617.2452.zip", + "checksum": "057799b0406b42365d35fffc3897892f", + "timestamp": "2021-01-06T17:24:59Z" + }, + { + "version": "7.2101.0604.3728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0604.3728.zip", + "checksum": "6750db350325e9bef35ec6e6a830b71b", + "timestamp": "2021-01-06T04:37:36Z" + }, + { + "version": "7.2101.0522.3205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0522.3205.zip", + "checksum": "9a6acdce50fb7c1b81b5741b7e969836", + "timestamp": "2021-01-05T22:32:13Z" + }, + { + "version": "7.2101.0519.5202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0519.5202.zip", + "checksum": "9b30daec991ff2bd33fe446a973a34f8", + "timestamp": "2021-01-05T19:52:09Z" + }, + { + "version": "7.2101.0517.5527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0517.5527.zip", + "checksum": "39154ef33b9b8452f865c5bc54decb66", + "timestamp": "2021-01-05T17:55:36Z" + }, + { + "version": "7.2101.0517.2654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0517.2654.zip", + "checksum": "bf28891142d7d277dd8a16dcac4c2c22", + "timestamp": "2021-01-05T17:27:02Z" + }, + { + "version": "7.2101.0511.4405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0511.4405.zip", + "checksum": "6a4bb12038f15c7109d39f70c425b6ba", + "timestamp": "2021-01-05T11:44:13Z" + }, + { + "version": "7.2101.0419.4418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0419.4418.zip", + "checksum": "5741e9761402cca6c8d607ac3470e623", + "timestamp": "2021-01-04T19:44:25Z" + }, + { + "version": "7.2101.0417.3233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0417.3233.zip", + "checksum": "25677444c0b120c9ec29a3f2bb3ade82", + "timestamp": "2021-01-04T17:32:42Z" + }, + { + "version": "7.2101.0415.1957", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0415.1957.zip", + "checksum": "e4926d1619aaa3305ac8759bd2841519", + "timestamp": "2021-01-04T15:20:05Z" + }, + { + "version": "7.2101.0414.5129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0414.5129.zip", + "checksum": "e08c3af13f82f4179653f2b2814936e8", + "timestamp": "2021-01-04T14:51:37Z" + }, + { + "version": "7.2101.0412.4720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0412.4720.zip", + "checksum": "401603c2a47a54a20c416c68b2cb876c", + "timestamp": "2021-01-04T12:47:28Z" + }, + { + "version": "7.2101.0412.2045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0412.2045.zip", + "checksum": "a5760a8916ec0445c6b8dd687f7dcfcf", + "timestamp": "2021-01-04T12:20:52Z" + }, + { + "version": "7.2101.0411.5353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0411.5353.zip", + "checksum": "e3464e928852606b5f9151b03af02795", + "timestamp": "2021-01-04T11:54:01Z" + }, + { + "version": "7.2101.0411.2352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0411.2352.zip", + "checksum": "033f19797018f51f57015da35a5ad96a", + "timestamp": "2021-01-04T11:24:00Z" + }, + { + "version": "7.2101.0317.5121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0317.5121.zip", + "checksum": "e02e951666b0cb6eff382638582b4a8a", + "timestamp": "2021-01-03T17:51:28Z" + }, + { + "version": "7.2101.0317.0659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0317.0659.zip", + "checksum": "64a0709b4ff9a6c805bea6005fe09072", + "timestamp": "2021-01-03T17:07:07Z" + }, + { + "version": "7.2101.0311.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0311.2531.zip", + "checksum": "87968c7162c75544dcaf36eff5223012", + "timestamp": "2021-01-03T11:25:39Z" + }, + { + "version": "7.2101.0302.3817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0302.3817.zip", + "checksum": "b12391a44af6efe04fefe5a1b0b365be", + "timestamp": "2021-01-03T02:38:25Z" + }, + { + "version": "7.2101.0220.5324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0220.5324.zip", + "checksum": "3f54b89b2ee142f3fc3d28706efe0747", + "timestamp": "2021-01-02T20:53:33Z" + }, + { + "version": "7.2101.0219.4248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0219.4248.zip", + "checksum": "008d590fa6f98b95f3c20ae16bab98fa", + "timestamp": "2021-01-02T19:42:56Z" + }, + { + "version": "7.2101.0218.4936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0218.4936.zip", + "checksum": "5588b079d0c2fab66d8e529b7b1b2de1", + "timestamp": "2021-01-02T18:49:44Z" + }, + { + "version": "7.2101.0213.0200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0213.0200.zip", + "checksum": "c0b102c3ac7abbe6cbd2aa2f7a4aa03d", + "timestamp": "2021-01-02T13:02:08Z" + }, + { + "version": "7.2101.0211.2817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0211.2817.zip", + "checksum": "75ac14dcb906fdf963e5ed67b8055e78", + "timestamp": "2021-01-02T11:28:26Z" + }, + { + "version": "7.2101.0210.2618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0210.2618.zip", + "checksum": "e142af05cc7ee7acdd68eb8e64db849e", + "timestamp": "2021-01-02T10:26:26Z" + }, + { + "version": "7.2101.0207.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0207.1057.zip", + "checksum": "c042ca170182da3adf0d4f0630275aed", + "timestamp": "2021-01-02T07:11:05Z" + }, + { + "version": "7.2101.0119.0056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0119.0056.zip", + "checksum": "3efc70c6eed6bbb67d2905fb84df0abb", + "timestamp": "2021-01-01T19:01:03Z" + }, + { + "version": "7.2101.0118.1452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0118.1452.zip", + "checksum": "7da7d4dfc7c796eec7964e1833ee6646", + "timestamp": "2021-01-01T18:15:01Z" + }, + { + "version": "7.2101.0117.4740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0117.4740.zip", + "checksum": "c332e386cf5f835e7e3b113987c6a466", + "timestamp": "2021-01-01T17:47:48Z" + }, + { + "version": "7.2101.0117.1216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0117.1216.zip", + "checksum": "bf1f9e02b14b3ff47da9494baca20ae5", + "timestamp": "2021-01-01T17:12:25Z" + }, + { + "version": "7.2101.0111.4921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0111.4921.zip", + "checksum": "6b632631841475cf5c4f7217cc161578", + "timestamp": "2021-01-01T11:49:29Z" + }, + { + "version": "7.2101.0100.4337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0100.4337.zip", + "checksum": "5ec3b73538f53494cc0a38ebf3669782", + "timestamp": "2021-01-01T00:43:45Z" + }, + { + "version": "7.2101.0100.1615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2101.0100.1615.zip", + "checksum": "cde1b303e14bd2f625f7ac5d214240b8", + "timestamp": "2021-01-01T00:16:23Z" + }, + { + "version": "7.2012.3122.5743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3122.5743.zip", + "checksum": "5648656c928d698ce63bdf327c38278c", + "timestamp": "2020-12-31T22:57:51Z" + }, + { + "version": "7.2012.3122.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3122.3057.zip", + "checksum": "6e5ef01273f8706d6fb79d8a5dcd2f7a", + "timestamp": "2020-12-31T22:31:05Z" + }, + { + "version": "7.2012.3115.0409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3115.0409.zip", + "checksum": "fe0e12dbedc5d93b6a2d0f588c33ce4b", + "timestamp": "2020-12-31T15:04:17Z" + }, + { + "version": "7.2012.3114.3649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3114.3649.zip", + "checksum": "7471a2b05bbebe63a77754ed8bf3f128", + "timestamp": "2020-12-31T14:36:57Z" + }, + { + "version": "7.2012.3113.4219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3113.4219.zip", + "checksum": "c359ffdabef8105be8df07582726d294", + "timestamp": "2020-12-31T13:42:28Z" + }, + { + "version": "7.2012.3111.3500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3111.3500.zip", + "checksum": "c40ded437f126669efcca1aa7204110c", + "timestamp": "2020-12-31T11:35:08Z" + }, + { + "version": "7.2012.3107.3511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3107.3511.zip", + "checksum": "8a2315bab9bbcc0fa0cc95b26e107707", + "timestamp": "2020-12-31T07:35:19Z" + }, + { + "version": "7.2012.3107.0722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3107.0722.zip", + "checksum": "d5520fa977cc64388e20f40a40f40009", + "timestamp": "2020-12-31T07:07:30Z" + }, + { + "version": "7.2012.3101.5205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3101.5205.zip", + "checksum": "1811228acb957c7367ff3fad6a01edf8", + "timestamp": "2020-12-31T01:52:14Z" + }, + { + "version": "7.2012.3101.2410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3101.2410.zip", + "checksum": "3ddaaa2ecc95b089f818d85686b2d4d8", + "timestamp": "2020-12-31T01:24:18Z" + }, + { + "version": "7.2012.3100.4330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3100.4330.zip", + "checksum": "eb09e57e0cd5bd436750fc13215ff958", + "timestamp": "2020-12-31T00:43:38Z" + }, + { + "version": "7.2012.3022.2745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3022.2745.zip", + "checksum": "6e8b3452ea0ad1cfa01d80691263886f", + "timestamp": "2020-12-30T22:27:53Z" + }, + { + "version": "7.2012.3022.0104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3022.0104.zip", + "checksum": "3b2c61e613fb9ed88a44693a0d94d500", + "timestamp": "2020-12-30T22:01:12Z" + }, + { + "version": "7.2012.3021.3432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3021.3432.zip", + "checksum": "93e19d826cd0f215be3c1643adb92772", + "timestamp": "2020-12-30T21:34:39Z" + }, + { + "version": "7.2012.3017.5632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3017.5632.zip", + "checksum": "8f3940dcdc89306c47623cc2b85ff1eb", + "timestamp": "2020-12-30T17:56:40Z" + }, + { + "version": "7.2012.3010.0638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.3010.0638.zip", + "checksum": "661aa7b035dd9e826fa14f19013e3678", + "timestamp": "2020-12-30T10:06:47Z" + }, + { + "version": "7.2012.2917.2909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2917.2909.zip", + "checksum": "334851c56efe3d53c9913995562f90e1", + "timestamp": "2020-12-29T17:29:16Z" + }, + { + "version": "7.2012.2917.0303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2917.0303.zip", + "checksum": "285c45385ad204f73aa1bbc04f8854fd", + "timestamp": "2020-12-29T17:03:12Z" + }, + { + "version": "7.2012.2906.2741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2906.2741.zip", + "checksum": "8606a086491eaf396cdeaef8f6ca4ad5", + "timestamp": "2020-12-29T06:27:49Z" + }, + { + "version": "7.2012.2821.2249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2821.2249.zip", + "checksum": "95e7bc7362db13ce20ac23554eec88bb", + "timestamp": "2020-12-28T21:22:57Z" + }, + { + "version": "7.2012.2820.5617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2820.5617.zip", + "checksum": "b7fd90ed6d27d5818178b4ceda00f543", + "timestamp": "2020-12-28T20:56:25Z" + }, + { + "version": "7.2012.2817.3241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2817.3241.zip", + "checksum": "b4b61f2088aa284be42ba1b8e33b4edc", + "timestamp": "2020-12-28T17:32:49Z" + }, + { + "version": "7.2012.2816.0827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2816.0827.zip", + "checksum": "f842d3152510796e3954d5aee33247f6", + "timestamp": "2020-12-28T16:08:36Z" + }, + { + "version": "7.2012.2815.4251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2815.4251.zip", + "checksum": "a116d38f8dbba84cc4193f263e97cad4", + "timestamp": "2020-12-28T15:42:59Z" + }, + { + "version": "7.2012.2815.1508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2815.1508.zip", + "checksum": "7b82c6e0f4769e82fa8b091b727df483", + "timestamp": "2020-12-28T15:15:16Z" + }, + { + "version": "7.2012.2810.3017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2810.3017.zip", + "checksum": "b3214eaaf4def1e68ecb25af4841043d", + "timestamp": "2020-12-28T10:30:25Z" + }, + { + "version": "7.2012.2718.4210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2718.4210.zip", + "checksum": "68b4d7ff50691798da6e8aec1820a701", + "timestamp": "2020-12-27T18:42:19Z" + }, + { + "version": "7.2012.2713.5412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2713.5412.zip", + "checksum": "92a18e452d856f98e4bbaf134334486a", + "timestamp": "2020-12-27T13:54:21Z" + }, + { + "version": "7.2012.2520.0610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2520.0610.zip", + "checksum": "1f15a26de44f4839eb0bbbe06a683816", + "timestamp": "2020-12-25T20:06:18Z" + }, + { + "version": "7.2012.2515.5022", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2515.5022.zip", + "checksum": "50908fd352697dd584b7cc61a4ccc0f9", + "timestamp": "2020-12-25T15:50:30Z" + }, + { + "version": "7.2012.2513.3919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2513.3919.zip", + "checksum": "bc5499746e56d59fbae43e7ab6d854b4", + "timestamp": "2020-12-25T13:39:27Z" + }, + { + "version": "7.2012.2420.1205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2420.1205.zip", + "checksum": "1994840d8e2299e3e1906dc283dcef60", + "timestamp": "2020-12-24T20:12:14Z" + }, + { + "version": "7.2012.2418.1426", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2418.1426.zip", + "checksum": "2cd22b0b7fe6e21b04f03f628d4ee176", + "timestamp": "2020-12-24T18:14:34Z" + }, + { + "version": "7.2012.2410.2740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2410.2740.zip", + "checksum": "b3022e2e7a7cab923bb6d9fca79c52f3", + "timestamp": "2020-12-24T10:27:48Z" + }, + { + "version": "7.2012.2405.3822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2405.3822.zip", + "checksum": "1709738fde4c7531a7564cccdbcd7dcd", + "timestamp": "2020-12-24T05:38:30Z" + }, + { + "version": "7.2012.2319.1955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2319.1955.zip", + "checksum": "c6733136f4d22f2ec1d51099951c850d", + "timestamp": "2020-12-23T19:20:03Z" + }, + { + "version": "7.2012.2305.0433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2305.0433.zip", + "checksum": "59b441695b7bb430273c382be9f59b7d", + "timestamp": "2020-12-23T05:04:41Z" + }, + { + "version": "7.2012.2304.1645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2304.1645.zip", + "checksum": "e38c0a1de01321f5fd53ca47dc6076a5", + "timestamp": "2020-12-23T04:16:53Z" + }, + { + "version": "7.2012.2303.4748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2303.4748.zip", + "checksum": "7a60931e737cf456409964cd97ad5ece", + "timestamp": "2020-12-23T03:47:56Z" + }, + { + "version": "7.2012.2223.1622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2223.1622.zip", + "checksum": "a7c9b7f62a510edd34593ba8006ad4c7", + "timestamp": "2020-12-22T23:16:31Z" + }, + { + "version": "7.2012.2215.1730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2215.1730.zip", + "checksum": "e7ee1b8b548a44ba5315be2e5fde3cf3", + "timestamp": "2020-12-22T15:17:37Z" + }, + { + "version": "7.2012.2212.4504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2212.4504.zip", + "checksum": "444ee305390d0829bdabf162616e83fc", + "timestamp": "2020-12-22T12:45:12Z" + }, + { + "version": "7.2012.2123.0443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2123.0443.zip", + "checksum": "812e2b013544e0c7af3f4a476f541a60", + "timestamp": "2020-12-21T23:04:51Z" + }, + { + "version": "7.2012.2122.3714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2122.3714.zip", + "checksum": "10dd36c1dfefad383bc32608bffbcf44", + "timestamp": "2020-12-21T22:37:22Z" + }, + { + "version": "7.2012.2119.5408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2119.5408.zip", + "checksum": "adc57ebf70493379afdfc9ae41743772", + "timestamp": "2020-12-21T19:54:16Z" + }, + { + "version": "7.2012.2119.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2119.2755.zip", + "checksum": "6c3a8b4dc5203317f6512f06c9daad0c", + "timestamp": "2020-12-21T19:28:03Z" + }, + { + "version": "7.2012.2119.0137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2119.0137.zip", + "checksum": "bf480f4c874781f1a1a5630b903a07ab", + "timestamp": "2020-12-21T19:01:45Z" + }, + { + "version": "7.2012.2107.5130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2107.5130.zip", + "checksum": "4aefc0691cfb23fd991a8461fbf76b76", + "timestamp": "2020-12-21T07:51:38Z" + }, + { + "version": "7.2012.2100.1029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2100.1029.zip", + "checksum": "d1283b1cbf8ab46e1a13cd8dcf1e1c52", + "timestamp": "2020-12-21T00:10:37Z" + }, + { + "version": "7.2012.2023.4128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2023.4128.zip", + "checksum": "f94f2ac6fdbdfc0f7a030f6d6b96ec5f", + "timestamp": "2020-12-20T23:41:35Z" + }, + { + "version": "7.2012.2013.5135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2013.5135.zip", + "checksum": "36971b4d83aba2fdfe6416efb1692f5d", + "timestamp": "2020-12-20T13:51:42Z" + }, + { + "version": "7.2012.2013.2158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2013.2158.zip", + "checksum": "5ae41591887d5dd5b86f1489e0729819", + "timestamp": "2020-12-20T13:22:06Z" + }, + { + "version": "7.2012.2009.4939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2009.4939.zip", + "checksum": "2291d10e108a4726e0bb8cecf6adb08d", + "timestamp": "2020-12-20T09:49:48Z" + }, + { + "version": "7.2012.2009.2014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2009.2014.zip", + "checksum": "0f54d67cfdba079511c5b23f6cc0f635", + "timestamp": "2020-12-20T09:20:23Z" + }, + { + "version": "7.2012.2000.4512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.2000.4512.zip", + "checksum": "34de502ef9ffa6c8a36dfcd14a6146c5", + "timestamp": "2020-12-20T00:45:20Z" + }, + { + "version": "7.2012.1919.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1919.4235.zip", + "checksum": "00729901b573897b10a4c37f2e7e518a", + "timestamp": "2020-12-19T19:42:44Z" + }, + { + "version": "7.2012.1821.0047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1821.0047.zip", + "checksum": "79edbef3b65dc2d51450db94efc4f6da", + "timestamp": "2020-12-18T21:00:55Z" + }, + { + "version": "7.2012.1820.3412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1820.3412.zip", + "checksum": "28e3a9a16397029df1919698aa5af9ca", + "timestamp": "2020-12-18T20:34:20Z" + }, + { + "version": "7.2012.1813.2011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1813.2011.zip", + "checksum": "40b69cd3a02122ec4ab5622019f13370", + "timestamp": "2020-12-18T13:20:19Z" + }, + { + "version": "7.2012.1807.4334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1807.4334.zip", + "checksum": "5b6789c9441d8be48624e7f7508e8d9a", + "timestamp": "2020-12-18T07:43:42Z" + }, + { + "version": "7.2012.1722.4954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1722.4954.zip", + "checksum": "88f5d8e714a6a7a8fa192374ad878a84", + "timestamp": "2020-12-17T22:50:02Z" + }, + { + "version": "7.2012.1722.2309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1722.2309.zip", + "checksum": "1a2c814809925e54aed42c0523c6a6d6", + "timestamp": "2020-12-17T22:23:17Z" + }, + { + "version": "7.2012.1718.3536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1718.3536.zip", + "checksum": "31f18cd3cbb25f03a0aedd644af0c234", + "timestamp": "2020-12-17T18:35:44Z" + }, + { + "version": "7.2012.1717.4437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1717.4437.zip", + "checksum": "399a1cdcfd3e84dacdcb13ba6f2d46af", + "timestamp": "2020-12-17T17:44:45Z" + }, + { + "version": "7.2012.1717.1748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1717.1748.zip", + "checksum": "e3c8f2df77b4d86fa1b3c710ef60c0ce", + "timestamp": "2020-12-17T17:17:56Z" + }, + { + "version": "7.2012.1711.1817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1711.1817.zip", + "checksum": "3f8972bd335c8583d9dc00914779d281", + "timestamp": "2020-12-17T11:18:25Z" + }, + { + "version": "7.2012.1623.1538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1623.1538.zip", + "checksum": "8b9ad9e9cb21f94ddfe8490c1daae544", + "timestamp": "2020-12-16T23:15:46Z" + }, + { + "version": "7.2012.1622.0908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1622.0908.zip", + "checksum": "60c4e3f607751c6e645647fc4231e223", + "timestamp": "2020-12-16T22:09:16Z" + }, + { + "version": "7.2012.1621.4100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1621.4100.zip", + "checksum": "d54b3d03c0430847cf9994c877c3fdb7", + "timestamp": "2020-12-16T21:41:08Z" + }, + { + "version": "7.2012.1620.3141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1620.3141.zip", + "checksum": "de100a18f08ff80c99c9a3c96a9700b1", + "timestamp": "2020-12-16T20:31:49Z" + }, + { + "version": "7.2012.1620.0411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1620.0411.zip", + "checksum": "a33d0cd5da2a533f03e6974e415c3532", + "timestamp": "2020-12-16T20:04:19Z" + }, + { + "version": "7.2012.1619.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1619.2531.zip", + "checksum": "2d487ac27b350f1c14645813c47a897b", + "timestamp": "2020-12-16T19:25:39Z" + }, + { + "version": "7.2012.1616.5157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1616.5157.zip", + "checksum": "696a91ccedf0073080732f17a6cdd141", + "timestamp": "2020-12-16T16:52:05Z" + }, + { + "version": "7.2012.1519.5553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1519.5553.zip", + "checksum": "c588bf3f86f4102dd800b08a7644b8fc", + "timestamp": "2020-12-15T19:56:01Z" + }, + { + "version": "7.2012.1512.1613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1512.1613.zip", + "checksum": "65a1f91d359e90b5d112b2d765c1d6c1", + "timestamp": "2020-12-15T12:16:21Z" + }, + { + "version": "7.2012.1511.4801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1511.4801.zip", + "checksum": "1caad6d0c48c93236dc7236b86372a25", + "timestamp": "2020-12-15T11:48:09Z" + }, + { + "version": "7.2012.1508.3605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1508.3605.zip", + "checksum": "2a8bfd7bec949f16f6b4cf4c27ca6599", + "timestamp": "2020-12-15T08:36:13Z" + }, + { + "version": "7.2012.1421.5043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1421.5043.zip", + "checksum": "93bdfb0cc0c2e17a0747c0b998bbeacb", + "timestamp": "2020-12-14T21:50:51Z" + }, + { + "version": "7.2012.1420.1610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1420.1610.zip", + "checksum": "54eed3d9789c2d7b86078c690de5476a", + "timestamp": "2020-12-14T20:16:18Z" + }, + { + "version": "7.2012.1417.2207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1417.2207.zip", + "checksum": "8fedd809d7c9ac281eeb8d7c19edb49b", + "timestamp": "2020-12-14T17:22:16Z" + }, + { + "version": "7.2012.1416.3516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1416.3516.zip", + "checksum": "d85da103946ed6a176c50848e473cc47", + "timestamp": "2020-12-14T16:35:25Z" + }, + { + "version": "7.2012.1416.0747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1416.0747.zip", + "checksum": "840ebf68997332f21a3e07d94ffbbd20", + "timestamp": "2020-12-14T16:07:56Z" + }, + { + "version": "7.2012.1415.4036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1415.4036.zip", + "checksum": "654b2e0629b2d5ce10cb2e150cb7c710", + "timestamp": "2020-12-14T15:40:44Z" + }, + { + "version": "7.2012.1412.0242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1412.0242.zip", + "checksum": "1ea92566fb5d89b896e805a653c96761", + "timestamp": "2020-12-14T12:02:49Z" + }, + { + "version": "7.2012.1405.1648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1405.1648.zip", + "checksum": "f7e4a26d7da8bf7797926d432d38e9bb", + "timestamp": "2020-12-14T05:16:56Z" + }, + { + "version": "7.2012.1404.1102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1404.1102.zip", + "checksum": "13f4d628ed41bed31b464819812cadcf", + "timestamp": "2020-12-14T04:11:10Z" + }, + { + "version": "7.2012.1323.0824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1323.0824.zip", + "checksum": "05e2beae375238fdd62605931364c885", + "timestamp": "2020-12-13T23:08:31Z" + }, + { + "version": "7.2012.1322.4006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1322.4006.zip", + "checksum": "3d0435fb8bce9c456abfa50bd9f8868b", + "timestamp": "2020-12-13T22:40:14Z" + }, + { + "version": "7.2012.1322.1318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1322.1318.zip", + "checksum": "c8b1c5d0fb207337dc4c8e3a8800aeff", + "timestamp": "2020-12-13T22:13:26Z" + }, + { + "version": "7.2012.1319.3645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1319.3645.zip", + "checksum": "34c63a55b20a76e0f1127dee8a2d643e", + "timestamp": "2020-12-13T19:36:53Z" + }, + { + "version": "7.2012.1314.1435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1314.1435.zip", + "checksum": "00c40216cf21fb0004037effa3077a26", + "timestamp": "2020-12-13T14:14:43Z" + }, + { + "version": "7.2012.1313.4636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1313.4636.zip", + "checksum": "b5ee1b44aef098bb8d6ee18f6531ff23", + "timestamp": "2020-12-13T13:46:44Z" + }, + { + "version": "7.2012.1313.1845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1313.1845.zip", + "checksum": "14dd142c27080d8f58d311f30a1a84e2", + "timestamp": "2020-12-13T13:18:54Z" + }, + { + "version": "7.2012.1312.5033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1312.5033.zip", + "checksum": "ee743650f63bed681a6c695d31e55bef", + "timestamp": "2020-12-13T12:50:41Z" + }, + { + "version": "7.2012.1311.2427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1311.2427.zip", + "checksum": "96f4bd08f22ef36692e7f10b988bb3b6", + "timestamp": "2020-12-13T11:24:34Z" + }, + { + "version": "7.2012.1218.4700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1218.4700.zip", + "checksum": "b178ab4e085cdc478677e770914ed8bb", + "timestamp": "2020-12-12T18:47:08Z" + }, + { + "version": "7.2012.1122.4551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1122.4551.zip", + "checksum": "0b7583d6623aad1a5b9a462bbe23558f", + "timestamp": "2020-12-11T22:45:59Z" + }, + { + "version": "7.2012.1121.5524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1121.5524.zip", + "checksum": "000509aa28c58a043ce2ac41c0f1283d", + "timestamp": "2020-12-11T21:55:32Z" + }, + { + "version": "7.2012.1115.5355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1115.5355.zip", + "checksum": "6af78636ea7e3e5dbc283c7ab2e795a2", + "timestamp": "2020-12-11T15:54:04Z" + }, + { + "version": "7.2012.1115.2644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1115.2644.zip", + "checksum": "fcb4724d355cd1897f58b9f0d60d2a3d", + "timestamp": "2020-12-11T15:26:52Z" + }, + { + "version": "7.2012.1109.4923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1109.4923.zip", + "checksum": "1745e567ef48aaf8809bf3114dfbc840", + "timestamp": "2020-12-11T09:49:30Z" + }, + { + "version": "7.2012.1109.1931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1109.1931.zip", + "checksum": "d8bcf3265cf49b3af188e12bfd1b68dd", + "timestamp": "2020-12-11T09:19:39Z" + }, + { + "version": "7.2012.1108.0522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1108.0522.zip", + "checksum": "0fff47a99d3ba5f83aa8168e0f8e679f", + "timestamp": "2020-12-11T08:05:30Z" + }, + { + "version": "7.2012.1107.3654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1107.3654.zip", + "checksum": "a9745d53869056fc57638e7519072d7d", + "timestamp": "2020-12-11T07:37:02Z" + }, + { + "version": "7.2012.1104.2923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1104.2923.zip", + "checksum": "76ee06c6d5b20df276c302d9377ba6e0", + "timestamp": "2020-12-11T04:29:30Z" + }, + { + "version": "7.2012.1104.0216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1104.0216.zip", + "checksum": "425d3bf69dc9973e7352d0da6c01ce19", + "timestamp": "2020-12-11T04:02:25Z" + }, + { + "version": "7.2012.1103.3509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1103.3509.zip", + "checksum": "ff41b31004ca779dbe4dee3303b4a60a", + "timestamp": "2020-12-11T03:35:17Z" + }, + { + "version": "7.2012.1022.3955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1022.3955.zip", + "checksum": "d28792211d02717b530cd3c66708b2cf", + "timestamp": "2020-12-10T22:40:03Z" + }, + { + "version": "7.2012.1022.1334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1022.1334.zip", + "checksum": "4a5a4818d695c8108b71e82e90187312", + "timestamp": "2020-12-10T22:13:42Z" + }, + { + "version": "7.2012.1021.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1021.2623.zip", + "checksum": "d653beb881bb537fb8a9fd274ef32660", + "timestamp": "2020-12-10T21:26:31Z" + }, + { + "version": "7.2012.1020.5837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1020.5837.zip", + "checksum": "7b7e9926a06c784d79598769f3e95747", + "timestamp": "2020-12-10T20:58:45Z" + }, + { + "version": "7.2012.1014.0129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1014.0129.zip", + "checksum": "d6640a73dac7911574edd03dae0f3faf", + "timestamp": "2020-12-10T14:01:38Z" + }, + { + "version": "7.2012.1013.3340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1013.3340.zip", + "checksum": "d4b25a3f871a49b3040325c330be370f", + "timestamp": "2020-12-10T13:33:49Z" + }, + { + "version": "7.2012.1013.0558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.1013.0558.zip", + "checksum": "3072273176ff26e7f274fac1d384c3b4", + "timestamp": "2020-12-10T13:06:07Z" + }, + { + "version": "7.2012.0919.4836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0919.4836.zip", + "checksum": "62c2ee4400b08fd8abd6925f8b595a04", + "timestamp": "2020-12-09T19:48:44Z" + }, + { + "version": "7.2012.0917.2216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0917.2216.zip", + "checksum": "b92d3dd22d1db95b9cef75e28f2a30da", + "timestamp": "2020-12-09T17:22:25Z" + }, + { + "version": "7.2012.0915.5442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0915.5442.zip", + "checksum": "36994246543a70ea83f2b13abb3d84cd", + "timestamp": "2020-12-09T15:54:51Z" + }, + { + "version": "7.2012.0914.0236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0914.0236.zip", + "checksum": "42d6a9d47f45e8944e49574a879773d5", + "timestamp": "2020-12-09T14:02:44Z" + }, + { + "version": "7.2012.0908.0841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0908.0841.zip", + "checksum": "afd975dc20692f62eda1d2917e49f3cc", + "timestamp": "2020-12-09T08:08:49Z" + }, + { + "version": "7.2012.0907.4105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0907.4105.zip", + "checksum": "81bf67cf5fe4240d72474daef604df26", + "timestamp": "2020-12-09T07:41:14Z" + }, + { + "version": "7.2012.0904.2817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0904.2817.zip", + "checksum": "9786f3f42051692a90d0e6468828a060", + "timestamp": "2020-12-09T04:28:25Z" + }, + { + "version": "7.2012.0823.5305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0823.5305.zip", + "checksum": "246b673027ed24a847742afcafe874f1", + "timestamp": "2020-12-08T23:53:13Z" + }, + { + "version": "7.2012.0819.4513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0819.4513.zip", + "checksum": "8bc3d0e0797d9c2ff0682ad125169421", + "timestamp": "2020-12-08T19:45:21Z" + }, + { + "version": "7.2012.0818.0229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0818.0229.zip", + "checksum": "6fa81aa4fb43c9bc58b561a9bedecae7", + "timestamp": "2020-12-08T18:02:37Z" + }, + { + "version": "7.2012.0817.3444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0817.3444.zip", + "checksum": "fb02a539de20aa59452ed6d9499e9773", + "timestamp": "2020-12-08T17:34:51Z" + }, + { + "version": "7.2012.0816.3413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0816.3413.zip", + "checksum": "c5ad8d4cf164cb05fbbbd36a4fc8c855", + "timestamp": "2020-12-08T16:34:21Z" + }, + { + "version": "7.2012.0809.3636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0809.3636.zip", + "checksum": "27779b4ea7880988dbdaf9817ff67d00", + "timestamp": "2020-12-08T09:36:44Z" + }, + { + "version": "7.2012.0808.2936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0808.2936.zip", + "checksum": "fe5f57bfdef9492b4c66459f60224e2b", + "timestamp": "2020-12-08T08:29:44Z" + }, + { + "version": "7.2012.0808.0158", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0808.0158.zip", + "checksum": "2d4d3390fa53a70fccb1a63faa0923d0", + "timestamp": "2020-12-08T08:02:06Z" + }, + { + "version": "7.2012.0801.0846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0801.0846.zip", + "checksum": "1f7e17810f19ec9cbf98bbbde7b23a60", + "timestamp": "2020-12-08T01:08:54Z" + }, + { + "version": "7.2012.0718.2313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0718.2313.zip", + "checksum": "75f98878bf003e17752d2583c030f2c8", + "timestamp": "2020-12-07T18:23:20Z" + }, + { + "version": "7.2012.0717.3236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0717.3236.zip", + "checksum": "00331f1ff052ef8d8bfecec28bd1bc1a", + "timestamp": "2020-12-07T17:32:44Z" + }, + { + "version": "7.2012.0717.0547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0717.0547.zip", + "checksum": "7ccce85f545dc47afb271c1f512106f8", + "timestamp": "2020-12-07T17:05:55Z" + }, + { + "version": "7.2012.0707.3111", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0707.3111.zip", + "checksum": "05f46ec204d47e4577248ae305fcc97b", + "timestamp": "2020-12-07T07:31:19Z" + }, + { + "version": "7.2012.0707.0433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0707.0433.zip", + "checksum": "4d984645043338546404a3166242ed58", + "timestamp": "2020-12-07T07:04:41Z" + }, + { + "version": "7.2012.0615.3424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0615.3424.zip", + "checksum": "1a4eb6949b30599e9a7296566fdd1ea8", + "timestamp": "2020-12-06T15:34:32Z" + }, + { + "version": "7.2012.0615.0805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0615.0805.zip", + "checksum": "3cff0222f953cb12483c65a6051c7a3f", + "timestamp": "2020-12-06T15:08:13Z" + }, + { + "version": "7.2012.0607.3123", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0607.3123.zip", + "checksum": "ea9d2689718a15f77276a77efcf0a988", + "timestamp": "2020-12-06T07:31:31Z" + }, + { + "version": "7.2012.0601.3456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0601.3456.zip", + "checksum": "4166aa4d7de311fbbcb642e5aa666dcb", + "timestamp": "2020-12-06T01:35:04Z" + }, + { + "version": "7.2012.0601.0811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0601.0811.zip", + "checksum": "0b019c198b4190c76feee69dc627a1a8", + "timestamp": "2020-12-06T01:08:20Z" + }, + { + "version": "7.2012.0600.4132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0600.4132.zip", + "checksum": "7697407b4906d54583219ceab3ab7684", + "timestamp": "2020-12-06T00:41:40Z" + }, + { + "version": "7.2012.0519.5112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_7.2012.0519.5112.zip", + "checksum": "a541cf2ba9bbdde0cea3a24703249efc", + "timestamp": "2020-12-05T19:51:20Z" + }, + { + "version": "6.2011.2301.0613", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2301.0613.zip", + "checksum": "faeae1a5759ba9eff6900324f7ee2b0e", + "timestamp": "2020-11-23T01:06:21Z" + }, + { + "version": "6.2011.2219.3918", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2219.3918.zip", + "checksum": "08215062bb11e2ecbdc2f56a3fc8c8f6", + "timestamp": "2020-11-22T19:39:25Z" + }, + { + "version": "6.2011.2219.1232", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2219.1232.zip", + "checksum": "49db7fb9b65af172d5cb6fcff3eb10d5", + "timestamp": "2020-11-22T19:12:39Z" + }, + { + "version": "6.2011.2218.3106", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2218.3106.zip", + "checksum": "88d765a5547bd400181250f1304a65b2", + "timestamp": "2020-11-22T18:31:13Z" + }, + { + "version": "6.2011.2217.5659", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2217.5659.zip", + "checksum": "7912e52e4ca16018f187d24d41fa48a3", + "timestamp": "2020-11-22T17:57:08Z" + }, + { + "version": "6.2011.2215.5438", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2215.5438.zip", + "checksum": "cf7090cca481505615df3aed9d7abaf5", + "timestamp": "2020-11-22T15:54:46Z" + }, + { + "version": "6.2011.2215.0121", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2215.0121.zip", + "checksum": "bf28bd78b11c18243c142d182060f231", + "timestamp": "2020-11-22T15:01:29Z" + }, + { + "version": "6.2011.2210.3022", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2210.3022.zip", + "checksum": "ee0f959c909dc94f8d855f46f5c490c4", + "timestamp": "2020-11-22T10:30:29Z" + }, + { + "version": "6.2011.2208.2205", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2208.2205.zip", + "checksum": "d71b7f40e42bb5460cd291b4866f3968", + "timestamp": "2020-11-22T08:22:12Z" + }, + { + "version": "6.2011.2207.5615", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2207.5615.zip", + "checksum": "05245fab5ccf52a3470b4902dd940777", + "timestamp": "2020-11-22T07:56:22Z" + }, + { + "version": "6.2011.2207.0228", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2207.0228.zip", + "checksum": "ca0a3111d6bd69dd1d087b8c4fc7111f", + "timestamp": "2020-11-22T07:02:36Z" + }, + { + "version": "6.2011.2206.3751", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/slack-notifications/slack-notifications_6.2011.2206.3751.zip", + "checksum": "322058cb8bc07df6c26d6b789391b0c0", + "timestamp": "2020-11-22T06:37:58Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "bc4aad2e-d3d0-4725-a5e2-fd07949e5b42", + "name": "TMDb Box Sets", + "description": "Automatically create movie box sets based on TMDb collections", + "overview": "Automatically create movie box sets based on TMDb collections", + "owner": "jellyfin", + "category": "Metadata", + "versions": [ + { + "version": "9.0.0.0", + "changelog": "- Use BaseItemKind (#56) @crobibero\n\n### Bug Fixes ###\n- Update TMDbBoxSetManager.cs (#49) @WWWesten", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_9.0.0.0.zip", + "checksum": "4efbeb0a9f9700844b4e6a53be120ff7", + "timestamp": "2022-01-07T20:40:26Z" + }, + { + "version": "8.0.0.0", + "changelog": "- Use BaseItemKind (#56) @crobibero\n\n### Bug Fixes ###\n- Update TMDbBoxSetManager.cs (#49) @WWWesten", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_8.0.0.0.zip", + "checksum": "8068203d55ece50ff789885a9ea45b71", + "timestamp": "2022-01-05T04:41:05Z" + }, + { + "version": "7.2106.2121.3634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.2121.3634.zip", + "checksum": "53618913278ea4cdf554a7fb98122623", + "timestamp": "2021-06-21T21:36:42Z" + }, + { + "version": "7.2106.2114.1521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.2114.1521.zip", + "checksum": "979adb50e2e3d35850bc9acb5008e47d", + "timestamp": "2021-06-21T14:15:29Z" + }, + { + "version": "7.2106.2107.1617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.2107.1617.zip", + "checksum": "e7318b4adb288df36f2ce2d739d29ab2", + "timestamp": "2021-06-21T07:16:24Z" + }, + { + "version": "7.2106.1823.1147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1823.1147.zip", + "checksum": "30a0100787262a07bd008f37495a027d", + "timestamp": "2021-06-18T23:11:55Z" + }, + { + "version": "7.2106.1815.5718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1815.5718.zip", + "checksum": "6fed1ab9dc9868c719034a1b47e489fc", + "timestamp": "2021-06-18T15:57:26Z" + }, + { + "version": "7.2106.1810.3606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1810.3606.zip", + "checksum": "17f2799c4461663775d178447f0e321c", + "timestamp": "2021-06-18T10:36:14Z" + }, + { + "version": "7.2106.1602.5346", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1602.5346.zip", + "checksum": "4f2fbf4bba3318ae273dcd4493e118f7", + "timestamp": "2021-06-16T02:53:54Z" + }, + { + "version": "7.2106.1514.4106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1514.4106.zip", + "checksum": "919cea8c07ddd0deec1e5cdb9bf7abc1", + "timestamp": "2021-06-15T14:41:14Z" + }, + { + "version": "7.2106.1514.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1514.1300.zip", + "checksum": "5a1f94e1f1201d8dcc722d5283505009", + "timestamp": "2021-06-15T14:13:09Z" + }, + { + "version": "7.2106.1504.305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1504.0305.zip", + "checksum": "658a046ed04447e6c998ca973af3ca1e", + "timestamp": "2021-06-15T04:03:13Z" + }, + { + "version": "7.2106.1422.2407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1422.2407.zip", + "checksum": "bbc6b6db24622beccac8a643e36dea0e", + "timestamp": "2021-06-14T22:24:15Z" + }, + { + "version": "7.2106.1422.49", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1422.0049.zip", + "checksum": "15f1fbd952e0fa9bdfcbbe2b4dfcf60a", + "timestamp": "2021-06-14T22:00:58Z" + }, + { + "version": "7.2106.1417.5758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1417.5758.zip", + "checksum": "bf2daa050dc640bb8a7f93181544b49f", + "timestamp": "2021-06-14T17:58:08Z" + }, + { + "version": "7.2106.1315.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1315.3250.zip", + "checksum": "a0897e94e94b5892eb72c168171c71f1", + "timestamp": "2021-06-13T15:32:59Z" + }, + { + "version": "7.2106.1313.3241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1313.3241.zip", + "checksum": "515328c6256fc68ce0f1401551190f80", + "timestamp": "2021-06-13T13:32:48Z" + }, + { + "version": "7.2106.1306.4528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1306.4528.zip", + "checksum": "74f9e02de0d03503f816f560b8d9d160", + "timestamp": "2021-06-13T06:45:36Z" + }, + { + "version": "7.2106.1306.2253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1306.2253.zip", + "checksum": "b730985540b0b1a313dc06de3b178209", + "timestamp": "2021-06-13T06:23:02Z" + }, + { + "version": "7.2106.1215.2915", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1215.2915.zip", + "checksum": "43e6054770f8036a6a8e7f857baef194", + "timestamp": "2021-06-12T15:29:24Z" + }, + { + "version": "7.2106.1207.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1207.0011.zip", + "checksum": "d215dc47496e1185868c33f1c6af032d", + "timestamp": "2021-06-12T07:00:18Z" + }, + { + "version": "7.2106.1206.3819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1206.3819.zip", + "checksum": "b03ac1972bae8337aed61cab95f2a505", + "timestamp": "2021-06-12T06:38:27Z" + }, + { + "version": "7.2106.1123.4707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1123.4707.zip", + "checksum": "459a05d17ddc154ed83b83a425c39c16", + "timestamp": "2021-06-11T23:47:14Z" + }, + { + "version": "7.2106.1123.2009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1123.2009.zip", + "checksum": "3a6e6f135aa485a858ae0dd786004133", + "timestamp": "2021-06-11T23:20:17Z" + }, + { + "version": "7.2106.1122.4949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1122.4949.zip", + "checksum": "edf16881a77500b0467f82a0e22c8a88", + "timestamp": "2021-06-11T22:49:57Z" + }, + { + "version": "7.2106.1114.3829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1114.3829.zip", + "checksum": "05f98981fd7e79f9b10ce450e5c42436", + "timestamp": "2021-06-11T14:38:37Z" + }, + { + "version": "7.2106.1114.913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1114.0913.zip", + "checksum": "afa2dc92e1ef4511ec5b7e647f13588d", + "timestamp": "2021-06-11T14:09:21Z" + }, + { + "version": "7.2106.1113.4621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1113.4621.zip", + "checksum": "9e1930dc59a9a618ea42b4e0d9b1a582", + "timestamp": "2021-06-11T13:46:28Z" + }, + { + "version": "7.2106.1113.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1113.1335.zip", + "checksum": "4965b4a253d166c5094fb49d1978a2ac", + "timestamp": "2021-06-11T13:13:43Z" + }, + { + "version": "7.2106.1112.5046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1112.5046.zip", + "checksum": "50007f2a1560803682d7da309d173383", + "timestamp": "2021-06-11T12:50:54Z" + }, + { + "version": "7.2106.1108.2204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1108.2204.zip", + "checksum": "5329ccf2ae064d9760a2491ae9ba263e", + "timestamp": "2021-06-11T08:22:11Z" + }, + { + "version": "7.2106.1106.1034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1106.1034.zip", + "checksum": "2874b037a56c04a245cf1c3f886f8891", + "timestamp": "2021-06-11T06:10:42Z" + }, + { + "version": "7.2106.1105.4711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1105.4711.zip", + "checksum": "597a2d0b84ca4c8903f96926c5122106", + "timestamp": "2021-06-11T05:47:18Z" + }, + { + "version": "7.2106.1105.1757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1105.1757.zip", + "checksum": "d3ccbf82002d38bca756704b32f4162f", + "timestamp": "2021-06-11T05:18:05Z" + }, + { + "version": "7.2106.1021.1610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1021.1610.zip", + "checksum": "e5f87c7e2869e63e8ba6b18e711a5408", + "timestamp": "2021-06-10T21:16:18Z" + }, + { + "version": "7.2106.1015.1647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.1015.1647.zip", + "checksum": "78f49ff199a0e1f806229003f96e4985", + "timestamp": "2021-06-10T15:16:55Z" + }, + { + "version": "7.2106.914.5855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0914.5855.zip", + "checksum": "995f1a638a67527378a4a071251a3474", + "timestamp": "2021-06-09T14:59:03Z" + }, + { + "version": "7.2106.913.222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0913.0222.zip", + "checksum": "83f311cf067fc1caffc3928e9649a03d", + "timestamp": "2021-06-09T13:02:30Z" + }, + { + "version": "7.2106.908.5209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0908.5209.zip", + "checksum": "ed17cd5629631d50222ae2d6bb579077", + "timestamp": "2021-06-09T08:52:17Z" + }, + { + "version": "7.2106.814.3117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0814.3117.zip", + "checksum": "7bef0c7f96a00814c9ef1e8dfb067c8d", + "timestamp": "2021-06-08T14:31:25Z" + }, + { + "version": "7.2106.722.316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0722.0316.zip", + "checksum": "a2f5d8f2a5835c44169cdbfbfd593ee4", + "timestamp": "2021-06-07T22:03:24Z" + }, + { + "version": "7.2106.721.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0721.3517.zip", + "checksum": "fa26d26c3a910120bdff203d6828df40", + "timestamp": "2021-06-07T21:35:25Z" + }, + { + "version": "7.2106.714.5343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0714.5343.zip", + "checksum": "2d2eeeb10b440b08ec44171f1dd7a7fd", + "timestamp": "2021-06-07T14:53:51Z" + }, + { + "version": "7.2106.714.2256", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0714.2256.zip", + "checksum": "3be00512282077e5d2051ddd0feff681", + "timestamp": "2021-06-07T14:23:06Z" + }, + { + "version": "7.2106.713.5419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0713.5419.zip", + "checksum": "3f0d8dd615cb4fc3f18b1c3620cd7486", + "timestamp": "2021-06-07T13:54:27Z" + }, + { + "version": "7.2106.708.4135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0708.4135.zip", + "checksum": "6db71a5e0bac032c2575e5167bbbb738", + "timestamp": "2021-06-07T08:41:43Z" + }, + { + "version": "7.2106.708.605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0708.0605.zip", + "checksum": "6cadce7d3979ebebf96193cabad985d5", + "timestamp": "2021-06-07T08:06:12Z" + }, + { + "version": "7.2106.618.3859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0618.3859.zip", + "checksum": "1d79ce3853e7447f5831d14ddae28440", + "timestamp": "2021-06-06T18:39:08Z" + }, + { + "version": "7.2106.615.4319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0615.4319.zip", + "checksum": "e834e49c66b5a3124d2fd626bd66744d", + "timestamp": "2021-06-06T15:43:28Z" + }, + { + "version": "7.2106.413.423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0413.0423.zip", + "checksum": "07cba15c3a4682173ce7a05cc7a01543", + "timestamp": "2021-06-04T13:04:31Z" + }, + { + "version": "7.2106.314.5157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0314.5157.zip", + "checksum": "414ce299de22450a1d3445eaa6e4c9ee", + "timestamp": "2021-06-03T14:52:06Z" + }, + { + "version": "7.2106.302.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0302.3434.zip", + "checksum": "73803bed4181b694d74e711a2ecfb6e0", + "timestamp": "2021-06-03T02:34:42Z" + }, + { + "version": "7.2106.121.1938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2106.0121.1938.zip", + "checksum": "6160808613f5ac1a2b89a1f47e2c6e02", + "timestamp": "2021-06-01T21:19:46Z" + }, + { + "version": "7.2105.3023.2654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.3023.2654.zip", + "checksum": "a209b995ee1471a3edcc262f46723d52", + "timestamp": "2021-05-30T23:27:01Z" + }, + { + "version": "7.2105.3018.1634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.3018.1634.zip", + "checksum": "fced49d23978f82be17df75a6ff5fb96", + "timestamp": "2021-05-30T18:16:41Z" + }, + { + "version": "7.2105.3008.3803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.3008.3803.zip", + "checksum": "57ddeed6dd5be99edc491af8f58e09ef", + "timestamp": "2021-05-30T08:38:11Z" + }, + { + "version": "7.2105.2711.3950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2711.3950.zip", + "checksum": "185f34e66bb99146ad9a7847f51d23cc", + "timestamp": "2021-05-27T11:39:59Z" + }, + { + "version": "7.2105.2708.4838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2708.4838.zip", + "checksum": "6bc6ae85a450b9c645004dcb3f7c0755", + "timestamp": "2021-05-27T08:48:45Z" + }, + { + "version": "7.2105.2706.1524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2706.1524.zip", + "checksum": "12b26f695545f2830ea624df9eb42f92", + "timestamp": "2021-05-27T06:15:31Z" + }, + { + "version": "7.2105.2705.4801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2705.4801.zip", + "checksum": "97141da2ef1e64e6bf4aa786a1f32019", + "timestamp": "2021-05-27T05:48:10Z" + }, + { + "version": "7.2105.2620.3427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2620.3427.zip", + "checksum": "f0196ea2f3bfdf9ca7113ad69983c58d", + "timestamp": "2021-05-26T20:34:34Z" + }, + { + "version": "7.2105.2620.1155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2620.1155.zip", + "checksum": "05eff4cc283425e01e866e7de86d9f1a", + "timestamp": "2021-05-26T20:12:05Z" + }, + { + "version": "7.2105.2619.4332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2619.4332.zip", + "checksum": "e6805a98912c469ce0100514f05d627a", + "timestamp": "2021-05-26T19:43:40Z" + }, + { + "version": "7.2105.2619.2109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2619.2109.zip", + "checksum": "ad1ee3af69189c70a3c4fd2af106742e", + "timestamp": "2021-05-26T19:21:17Z" + }, + { + "version": "7.2105.2617.3734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2617.3734.zip", + "checksum": "7e570daf643c822b0a8c80757c7c7028", + "timestamp": "2021-05-26T17:37:41Z" + }, + { + "version": "7.2105.2615.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2615.4313.zip", + "checksum": "f211d8f35dfa12c927ea285cf425e5cf", + "timestamp": "2021-05-26T15:43:21Z" + }, + { + "version": "7.2105.2419.209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2419.0209.zip", + "checksum": "5c36b6b3f11b990277dc9c251ea79cdd", + "timestamp": "2021-05-24T19:02:17Z" + }, + { + "version": "7.2105.2417.5233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2417.5233.zip", + "checksum": "e8dab8efc14e2f8b75ccb24fc41ca72c", + "timestamp": "2021-05-24T17:52:42Z" + }, + { + "version": "7.2105.2412.1713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2412.1713.zip", + "checksum": "bfc8ed3b98761639f7fe46e55f43d166", + "timestamp": "2021-05-24T12:17:21Z" + }, + { + "version": "7.2105.2407.2121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2407.2121.zip", + "checksum": "56ff73c71ffb89459a7adb61a2e2deee", + "timestamp": "2021-05-24T07:21:29Z" + }, + { + "version": "7.2105.2406.5433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2406.5433.zip", + "checksum": "f800d6ba883bc29df1a94ee69c65d449", + "timestamp": "2021-05-24T06:54:41Z" + }, + { + "version": "7.2105.2304.5224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2304.5224.zip", + "checksum": "d12bd4a062f5263b2569c091a7f89eb9", + "timestamp": "2021-05-23T04:52:31Z" + }, + { + "version": "7.2105.2121.4245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2121.4245.zip", + "checksum": "5fee22abfe15ecb20ac63018c586104c", + "timestamp": "2021-05-21T21:42:53Z" + }, + { + "version": "7.2105.2118.5617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2118.5617.zip", + "checksum": "4826f51a8a9f9620209130569d8b4f44", + "timestamp": "2021-05-21T18:56:25Z" + }, + { + "version": "7.2105.2116.3304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2116.3304.zip", + "checksum": "155ea8d4bc49d3771a2112099a497179", + "timestamp": "2021-05-21T16:33:12Z" + }, + { + "version": "7.2105.2112.5821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2112.5821.zip", + "checksum": "5a9af1eb06a3caf72037d5e697ae8163", + "timestamp": "2021-05-21T12:58:30Z" + }, + { + "version": "7.2105.2112.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2112.2531.zip", + "checksum": "ba5e523337b3142d4178bafd1a3a72a5", + "timestamp": "2021-05-21T12:25:38Z" + }, + { + "version": "7.2105.2111.5759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2111.5759.zip", + "checksum": "a12792c6232457ccfb6f0d36e5252ba2", + "timestamp": "2021-05-21T11:58:09Z" + }, + { + "version": "7.2105.2111.3108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2111.3108.zip", + "checksum": "11b58bdec527ebdbb2ec60a2b82f2ed2", + "timestamp": "2021-05-21T11:31:16Z" + }, + { + "version": "7.2105.2104.5421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2104.5421.zip", + "checksum": "28a487cb8bcb21cde8845cb23f44d749", + "timestamp": "2021-05-21T04:54:29Z" + }, + { + "version": "7.2105.2023.5509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2023.5509.zip", + "checksum": "9ed81f35009909efecc46fc5863b2092", + "timestamp": "2021-05-20T23:55:19Z" + }, + { + "version": "7.2105.2021.3723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2021.3723.zip", + "checksum": "a3148e65e523416417529e028cfad88f", + "timestamp": "2021-05-20T21:37:30Z" + }, + { + "version": "7.2105.2021.813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.2021.0813.zip", + "checksum": "4b25a28ee106b6cf7a286cbc30cdf82d", + "timestamp": "2021-05-20T21:08:21Z" + }, + { + "version": "7.2105.1921.17", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1921.0017.zip", + "checksum": "b6df36c34bbf0169e58ecfd01ce40678", + "timestamp": "2021-05-19T21:00:26Z" + }, + { + "version": "7.2105.1821.739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1821.0739.zip", + "checksum": "aa51a9ac113f0c43632488de65d3f888", + "timestamp": "2021-05-18T21:07:46Z" + }, + { + "version": "7.2105.1819.4826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1819.4826.zip", + "checksum": "a388c95b17b0de4531f1943b863a9ad6", + "timestamp": "2021-05-18T19:48:33Z" + }, + { + "version": "7.2105.1818.5253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1818.5253.zip", + "checksum": "72cdcc5a08dc3b564b832e30a5335346", + "timestamp": "2021-05-18T18:53:02Z" + }, + { + "version": "7.2105.1811.5327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1811.5327.zip", + "checksum": "7c99446ccc288c5aaf725e112a2442ad", + "timestamp": "2021-05-18T11:53:34Z" + }, + { + "version": "7.2105.1806.2026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1806.2026.zip", + "checksum": "dafb5f4283113a065079c8d1d638e721", + "timestamp": "2021-05-18T06:20:34Z" + }, + { + "version": "7.2105.1722.3249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1722.3249.zip", + "checksum": "e8b254842271b812f0f4dda471ccb309", + "timestamp": "2021-05-17T22:32:58Z" + }, + { + "version": "7.2105.1717.1202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1717.1202.zip", + "checksum": "4a3ba648f2a3c95cb9d54938d75243ca", + "timestamp": "2021-05-17T17:12:14Z" + }, + { + "version": "7.2105.1716.4429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1716.4429.zip", + "checksum": "0108a751078846b4c03d7843aa5ea375", + "timestamp": "2021-05-17T16:44:38Z" + }, + { + "version": "7.2105.1619.808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1619.0808.zip", + "checksum": "4ae684bf2239bea4a6839fa0d3972713", + "timestamp": "2021-05-16T19:08:16Z" + }, + { + "version": "7.2105.1612.2624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1612.2624.zip", + "checksum": "0082737565b36e23c1264ff5db65f731", + "timestamp": "2021-05-16T12:26:32Z" + }, + { + "version": "7.2105.1610.5520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1610.5520.zip", + "checksum": "ee5bdf5f08a450fb08602d4ef96405f4", + "timestamp": "2021-05-16T10:55:27Z" + }, + { + "version": "7.2105.1610.2557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1610.2557.zip", + "checksum": "2c24920cce2f945db2f6fa07ae6231db", + "timestamp": "2021-05-16T10:26:06Z" + }, + { + "version": "7.2105.1521.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1521.2436.zip", + "checksum": "982eb930332aa05317dee860e67dde80", + "timestamp": "2021-05-15T21:24:44Z" + }, + { + "version": "7.2105.1514.5207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1514.5207.zip", + "checksum": "33a6e2d1099f498f9464d1ed4e78a381", + "timestamp": "2021-05-15T14:52:14Z" + }, + { + "version": "7.2105.1308.5931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1308.5931.zip", + "checksum": "4ea14fb02cb2e1b5c85fc74060a20a4e", + "timestamp": "2021-05-13T08:59:39Z" + }, + { + "version": "7.2105.1114.1921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1114.1921.zip", + "checksum": "c2f08790a250073066e056604063da80", + "timestamp": "2021-05-11T14:19:30Z" + }, + { + "version": "7.2105.1113.4717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1113.4717.zip", + "checksum": "73c508e42f0ad1f460ff9584845cfb93", + "timestamp": "2021-05-11T13:47:25Z" + }, + { + "version": "7.2105.1113.1949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1113.1949.zip", + "checksum": "632dd9081a7154cc144a0104463d914a", + "timestamp": "2021-05-11T13:19:57Z" + }, + { + "version": "7.2105.1112.5124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1112.5124.zip", + "checksum": "04dc55cb4c261f064b6102980eaafdcb", + "timestamp": "2021-05-11T12:51:31Z" + }, + { + "version": "7.2105.1112.2337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1112.2337.zip", + "checksum": "4bada376c6cfedff707425e35ba65ebf", + "timestamp": "2021-05-11T12:23:45Z" + }, + { + "version": "7.2105.1022.3410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1022.3410.zip", + "checksum": "96679e1a387a661e005390b3b60e99b5", + "timestamp": "2021-05-10T22:34:20Z" + }, + { + "version": "7.2105.1022.47", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1022.0047.zip", + "checksum": "072cf657ccf817911296f40e6364bc67", + "timestamp": "2021-05-10T22:00:58Z" + }, + { + "version": "7.2105.1021.2731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1021.2731.zip", + "checksum": "8a3ee2e71bbf002b4f462681135ed4a9", + "timestamp": "2021-05-10T21:27:38Z" + }, + { + "version": "7.2105.1020.5722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1020.5722.zip", + "checksum": "d6e5236a957df2724e0628abf497b15a", + "timestamp": "2021-05-10T20:57:30Z" + }, + { + "version": "7.2105.1015.5809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.1015.5809.zip", + "checksum": "46d48e8351da029e4a022d7014de3349", + "timestamp": "2021-05-10T15:58:18Z" + }, + { + "version": "7.2105.720.3650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0720.3650.zip", + "checksum": "dd8c3d22f37a682b9236e135528d017f", + "timestamp": "2021-05-07T20:37:07Z" + }, + { + "version": "7.2105.713.4446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0713.4446.zip", + "checksum": "18d4bb8f5f94e384cde28c36c354ba82", + "timestamp": "2021-05-07T13:44:54Z" + }, + { + "version": "7.2105.712.3646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0712.3646.zip", + "checksum": "ce0641166bed5db84c0ceca4730ef0ce", + "timestamp": "2021-05-07T12:36:54Z" + }, + { + "version": "7.2105.706.1907", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0706.1907.zip", + "checksum": "aa6e99d0ebd0345f6d6fcc18867413d9", + "timestamp": "2021-05-07T06:19:15Z" + }, + { + "version": "7.2105.622.215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0622.0215.zip", + "checksum": "f39d3ebd6a431b6f6853c1e58a1d0234", + "timestamp": "2021-05-06T22:02:23Z" + }, + { + "version": "7.2105.621.3435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0621.3435.zip", + "checksum": "891e317a9bc4042b99df7cf7043e8c93", + "timestamp": "2021-05-06T21:34:43Z" + }, + { + "version": "7.2105.616.650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0616.0650.zip", + "checksum": "f70114d77c35e75988b350a6ace2aa4d", + "timestamp": "2021-05-06T16:06:58Z" + }, + { + "version": "7.2105.615.3828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0615.3828.zip", + "checksum": "8483feb707e217b35fc89c47585609ba", + "timestamp": "2021-05-06T15:38:35Z" + }, + { + "version": "7.2105.517.4846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0517.4846.zip", + "checksum": "cefe2baeb12648cf3388d66bfd6cad30", + "timestamp": "2021-05-05T17:48:53Z" + }, + { + "version": "7.2105.515.4824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0515.4824.zip", + "checksum": "a1136daf8b265be95ad88327cda79375", + "timestamp": "2021-05-05T15:48:32Z" + }, + { + "version": "7.2105.512.5340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0512.5340.zip", + "checksum": "acb739c9f7426d2ca4c09dbd7e5e5776", + "timestamp": "2021-05-05T12:53:48Z" + }, + { + "version": "7.2105.512.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0512.2558.zip", + "checksum": "08ded234ffd958a1883ff2022ef56517", + "timestamp": "2021-05-05T12:26:07Z" + }, + { + "version": "7.2105.511.5609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0511.5609.zip", + "checksum": "1714fd5deeab491df8449cbf79a6d17a", + "timestamp": "2021-05-05T11:56:17Z" + }, + { + "version": "7.2105.508.325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0508.0325.zip", + "checksum": "802aa65eebdd74050b76c1f8c5e99eb7", + "timestamp": "2021-05-05T08:03:34Z" + }, + { + "version": "7.2105.504.4912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0504.4912.zip", + "checksum": "64cc581b7e5cd6bc7a62ab562294f1f9", + "timestamp": "2021-05-05T04:49:20Z" + }, + { + "version": "7.2105.504.2206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0504.2206.zip", + "checksum": "b146d7d4a0fe4aaf5aa6497a60303c5c", + "timestamp": "2021-05-05T04:22:14Z" + }, + { + "version": "7.2105.502.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0502.2918.zip", + "checksum": "50ab3b0b2c687e8e458ccd0fdd4ac58d", + "timestamp": "2021-05-05T02:29:26Z" + }, + { + "version": "7.2105.501.4451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0501.4451.zip", + "checksum": "1ee87ef8a42c4b093151adbb0a8f492c", + "timestamp": "2021-05-05T01:45:00Z" + }, + { + "version": "7.2105.423.734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0423.0734.zip", + "checksum": "be498c352231260564d57e3372020587", + "timestamp": "2021-05-04T23:07:42Z" + }, + { + "version": "7.2105.418.1646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0418.1646.zip", + "checksum": "11576e438d58c0b1846d57ad9a8dfe8f", + "timestamp": "2021-05-04T18:16:54Z" + }, + { + "version": "7.2105.417.3927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0417.3927.zip", + "checksum": "6a6a5e5f0145c194ef3dcf05f5d34218", + "timestamp": "2021-05-04T17:39:35Z" + }, + { + "version": "7.2105.416.1409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0416.1409.zip", + "checksum": "5b78c6247cd23a6da50ce4cf1e39935b", + "timestamp": "2021-05-04T16:14:16Z" + }, + { + "version": "7.2105.415.5122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0415.5122.zip", + "checksum": "c9f4df9732cdf7124fd3536e35826f2d", + "timestamp": "2021-05-04T15:51:30Z" + }, + { + "version": "7.2105.415.2917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0415.2917.zip", + "checksum": "f59adcc2344ed39b09b316ad75554a02", + "timestamp": "2021-05-04T15:29:25Z" + }, + { + "version": "7.2105.409.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0409.5126.zip", + "checksum": "762cc3c757bfd4b4f00989d83685e123", + "timestamp": "2021-05-04T09:51:34Z" + }, + { + "version": "7.2105.409.2141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0409.2141.zip", + "checksum": "68f9575f2b12b34a7368c698f32af7ae", + "timestamp": "2021-05-04T09:21:48Z" + }, + { + "version": "7.2105.405.3540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0405.3540.zip", + "checksum": "dffbb31d8404d4713daca150ecf1d786", + "timestamp": "2021-05-04T05:35:48Z" + }, + { + "version": "7.2105.405.1313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0405.1313.zip", + "checksum": "efeee40d7111660d3f9181d3b21d6d2b", + "timestamp": "2021-05-04T05:13:22Z" + }, + { + "version": "7.2105.322.3214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0322.3214.zip", + "checksum": "00ccdc5303400ad4cb0ff716705c58bb", + "timestamp": "2021-05-03T22:32:22Z" + }, + { + "version": "7.2105.322.1010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0322.1010.zip", + "checksum": "0f734efd9ce8e002a85ed5b2fd0e956c", + "timestamp": "2021-05-03T22:10:19Z" + }, + { + "version": "7.2105.315.5654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0315.5654.zip", + "checksum": "e8d10191b8a62751a36a75833f33d5c9", + "timestamp": "2021-05-03T15:57:02Z" + }, + { + "version": "7.2105.308.1711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0308.1711.zip", + "checksum": "e1bc1835b1f213c67133d3380ec343da", + "timestamp": "2021-05-03T08:17:19Z" + }, + { + "version": "7.2105.221.2041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0221.2041.zip", + "checksum": "8951b63be95953b9b375a560a2e12970", + "timestamp": "2021-05-02T21:20:50Z" + }, + { + "version": "7.2105.219.4548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0219.4548.zip", + "checksum": "eb08d2e1abf8ef62f562a6679b8e8d36", + "timestamp": "2021-05-02T19:45:56Z" + }, + { + "version": "7.2105.216.1322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0216.1322.zip", + "checksum": "c9af448176589af80e3d0a9ad5f0dd5b", + "timestamp": "2021-05-02T16:13:30Z" + }, + { + "version": "7.2105.209.5959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0209.5959.zip", + "checksum": "57ddf674814040358e7a14ec057ee880", + "timestamp": "2021-05-02T10:00:08Z" + }, + { + "version": "7.2105.123.839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0123.0839.zip", + "checksum": "6a46b3c8e6cef1122f3b23afb4d73a4a", + "timestamp": "2021-05-01T23:08:47Z" + }, + { + "version": "7.2105.116.3424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0116.3424.zip", + "checksum": "dd8517c5b759e28260cfc92d5c26b8b9", + "timestamp": "2021-05-01T16:34:32Z" + }, + { + "version": "7.2105.116.749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2105.0116.0749.zip", + "checksum": "646a6bfb640cc8ed83cd4213ad0236e1", + "timestamp": "2021-05-01T16:07:56Z" + }, + { + "version": "7.2104.3019.1140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.3019.1140.zip", + "checksum": "36775c51f6ab83b229f9d17627a4fe6f", + "timestamp": "2021-04-30T19:11:48Z" + }, + { + "version": "7.2104.3011.1411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.3011.1411.zip", + "checksum": "7470613092fdd4c8f3c3bb64c96441f7", + "timestamp": "2021-04-30T11:14:19Z" + }, + { + "version": "7.2104.3008.5904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.3008.5904.zip", + "checksum": "04e6261fd50d9310d5495feccb52948b", + "timestamp": "2021-04-30T08:59:12Z" + }, + { + "version": "7.2104.2920.752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2920.0752.zip", + "checksum": "57620c8b9471d200bfe2b60abfb32947", + "timestamp": "2021-04-29T20:07:59Z" + }, + { + "version": "7.2104.2919.3956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2919.3956.zip", + "checksum": "55a631c469efd65104c6bbfacbfb2eb1", + "timestamp": "2021-04-29T19:40:04Z" + }, + { + "version": "7.2104.2912.4651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2912.4651.zip", + "checksum": "b1606e4d037aaafa59149fd94cbb1305", + "timestamp": "2021-04-29T12:46:58Z" + }, + { + "version": "7.2104.2714.4839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2714.4839.zip", + "checksum": "c447de79fabbcb6385d20c4b23201716", + "timestamp": "2021-04-27T14:48:46Z" + }, + { + "version": "7.2104.2714.1057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2714.1057.zip", + "checksum": "04492cb5838eddbfd34f3c60c6bd1d12", + "timestamp": "2021-04-27T14:11:06Z" + }, + { + "version": "7.2104.2622.4020", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2622.4020.zip", + "checksum": "271399333f95145ea1b50bf44b50c742", + "timestamp": "2021-04-26T22:40:28Z" + }, + { + "version": "7.2104.2622.1247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2622.1247.zip", + "checksum": "b98b386d8d605dec33961ef3e89faf77", + "timestamp": "2021-04-26T22:12:55Z" + }, + { + "version": "7.2104.2615.858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2615.0858.zip", + "checksum": "da2150ecc9b54a030a76c54cc902605e", + "timestamp": "2021-04-26T15:09:09Z" + }, + { + "version": "7.2104.2614.948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2614.0948.zip", + "checksum": "dc832808b87694a4587e10379aed71e2", + "timestamp": "2021-04-26T14:09:56Z" + }, + { + "version": "7.2104.2518.1", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2518.0001.zip", + "checksum": "8be57e2641602b1b2ecf475e02784f46", + "timestamp": "2021-04-25T18:00:10Z" + }, + { + "version": "7.2104.2517.4655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2517.4655.zip", + "checksum": "ff8490d30231ae7402d3a3c1814299ae", + "timestamp": "2021-04-25T17:47:09Z" + }, + { + "version": "7.2104.2517.1820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2517.1820.zip", + "checksum": "54e713da40ea1b47dc23ec8419cd571b", + "timestamp": "2021-04-25T17:18:27Z" + }, + { + "version": "7.2104.2516.2118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2516.2118.zip", + "checksum": "2b07dc2df8f8cbc59ecac2d6f110969f", + "timestamp": "2021-04-25T16:21:26Z" + }, + { + "version": "7.2104.2515.5351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2515.5351.zip", + "checksum": "2c10d5371c9a6540b81ee9398d71a8a9", + "timestamp": "2021-04-25T15:53:59Z" + }, + { + "version": "7.2104.2420.5219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2420.5219.zip", + "checksum": "7c370942d0c3a1c7de4ceb1a8f89494e", + "timestamp": "2021-04-24T20:52:27Z" + }, + { + "version": "7.2104.2414.2531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2414.2531.zip", + "checksum": "651c7fbb089aec3f87c12a87db930175", + "timestamp": "2021-04-24T14:25:38Z" + }, + { + "version": "7.2104.2308.4514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2308.4514.zip", + "checksum": "aef7060a2eeb9704be0cec921aa3d678", + "timestamp": "2021-04-23T08:45:22Z" + }, + { + "version": "7.2104.2215.3222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2215.3222.zip", + "checksum": "ee58130134591bcd8c31601cbf0f6014", + "timestamp": "2021-04-22T15:32:29Z" + }, + { + "version": "7.2104.2215.511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2215.0511.zip", + "checksum": "32c3eac78894b7a2cd9ab01f55f719d7", + "timestamp": "2021-04-22T15:05:19Z" + }, + { + "version": "7.2104.2118.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2118.3250.zip", + "checksum": "70f5ee542cf0f16c80057281792b9e97", + "timestamp": "2021-04-21T18:32:57Z" + }, + { + "version": "7.2104.2114.4424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2114.4424.zip", + "checksum": "f7fb5dd7ec7dae393354ae94ecccd324", + "timestamp": "2021-04-21T14:44:32Z" + }, + { + "version": "7.2104.2114.1711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2114.1711.zip", + "checksum": "84db5f73a9ab93de89ce7c1f548c24d7", + "timestamp": "2021-04-21T14:17:18Z" + }, + { + "version": "7.2104.2112.4713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2112.4713.zip", + "checksum": "2d5d7ad3611a14b75363aeafaac23d99", + "timestamp": "2021-04-21T12:47:20Z" + }, + { + "version": "7.2104.2112.1900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2112.1900.zip", + "checksum": "43a9fe4a7d024f98b21291c8cc1b951c", + "timestamp": "2021-04-21T12:19:10Z" + }, + { + "version": "7.2104.2011.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.2011.5637.zip", + "checksum": "dc34619bb34c5d5b221b6f8d4de75aaf", + "timestamp": "2021-04-20T11:56:44Z" + }, + { + "version": "7.2104.1918.5607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1918.5607.zip", + "checksum": "7becec3d13997d59364ef63a9e34a764", + "timestamp": "2021-04-19T18:56:14Z" + }, + { + "version": "7.2104.1913.4444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1913.4444.zip", + "checksum": "3fedfbfa97a6382ab332d10a240d8ead", + "timestamp": "2021-04-19T13:44:52Z" + }, + { + "version": "7.2104.1913.1227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1913.1227.zip", + "checksum": "ca0792ab6a2585c8312e99246b73c6b8", + "timestamp": "2021-04-19T13:12:36Z" + }, + { + "version": "7.2104.1912.4248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1912.4248.zip", + "checksum": "3e85257cf6df915ba25b0d79e31fd335", + "timestamp": "2021-04-19T12:42:57Z" + }, + { + "version": "7.2104.1906.5724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1906.5724.zip", + "checksum": "81a51835389830f15bcf1315f2b181af", + "timestamp": "2021-04-19T06:57:33Z" + }, + { + "version": "7.2104.1804.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1804.5153.zip", + "checksum": "bfa7ba3836e1303f9a0e2a1e96de6614", + "timestamp": "2021-04-18T04:52:02Z" + }, + { + "version": "7.2104.1713.1815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1713.1815.zip", + "checksum": "aaad60b70c3eb96ab830e9dbc64d8c6f", + "timestamp": "2021-04-17T13:18:23Z" + }, + { + "version": "7.2104.1514.645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1514.0645.zip", + "checksum": "0b4ae1a3a2e401c85b14f405a7103a57", + "timestamp": "2021-04-15T14:06:54Z" + }, + { + "version": "7.2104.1421.1452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1421.1452.zip", + "checksum": "8f6c641f12115b45128c97ddc2c9e376", + "timestamp": "2021-04-14T21:15:00Z" + }, + { + "version": "7.2104.1418.2343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1418.2343.zip", + "checksum": "78d39090b679ec9a4b0c01b91ccfdeb9", + "timestamp": "2021-04-14T18:23:51Z" + }, + { + "version": "7.2104.1416.5001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1416.5001.zip", + "checksum": "adaa73032708d411c48ae7227e456f2b", + "timestamp": "2021-04-14T16:50:09Z" + }, + { + "version": "7.2104.1414.3533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1414.3533.zip", + "checksum": "6a7fdfdaa73cd2ded33887bed5a10df8", + "timestamp": "2021-04-14T14:35:40Z" + }, + { + "version": "7.2104.1414.818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1414.0818.zip", + "checksum": "8c6421ada65a89525d3ac00f966d3a60", + "timestamp": "2021-04-14T14:08:26Z" + }, + { + "version": "7.2104.1413.2425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1413.2425.zip", + "checksum": "8b50bda4ab7e29624dda2a0187520dcf", + "timestamp": "2021-04-14T13:24:33Z" + }, + { + "version": "7.2104.1409.5245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1409.5245.zip", + "checksum": "6c1e71d37522463c5a9f2198b02c3064", + "timestamp": "2021-04-14T09:52:52Z" + }, + { + "version": "7.2104.1317.4424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1317.4424.zip", + "checksum": "ca4928ee30981f5c7c3e6a17b0697f8d", + "timestamp": "2021-04-13T17:44:31Z" + }, + { + "version": "7.2104.1315.529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1315.0529.zip", + "checksum": "12a9fe474b1a78ef886af059f4eb2b7f", + "timestamp": "2021-04-13T15:05:36Z" + }, + { + "version": "7.2104.1314.4042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1314.4042.zip", + "checksum": "ddcab0424984188259e27c89e75de8f7", + "timestamp": "2021-04-13T14:40:50Z" + }, + { + "version": "7.2104.1314.1414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1314.1414.zip", + "checksum": "1c98d8df9d6b22cf58a0df0cb3a2708f", + "timestamp": "2021-04-13T14:14:22Z" + }, + { + "version": "7.2104.1313.1750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1313.1750.zip", + "checksum": "d28eab4df819bf386d25594747a44e4a", + "timestamp": "2021-04-13T13:17:57Z" + }, + { + "version": "7.2104.1309.5206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1309.5206.zip", + "checksum": "ba408ee56f8eddffa5370af9ce3d2eb4", + "timestamp": "2021-04-13T09:52:14Z" + }, + { + "version": "7.2104.1221.900", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1221.0900.zip", + "checksum": "99f4384b0b9db475c81da79a57b93b84", + "timestamp": "2021-04-12T21:09:09Z" + }, + { + "version": "7.2104.1218.2120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1218.2120.zip", + "checksum": "58905045481a8808bf26024780e90f30", + "timestamp": "2021-04-12T18:21:27Z" + }, + { + "version": "7.2104.1214.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1214.4313.zip", + "checksum": "7e5460fc7b21b1c007d9ec8544f61834", + "timestamp": "2021-04-12T14:43:20Z" + }, + { + "version": "7.2104.1214.1508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1214.1508.zip", + "checksum": "b9b8558c7d542e3896d58f5d42b030e3", + "timestamp": "2021-04-12T14:15:17Z" + }, + { + "version": "7.2104.1209.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1209.2208.zip", + "checksum": "dd188e4e39803f6d92d974a98e4b5728", + "timestamp": "2021-04-12T09:22:17Z" + }, + { + "version": "7.2104.1121.5712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1121.5712.zip", + "checksum": "dbc9656680ba1ac78117f3adf6372d72", + "timestamp": "2021-04-11T21:57:21Z" + }, + { + "version": "7.2104.1118.2143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1118.2143.zip", + "checksum": "958b6970b8add5a3132e8b2bf8080ea1", + "timestamp": "2021-04-11T18:21:51Z" + }, + { + "version": "7.2104.1117.5439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1117.5439.zip", + "checksum": "7ea349b163ec3572a288041fc8a6a472", + "timestamp": "2021-04-11T17:54:47Z" + }, + { + "version": "7.2104.1116.5102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1116.5102.zip", + "checksum": "3cf9697c279442f0e4dd4316a93e97f5", + "timestamp": "2021-04-11T16:51:09Z" + }, + { + "version": "7.2104.1116.2251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1116.2251.zip", + "checksum": "a01edbc5e09587b92974ff024988bfbd", + "timestamp": "2021-04-11T16:22:59Z" + }, + { + "version": "7.2104.1112.3444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1112.3444.zip", + "checksum": "4588a792412ae75f1dd5bd8b3b529ca4", + "timestamp": "2021-04-11T12:34:52Z" + }, + { + "version": "7.2104.1112.657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1112.0657.zip", + "checksum": "61466c0245765c8d98e9cd93484f3881", + "timestamp": "2021-04-11T12:07:05Z" + }, + { + "version": "7.2104.1023.3411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1023.3411.zip", + "checksum": "2e217c08c22ff3c6ce39ee8e98a2fca9", + "timestamp": "2021-04-10T23:34:18Z" + }, + { + "version": "7.2104.1023.712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1023.0712.zip", + "checksum": "dc9b5f06bb5859462a359cbefcbe82e5", + "timestamp": "2021-04-10T23:07:19Z" + }, + { + "version": "7.2104.1022.300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1022.0300.zip", + "checksum": "bd04d0d4d8085d1ac4073147f9f3e1ea", + "timestamp": "2021-04-10T22:03:07Z" + }, + { + "version": "7.2104.1021.3618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1021.3618.zip", + "checksum": "ff42f3d1e6d6c0b2bcb7b9c7d5f688e1", + "timestamp": "2021-04-10T21:36:25Z" + }, + { + "version": "7.2104.1020.1613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1020.1613.zip", + "checksum": "77eebb1e5059cd956b4e79cddaae900d", + "timestamp": "2021-04-10T20:16:20Z" + }, + { + "version": "7.2104.1019.5449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1019.5449.zip", + "checksum": "013d091d14748d5ef9b982fb3a004efa", + "timestamp": "2021-04-10T19:54:56Z" + }, + { + "version": "7.2104.1017.5050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1017.5050.zip", + "checksum": "dff9521e458fd3457db61752a23503d4", + "timestamp": "2021-04-10T17:50:57Z" + }, + { + "version": "7.2104.1015.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1015.4407.zip", + "checksum": "4c8619278c108be10c10bf575a3c8e93", + "timestamp": "2021-04-10T15:44:14Z" + }, + { + "version": "7.2104.1001.2421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1001.2421.zip", + "checksum": "73a86d201eaf7489564b1af72a9fc84b", + "timestamp": "2021-04-10T01:24:28Z" + }, + { + "version": "7.2104.1000.630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.1000.0630.zip", + "checksum": "f8ec7d5d1db851979da2de3e983c0ef5", + "timestamp": "2021-04-10T00:06:37Z" + }, + { + "version": "7.2104.922.354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0922.0354.zip", + "checksum": "210c090ceca1017effadd2a0117ccf48", + "timestamp": "2021-04-09T22:04:02Z" + }, + { + "version": "7.2104.921.3517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0921.3517.zip", + "checksum": "92662fac5f9f8ac13d0d22d256822f8d", + "timestamp": "2021-04-09T21:35:24Z" + }, + { + "version": "7.2104.911.821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0911.0821.zip", + "checksum": "07f08db95c72157c99af9b0187add859", + "timestamp": "2021-04-09T11:08:29Z" + }, + { + "version": "7.2104.910.3951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0910.3951.zip", + "checksum": "a709f537a00b9bec2aadcec4d3748e55", + "timestamp": "2021-04-09T10:39:59Z" + }, + { + "version": "7.2104.822.8", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0822.0008.zip", + "checksum": "1f19aa11173074f318844a6b6b1260e4", + "timestamp": "2021-04-08T22:00:16Z" + }, + { + "version": "7.2104.816.4320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0816.4320.zip", + "checksum": "09f3a3a021fc1e74b00d96d387ff3742", + "timestamp": "2021-04-08T16:43:28Z" + }, + { + "version": "7.2104.812.5245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0812.5245.zip", + "checksum": "923beff6b80d82f5d8aa78673806cb81", + "timestamp": "2021-04-08T12:52:53Z" + }, + { + "version": "7.2104.811.4140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0811.4140.zip", + "checksum": "2a911750b9f52322379e0ab0ebbf28c8", + "timestamp": "2021-04-08T11:41:48Z" + }, + { + "version": "7.2104.723.3149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0723.3149.zip", + "checksum": "e6ec7ff73ad55dc1ac47cf86895d1447", + "timestamp": "2021-04-07T23:31:57Z" + }, + { + "version": "7.2104.722.5653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0722.5653.zip", + "checksum": "349de353eea0fb4f449cc4c7273dea03", + "timestamp": "2021-04-07T22:57:01Z" + }, + { + "version": "7.2104.721.5254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0721.5254.zip", + "checksum": "cbb2c481e2df852515a3a2e17ccd0dcc", + "timestamp": "2021-04-07T21:53:01Z" + }, + { + "version": "7.2104.721.1327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0721.1327.zip", + "checksum": "3093960e481690cb182734732cf45f5d", + "timestamp": "2021-04-07T21:13:34Z" + }, + { + "version": "7.2104.717.2937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0717.2937.zip", + "checksum": "1cb2df3a3ef9394945dc27d62a7aa82b", + "timestamp": "2021-04-07T17:29:46Z" + }, + { + "version": "7.2104.716.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0716.5637.zip", + "checksum": "abc1f0839284d7e9c6d7aa799868af85", + "timestamp": "2021-04-07T16:56:45Z" + }, + { + "version": "7.2104.713.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0713.2927.zip", + "checksum": "6beac3d200f6a2967dcbd53d26fb2db9", + "timestamp": "2021-04-07T13:29:35Z" + }, + { + "version": "7.2104.713.224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0713.0224.zip", + "checksum": "d31d8148ff8742daf5327daaf11c7a45", + "timestamp": "2021-04-07T13:02:31Z" + }, + { + "version": "7.2104.619.1830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0619.1830.zip", + "checksum": "229359c79bcf0a9c19b0b3f301e6104d", + "timestamp": "2021-04-06T19:18:37Z" + }, + { + "version": "7.2104.515.5649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0515.5649.zip", + "checksum": "913511bcb4b820d305328385565085ac", + "timestamp": "2021-04-05T15:56:57Z" + }, + { + "version": "7.2104.512.1757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0512.1757.zip", + "checksum": "354009e9e1e791d5c7222cdb3fa4cf82", + "timestamp": "2021-04-05T12:18:05Z" + }, + { + "version": "7.2104.507.117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0507.0117.zip", + "checksum": "61af846281bf99a7a21579ee297705e6", + "timestamp": "2021-04-05T07:01:24Z" + }, + { + "version": "7.2104.415.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0415.4133.zip", + "checksum": "8b06a18e9f56297946d1508539064e22", + "timestamp": "2021-04-04T15:41:40Z" + }, + { + "version": "7.2104.411.4624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0411.4624.zip", + "checksum": "754d24aaa11a7ea8680a00b26df2559b", + "timestamp": "2021-04-04T11:46:32Z" + }, + { + "version": "7.2104.322.2000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0322.2000.zip", + "checksum": "cfac2b842367c60d127399970e5886d8", + "timestamp": "2021-04-03T22:20:08Z" + }, + { + "version": "7.2104.317.5352", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0317.5352.zip", + "checksum": "630e0eced3e11b8e2c8926f31718af7f", + "timestamp": "2021-04-03T17:53:59Z" + }, + { + "version": "7.2104.300.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0300.2722.zip", + "checksum": "4656d7febe343332eb1d559f326edbff", + "timestamp": "2021-04-03T00:27:31Z" + }, + { + "version": "7.2104.223.2320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0223.2320.zip", + "checksum": "4ef3f4893218ecbf04dbbe5523eddadb", + "timestamp": "2021-04-02T23:23:27Z" + }, + { + "version": "7.2104.222.5658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0222.5658.zip", + "checksum": "048aa68ce4920c40c763b08718da9094", + "timestamp": "2021-04-02T22:57:07Z" + }, + { + "version": "7.2104.215.503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0215.0503.zip", + "checksum": "23ab9c0635def01833528a0714abd8ce", + "timestamp": "2021-04-02T15:05:10Z" + }, + { + "version": "7.2104.117.4813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0117.4813.zip", + "checksum": "68be22cfa998a6cc33abdb5b0dbda791", + "timestamp": "2021-04-01T17:48:20Z" + }, + { + "version": "7.2104.116.3207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0116.3207.zip", + "checksum": "1119af7e93078cacbb51ae8271cfccb5", + "timestamp": "2021-04-01T16:32:15Z" + }, + { + "version": "7.2104.116.528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2104.0116.0528.zip", + "checksum": "362bab1f233da8f0a0a5f7d133d326e4", + "timestamp": "2021-04-01T16:05:36Z" + }, + { + "version": "7.2103.3014.307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.3014.0307.zip", + "checksum": "2f1ffd3a9cd6e240d8aa1f3a72da73e4", + "timestamp": "2021-03-30T14:03:14Z" + }, + { + "version": "7.2103.2716.5326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2716.5326.zip", + "checksum": "840abbc341101bef0e24ba77a2fe1a31", + "timestamp": "2021-03-27T16:53:34Z" + }, + { + "version": "7.2103.2708.5343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2708.5343.zip", + "checksum": "d33bfb1128d228f1e53a29eb8f5870d2", + "timestamp": "2021-03-27T08:53:50Z" + }, + { + "version": "7.2103.2700.3249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2700.3249.zip", + "checksum": "4cc01cac45a006d341733e967829fab0", + "timestamp": "2021-03-27T00:32:56Z" + }, + { + "version": "7.2103.2700.424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2700.0424.zip", + "checksum": "4f8322646d5f6760fdf4e27544c50961", + "timestamp": "2021-03-27T00:04:32Z" + }, + { + "version": "7.2103.2612.501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2612.0501.zip", + "checksum": "7a4b35de35505332c82ebf777f714501", + "timestamp": "2021-03-26T12:05:10Z" + }, + { + "version": "7.2103.2611.4023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2611.4023.zip", + "checksum": "73d14e14b182078726e0681c799849ec", + "timestamp": "2021-03-26T11:40:31Z" + }, + { + "version": "7.2103.2523.2358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2523.2358.zip", + "checksum": "a412ad1f99e6e7a173dddb096dd67265", + "timestamp": "2021-03-25T23:24:05Z" + }, + { + "version": "7.2103.2516.5716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2516.5716.zip", + "checksum": "a5667f0a73fff68de0c5725802ed9b07", + "timestamp": "2021-03-25T16:57:24Z" + }, + { + "version": "7.2103.2516.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2516.2759.zip", + "checksum": "2c28d48946a908d15c9110b14f9a16db", + "timestamp": "2021-03-25T16:28:07Z" + }, + { + "version": "7.2103.2502.156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2502.0156.zip", + "checksum": "38fd1f9b8cca8c8fc52177e8effdc7a9", + "timestamp": "2021-03-25T02:02:04Z" + }, + { + "version": "7.2103.2501.3333", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2501.3333.zip", + "checksum": "010a3fdedd301c42a290484f10439fba", + "timestamp": "2021-03-25T01:33:40Z" + }, + { + "version": "7.2103.2500.3814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2500.3814.zip", + "checksum": "553b2d583f0b3635e0bde1d830c06891", + "timestamp": "2021-03-25T00:38:22Z" + }, + { + "version": "7.2103.2422.3247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2422.3247.zip", + "checksum": "2336a10fe19939714dff72f2c615d905", + "timestamp": "2021-03-24T22:32:55Z" + }, + { + "version": "7.2103.2314.4431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2314.4431.zip", + "checksum": "856ffffbb43ca93d5f4c8cc776264cfd", + "timestamp": "2021-03-23T14:44:39Z" + }, + { + "version": "7.2103.2306.3806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2306.3806.zip", + "checksum": "90f369626c51d82c7553160073c2933b", + "timestamp": "2021-03-23T06:38:13Z" + }, + { + "version": "7.2103.2305.642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2305.0642.zip", + "checksum": "c45472dc2e3c546f3b9ed814a7b68257", + "timestamp": "2021-03-23T05:06:50Z" + }, + { + "version": "7.2103.2301.2756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2301.2756.zip", + "checksum": "7d2c00976491e59722eb7d0aea2ce783", + "timestamp": "2021-03-23T01:28:04Z" + }, + { + "version": "7.2103.2222.2746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2222.2746.zip", + "checksum": "28ac37914de89830ab82e6933b85958f", + "timestamp": "2021-03-22T22:27:54Z" + }, + { + "version": "7.2103.2219.605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2219.0605.zip", + "checksum": "868fea3d8dc543430cf3734d89ecbdbe", + "timestamp": "2021-03-22T19:06:12Z" + }, + { + "version": "7.2103.2218.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2218.4235.zip", + "checksum": "e8a9aaa94cf9884ac63739d606e5b4a2", + "timestamp": "2021-03-22T18:42:42Z" + }, + { + "version": "7.2103.2218.1035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2218.1035.zip", + "checksum": "000cd5c0591f09ab96999df76568f9ad", + "timestamp": "2021-03-22T18:10:43Z" + }, + { + "version": "7.2103.2217.2616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2217.2616.zip", + "checksum": "c3980eddfd83e1681122a93acb9c2097", + "timestamp": "2021-03-22T17:26:24Z" + }, + { + "version": "7.2103.2123.3640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2123.3640.zip", + "checksum": "903533f90c92deb08aa22561a711257f", + "timestamp": "2021-03-21T23:36:55Z" + }, + { + "version": "7.2103.2119.4125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2119.4125.zip", + "checksum": "e0c48a498e731ca385592fa59f67b62c", + "timestamp": "2021-03-21T19:41:32Z" + }, + { + "version": "7.2103.2114.2910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2114.2910.zip", + "checksum": "96ebaf52a76eeda266091df8c67c42e5", + "timestamp": "2021-03-21T14:29:18Z" + }, + { + "version": "7.2103.2001.1843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2001.1843.zip", + "checksum": "dfbb900ebfa1a330ec4b263253ff31d4", + "timestamp": "2021-03-20T01:18:50Z" + }, + { + "version": "7.2103.2000.1644", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.2000.1644.zip", + "checksum": "1205d62479d4d8b1b66310ecfea0a93e", + "timestamp": "2021-03-20T00:16:52Z" + }, + { + "version": "7.2103.1918.829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1918.0829.zip", + "checksum": "95319a2fb828c78444ab3d2bb02de387", + "timestamp": "2021-03-19T18:08:37Z" + }, + { + "version": "7.2103.1909.2109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1909.2109.zip", + "checksum": "64b4713d94962861b56661773f63e089", + "timestamp": "2021-03-19T09:21:17Z" + }, + { + "version": "7.2103.1908.5139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1908.5139.zip", + "checksum": "6f278d802db8bc8b40a7b0e36dc34675", + "timestamp": "2021-03-19T08:51:47Z" + }, + { + "version": "7.2103.1907.4543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1907.4543.zip", + "checksum": "297c58415c1619ba1dbfd3b789ba87ca", + "timestamp": "2021-03-19T07:45:51Z" + }, + { + "version": "7.2103.1907.1842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1907.1842.zip", + "checksum": "08fd4ffbb02007e7804956016224243f", + "timestamp": "2021-03-19T07:18:49Z" + }, + { + "version": "7.2103.1815.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1815.1335.zip", + "checksum": "a3102a5f588cae1d1789acfd45475228", + "timestamp": "2021-03-18T15:13:43Z" + }, + { + "version": "7.2103.1811.1840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1811.1840.zip", + "checksum": "cd9f7ac6b98057751bc6534b43dbe24f", + "timestamp": "2021-03-18T11:18:48Z" + }, + { + "version": "7.2103.1703.5024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1703.5024.zip", + "checksum": "619af340bd414ecf9e635c918e32aedb", + "timestamp": "2021-03-17T03:50:32Z" + }, + { + "version": "7.2103.1620.1619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1620.1619.zip", + "checksum": "2ee7d1ed39585e9a7410c005a57dd0eb", + "timestamp": "2021-03-16T20:16:26Z" + }, + { + "version": "7.2103.1619.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1619.4910.zip", + "checksum": "d84d6516749bb86beac9f34f275dafc5", + "timestamp": "2021-03-16T19:49:18Z" + }, + { + "version": "7.2103.1614.629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1614.0629.zip", + "checksum": "e08cd68a622e7e69c6f57e524be8f7f0", + "timestamp": "2021-03-16T14:06:37Z" + }, + { + "version": "7.2103.1518.4722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1518.4722.zip", + "checksum": "914fdd8e268e5241f34f728846bd2357", + "timestamp": "2021-03-15T18:47:29Z" + }, + { + "version": "7.2103.1517.2920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1517.2920.zip", + "checksum": "d0e3192ee1471ef8c53fe500e7538838", + "timestamp": "2021-03-15T17:29:28Z" + }, + { + "version": "7.2103.1516.118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1516.0118.zip", + "checksum": "f05c46933b8b47ce51d8bb75e06068e3", + "timestamp": "2021-03-15T16:01:25Z" + }, + { + "version": "7.2103.1513.5204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1513.5204.zip", + "checksum": "7d6a11e62a3f66feb05339eb18ffe567", + "timestamp": "2021-03-15T13:52:12Z" + }, + { + "version": "7.2103.1508.3552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1508.3552.zip", + "checksum": "087d068dbd82b4aab033d9e99a4e5fc9", + "timestamp": "2021-03-15T08:36:00Z" + }, + { + "version": "7.2103.1422.4526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1422.4526.zip", + "checksum": "8abd0d2f757c47f161d199c46dd87e2d", + "timestamp": "2021-03-14T22:45:33Z" + }, + { + "version": "7.2103.1418.3653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1418.3653.zip", + "checksum": "22c8fe116a1cddfccb99331c688093f3", + "timestamp": "2021-03-14T18:37:00Z" + }, + { + "version": "7.2103.1417.3214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1417.3214.zip", + "checksum": "6af0fdd6e4d90997f1ba3457590b2f8b", + "timestamp": "2021-03-14T17:32:23Z" + }, + { + "version": "7.2103.1414.3627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1414.3627.zip", + "checksum": "1ce91f2661b070855433f2c72c2adf1a", + "timestamp": "2021-03-14T14:36:35Z" + }, + { + "version": "7.2103.1413.442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1413.0442.zip", + "checksum": "65c6e5193a86211001ca70e3ad782a42", + "timestamp": "2021-03-14T13:04:49Z" + }, + { + "version": "7.2103.1407.5433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1407.5433.zip", + "checksum": "f82147ec21760d81ee10250c9e79f4bf", + "timestamp": "2021-03-14T07:54:41Z" + }, + { + "version": "7.2103.1400.1731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1400.1731.zip", + "checksum": "02fc81cbccbcb2013bf78b889a846787", + "timestamp": "2021-03-14T00:17:39Z" + }, + { + "version": "7.2103.1323.4849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1323.4849.zip", + "checksum": "33446d5fb51787dca4f0197671e7c5a4", + "timestamp": "2021-03-13T23:48:57Z" + }, + { + "version": "7.2103.1322.2736", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1322.2736.zip", + "checksum": "e8c4998c32e105229417a314798c2b8b", + "timestamp": "2021-03-13T22:27:45Z" + }, + { + "version": "7.2103.1314.5828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1314.5828.zip", + "checksum": "1351ed808af548c6c41d712830b08d79", + "timestamp": "2021-03-13T14:58:35Z" + }, + { + "version": "7.2103.1314.3030", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1314.3030.zip", + "checksum": "0ab6cbe62e4b52f9f354d061c094ace6", + "timestamp": "2021-03-13T14:30:38Z" + }, + { + "version": "7.2103.1302.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1302.4359.zip", + "checksum": "d1f3172a30ceabe3792735812bb9650f", + "timestamp": "2021-03-13T02:44:07Z" + }, + { + "version": "7.2103.1223.2647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1223.2647.zip", + "checksum": "1379e16ac1b2adab387312a5e00e1711", + "timestamp": "2021-03-12T23:26:55Z" + }, + { + "version": "7.2103.1214.2053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1214.2053.zip", + "checksum": "89f1e85b6d53d758267a900da34f81a4", + "timestamp": "2021-03-12T14:21:01Z" + }, + { + "version": "7.2103.1213.5404", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1213.5404.zip", + "checksum": "1a727b6ddb394d49cad6c5165a7271db", + "timestamp": "2021-03-12T13:54:13Z" + }, + { + "version": "7.2103.1209.819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1209.0819.zip", + "checksum": "bc91214c75779706400f785680efe6e9", + "timestamp": "2021-03-12T09:08:26Z" + }, + { + "version": "7.2103.1123.4226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1123.4226.zip", + "checksum": "0ca5bbfd1da9071f5d7b1c2567db0cf7", + "timestamp": "2021-03-11T23:42:35Z" + }, + { + "version": "7.2103.1122.2749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1122.2749.zip", + "checksum": "1cafc4f061db81d2b2dcdd17c643fe17", + "timestamp": "2021-03-11T22:27:57Z" + }, + { + "version": "7.2103.1121.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1121.5934.zip", + "checksum": "69d25819820e54042109d97bea8cff41", + "timestamp": "2021-03-11T21:59:42Z" + }, + { + "version": "7.2103.1120.1909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1120.1909.zip", + "checksum": "d6a280d44e327f32763bdc6dd6c45bcb", + "timestamp": "2021-03-11T20:19:17Z" + }, + { + "version": "7.2103.1116.1323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1116.1323.zip", + "checksum": "db4b30040109c7d22b148adcb0e59fc7", + "timestamp": "2021-03-11T16:13:32Z" + }, + { + "version": "7.2103.1115.3047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1115.3047.zip", + "checksum": "85158af63b247b43478f97727aa8011e", + "timestamp": "2021-03-11T15:30:55Z" + }, + { + "version": "7.2103.1111.1235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1111.1235.zip", + "checksum": "ac3c71de7ffef2e4211a58a377178a36", + "timestamp": "2021-03-11T11:12:43Z" + }, + { + "version": "7.2103.1100.648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1100.0648.zip", + "checksum": "6d14d56e9764ed8ba4a661bcba2ffe62", + "timestamp": "2021-03-11T00:06:56Z" + }, + { + "version": "7.2103.1022.4526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1022.4526.zip", + "checksum": "d203e3b062790dbed5c4988315cca9bb", + "timestamp": "2021-03-10T22:45:34Z" + }, + { + "version": "7.2103.1019.3913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1019.3913.zip", + "checksum": "bc8559d898674e945286f1d9d50ea16e", + "timestamp": "2021-03-10T19:39:21Z" + }, + { + "version": "7.2103.1014.4530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1014.4530.zip", + "checksum": "6938467b6af4daed597b21692aba4a09", + "timestamp": "2021-03-10T14:45:38Z" + }, + { + "version": "7.2103.1011.2428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1011.2428.zip", + "checksum": "2c93ad1b4aa7af4f44e7c0a724c39a01", + "timestamp": "2021-03-10T11:24:35Z" + }, + { + "version": "7.2103.1010.5633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1010.5633.zip", + "checksum": "a3846304e9fda11868a1d6fb66d042c9", + "timestamp": "2021-03-10T10:56:41Z" + }, + { + "version": "7.2103.1008.400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1008.0400.zip", + "checksum": "a2c5ce2f71814c37cad6d71c33c8c7fa", + "timestamp": "2021-03-10T08:04:08Z" + }, + { + "version": "7.2103.1002.5429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.1002.5429.zip", + "checksum": "4d07133f19927ff9ebecf4330ec620bb", + "timestamp": "2021-03-10T02:54:37Z" + }, + { + "version": "7.2103.923.4454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0923.4454.zip", + "checksum": "eaf377b58a5309290fa8898c6c6f11d1", + "timestamp": "2021-03-09T23:45:02Z" + }, + { + "version": "7.2103.922.144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0922.0144.zip", + "checksum": "5722b920db287f9595c68a318c5d7756", + "timestamp": "2021-03-09T22:01:52Z" + }, + { + "version": "7.2103.919.5413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0919.5413.zip", + "checksum": "bf8856c8e9cbe915c47eb40e1798c2a8", + "timestamp": "2021-03-09T19:54:21Z" + }, + { + "version": "7.2103.919.1947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0919.1947.zip", + "checksum": "8a876a4d8cf2fb1a4f09aa48f12e0214", + "timestamp": "2021-03-09T19:19:55Z" + }, + { + "version": "7.2103.913.4313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0913.4313.zip", + "checksum": "fe4402692c5450f0930de27b566f4738", + "timestamp": "2021-03-09T13:43:21Z" + }, + { + "version": "7.2103.904.3102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0904.3102.zip", + "checksum": "0a7cf91d5d84055eca380d7c2e78ee4b", + "timestamp": "2021-03-09T04:31:11Z" + }, + { + "version": "7.2103.900.2456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0900.2456.zip", + "checksum": "e7957d2db786eb09924f9e2f7739263e", + "timestamp": "2021-03-09T00:25:04Z" + }, + { + "version": "7.2103.814.4523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0814.4523.zip", + "checksum": "0d4c94eec3807379f7cc5be9d7273e9b", + "timestamp": "2021-03-08T14:45:30Z" + }, + { + "version": "7.2103.811.2913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0811.2913.zip", + "checksum": "cee687a6ef6def223c5f3659354cd521", + "timestamp": "2021-03-08T11:29:21Z" + }, + { + "version": "7.2103.809.1455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0809.1455.zip", + "checksum": "f97ca4822da1971eb7bcbb9bd176f320", + "timestamp": "2021-03-08T09:15:03Z" + }, + { + "version": "7.2103.808.1439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0808.1439.zip", + "checksum": "80ab5611fea70600374abf4de1b9b3c9", + "timestamp": "2021-03-08T08:14:47Z" + }, + { + "version": "7.2103.722.5308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0722.5308.zip", + "checksum": "c105dd8c12c32bc461d029efa8348a2a", + "timestamp": "2021-03-07T22:53:16Z" + }, + { + "version": "7.2103.715.2106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0715.2106.zip", + "checksum": "0c3235944d92e3c01ce73f25c03358a8", + "timestamp": "2021-03-07T15:21:15Z" + }, + { + "version": "7.2103.312.641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0312.0641.zip", + "checksum": "070e6bb8c03c98a8bbe5caa305c1fe5a", + "timestamp": "2021-03-03T12:06:50Z" + }, + { + "version": "7.2103.217.710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0217.0710.zip", + "checksum": "d88c55052bdb728b453cd4b3b00b83e9", + "timestamp": "2021-03-02T17:07:18Z" + }, + { + "version": "7.2103.216.4010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0216.4010.zip", + "checksum": "91d347dc668eb5bb691bcff9baee94b7", + "timestamp": "2021-03-02T16:40:17Z" + }, + { + "version": "7.2103.214.3700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0214.3700.zip", + "checksum": "a30e34761f71c6e8859d9b6742e7e6dd", + "timestamp": "2021-03-02T14:37:09Z" + }, + { + "version": "7.2103.209.328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2103.0209.0328.zip", + "checksum": "d3e692d90343d74f163a91da7b6fa9f4", + "timestamp": "2021-03-02T09:03:36Z" + }, + { + "version": "7.2102.2302.2919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2302.2919.zip", + "checksum": "902c56f84dd4ccefa03ac7697c927654", + "timestamp": "2021-02-23T02:29:27Z" + }, + { + "version": "7.2102.2222.140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2222.0140.zip", + "checksum": "4e120325da79880f4cd480ec52782e38", + "timestamp": "2021-02-22T22:01:48Z" + }, + { + "version": "7.2102.2217.3428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2217.3428.zip", + "checksum": "fe42b8dc1e0cfc75a2aad4d3f4634591", + "timestamp": "2021-02-22T17:34:36Z" + }, + { + "version": "7.2102.2217.735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2217.0735.zip", + "checksum": "cb3f6bb99a8779311e006e970f2b2d9b", + "timestamp": "2021-02-22T17:07:43Z" + }, + { + "version": "7.2102.2216.3951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2216.3951.zip", + "checksum": "0586dd26741cf762b4e33dd54ab9e514", + "timestamp": "2021-02-22T16:39:59Z" + }, + { + "version": "7.2102.2214.921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2214.0921.zip", + "checksum": "9df246acbeca6c2c42cdf7b731286b1f", + "timestamp": "2021-02-22T14:09:30Z" + }, + { + "version": "7.2102.2213.4133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2213.4133.zip", + "checksum": "49622062fdc7b1a1e15eb43541d05c54", + "timestamp": "2021-02-22T13:41:40Z" + }, + { + "version": "7.2102.2207.3827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2207.3827.zip", + "checksum": "67d1bbf52680269db782a17cee716633", + "timestamp": "2021-02-22T07:38:35Z" + }, + { + "version": "7.2102.2205.5337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2205.5337.zip", + "checksum": "aaab1b2907c8ea3113d965130b374aed", + "timestamp": "2021-02-22T05:53:44Z" + }, + { + "version": "7.2102.2204.5126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2204.5126.zip", + "checksum": "d7e22759fdaf08366c838d7080f5efae", + "timestamp": "2021-02-22T04:51:34Z" + }, + { + "version": "7.2102.2201.4723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2201.4723.zip", + "checksum": "be4e3de99b277b0b2ab58a766143953f", + "timestamp": "2021-02-22T01:47:31Z" + }, + { + "version": "7.2102.2119.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2119.2536.zip", + "checksum": "b72f44790cf8e9fb075bf06132b390d5", + "timestamp": "2021-02-21T19:25:43Z" + }, + { + "version": "7.2102.2116.850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2116.0850.zip", + "checksum": "8b6924662da39f906b8230aae27a7803", + "timestamp": "2021-02-21T16:08:58Z" + }, + { + "version": "7.2102.2107.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2107.2527.zip", + "checksum": "79037cb7b84456e484308897caa5c6d0", + "timestamp": "2021-02-21T07:25:35Z" + }, + { + "version": "7.2102.2023.3223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2023.3223.zip", + "checksum": "01a8b344fe3f3ea79d9e2c8dc08ba57f", + "timestamp": "2021-02-20T23:32:31Z" + }, + { + "version": "7.2102.2023.604", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2023.0604.zip", + "checksum": "0fb9ec133d611f94b08449b69c3fa582", + "timestamp": "2021-02-20T23:06:12Z" + }, + { + "version": "7.2102.2015.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2015.4751.zip", + "checksum": "8cdba30a1ab3d474e5a922548fe40aa7", + "timestamp": "2021-02-20T15:47:59Z" + }, + { + "version": "7.2102.2002.4931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2002.4931.zip", + "checksum": "8cf9694693f0f2cfabef97fc0601b478", + "timestamp": "2021-02-20T02:49:39Z" + }, + { + "version": "7.2102.2002.2148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.2002.2148.zip", + "checksum": "93d3d925c8ac1e674b41d2409794b25a", + "timestamp": "2021-02-20T02:21:57Z" + }, + { + "version": "7.2102.1912.4307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1912.4307.zip", + "checksum": "805d83387373082acd3f80104d16d8fe", + "timestamp": "2021-02-19T12:43:15Z" + }, + { + "version": "7.2102.1822.5530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1822.5530.zip", + "checksum": "a5e0f19e6e24611170cb520cf842afd7", + "timestamp": "2021-02-18T22:55:38Z" + }, + { + "version": "7.2102.1819.313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1819.0313.zip", + "checksum": "3d3f9ef04ea55ef04e2034b5d2b672f0", + "timestamp": "2021-02-18T19:03:21Z" + }, + { + "version": "7.2102.1817.4322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1817.4322.zip", + "checksum": "463bc7cff2fbec844740e99a60dd0139", + "timestamp": "2021-02-18T17:43:30Z" + }, + { + "version": "7.2102.1817.1533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1817.1533.zip", + "checksum": "cbf87a0f867e7a93273f6ca90f3e249d", + "timestamp": "2021-02-18T17:15:40Z" + }, + { + "version": "7.2102.1719.4822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1719.4822.zip", + "checksum": "d1b5935b906329abcc7dcada3189e690", + "timestamp": "2021-02-17T19:48:30Z" + }, + { + "version": "7.2102.1710.1050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1710.1050.zip", + "checksum": "dea2855cef54ecf5e0bfb1eda6f4972e", + "timestamp": "2021-02-17T10:10:59Z" + }, + { + "version": "7.2102.1709.3559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1709.3559.zip", + "checksum": "82bd1f2fbe669c02cfaecd3eab77dddd", + "timestamp": "2021-02-17T09:36:07Z" + }, + { + "version": "7.2102.1706.4541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1706.4541.zip", + "checksum": "631854cabbf9d37cc5938024b872ceb7", + "timestamp": "2021-02-17T06:45:48Z" + }, + { + "version": "7.2102.1705.2659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1705.2659.zip", + "checksum": "4bd6d208d2ce1766114c44838504c639", + "timestamp": "2021-02-17T05:27:09Z" + }, + { + "version": "7.2102.1704.2217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1704.2217.zip", + "checksum": "8689680f3d047aedaa5c2938fccfc3d8", + "timestamp": "2021-02-17T04:22:25Z" + }, + { + "version": "7.2102.1703.5526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1703.5526.zip", + "checksum": "505870e59d4004cc46b05e425a16cd09", + "timestamp": "2021-02-17T03:55:34Z" + }, + { + "version": "7.2102.1703.2647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1703.2647.zip", + "checksum": "e21e49bf8ceeeac6131e5fc0e045df0c", + "timestamp": "2021-02-17T03:26:55Z" + }, + { + "version": "7.2102.1618.5522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1618.5522.zip", + "checksum": "7f8802510d15348d4526be8e84d7d0eb", + "timestamp": "2021-02-16T18:55:30Z" + }, + { + "version": "7.2102.1615.5850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1615.5850.zip", + "checksum": "3bc8ec880ce630e16cc32109b0e7cb64", + "timestamp": "2021-02-16T15:58:59Z" + }, + { + "version": "7.2102.1605.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1605.4359.zip", + "checksum": "9207760d23378cb79342a2ca92f89580", + "timestamp": "2021-02-16T05:44:07Z" + }, + { + "version": "7.2102.1605.1712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1605.1712.zip", + "checksum": "9bb3bed0d8bc4416a1eaa524222eccd9", + "timestamp": "2021-02-16T05:17:19Z" + }, + { + "version": "7.2102.1519.4406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1519.4406.zip", + "checksum": "7e76cb44c2b5ed1976ce9d2b01ceaaa9", + "timestamp": "2021-02-15T19:44:15Z" + }, + { + "version": "7.2102.1514.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1514.2722.zip", + "checksum": "9aec8933b5a112bff525edf99aaba06d", + "timestamp": "2021-02-15T14:27:31Z" + }, + { + "version": "7.2102.1513.5933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1513.5933.zip", + "checksum": "4745b59ebe3620184fec307c1f6c0980", + "timestamp": "2021-02-15T13:59:41Z" + }, + { + "version": "7.2102.1509.1345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1509.1345.zip", + "checksum": "6b036d26e111f15e91bc2d0a2fe74ebf", + "timestamp": "2021-02-15T09:13:53Z" + }, + { + "version": "7.2102.1417.5241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1417.5241.zip", + "checksum": "d05c3f99b2f80564cd8b5aa3a8d18730", + "timestamp": "2021-02-14T17:52:49Z" + }, + { + "version": "7.2102.1416.2330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1416.2330.zip", + "checksum": "a3324a550273cf0476ecacdefed7aca6", + "timestamp": "2021-02-14T16:23:38Z" + }, + { + "version": "7.2102.1408.1811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1408.1811.zip", + "checksum": "287910f46fc6469f5dc216ffb9ec52e3", + "timestamp": "2021-02-14T08:18:19Z" + }, + { + "version": "7.2102.1407.3825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1407.3825.zip", + "checksum": "32fc4c1e0167eda22921a738c0078c38", + "timestamp": "2021-02-14T07:38:32Z" + }, + { + "version": "7.2102.1407.1050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1407.1050.zip", + "checksum": "3cdb8e82ac7f192c135f511c25c3a2d2", + "timestamp": "2021-02-14T07:10:58Z" + }, + { + "version": "7.2102.1319.317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1319.0317.zip", + "checksum": "895c4c0d86009d0bea5aeeb200718b4a", + "timestamp": "2021-02-13T19:03:25Z" + }, + { + "version": "7.2102.1310.3641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1310.3641.zip", + "checksum": "87fcfc5dbb97e0601371caa4a81e34ab", + "timestamp": "2021-02-13T10:36:48Z" + }, + { + "version": "7.2102.1310.11", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1310.0011.zip", + "checksum": "a9d9443af5317ed46160d293603d36ae", + "timestamp": "2021-02-13T10:00:19Z" + }, + { + "version": "7.2102.1304.5705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1304.5705.zip", + "checksum": "b22ada24de639275a4e01edf99eb4056", + "timestamp": "2021-02-13T04:57:15Z" + }, + { + "version": "7.2102.1302.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1302.1908.zip", + "checksum": "865cd1c935aa11f665b8d106e1857a99", + "timestamp": "2021-02-13T02:19:16Z" + }, + { + "version": "7.2102.1218.2752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1218.2752.zip", + "checksum": "627e4acbd1683da132f1efd2fd516a5b", + "timestamp": "2021-02-12T18:28:00Z" + }, + { + "version": "7.2102.1209.757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1209.0757.zip", + "checksum": "3ccf61671ab9fbb20a46fdc6a474b439", + "timestamp": "2021-02-12T09:08:06Z" + }, + { + "version": "7.2102.1118.5752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1118.5752.zip", + "checksum": "2b7982a3a036c520e22e8bfab4a16e63", + "timestamp": "2021-02-11T18:58:01Z" + }, + { + "version": "7.2102.1117.1458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1117.1458.zip", + "checksum": "788bad1c00bd1bd77fc9217880d5044b", + "timestamp": "2021-02-11T17:15:06Z" + }, + { + "version": "7.2102.1116.4155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1116.4155.zip", + "checksum": "fd259c9c9fdf3972106c28848ed937cb", + "timestamp": "2021-02-11T16:42:03Z" + }, + { + "version": "7.2102.1114.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1114.5603.zip", + "checksum": "7dac55e0174418f52b1ec5055233167f", + "timestamp": "2021-02-11T14:56:11Z" + }, + { + "version": "7.2102.1108.2344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1108.2344.zip", + "checksum": "f9c021e792d6948caf24020fccc97aa6", + "timestamp": "2021-02-11T08:23:53Z" + }, + { + "version": "7.2102.1107.5526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1107.5526.zip", + "checksum": "d2808fc6c1738a1e006d2080b860c4ab", + "timestamp": "2021-02-11T07:55:34Z" + }, + { + "version": "7.2102.1017.723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1017.0723.zip", + "checksum": "04a46065507068a400ff1d1a391c95a0", + "timestamp": "2021-02-10T17:07:31Z" + }, + { + "version": "7.2102.1015.3509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1015.3509.zip", + "checksum": "52c3030811663d9192d45a24aeec9859", + "timestamp": "2021-02-10T15:35:17Z" + }, + { + "version": "7.2102.1015.603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1015.0603.zip", + "checksum": "3fc7202202cfcdeac06d2906b5daffcc", + "timestamp": "2021-02-10T15:06:11Z" + }, + { + "version": "7.2102.1014.656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1014.0656.zip", + "checksum": "1c485dca1eeeab9c593744038567d31d", + "timestamp": "2021-02-10T14:07:04Z" + }, + { + "version": "7.2102.1011.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1011.4221.zip", + "checksum": "b0c4c57c2b6604f88e17460eda8c091a", + "timestamp": "2021-02-10T11:42:37Z" + }, + { + "version": "7.2102.1010.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1010.5244.zip", + "checksum": "8640b57317b0e345576d0b0ca0c70d31", + "timestamp": "2021-02-10T10:52:54Z" + }, + { + "version": "7.2102.1006.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1006.5943.zip", + "checksum": "b40580564f12b2f6da1123d331db3734", + "timestamp": "2021-02-10T06:59:58Z" + }, + { + "version": "7.2102.1002.4015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1002.4015.zip", + "checksum": "1caac8150913054431cb0c17f6421d59", + "timestamp": "2021-02-10T02:40:23Z" + }, + { + "version": "7.2102.1001.2802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.1001.2802.zip", + "checksum": "8117fe9e3b84a42c65a37a20e4244c77", + "timestamp": "2021-02-10T01:28:10Z" + }, + { + "version": "7.2102.916.1306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0916.1306.zip", + "checksum": "ae00b13d8fc2eae3b3e1992f183cb01f", + "timestamp": "2021-02-09T16:13:13Z" + }, + { + "version": "7.2102.903.3017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0903.3017.zip", + "checksum": "01cb3254df9cf9ff72ca0aee057cb851", + "timestamp": "2021-02-09T03:30:25Z" + }, + { + "version": "7.2102.903.105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0903.0105.zip", + "checksum": "71343426f1fe21ad18cf23ea014e37f7", + "timestamp": "2021-02-09T03:01:12Z" + }, + { + "version": "7.2102.902.3204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0902.3204.zip", + "checksum": "fe789ac74164416289eaef71013571aa", + "timestamp": "2021-02-09T02:32:12Z" + }, + { + "version": "7.2102.815.5332", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0815.5332.zip", + "checksum": "edaef002a6d16139f39dc8f56ed5f523", + "timestamp": "2021-02-08T15:53:40Z" + }, + { + "version": "7.2102.815.2441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0815.2441.zip", + "checksum": "8cb7cd04b23dfa480f437da16133669e", + "timestamp": "2021-02-08T15:24:49Z" + }, + { + "version": "7.2102.814.5521", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0814.5521.zip", + "checksum": "25bb8e334f8e241680693f41e00eb2e5", + "timestamp": "2021-02-08T14:55:29Z" + }, + { + "version": "7.2102.814.2526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0814.2526.zip", + "checksum": "4373078a785bf93338e38f593df95c56", + "timestamp": "2021-02-08T14:25:34Z" + }, + { + "version": "7.2102.812.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0812.2640.zip", + "checksum": "1d62047d90f2eddf0bde79c9577cf90f", + "timestamp": "2021-02-08T12:26:47Z" + }, + { + "version": "7.2102.811.5212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0811.5212.zip", + "checksum": "b5cce57d0c44c5213f3ca52d366346af", + "timestamp": "2021-02-08T11:52:21Z" + }, + { + "version": "7.2102.809.4425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0809.4425.zip", + "checksum": "f9745e2c905fc59851ce4fe383c5de84", + "timestamp": "2021-02-08T09:44:33Z" + }, + { + "version": "7.2102.808.5402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0808.5402.zip", + "checksum": "9f4b41645d77b50e59f396d268e5f059", + "timestamp": "2021-02-08T08:54:10Z" + }, + { + "version": "7.2102.806.2756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0806.2756.zip", + "checksum": "fdea67f29a731d87639ed31b311dfbdd", + "timestamp": "2021-02-08T06:28:04Z" + }, + { + "version": "7.2102.805.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0805.5934.zip", + "checksum": "b3c68a76e311ef7b009b80062d4d56dd", + "timestamp": "2021-02-08T05:59:42Z" + }, + { + "version": "7.2102.720.2517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0720.2517.zip", + "checksum": "18efdb98fa9a3bce95381be5d04082de", + "timestamp": "2021-02-07T20:25:25Z" + }, + { + "version": "7.2102.716.5800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0716.5800.zip", + "checksum": "85cfc9f8a43be4a12591a8f578c43c38", + "timestamp": "2021-02-07T16:58:09Z" + }, + { + "version": "7.2102.716.3007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0716.3007.zip", + "checksum": "b3f2df050acefdc4a93aebae4f2e1ffc", + "timestamp": "2021-02-07T16:30:14Z" + }, + { + "version": "7.2102.710.2745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0710.2745.zip", + "checksum": "14b849fe0ccd8f7706309c30fdcd27d0", + "timestamp": "2021-02-07T10:27:53Z" + }, + { + "version": "7.2102.702.953", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0702.0953.zip", + "checksum": "443efc04b64ceaa2a35dd53773e0fcbf", + "timestamp": "2021-02-07T02:10:01Z" + }, + { + "version": "7.2102.701.4118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0701.4118.zip", + "checksum": "99f43defbde93e8aaeb970d99d4c4756", + "timestamp": "2021-02-07T01:41:26Z" + }, + { + "version": "7.2102.618.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0618.2508.zip", + "checksum": "2689f21b3cc1ce36c656c9aaf2b7d9d0", + "timestamp": "2021-02-06T18:25:16Z" + }, + { + "version": "7.2102.519.2747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0519.2747.zip", + "checksum": "04345caf8db63680687a33ef6595507b", + "timestamp": "2021-02-05T19:27:56Z" + }, + { + "version": "7.2102.511.5700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0511.5700.zip", + "checksum": "ebd067b6398d281470a96dbd0cf083dd", + "timestamp": "2021-02-05T11:57:09Z" + }, + { + "version": "7.2102.511.2919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0511.2919.zip", + "checksum": "1c79075ce6ea7b67b930638ea1d445c8", + "timestamp": "2021-02-05T11:29:27Z" + }, + { + "version": "7.2102.503.3725", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0503.3725.zip", + "checksum": "a7525500b4baf48c2950fc83ae42d785", + "timestamp": "2021-02-05T03:37:33Z" + }, + { + "version": "7.2102.503.746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0503.0746.zip", + "checksum": "c21f3c6c4ba55beedafa6aa448633c27", + "timestamp": "2021-02-05T03:07:55Z" + }, + { + "version": "7.2102.414.4936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0414.4936.zip", + "checksum": "9a9a619efe5af48f6294d0d3abbdae63", + "timestamp": "2021-02-04T14:49:44Z" + }, + { + "version": "7.2102.413.1350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0413.1350.zip", + "checksum": "be4c707e77187d0c114a03175e71d03a", + "timestamp": "2021-02-04T13:13:59Z" + }, + { + "version": "7.2102.308.1510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0308.1510.zip", + "checksum": "601808bba3ceee46f735bf3b0bb54647", + "timestamp": "2021-02-03T08:15:18Z" + }, + { + "version": "7.2102.307.4605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0307.4605.zip", + "checksum": "054cbbfa81ea51661d4176ba7572fad0", + "timestamp": "2021-02-03T07:46:12Z" + }, + { + "version": "7.2102.217.5157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0217.5157.zip", + "checksum": "437b7fc84b4d0373169038105c24e5f0", + "timestamp": "2021-02-02T17:52:05Z" + }, + { + "version": "7.2102.210.2326", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0210.2326.zip", + "checksum": "6fa4a0b89fa4e066a69533834478ebd4", + "timestamp": "2021-02-02T10:23:34Z" + }, + { + "version": "7.2102.203.2301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0203.2301.zip", + "checksum": "72b539d907e78344a2696b19da1ec643", + "timestamp": "2021-02-02T03:23:08Z" + }, + { + "version": "7.2102.119.2911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0119.2911.zip", + "checksum": "af1b8eeb0316e9dea05b1ec3e9d6aa9d", + "timestamp": "2021-02-01T19:29:19Z" + }, + { + "version": "7.2102.119.33", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0119.0033.zip", + "checksum": "f9d164763a7186b19cc9e2d7a350780e", + "timestamp": "2021-02-01T19:00:41Z" + }, + { + "version": "7.2102.104.4938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2102.0104.4938.zip", + "checksum": "34adda879bc4d3643dee8f7511944adc", + "timestamp": "2021-02-01T04:49:45Z" + }, + { + "version": "7.2101.3122.4407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3122.4407.zip", + "checksum": "0e36213b1ec609033b79d3811462a72c", + "timestamp": "2021-01-31T22:44:15Z" + }, + { + "version": "7.2101.3117.2959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3117.2959.zip", + "checksum": "35ab5363eb99b574de59c78e709689d0", + "timestamp": "2021-01-31T17:30:06Z" + }, + { + "version": "7.2101.3117.220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3117.0220.zip", + "checksum": "78c93fecf9ad5829adedae84749492cd", + "timestamp": "2021-01-31T17:02:27Z" + }, + { + "version": "7.2101.3112.1858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3112.1858.zip", + "checksum": "8067eec50dc5e65c8e0cb12bc30a3ab0", + "timestamp": "2021-01-31T12:19:06Z" + }, + { + "version": "7.2101.3022.2049", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3022.2049.zip", + "checksum": "21a1aa97b9acaae02cced43d6b3414cf", + "timestamp": "2021-01-30T22:20:57Z" + }, + { + "version": "7.2101.3008.2009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3008.2009.zip", + "checksum": "aa5e3e26b2bbc5eaa97ef416d72d7cdc", + "timestamp": "2021-01-30T08:20:16Z" + }, + { + "version": "7.2101.3007.5129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.3007.5129.zip", + "checksum": "b29cb4475ac94c6a7ec889048ecbfe09", + "timestamp": "2021-01-30T07:51:37Z" + }, + { + "version": "7.2101.2906.5838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2906.5838.zip", + "checksum": "3e07d4fc5d91609151131a9904c40870", + "timestamp": "2021-01-29T06:58:45Z" + }, + { + "version": "7.2101.2801.741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2801.0741.zip", + "checksum": "6a3f66dc6e7903eaa66cd8e6b40fd1e2", + "timestamp": "2021-01-28T01:07:49Z" + }, + { + "version": "7.2101.2718.1245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2718.1245.zip", + "checksum": "eab7ed0eaf0bac5027062585b3a3a462", + "timestamp": "2021-01-27T18:12:53Z" + }, + { + "version": "7.2101.2715.3153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2715.3153.zip", + "checksum": "b021b81998daefad02a11d3cdbd3037e", + "timestamp": "2021-01-27T15:32:01Z" + }, + { + "version": "7.2101.2708.527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2708.0527.zip", + "checksum": "ef5f9bbd14a84b04aae8d3d79fb9d7af", + "timestamp": "2021-01-27T08:05:35Z" + }, + { + "version": "7.2101.2618.3735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2618.3735.zip", + "checksum": "f51fd579237d25ad9d17cbbaa6d5d055", + "timestamp": "2021-01-26T18:37:44Z" + }, + { + "version": "7.2101.2618.839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2618.0839.zip", + "checksum": "1e88b1587eb67e35afe026c7d7cfde9c", + "timestamp": "2021-01-26T18:08:47Z" + }, + { + "version": "7.2101.2617.1224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2617.1224.zip", + "checksum": "198cb7c340a9bb0014b0eb70a9618294", + "timestamp": "2021-01-26T17:12:35Z" + }, + { + "version": "7.2101.2611.3819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2611.3819.zip", + "checksum": "a254dd9db8d7445e9e264f0b00739baf", + "timestamp": "2021-01-26T11:38:27Z" + }, + { + "version": "7.2101.2521.3622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2521.3622.zip", + "checksum": "58fb72548d0549afaa004eb8ec76906e", + "timestamp": "2021-01-25T21:36:29Z" + }, + { + "version": "7.2101.2519.5429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2519.5429.zip", + "checksum": "f12f0e2fb8fb4bdb446b3f0089715761", + "timestamp": "2021-01-25T19:54:37Z" + }, + { + "version": "7.2101.2518.5559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2518.5559.zip", + "checksum": "06245d437ee620d39eb37adc496b27dd", + "timestamp": "2021-01-25T18:56:07Z" + }, + { + "version": "7.2101.2517.5614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2517.5614.zip", + "checksum": "0d86369bdac5379f79032ca98e2df1fa", + "timestamp": "2021-01-25T17:56:22Z" + }, + { + "version": "7.2101.2516.2820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2516.2820.zip", + "checksum": "3dbcd2ef26c3cffb7ba6c8000d2912e2", + "timestamp": "2021-01-25T16:28:27Z" + }, + { + "version": "7.2101.2515.2009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2515.2009.zip", + "checksum": "ec1f9534f548210954a3bbcdad274c81", + "timestamp": "2021-01-25T15:20:18Z" + }, + { + "version": "7.2101.2513.714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2513.0714.zip", + "checksum": "653da5ac0e06cbbf8b3ed0169001bb14", + "timestamp": "2021-01-25T13:07:22Z" + }, + { + "version": "7.2101.2512.2525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2512.2525.zip", + "checksum": "eb57751f6dd6c6c6a947d3f060956b91", + "timestamp": "2021-01-25T12:25:33Z" + }, + { + "version": "7.2101.2511.3529", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2511.3529.zip", + "checksum": "14caac36b1c0446b4c5264d7eebd6a74", + "timestamp": "2021-01-25T11:35:37Z" + }, + { + "version": "7.2101.2504.3023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2504.3023.zip", + "checksum": "a49250369354504eb6e473c74b6b4600", + "timestamp": "2021-01-25T04:30:31Z" + }, + { + "version": "7.2101.2420.1032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2420.1032.zip", + "checksum": "83aa486411de15b5db79d8963eccab10", + "timestamp": "2021-01-24T20:10:40Z" + }, + { + "version": "7.2101.2419.4037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2419.4037.zip", + "checksum": "9e0e5b763128e98a2aacdf07d67005c6", + "timestamp": "2021-01-24T19:40:45Z" + }, + { + "version": "7.2101.2418.3210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2418.3210.zip", + "checksum": "2cd8c5c6169c85a00f8a1f9314a932df", + "timestamp": "2021-01-24T18:32:18Z" + }, + { + "version": "7.2101.2413.4009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2413.4009.zip", + "checksum": "9d005afb1427cfbbfa443d7fe7d9ecd1", + "timestamp": "2021-01-24T13:40:16Z" + }, + { + "version": "7.2101.2410.4237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2410.4237.zip", + "checksum": "ce3cf020fd912b45418f90432a4f7328", + "timestamp": "2021-01-24T10:42:45Z" + }, + { + "version": "7.2101.2400.2640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2400.2640.zip", + "checksum": "e06ff539ef37427bbfe2776dd6e28732", + "timestamp": "2021-01-24T00:26:48Z" + }, + { + "version": "7.2101.2323.2843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2323.2843.zip", + "checksum": "83f44b813e8291430b60ea0943046a2a", + "timestamp": "2021-01-23T23:28:51Z" + }, + { + "version": "7.2101.2321.546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2321.0546.zip", + "checksum": "20514b841905d3761a60d1d12dc6c8eb", + "timestamp": "2021-01-23T21:05:54Z" + }, + { + "version": "7.2101.2320.3618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2320.3618.zip", + "checksum": "2acdaa54eeb09f97a012e05b3dbf1b71", + "timestamp": "2021-01-23T20:36:26Z" + }, + { + "version": "7.2101.2320.705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2320.0705.zip", + "checksum": "8ece38ed635b687c2aa4a2099ab8c2d2", + "timestamp": "2021-01-23T20:07:13Z" + }, + { + "version": "7.2101.2314.4047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2314.4047.zip", + "checksum": "82a154cb8b506a72d392d38736f79a1d", + "timestamp": "2021-01-23T14:40:54Z" + }, + { + "version": "7.2101.2314.1147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2314.1147.zip", + "checksum": "9b967a4b945d00433f957440063fd859", + "timestamp": "2021-01-23T14:11:55Z" + }, + { + "version": "7.2101.2313.2202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2313.2202.zip", + "checksum": "d3a52a66a6d7afc4edec214607f106d4", + "timestamp": "2021-01-23T13:22:10Z" + }, + { + "version": "7.2101.2223.2428", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2223.2428.zip", + "checksum": "7b520f64b451da84d10dadfcced19012", + "timestamp": "2021-01-22T23:24:36Z" + }, + { + "version": "7.2101.2222.5630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2222.5630.zip", + "checksum": "8301064b5aca41ee17eebb858749ca45", + "timestamp": "2021-01-22T22:56:37Z" + }, + { + "version": "7.2101.2218.505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2218.0505.zip", + "checksum": "a6960d375ded73938c2136ef544cb715", + "timestamp": "2021-01-22T18:05:12Z" + }, + { + "version": "7.2101.2210.2233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2210.2233.zip", + "checksum": "3a6a7f16180467dc645a62ef63e107a0", + "timestamp": "2021-01-22T10:22:41Z" + }, + { + "version": "7.2101.2208.1252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2208.1252.zip", + "checksum": "2b3b87e9a6af1337007cdd2789284ad1", + "timestamp": "2021-01-22T08:13:00Z" + }, + { + "version": "7.2101.2201.2231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2201.2231.zip", + "checksum": "24ebfaa4ed1c12f57ee7b7de23a6607d", + "timestamp": "2021-01-22T01:22:40Z" + }, + { + "version": "7.2101.2200.5447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2200.5447.zip", + "checksum": "c18bb8fe5eb3e84f56d840b6fa851f54", + "timestamp": "2021-01-22T00:54:54Z" + }, + { + "version": "7.2101.2200.2513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2200.2513.zip", + "checksum": "a555cfabbf9b8b01ad529877fd34e286", + "timestamp": "2021-01-22T00:25:20Z" + }, + { + "version": "7.2101.2121.3720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2121.3720.zip", + "checksum": "3e26c95747e00c44309948df55226815", + "timestamp": "2021-01-21T21:37:27Z" + }, + { + "version": "7.2101.2120.3825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2120.3825.zip", + "checksum": "05ddec27840decc0dca6d7f15ee2c867", + "timestamp": "2021-01-21T20:38:33Z" + }, + { + "version": "7.2101.2120.904", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2120.0904.zip", + "checksum": "5410b6efdef1e86e82951de10e9d526d", + "timestamp": "2021-01-21T20:09:12Z" + }, + { + "version": "7.2101.2118.3403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2118.3403.zip", + "checksum": "06fd9310da59daec4bd3ef51f98c6a86", + "timestamp": "2021-01-21T18:34:11Z" + }, + { + "version": "7.2101.2118.511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2118.0511.zip", + "checksum": "26a271891aab31ec26fc65830dddfc68", + "timestamp": "2021-01-21T18:05:19Z" + }, + { + "version": "7.2101.2100.3510", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2100.3510.zip", + "checksum": "3e86d2cddaeefb4ac6463dcd8a8e73ed", + "timestamp": "2021-01-21T00:35:18Z" + }, + { + "version": "7.2101.2100.541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2100.0541.zip", + "checksum": "f9e1f7b20c861d207144f8727ce3198e", + "timestamp": "2021-01-21T00:05:49Z" + }, + { + "version": "7.2101.2023.3715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2023.3715.zip", + "checksum": "ec283d5391c03d5981ae62fe2dcd3d71", + "timestamp": "2021-01-20T23:37:23Z" + }, + { + "version": "7.2101.2018.2622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2018.2622.zip", + "checksum": "e48f26929701368c1ab8e33924178d1b", + "timestamp": "2021-01-20T18:26:30Z" + }, + { + "version": "7.2101.2017.3608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2017.3608.zip", + "checksum": "8cc4f4ba5448f4d3e0117e7bad41764e", + "timestamp": "2021-01-20T17:36:16Z" + }, + { + "version": "7.2101.2013.216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2013.0216.zip", + "checksum": "eef31a8bf29918901523284757cc0505", + "timestamp": "2021-01-20T13:02:24Z" + }, + { + "version": "7.2101.2012.543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2012.0543.zip", + "checksum": "33acaeeaab7c2b32972fb394b27e759a", + "timestamp": "2021-01-20T12:05:51Z" + }, + { + "version": "7.2101.2010.4235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2010.4235.zip", + "checksum": "83e141e449cb78a18c167c4a4fa56a00", + "timestamp": "2021-01-20T10:42:45Z" + }, + { + "version": "7.2101.2010.1454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2010.1454.zip", + "checksum": "47d2f20f6d1cdeb3888ff928a29554c9", + "timestamp": "2021-01-20T10:15:03Z" + }, + { + "version": "7.2101.2007.1048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.2007.1048.zip", + "checksum": "47c0e4429e27156e3635f81fa7ad5db3", + "timestamp": "2021-01-20T07:10:57Z" + }, + { + "version": "7.2101.1920.2402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1920.2402.zip", + "checksum": "61b26d15f6a53a378dd50fbaec317765", + "timestamp": "2021-01-19T20:24:10Z" + }, + { + "version": "7.2101.1919.4452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1919.4452.zip", + "checksum": "390be09bee8ab3251a8f065877d5a5a5", + "timestamp": "2021-01-19T19:45:00Z" + }, + { + "version": "7.2101.1917.5233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1917.5233.zip", + "checksum": "4c32407ab3c8f80058fe2a9615fd6e6c", + "timestamp": "2021-01-19T17:52:42Z" + }, + { + "version": "7.2101.1815.4640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1815.4640.zip", + "checksum": "bb35b50e38d41d7d7440a51fa36041e3", + "timestamp": "2021-01-18T15:46:47Z" + }, + { + "version": "7.2101.1815.1811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1815.1811.zip", + "checksum": "93b5d425e21052eeb38dafc240d2fce9", + "timestamp": "2021-01-18T15:18:19Z" + }, + { + "version": "7.2101.1813.5719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1813.5719.zip", + "checksum": "5bd4e056a9ec055399b8e008d1e58abc", + "timestamp": "2021-01-18T13:57:28Z" + }, + { + "version": "7.2101.1800.5558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1800.5558.zip", + "checksum": "ded8f2ef2d4428a7efb66f8f3ceb2c30", + "timestamp": "2021-01-18T00:56:06Z" + }, + { + "version": "7.2101.1720.3004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1720.3004.zip", + "checksum": "9f89f79cf3db079dbfd6713b3932e107", + "timestamp": "2021-01-17T20:30:12Z" + }, + { + "version": "7.2101.1717.826", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1717.0826.zip", + "checksum": "690b3f80374a9aa461e8861e65e4ea72", + "timestamp": "2021-01-17T17:08:34Z" + }, + { + "version": "7.2101.1716.3937", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1716.3937.zip", + "checksum": "a2045e1d71ef042f6c46d7af81e53f42", + "timestamp": "2021-01-17T16:39:45Z" + }, + { + "version": "7.2101.1715.5004", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1715.5004.zip", + "checksum": "d880a174b851ade4d6f01f2790112318", + "timestamp": "2021-01-17T15:50:12Z" + }, + { + "version": "7.2101.1715.2117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1715.2117.zip", + "checksum": "1a62988b0a048474038f9eb6b7825846", + "timestamp": "2021-01-17T15:21:26Z" + }, + { + "version": "7.2101.1714.1925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1714.1925.zip", + "checksum": "0ce80edf7f6573cf4f873ba705d13407", + "timestamp": "2021-01-17T14:19:32Z" + }, + { + "version": "7.2101.1706.3438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1706.3438.zip", + "checksum": "c288a41faeb530f3b7da1bbaa2d70eb8", + "timestamp": "2021-01-17T06:34:45Z" + }, + { + "version": "7.2101.1700.3032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1700.3032.zip", + "checksum": "d351504869c11721869b16b3d6434419", + "timestamp": "2021-01-17T00:30:40Z" + }, + { + "version": "7.2101.1621.5708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1621.5708.zip", + "checksum": "c805eb373295fcd1acc81065a7247bda", + "timestamp": "2021-01-16T21:57:16Z" + }, + { + "version": "7.2101.1619.2424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1619.2424.zip", + "checksum": "af9bcf2e636ade0d2317aed73e0193c9", + "timestamp": "2021-01-16T19:24:31Z" + }, + { + "version": "7.2101.1618.5515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1618.5515.zip", + "checksum": "c0a50110dbc1d1b1e1debf46f73f1469", + "timestamp": "2021-01-16T18:55:24Z" + }, + { + "version": "7.2101.1612.1023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1612.1023.zip", + "checksum": "29718bd245f7561cb3cf4b3428603da9", + "timestamp": "2021-01-16T12:10:31Z" + }, + { + "version": "7.2101.1610.5240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1610.5240.zip", + "checksum": "acf333b5a60ce568e886a0b33fda15a8", + "timestamp": "2021-01-16T10:52:48Z" + }, + { + "version": "7.2101.1522.4254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1522.4254.zip", + "checksum": "ced2b892133ddefc4d6d67776801d1e9", + "timestamp": "2021-01-15T22:43:02Z" + }, + { + "version": "7.2101.1418.1038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1418.1038.zip", + "checksum": "4b613515fc83a8458bde3947e52d50f2", + "timestamp": "2021-01-14T18:10:46Z" + }, + { + "version": "7.2101.1323.4438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1323.4438.zip", + "checksum": "249892fbd0857661877ef1e2692677db", + "timestamp": "2021-01-13T23:44:46Z" + }, + { + "version": "7.2101.1320.3718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1320.3718.zip", + "checksum": "6e23a31abb0f79d1f5351640542d52ee", + "timestamp": "2021-01-13T20:37:26Z" + }, + { + "version": "7.2101.1320.846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1320.0846.zip", + "checksum": "a3bb7296746d29ff467b169fd5375ac3", + "timestamp": "2021-01-13T20:08:54Z" + }, + { + "version": "7.2101.1318.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1318.5047.zip", + "checksum": "84dddcfcb9e011014c4c8f84348243cf", + "timestamp": "2021-01-13T18:50:55Z" + }, + { + "version": "7.2101.1316.4610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1316.4610.zip", + "checksum": "f45d9b5cf129c7d28049b54d9e4bfc24", + "timestamp": "2021-01-13T16:46:18Z" + }, + { + "version": "7.2101.1308.5859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1308.5859.zip", + "checksum": "b8e93db69fc778bfd9233e6641e7fdb8", + "timestamp": "2021-01-13T08:59:07Z" + }, + { + "version": "7.2101.1308.3055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1308.3055.zip", + "checksum": "62e88806cc434b68a6ed64bb73aa7022", + "timestamp": "2021-01-13T08:31:03Z" + }, + { + "version": "7.2101.1307.246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1307.0246.zip", + "checksum": "7b214d7424930aa3df892879fe1550be", + "timestamp": "2021-01-13T07:02:53Z" + }, + { + "version": "7.2101.1222.3118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1222.3118.zip", + "checksum": "c02f1ac9c220eeb517820e56267150f2", + "timestamp": "2021-01-12T22:31:26Z" + }, + { + "version": "7.2101.1222.325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1222.0325.zip", + "checksum": "0a721dd12761aadcd08ce057aeeca116", + "timestamp": "2021-01-12T22:03:33Z" + }, + { + "version": "7.2101.1215.4304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1215.4304.zip", + "checksum": "2258841f58755cde94f71315d519de73", + "timestamp": "2021-01-12T15:43:12Z" + }, + { + "version": "7.2101.1119.1555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1119.1555.zip", + "checksum": "da66b8fa518e83ab1e54999929b8b265", + "timestamp": "2021-01-11T19:16:03Z" + }, + { + "version": "7.2101.1115.5626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1115.5626.zip", + "checksum": "bb3fc4f7665dc805fe02e34d2d204c49", + "timestamp": "2021-01-11T15:56:34Z" + }, + { + "version": "7.2101.1114.5512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1114.5512.zip", + "checksum": "0a2695390bef890b82dcd7269bbfca78", + "timestamp": "2021-01-11T14:55:20Z" + }, + { + "version": "7.2101.1114.2653", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1114.2653.zip", + "checksum": "fadd697b29c7c6011579e19c58500da6", + "timestamp": "2021-01-11T14:27:01Z" + }, + { + "version": "7.2101.1020.1338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1020.1338.zip", + "checksum": "f9f65ebe5f19a6084b549a5a01b7418f", + "timestamp": "2021-01-10T20:13:46Z" + }, + { + "version": "7.2101.1015.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1015.4349.zip", + "checksum": "514a272c8dcb4d0b7934e5842ba14d86", + "timestamp": "2021-01-10T15:43:57Z" + }, + { + "version": "7.2101.1011.3141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1011.3141.zip", + "checksum": "f49b1dca1c00a71aab179b6a68be2018", + "timestamp": "2021-01-10T11:31:49Z" + }, + { + "version": "7.2101.1011.210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1011.0210.zip", + "checksum": "9e449751982d7cf1812e1792b0222acc", + "timestamp": "2021-01-10T11:02:18Z" + }, + { + "version": "7.2101.1010.110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.1010.0110.zip", + "checksum": "d9fd13d7d6085eac375864e18f6f4f94", + "timestamp": "2021-01-10T10:01:19Z" + }, + { + "version": "7.2101.920.1105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0920.1105.zip", + "checksum": "6043497375324e78c42819397aab66c3", + "timestamp": "2021-01-09T20:11:13Z" + }, + { + "version": "7.2101.919.221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0919.0221.zip", + "checksum": "8b564e9909390634cb750b331b17743c", + "timestamp": "2021-01-09T19:02:28Z" + }, + { + "version": "7.2101.918.2744", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0918.2744.zip", + "checksum": "b7180ea7977e99cc4aa9aa79e5a74ba3", + "timestamp": "2021-01-09T18:27:51Z" + }, + { + "version": "7.2101.917.500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0917.0500.zip", + "checksum": "86b435e6c1504c4d3256a40dceac289f", + "timestamp": "2021-01-09T17:05:08Z" + }, + { + "version": "7.2101.915.5051", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0915.5051.zip", + "checksum": "541b131cf707ef18d1c09967f6e8ea3b", + "timestamp": "2021-01-09T15:50:58Z" + }, + { + "version": "7.2101.914.3006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0914.3006.zip", + "checksum": "19223fd93a8477ea967540b4f9ef7a95", + "timestamp": "2021-01-09T14:30:14Z" + }, + { + "version": "7.2101.900.1042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0900.1042.zip", + "checksum": "e5c66d8d3e17440e6713ec57ccda43fa", + "timestamp": "2021-01-09T00:10:50Z" + }, + { + "version": "7.2101.821.2938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0821.2938.zip", + "checksum": "bd723cd4fa95d279a72a793e2493d93e", + "timestamp": "2021-01-08T21:29:46Z" + }, + { + "version": "7.2101.820.5933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0820.5933.zip", + "checksum": "df5c361495b58b97402aff47d2443f72", + "timestamp": "2021-01-08T20:59:41Z" + }, + { + "version": "7.2101.820.3027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0820.3027.zip", + "checksum": "23779d13732034773d8692f418d35ffa", + "timestamp": "2021-01-08T20:30:35Z" + }, + { + "version": "7.2101.814.1514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0814.1514.zip", + "checksum": "f88a6b6ca3530ee862d9ab3c14b28d0a", + "timestamp": "2021-01-08T14:15:22Z" + }, + { + "version": "7.2101.813.1635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0813.1635.zip", + "checksum": "87b74f08288a0ebf1c799ffa0bb8c9ed", + "timestamp": "2021-01-08T13:16:43Z" + }, + { + "version": "7.2101.800.4120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0800.4120.zip", + "checksum": "308eabb500ae74b9017447a1eabe2af5", + "timestamp": "2021-01-08T00:41:28Z" + }, + { + "version": "7.2101.722.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0722.1309.zip", + "checksum": "79e463a44e8bbace0c026a80b0d809a6", + "timestamp": "2021-01-07T22:13:17Z" + }, + { + "version": "7.2101.716.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0716.4349.zip", + "checksum": "774926dde944bd08e8944969b7c9b814", + "timestamp": "2021-01-07T16:43:58Z" + }, + { + "version": "7.2101.716.1539", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0716.1539.zip", + "checksum": "35c65da0d29241c6e209bd45e9a26810", + "timestamp": "2021-01-07T16:15:47Z" + }, + { + "version": "7.2101.715.3753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0715.3753.zip", + "checksum": "6ba30bbadfb80a6bcd1858d12c5d3f10", + "timestamp": "2021-01-07T15:38:01Z" + }, + { + "version": "7.2101.715.1015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0715.1015.zip", + "checksum": "5ba41feae8428ccfaf8c11559248c6c9", + "timestamp": "2021-01-07T15:10:23Z" + }, + { + "version": "7.2101.710.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0710.3135.zip", + "checksum": "4399350edc7e74e99b031e9d06aae4f9", + "timestamp": "2021-01-07T10:31:42Z" + }, + { + "version": "7.2101.710.132", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0710.0132.zip", + "checksum": "5b69a2468a3949c7ba2252c6e3d71ae8", + "timestamp": "2021-01-07T10:01:41Z" + }, + { + "version": "7.2101.709.3035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0709.3035.zip", + "checksum": "44bd6129fc084a33221dfd29db69eec6", + "timestamp": "2021-01-07T09:30:43Z" + }, + { + "version": "7.2101.619.5629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0619.5629.zip", + "checksum": "e4cd53306cb1037fc1c44e6d3a12553c", + "timestamp": "2021-01-06T19:56:38Z" + }, + { + "version": "7.2101.617.2501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0617.2501.zip", + "checksum": "6dd8204d12014bbda3b3c5b5f89927ea", + "timestamp": "2021-01-06T17:25:11Z" + }, + { + "version": "7.2101.604.3738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0604.3738.zip", + "checksum": "1cc5d992ee7da5f3fa5d3e0997dbc801", + "timestamp": "2021-01-06T04:37:45Z" + }, + { + "version": "7.2101.522.3215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0522.3215.zip", + "checksum": "d145e570c5e34518fa03a92f923c8772", + "timestamp": "2021-01-05T22:32:23Z" + }, + { + "version": "7.2101.519.5211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0519.5211.zip", + "checksum": "c6af9f4fe76f0b580ed002eb305ce7c0", + "timestamp": "2021-01-05T19:52:19Z" + }, + { + "version": "7.2101.517.5537", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0517.5537.zip", + "checksum": "ca6975d9ac2bd953b906acc3b1e864ae", + "timestamp": "2021-01-05T17:55:45Z" + }, + { + "version": "7.2101.517.2704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0517.2704.zip", + "checksum": "cece6c82e408770979249df1a01598c2", + "timestamp": "2021-01-05T17:27:14Z" + }, + { + "version": "7.2101.511.4414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0511.4414.zip", + "checksum": "09edb2dac7450e0b9de5b877360fcaa6", + "timestamp": "2021-01-05T11:44:22Z" + }, + { + "version": "7.2101.419.4427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0419.4427.zip", + "checksum": "cbca89fb88e710dfc23d764c01402d8a", + "timestamp": "2021-01-04T19:44:35Z" + }, + { + "version": "7.2101.417.3244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0417.3244.zip", + "checksum": "1b19c79dd06ba5cb506496f13038062c", + "timestamp": "2021-01-04T17:32:52Z" + }, + { + "version": "7.2101.415.2006", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0415.2006.zip", + "checksum": "974faf32f36030626434131e9d2ab104", + "timestamp": "2021-01-04T15:20:15Z" + }, + { + "version": "7.2101.414.5139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0414.5139.zip", + "checksum": "96fa01f89507cbe41f077e6f02ae4b3b", + "timestamp": "2021-01-04T14:51:47Z" + }, + { + "version": "7.2101.412.4730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0412.4730.zip", + "checksum": "855f9c72e5ca1206a0695587e620d1f6", + "timestamp": "2021-01-04T12:47:38Z" + }, + { + "version": "7.2101.412.2054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0412.2054.zip", + "checksum": "a31603889781412d713ef3c9b23b6976", + "timestamp": "2021-01-04T12:21:01Z" + }, + { + "version": "7.2101.411.5403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0411.5403.zip", + "checksum": "877f314a38aeaa4bec808e83b5e9a3b1", + "timestamp": "2021-01-04T11:54:10Z" + }, + { + "version": "7.2101.411.2402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0411.2402.zip", + "checksum": "b073fea29eca322aa622a9bef4c44cb1", + "timestamp": "2021-01-04T11:24:10Z" + }, + { + "version": "7.2101.317.5130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0317.5130.zip", + "checksum": "061137accd504bcace6bc58c91d4d3f3", + "timestamp": "2021-01-03T17:51:38Z" + }, + { + "version": "7.2101.317.708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0317.0708.zip", + "checksum": "cbe5ad06ab6ce68c034cb52a22139377", + "timestamp": "2021-01-03T17:07:17Z" + }, + { + "version": "7.2101.311.2541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0311.2541.zip", + "checksum": "ee4d4352fcfe02d41064ce6f66eaa542", + "timestamp": "2021-01-03T11:25:49Z" + }, + { + "version": "7.2101.302.3827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0302.3827.zip", + "checksum": "ad96b127ab50ecd0b3283aab82350fe4", + "timestamp": "2021-01-03T02:38:35Z" + }, + { + "version": "7.2101.220.5334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0220.5334.zip", + "checksum": "238cd7905677a75a4db97ba2de91056f", + "timestamp": "2021-01-02T20:53:42Z" + }, + { + "version": "7.2101.219.4257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0219.4257.zip", + "checksum": "bf51a4f953fdf987dd13e8f28ab632a4", + "timestamp": "2021-01-02T19:43:05Z" + }, + { + "version": "7.2101.218.4945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0218.4945.zip", + "checksum": "66db1f67171775515e72e572ba30ef58", + "timestamp": "2021-01-02T18:49:53Z" + }, + { + "version": "7.2101.213.209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0213.0209.zip", + "checksum": "f631fb5e6a160dedfcc09011517307aa", + "timestamp": "2021-01-02T13:02:18Z" + }, + { + "version": "7.2101.211.2828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0211.2828.zip", + "checksum": "53ee4234ef45da98d717883d455dbafe", + "timestamp": "2021-01-02T11:28:36Z" + }, + { + "version": "7.2101.210.2628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0210.2628.zip", + "checksum": "7712e4b8be8aa0bb3181b263f368b23f", + "timestamp": "2021-01-02T10:26:36Z" + }, + { + "version": "7.2101.207.1107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0207.1107.zip", + "checksum": "14e3b3f03ac57fee7550b538208b2eed", + "timestamp": "2021-01-02T07:11:15Z" + }, + { + "version": "7.2101.119.105", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0119.0105.zip", + "checksum": "13a531f83332705cd54fe7c0ef64bef9", + "timestamp": "2021-01-01T19:01:13Z" + }, + { + "version": "7.2101.118.1503", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0118.1503.zip", + "checksum": "407e955842bd4ee885528e23df6b2149", + "timestamp": "2021-01-01T18:15:11Z" + }, + { + "version": "7.2101.117.4749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0117.4749.zip", + "checksum": "04c4e7bae6f5964d1532a4b6c622766c", + "timestamp": "2021-01-01T17:47:57Z" + }, + { + "version": "7.2101.117.1227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0117.1227.zip", + "checksum": "3ac09dc9250d8fa7fce40f33c535b85e", + "timestamp": "2021-01-01T17:12:35Z" + }, + { + "version": "7.2101.111.4931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0111.4931.zip", + "checksum": "9a0e8c8751edddbb1fc7f2c3b5ec899d", + "timestamp": "2021-01-01T11:49:39Z" + }, + { + "version": "7.2101.100.4347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0100.4347.zip", + "checksum": "732a05e521c31ef93a72d40aeaa3e22e", + "timestamp": "2021-01-01T00:43:55Z" + }, + { + "version": "7.2101.100.1625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2101.0100.1625.zip", + "checksum": "f56405922ade14a0c2e55d5285ecdfbc", + "timestamp": "2021-01-01T00:16:33Z" + }, + { + "version": "7.2012.3122.5753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3122.5753.zip", + "checksum": "ff0ed3d08f053d488ab57f5a398a571e", + "timestamp": "2020-12-31T22:58:01Z" + }, + { + "version": "7.2012.3122.3106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3122.3106.zip", + "checksum": "f48e615c146c9abc83a4baa8275fa8aa", + "timestamp": "2020-12-31T22:31:14Z" + }, + { + "version": "7.2012.3115.419", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3115.0419.zip", + "checksum": "63dd1fc59cbf10d84e21c8ac72b9640f", + "timestamp": "2020-12-31T15:04:27Z" + }, + { + "version": "7.2012.3114.3659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3114.3659.zip", + "checksum": "4fb30fdde48805953bf0adc260c724a7", + "timestamp": "2020-12-31T14:37:07Z" + }, + { + "version": "7.2012.3113.4230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3113.4230.zip", + "checksum": "cfa06fe04dc31119c7bc546dcf175fae", + "timestamp": "2020-12-31T13:42:38Z" + }, + { + "version": "7.2012.3111.3509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3111.3509.zip", + "checksum": "04ca4f61407fdc2559f62b32d00382d9", + "timestamp": "2020-12-31T11:35:17Z" + }, + { + "version": "7.2012.3107.3520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3107.3520.zip", + "checksum": "5ffad5a24ccca667a8563bdd135009fb", + "timestamp": "2020-12-31T07:35:29Z" + }, + { + "version": "7.2012.3107.731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3107.0731.zip", + "checksum": "bbfb60a5f49d387ede6fa2486670bf81", + "timestamp": "2020-12-31T07:07:40Z" + }, + { + "version": "7.2012.3101.5215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3101.5215.zip", + "checksum": "fe67153f44de8ce08276fa5193c75e36", + "timestamp": "2020-12-31T01:52:23Z" + }, + { + "version": "7.2012.3101.2420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3101.2420.zip", + "checksum": "a6029eefee579058401a4d0a9301d77b", + "timestamp": "2020-12-31T01:24:28Z" + }, + { + "version": "7.2012.3100.4340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3100.4340.zip", + "checksum": "4e0f7a7336d17c5c3cd873f3bd313195", + "timestamp": "2020-12-31T00:43:48Z" + }, + { + "version": "7.2012.3022.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3022.2755.zip", + "checksum": "a032854c19afce455e15e6218b19c36c", + "timestamp": "2020-12-30T22:28:03Z" + }, + { + "version": "7.2012.3022.114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3022.0114.zip", + "checksum": "7a5349e82bc4ab974fd26166c6c23468", + "timestamp": "2020-12-30T22:01:22Z" + }, + { + "version": "7.2012.3021.3441", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3021.3441.zip", + "checksum": "f46931e5bd2659a357fc5afd4a303e0d", + "timestamp": "2020-12-30T21:34:48Z" + }, + { + "version": "7.2012.3017.5641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3017.5641.zip", + "checksum": "5695094bba18e3f0ebe3dc5dd4015b8a", + "timestamp": "2020-12-30T17:56:49Z" + }, + { + "version": "7.2012.3010.648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.3010.0648.zip", + "checksum": "f560582b1a3a62d24d3e2a3daf26ab5b", + "timestamp": "2020-12-30T10:06:57Z" + }, + { + "version": "7.2012.2917.2918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2917.2918.zip", + "checksum": "e3664c3f5786869816da3802b46a2c87", + "timestamp": "2020-12-29T17:29:26Z" + }, + { + "version": "7.2012.2917.313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2917.0313.zip", + "checksum": "3ba2f45822127756904125cb6a965e55", + "timestamp": "2020-12-29T17:03:21Z" + }, + { + "version": "7.2012.2906.2751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2906.2751.zip", + "checksum": "0ecc512e5d9dba6df5f4ec3e3b3dab5b", + "timestamp": "2020-12-29T06:27:58Z" + }, + { + "version": "7.2012.2821.2259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2821.2259.zip", + "checksum": "d6a18ffc3353fc2b240651ce4746b25b", + "timestamp": "2020-12-28T21:23:07Z" + }, + { + "version": "7.2012.2820.5627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2820.5627.zip", + "checksum": "595ce701a47c9f8d448244bb3d5ca926", + "timestamp": "2020-12-28T20:56:35Z" + }, + { + "version": "7.2012.2817.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2817.3250.zip", + "checksum": "a657e567978c6c05bd9c2e1fd48cc4fb", + "timestamp": "2020-12-28T17:32:58Z" + }, + { + "version": "7.2012.2816.837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2816.0837.zip", + "checksum": "6469dfb999ef2160f322234e260c585d", + "timestamp": "2020-12-28T16:08:45Z" + }, + { + "version": "7.2012.2815.4301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2815.4301.zip", + "checksum": "a258e78c64cd7deb19777f5174b4b422", + "timestamp": "2020-12-28T15:43:09Z" + }, + { + "version": "7.2012.2815.1517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2815.1517.zip", + "checksum": "dbf43bfc35a1455901c33eb690262c3a", + "timestamp": "2020-12-28T15:15:26Z" + }, + { + "version": "7.2012.2810.3027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2810.3027.zip", + "checksum": "3b68745aee2b47efcf29a341fbd6ccd9", + "timestamp": "2020-12-28T10:30:34Z" + }, + { + "version": "7.2012.2718.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2718.4221.zip", + "checksum": "c327794963ab9290ad33d21d111b62c3", + "timestamp": "2020-12-27T18:42:29Z" + }, + { + "version": "7.2012.2713.5422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2713.5422.zip", + "checksum": "2015e511fd596ef10d025ddad043e27e", + "timestamp": "2020-12-27T13:54:31Z" + }, + { + "version": "7.2012.2520.620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2520.0620.zip", + "checksum": "18d9ba91523f133c6cba3aebe7179575", + "timestamp": "2020-12-25T20:06:28Z" + }, + { + "version": "7.2012.2515.5032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2515.5032.zip", + "checksum": "c36f954834c16edf8e70957695ca7ad6", + "timestamp": "2020-12-25T15:50:41Z" + }, + { + "version": "7.2012.2513.3929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2513.3929.zip", + "checksum": "ff1d6bcbc423daf3c6977f54386d974e", + "timestamp": "2020-12-25T13:39:37Z" + }, + { + "version": "7.2012.2420.1216", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2420.1216.zip", + "checksum": "a266df1a6074ad7a2d42096080f24d2f", + "timestamp": "2020-12-24T20:12:25Z" + }, + { + "version": "7.2012.2418.1435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2418.1435.zip", + "checksum": "b2b6671a54aac5bd106957e9c78f103d", + "timestamp": "2020-12-24T18:14:43Z" + }, + { + "version": "7.2012.2410.2749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2410.2749.zip", + "checksum": "5ca892b91cc8e88a4aace2940fc1ad49", + "timestamp": "2020-12-24T10:27:57Z" + }, + { + "version": "7.2012.2405.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2405.3832.zip", + "checksum": "813d0dc1a3a9571f69cbab0381f4c7ab", + "timestamp": "2020-12-24T05:38:39Z" + }, + { + "version": "7.2012.2319.2005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2319.2005.zip", + "checksum": "ba82f6d971b49c56cddeff41a83d27c0", + "timestamp": "2020-12-23T19:20:13Z" + }, + { + "version": "7.2012.2305.442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2305.0442.zip", + "checksum": "817e7bdcf4599ca6223a38cc18cccdab", + "timestamp": "2020-12-23T05:04:50Z" + }, + { + "version": "7.2012.2304.1655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2304.1655.zip", + "checksum": "432349fe6a38eae503df749793812f78", + "timestamp": "2020-12-23T04:17:03Z" + }, + { + "version": "7.2012.2303.4757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2303.4757.zip", + "checksum": "22758c06bbefe8e2c8b2b43b2c828074", + "timestamp": "2020-12-23T03:48:05Z" + }, + { + "version": "7.2012.2223.1633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2223.1633.zip", + "checksum": "ebb12f7b1cbc2f5087c8f761f8e7d4a4", + "timestamp": "2020-12-22T23:16:40Z" + }, + { + "version": "7.2012.2215.1739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2215.1739.zip", + "checksum": "afd095185f2032a6f8ad0d9b29bb994d", + "timestamp": "2020-12-22T15:17:46Z" + }, + { + "version": "7.2012.2212.4514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2212.4514.zip", + "checksum": "145cf081ed5fd133c1edf63373636169", + "timestamp": "2020-12-22T12:45:21Z" + }, + { + "version": "7.2012.2123.453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2123.0453.zip", + "checksum": "d81a2ba39339d250844de5d401784f8c", + "timestamp": "2020-12-21T23:05:00Z" + }, + { + "version": "7.2012.2122.3723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2122.3723.zip", + "checksum": "bfa5de0013748fb25efd59376dd15242", + "timestamp": "2020-12-21T22:37:32Z" + }, + { + "version": "7.2012.2119.5418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2119.5418.zip", + "checksum": "f57f2978a5b5147367f45478952e07d1", + "timestamp": "2020-12-21T19:54:26Z" + }, + { + "version": "7.2012.2119.2805", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2119.2805.zip", + "checksum": "3feac3b98d312552f84448184f1d3894", + "timestamp": "2020-12-21T19:28:13Z" + }, + { + "version": "7.2012.2119.147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2119.0147.zip", + "checksum": "8b3af792813a4ab1891673adcac321c7", + "timestamp": "2020-12-21T19:01:54Z" + }, + { + "version": "7.2012.2107.5139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2107.5139.zip", + "checksum": "7854f90212f5707ab0214940050e94a2", + "timestamp": "2020-12-21T07:51:47Z" + }, + { + "version": "7.2012.2100.1039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2100.1039.zip", + "checksum": "c2b9141be18490a0578ba77c99b28b5d", + "timestamp": "2020-12-21T00:10:47Z" + }, + { + "version": "7.2012.2023.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2023.4137.zip", + "checksum": "04c5fc2286475d59061ef1eef1e48182", + "timestamp": "2020-12-20T23:41:44Z" + }, + { + "version": "7.2012.2013.5144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2013.5144.zip", + "checksum": "6b8a6ffc2d838b9f5880e7666c79f354", + "timestamp": "2020-12-20T13:51:52Z" + }, + { + "version": "7.2012.2013.2208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2013.2208.zip", + "checksum": "8d3ffc37ab08017e5b174f7663535fb3", + "timestamp": "2020-12-20T13:22:16Z" + }, + { + "version": "7.2012.2009.4950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2009.4950.zip", + "checksum": "dc8ee3e208210f18777d2e2fb95250d9", + "timestamp": "2020-12-20T09:49:59Z" + }, + { + "version": "7.2012.2009.2024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2009.2024.zip", + "checksum": "cde8a7a7efe58b3bf7e9b392403fba53", + "timestamp": "2020-12-20T09:20:33Z" + }, + { + "version": "7.2012.2000.4522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.2000.4522.zip", + "checksum": "a673f79ce3eea1279ba0511232f8bbb1", + "timestamp": "2020-12-20T00:45:30Z" + }, + { + "version": "7.2012.1919.4245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1919.4245.zip", + "checksum": "e9484518e665784978ac00a6433895b0", + "timestamp": "2020-12-19T19:42:53Z" + }, + { + "version": "7.2012.1821.57", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1821.0057.zip", + "checksum": "e6cf23930c53eb6174c360919ecaea03", + "timestamp": "2020-12-18T21:01:05Z" + }, + { + "version": "7.2012.1820.3422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1820.3422.zip", + "checksum": "80bd25d8331f9e5b4ea0fbf01b0af9f2", + "timestamp": "2020-12-18T20:34:30Z" + }, + { + "version": "7.2012.1813.2021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1813.2021.zip", + "checksum": "726c38ce9acdc3adde11366e5a37e678", + "timestamp": "2020-12-18T13:20:29Z" + }, + { + "version": "7.2012.1807.4343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1807.4343.zip", + "checksum": "dc38b0efee4d831019f53f4f63cf5f1b", + "timestamp": "2020-12-18T07:43:51Z" + }, + { + "version": "7.2012.1722.5003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1722.5003.zip", + "checksum": "5c06c7891251e4dbd1c5705121a18525", + "timestamp": "2020-12-17T22:50:12Z" + }, + { + "version": "7.2012.1722.2318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1722.2318.zip", + "checksum": "1d99e86f3e4a2144583e91adf20e2b2d", + "timestamp": "2020-12-17T22:23:26Z" + }, + { + "version": "7.2012.1718.3546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1718.3546.zip", + "checksum": "4388840f3aca8034481cfe61ae119a9c", + "timestamp": "2020-12-17T18:35:53Z" + }, + { + "version": "7.2012.1717.4447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1717.4447.zip", + "checksum": "04b45b150625ad58c6435714dbaa1a2d", + "timestamp": "2020-12-17T17:44:55Z" + }, + { + "version": "7.2012.1717.1758", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1717.1758.zip", + "checksum": "f48517c4bc0cfc454c91852d58613686", + "timestamp": "2020-12-17T17:18:05Z" + }, + { + "version": "7.2012.1711.1827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1711.1827.zip", + "checksum": "dda923f079819c968692f5e68e182815", + "timestamp": "2020-12-17T11:18:35Z" + }, + { + "version": "7.2012.1623.1547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1623.1547.zip", + "checksum": "c41b7bdf57d92e30bc52a9b5073a7ac7", + "timestamp": "2020-12-16T23:15:55Z" + }, + { + "version": "7.2012.1622.918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1622.0918.zip", + "checksum": "7a814e911f695e61d2d6c0c190f80cd4", + "timestamp": "2020-12-16T22:09:26Z" + }, + { + "version": "7.2012.1621.4110", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1621.4110.zip", + "checksum": "4a47daa9b1b8373a8574f8fada13dddd", + "timestamp": "2020-12-16T21:41:17Z" + }, + { + "version": "7.2012.1620.3151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1620.3151.zip", + "checksum": "64de74e383d9e7df5bb90a0545ab57b1", + "timestamp": "2020-12-16T20:32:00Z" + }, + { + "version": "7.2012.1620.420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1620.0420.zip", + "checksum": "00b722f9befc81e360dac90ac36d2a81", + "timestamp": "2020-12-16T20:04:29Z" + }, + { + "version": "7.2012.1619.2541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1619.2541.zip", + "checksum": "7a36d030d58145a05b3cbbd2332ebef6", + "timestamp": "2020-12-16T19:25:49Z" + }, + { + "version": "7.2012.1616.5207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1616.5207.zip", + "checksum": "f56cd55eaf06fc78ab0e163cabafcb08", + "timestamp": "2020-12-16T16:52:15Z" + }, + { + "version": "7.2012.1519.5603", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1519.5603.zip", + "checksum": "276ab6ea707fa42e591ae6056f9e4402", + "timestamp": "2020-12-15T19:56:11Z" + }, + { + "version": "7.2012.1512.1623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1512.1623.zip", + "checksum": "cf40df2870241e1dabbda66a7a40eb5c", + "timestamp": "2020-12-15T12:16:30Z" + }, + { + "version": "7.2012.1511.4811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1511.4811.zip", + "checksum": "a7d91f29d53f8cf054825be422968f7d", + "timestamp": "2020-12-15T11:48:18Z" + }, + { + "version": "7.2012.1508.3614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1508.3614.zip", + "checksum": "8ce17d3871fcb5f9cd285910bab7254a", + "timestamp": "2020-12-15T08:36:23Z" + }, + { + "version": "7.2012.1421.5053", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1421.5053.zip", + "checksum": "d19acf7a871e751dae169d80273ee335", + "timestamp": "2020-12-14T21:51:01Z" + }, + { + "version": "7.2012.1420.1620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1420.1620.zip", + "checksum": "3160492c3ca6e271a812b2f017dcb732", + "timestamp": "2020-12-14T20:16:28Z" + }, + { + "version": "7.2012.1417.2217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1417.2217.zip", + "checksum": "2d943819614dcee2fa2d581b40dcd292", + "timestamp": "2020-12-14T17:22:26Z" + }, + { + "version": "7.2012.1416.3527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1416.3527.zip", + "checksum": "53336e1a620f64681eb7f4a878e8da4f", + "timestamp": "2020-12-14T16:35:35Z" + }, + { + "version": "7.2012.1416.757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1416.0757.zip", + "checksum": "a3597b5571e05d4fde223fef33ef8777", + "timestamp": "2020-12-14T16:08:05Z" + }, + { + "version": "7.2012.1415.4046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1415.4046.zip", + "checksum": "e1981d3208860e0f523133b2aa8f3ab5", + "timestamp": "2020-12-14T15:40:53Z" + }, + { + "version": "7.2012.1412.251", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1412.0251.zip", + "checksum": "204e3f725fd353bf540b95a9a09f0503", + "timestamp": "2020-12-14T12:02:58Z" + }, + { + "version": "7.2012.1405.1658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1405.1658.zip", + "checksum": "9b6368087f0185c762d073aabd2b0ea1", + "timestamp": "2020-12-14T05:17:06Z" + }, + { + "version": "7.2012.1404.1112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1404.1112.zip", + "checksum": "d1a9599584d626477d9a6897e1c1ed30", + "timestamp": "2020-12-14T04:11:20Z" + }, + { + "version": "7.2012.1323.833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1323.0833.zip", + "checksum": "432d9d5b3d40faf290efda2d0bf5ce55", + "timestamp": "2020-12-13T23:08:41Z" + }, + { + "version": "7.2012.1322.4016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1322.4016.zip", + "checksum": "b1a4eef6cf64496d8108497f22db0fba", + "timestamp": "2020-12-13T22:40:23Z" + }, + { + "version": "7.2012.1322.1327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1322.1327.zip", + "checksum": "eb0c8c4dac1d684de199952ff0b179c5", + "timestamp": "2020-12-13T22:13:35Z" + }, + { + "version": "7.2012.1319.3655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1319.3655.zip", + "checksum": "9825578c483b2bfbcdb2a2ccb2b7b8d2", + "timestamp": "2020-12-13T19:37:03Z" + }, + { + "version": "7.2012.1314.1444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1314.1444.zip", + "checksum": "e5bc518ab4c1bb45453db47f860abe11", + "timestamp": "2020-12-13T14:14:53Z" + }, + { + "version": "7.2012.1313.4646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1313.4646.zip", + "checksum": "4d04f6901d831ac9e5cf3fa3e7f750d0", + "timestamp": "2020-12-13T13:46:54Z" + }, + { + "version": "7.2012.1313.1856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1313.1856.zip", + "checksum": "5860c15e4eb27b14db6c4cd3f50204e8", + "timestamp": "2020-12-13T13:19:05Z" + }, + { + "version": "7.2012.1312.5043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1312.5043.zip", + "checksum": "05c6cb052a99a955f2bfb98133b7f888", + "timestamp": "2020-12-13T12:50:50Z" + }, + { + "version": "7.2012.1311.2436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1311.2436.zip", + "checksum": "0ad66a4db78c1f00190abea9f2835eac", + "timestamp": "2020-12-13T11:24:44Z" + }, + { + "version": "7.2012.1218.4710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1218.4710.zip", + "checksum": "03fa3b4f132866b9238899c46146bee5", + "timestamp": "2020-12-12T18:47:17Z" + }, + { + "version": "7.2012.1122.4601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1122.4601.zip", + "checksum": "fd14c9e5136dbab3c0766e5fc74fbb0b", + "timestamp": "2020-12-11T22:46:09Z" + }, + { + "version": "7.2012.1121.5533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1121.5533.zip", + "checksum": "a974e8355ea1e0891dd9f9b43611907c", + "timestamp": "2020-12-11T21:55:41Z" + }, + { + "version": "7.2012.1115.5406", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1115.5406.zip", + "checksum": "aaa56a33e5c6c91dac50cb6b9beafea3", + "timestamp": "2020-12-11T15:54:14Z" + }, + { + "version": "7.2012.1115.2654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1115.2654.zip", + "checksum": "16f291e7ed54701820361804611251ca", + "timestamp": "2020-12-11T15:27:02Z" + }, + { + "version": "7.2012.1109.4932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1109.4932.zip", + "checksum": "3ad202d9f734f9c620e4ef669cba913e", + "timestamp": "2020-12-11T09:49:40Z" + }, + { + "version": "7.2012.1109.1940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1109.1940.zip", + "checksum": "955e71b4d1d14ab3382fe8f499fde69f", + "timestamp": "2020-12-11T09:19:48Z" + }, + { + "version": "7.2012.1108.531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1108.0531.zip", + "checksum": "3ba9879dc1cb2d4887d9870b29d19478", + "timestamp": "2020-12-11T08:05:39Z" + }, + { + "version": "7.2012.1107.3704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1107.3704.zip", + "checksum": "e49efb5fb3aec7f575068daed602d8a1", + "timestamp": "2020-12-11T07:37:12Z" + }, + { + "version": "7.2012.1104.2932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1104.2932.zip", + "checksum": "b53a60ca1fa1a29323ad592d301e1840", + "timestamp": "2020-12-11T04:29:40Z" + }, + { + "version": "7.2012.1104.226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1104.0226.zip", + "checksum": "275b204116302c2b9bb5608c34b36d63", + "timestamp": "2020-12-11T04:02:35Z" + }, + { + "version": "7.2012.1103.3518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1103.3518.zip", + "checksum": "b65897f4a6b634b79e350ced80c78deb", + "timestamp": "2020-12-11T03:35:26Z" + }, + { + "version": "7.2012.1022.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1022.4005.zip", + "checksum": "42a47ce173cc5a8362384b230d184b69", + "timestamp": "2020-12-10T22:40:13Z" + }, + { + "version": "7.2012.1022.1344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1022.1344.zip", + "checksum": "f17912efd88fd34dd4a8807eca0c962e", + "timestamp": "2020-12-10T22:13:52Z" + }, + { + "version": "7.2012.1021.2632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1021.2632.zip", + "checksum": "8be02fae50f3791dc6fddc1109b3700e", + "timestamp": "2020-12-10T21:26:40Z" + }, + { + "version": "7.2012.1020.5846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1020.5846.zip", + "checksum": "e5ae89186b0d0d2ee9a17a2bf4d4f347", + "timestamp": "2020-12-10T20:58:55Z" + }, + { + "version": "7.2012.1014.139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1014.0139.zip", + "checksum": "873c73f35b36005dd9ca412a756ede66", + "timestamp": "2020-12-10T14:01:47Z" + }, + { + "version": "7.2012.1013.3351", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1013.3351.zip", + "checksum": "73bf85c3345f4e0cd3fddf2f416fa538", + "timestamp": "2020-12-10T13:33:59Z" + }, + { + "version": "7.2012.1013.608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.1013.0608.zip", + "checksum": "c0acac217d50fb1438838198c94b7e2f", + "timestamp": "2020-12-10T13:06:16Z" + }, + { + "version": "7.2012.919.4846", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0919.4846.zip", + "checksum": "ef13670ea388682f2d736830df208a88", + "timestamp": "2020-12-09T19:48:54Z" + }, + { + "version": "7.2012.917.2226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0917.2226.zip", + "checksum": "25030c874740d22795a11950cd154618", + "timestamp": "2020-12-09T17:22:34Z" + }, + { + "version": "7.2012.915.5453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0915.5453.zip", + "checksum": "b583713c16bd5e1885df54f884d38465", + "timestamp": "2020-12-09T15:55:00Z" + }, + { + "version": "7.2012.914.245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0914.0245.zip", + "checksum": "2ea47832901291b2530b8fa4a49e7de5", + "timestamp": "2020-12-09T14:02:53Z" + }, + { + "version": "7.2012.908.851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0908.0851.zip", + "checksum": "542d15d46b52ea51d93571789441b02f", + "timestamp": "2020-12-09T08:09:00Z" + }, + { + "version": "7.2012.907.4115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0907.4115.zip", + "checksum": "a87c57f1fa090075e98e2efd911ac20e", + "timestamp": "2020-12-09T07:41:23Z" + }, + { + "version": "7.2012.904.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0904.2827.zip", + "checksum": "17765dc929a88fc674ebc5e6a457ad89", + "timestamp": "2020-12-09T04:28:35Z" + }, + { + "version": "7.2012.823.5315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0823.5315.zip", + "checksum": "3eda441161233da61716934a2a662ac6", + "timestamp": "2020-12-08T23:53:22Z" + }, + { + "version": "7.2012.819.4523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0819.4523.zip", + "checksum": "154d298ef1392793959ba0cffce94143", + "timestamp": "2020-12-08T19:45:31Z" + }, + { + "version": "7.2012.818.238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0818.0238.zip", + "checksum": "665f8a4f7a5c7bd10d0872b9be7727a6", + "timestamp": "2020-12-08T18:02:46Z" + }, + { + "version": "7.2012.817.3453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0817.3453.zip", + "checksum": "129c4a21655dd2e00df352b4996c7609", + "timestamp": "2020-12-08T17:35:00Z" + }, + { + "version": "7.2012.816.3423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0816.3423.zip", + "checksum": "b50528ef713b0294766edf324b568c25", + "timestamp": "2020-12-08T16:34:30Z" + }, + { + "version": "7.2012.809.3646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0809.3646.zip", + "checksum": "165f620510d6746743771d3fa7eaa77c", + "timestamp": "2020-12-08T09:36:53Z" + }, + { + "version": "7.2012.808.2945", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0808.2945.zip", + "checksum": "fa717d729c805f5fa5cd80b85e2559ce", + "timestamp": "2020-12-08T08:29:53Z" + }, + { + "version": "7.2012.808.208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0808.0208.zip", + "checksum": "4fe534be28be13d28808a6d68f2bbb4e", + "timestamp": "2020-12-08T08:02:16Z" + }, + { + "version": "7.2012.801.855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0801.0855.zip", + "checksum": "04523a4e36e05dc55adbe888c788b98d", + "timestamp": "2020-12-08T01:09:04Z" + }, + { + "version": "7.2012.718.2322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0718.2322.zip", + "checksum": "7215a66c703027459b8f9251c013f38b", + "timestamp": "2020-12-07T18:23:29Z" + }, + { + "version": "7.2012.717.3246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0717.3246.zip", + "checksum": "82d6e8e18b801ee4f8b07ac4a10a0e28", + "timestamp": "2020-12-07T17:32:53Z" + }, + { + "version": "7.2012.717.557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0717.0557.zip", + "checksum": "ab2de0a0cbb786b152d3efb9e81f010d", + "timestamp": "2020-12-07T17:06:05Z" + }, + { + "version": "7.2012.707.3120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0707.3120.zip", + "checksum": "963b73976472a535bddd82e4fab3aa37", + "timestamp": "2020-12-07T07:31:29Z" + }, + { + "version": "7.2012.707.442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0707.0442.zip", + "checksum": "b0f5cd252aff91316f380348fbc66f3a", + "timestamp": "2020-12-07T07:04:50Z" + }, + { + "version": "7.2012.615.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0615.3434.zip", + "checksum": "12969ce9b40e6d57e0edc8d1fab18047", + "timestamp": "2020-12-06T15:34:42Z" + }, + { + "version": "7.2012.615.815", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0615.0815.zip", + "checksum": "40768a056b0c3c72c53cb909f1a53c0a", + "timestamp": "2020-12-06T15:08:23Z" + }, + { + "version": "7.2012.607.3133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0607.3133.zip", + "checksum": "c9f24fbe51199e47858aec0df2d15da8", + "timestamp": "2020-12-06T07:31:40Z" + }, + { + "version": "7.2012.601.3505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0601.3505.zip", + "checksum": "56e5ad2c6088e2abf1e87995fa1ac34b", + "timestamp": "2020-12-06T01:35:14Z" + }, + { + "version": "7.2012.601.821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0601.0821.zip", + "checksum": "926cda5d63fcd6567264c7bb40269089", + "timestamp": "2020-12-06T01:08:29Z" + }, + { + "version": "7.2012.600.4141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0600.4141.zip", + "checksum": "6cb0154a47d7e6e0deb5757c873c0994", + "timestamp": "2020-12-06T00:41:49Z" + }, + { + "version": "7.2012.519.5121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_7.2012.0519.5121.zip", + "checksum": "a7bc750640ad40cba63ed7bdc0c2aabd", + "timestamp": "2020-12-05T19:51:29Z" + }, + { + "version": "6.2011.2301.621", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2301.0621.zip", + "checksum": "24bc3982411f370eddc04a12b1c43b0f", + "timestamp": "2020-11-23T01:06:29Z" + }, + { + "version": "6.2011.2219.3925", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2219.3925.zip", + "checksum": "d7b8f5f5080945c03b19f313486beb55", + "timestamp": "2020-11-22T19:39:33Z" + }, + { + "version": "6.2011.2219.1239", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2219.1239.zip", + "checksum": "e918807ad4c37195acfb850f43d5b8ab", + "timestamp": "2020-11-22T19:12:47Z" + }, + { + "version": "6.2011.2218.3113", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2218.3113.zip", + "checksum": "3e70a9941458c70a13c0ec2ebe6a805e", + "timestamp": "2020-11-22T18:31:20Z" + }, + { + "version": "6.2011.2217.5708", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2217.5708.zip", + "checksum": "f92f61e8844cdc23eee6dbc26fdd8d25", + "timestamp": "2020-11-22T17:57:15Z" + }, + { + "version": "6.2011.2215.5446", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2215.5446.zip", + "checksum": "99e5c76f49e8cd82b4d3920396972d2e", + "timestamp": "2020-11-22T15:54:53Z" + }, + { + "version": "6.2011.2215.129", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2215.0129.zip", + "checksum": "23a830099ee814c0011e8985320965fe", + "timestamp": "2020-11-22T15:01:36Z" + }, + { + "version": "6.2011.2210.3030", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2210.3030.zip", + "checksum": "acfd7705a1d5d673afa980df99dbaaec", + "timestamp": "2020-11-22T10:30:37Z" + }, + { + "version": "6.2011.2208.2212", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2208.2212.zip", + "checksum": "568dd958f4ff36a053f0564c914b7752", + "timestamp": "2020-11-22T08:22:19Z" + }, + { + "version": "6.2011.2207.5622", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2207.5622.zip", + "checksum": "eb5dd63f07ef2edf33688faab434b5dc", + "timestamp": "2020-11-22T07:56:30Z" + }, + { + "version": "6.2011.2207.236", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2207.0236.zip", + "checksum": "3c0a6d9e46bc50b56a0f5de830d6a4b8", + "timestamp": "2020-11-22T07:02:43Z" + }, + { + "version": "6.2011.2206.3758", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tmdb-box-sets/tmdb-box-sets_6.2011.2206.3758.zip", + "checksum": "e0c855ce49e2d599c9d72f0054c1affa", + "timestamp": "2020-11-22T06:38:05Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "4fe3201e-d6ae-4f2e-8917-e12bda571281", + "name": "Trakt", + "description": "Record your watched media with Trakt.\n", + "overview": "Record your watched media with Trakt", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-trakt.png", + "versions": [ + { + "version": "14.0.0.0", + "changelog": "### New features and improvements ###\n- Handle TV show rewatches (#97) @dulli\n- Don't treat TVDB Id specially for episodes (#93) @SenorSmartyPants\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#98) @crobibero\n- Remove all warnings in project (#96) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_14.0.0.0.zip", + "checksum": "c557ea6fb33d4f5bc810798154a3a292", + "timestamp": "2022-01-07T20:40:35Z" + }, + { + "version": "13.0.0.0", + "changelog": "### New features and improvements ###\n- Handle TV show rewatches (#97) @dulli\n- Don't treat TVDB Id specially for episodes (#93) @SenorSmartyPants\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#98) @crobibero\n- Remove all warnings in project (#96) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_13.0.0.0.zip", + "checksum": "339bed3b8f10359d0a8e071249fec220", + "timestamp": "2022-01-05T05:06:34Z" + }, + { + "version": "11.2103.1323.4859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1323.4859.zip", + "checksum": "570fc7bff2af56c8608b3eea8c80a819", + "timestamp": "2021-03-13T23:49:07Z" + }, + { + "version": "11.2103.1322.2746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1322.2746.zip", + "checksum": "6e7c417f7f0c0bb855df87c926938b41", + "timestamp": "2021-03-13T22:27:55Z" + }, + { + "version": "11.2103.1314.5837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1314.5837.zip", + "checksum": "73c7d80dddfcfc10dc249f71a012e85f", + "timestamp": "2021-03-13T14:58:46Z" + }, + { + "version": "11.2103.1314.3040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1314.3040.zip", + "checksum": "36553198121f5d24f9155e093034df58", + "timestamp": "2021-03-13T14:30:48Z" + }, + { + "version": "11.2103.1302.4409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1302.4409.zip", + "checksum": "86d5343e3aca90df1045e1339181d7f8", + "timestamp": "2021-03-13T02:44:18Z" + }, + { + "version": "11.2103.1223.2657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1223.2657.zip", + "checksum": "b960ea30a1e96d3d0e3eaf6519c5d5fa", + "timestamp": "2021-03-12T23:27:06Z" + }, + { + "version": "11.2103.1214.2102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1214.2102.zip", + "checksum": "4ceebe7ae4ba656ff9f066f9aa17f139", + "timestamp": "2021-03-12T14:21:11Z" + }, + { + "version": "11.2103.1213.5414", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1213.5414.zip", + "checksum": "0e8936cbd9c9e3782782a6ec77b6084f", + "timestamp": "2021-03-12T13:54:23Z" + }, + { + "version": "11.2103.1209.828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1209.0828.zip", + "checksum": "e65a03dea0787a95edace5f2fec365b5", + "timestamp": "2021-03-12T09:08:36Z" + }, + { + "version": "11.2103.1123.4237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1123.4237.zip", + "checksum": "1d7550c39a39621411110f8588194c43", + "timestamp": "2021-03-11T23:42:46Z" + }, + { + "version": "11.2103.1122.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1122.2759.zip", + "checksum": "4c0aa8893b3e29c7a6ca30d305c3f139", + "timestamp": "2021-03-11T22:28:07Z" + }, + { + "version": "11.2103.1121.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1121.5943.zip", + "checksum": "cd4ec97a222835eb664d2205c1f27e86", + "timestamp": "2021-03-11T21:59:52Z" + }, + { + "version": "11.2103.1120.1919", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1120.1919.zip", + "checksum": "7167df2dfa310df8696ad366ef43032c", + "timestamp": "2021-03-11T20:19:27Z" + }, + { + "version": "11.2103.1116.1334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1116.1334.zip", + "checksum": "9a7f6e8c14e9b73e24de3bc966f847be", + "timestamp": "2021-03-11T16:13:43Z" + }, + { + "version": "11.2103.1115.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1115.3057.zip", + "checksum": "d110a9a4a1e528957a67f12b666127b8", + "timestamp": "2021-03-11T15:31:05Z" + }, + { + "version": "11.2103.1111.1245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1111.1245.zip", + "checksum": "6a0ce61b1e81d7ca2f35738bf1745e59", + "timestamp": "2021-03-11T11:12:54Z" + }, + { + "version": "11.2103.1100.658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1100.0658.zip", + "checksum": "7b711ae60b36296ee4cf0253ce373366", + "timestamp": "2021-03-11T00:07:07Z" + }, + { + "version": "11.2103.1022.4536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1022.4536.zip", + "checksum": "1bcc5c8e39e9f0fe0afa240e8fa74ab3", + "timestamp": "2021-03-10T22:45:44Z" + }, + { + "version": "11.2103.1019.3923", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1019.3923.zip", + "checksum": "e1e26103b5b710671501c4ae6e0678d0", + "timestamp": "2021-03-10T19:39:31Z" + }, + { + "version": "11.2103.1014.4540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1014.4540.zip", + "checksum": "acb0de336b90662476001c3a6cb9afb4", + "timestamp": "2021-03-10T14:45:48Z" + }, + { + "version": "11.2103.1011.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1011.2437.zip", + "checksum": "f43cfd8abf812d5d7c970540bd0d3d79", + "timestamp": "2021-03-10T11:24:45Z" + }, + { + "version": "11.2103.1010.5643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1010.5643.zip", + "checksum": "7c96b556a1e27e3376935cf4f287a563", + "timestamp": "2021-03-10T10:56:51Z" + }, + { + "version": "11.2103.1008.410", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1008.0410.zip", + "checksum": "2a338bc11a0766cda6a803b7cbc29b0e", + "timestamp": "2021-03-10T08:04:19Z" + }, + { + "version": "11.2103.1002.5438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.1002.5438.zip", + "checksum": "dfe8620b6d742d0065fe015b8220ab6e", + "timestamp": "2021-03-10T02:54:46Z" + }, + { + "version": "11.2103.923.4504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0923.4504.zip", + "checksum": "273e1d5811c09a6b8cbfa17cf12ee7b4", + "timestamp": "2021-03-09T23:45:12Z" + }, + { + "version": "11.2103.922.154", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0922.0154.zip", + "checksum": "d487adb653b688c3b0ceec59f6030be9", + "timestamp": "2021-03-09T22:02:02Z" + }, + { + "version": "11.2103.919.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0919.5423.zip", + "checksum": "a200640dfdb8e674e9c97e4d450ad85e", + "timestamp": "2021-03-09T19:54:31Z" + }, + { + "version": "11.2103.919.1956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0919.1956.zip", + "checksum": "96f6647def55d02c432868115596a247", + "timestamp": "2021-03-09T19:20:05Z" + }, + { + "version": "11.2103.913.4323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0913.4323.zip", + "checksum": "379c30a8551334d11d1b46e061ea9b6c", + "timestamp": "2021-03-09T13:43:31Z" + }, + { + "version": "11.2103.904.3112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0904.3112.zip", + "checksum": "f1bd99c591dc9075398009c5d34b72a6", + "timestamp": "2021-03-09T04:31:21Z" + }, + { + "version": "11.2103.900.2506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0900.2506.zip", + "checksum": "7a46a65738ee59172cfc57f4cdfccb00", + "timestamp": "2021-03-09T00:25:15Z" + }, + { + "version": "11.2103.814.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0814.4532.zip", + "checksum": "52be72577dae5005a3d87c52806754ba", + "timestamp": "2021-03-08T14:45:40Z" + }, + { + "version": "11.2103.811.2922", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0811.2922.zip", + "checksum": "afefdd286fb2cd3152c202e7b44136a2", + "timestamp": "2021-03-08T11:29:30Z" + }, + { + "version": "11.2103.809.1504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0809.1504.zip", + "checksum": "7db5b22163608937f0c8f2b4447bd203", + "timestamp": "2021-03-08T09:15:13Z" + }, + { + "version": "11.2103.808.1449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0808.1449.zip", + "checksum": "e08d1f98b0a4ed18f4437662a795608d", + "timestamp": "2021-03-08T08:14:57Z" + }, + { + "version": "11.2103.722.5318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0722.5318.zip", + "checksum": "daf69c0cc82388cb1940873abf80b127", + "timestamp": "2021-03-07T22:53:26Z" + }, + { + "version": "11.2103.715.2117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0715.2117.zip", + "checksum": "830206e241b497e9889568065f55c7df", + "timestamp": "2021-03-07T15:21:25Z" + }, + { + "version": "11.2103.312.652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0312.0652.zip", + "checksum": "b5045201e475b9e4b360087ca7bc3c0b", + "timestamp": "2021-03-03T12:07:00Z" + }, + { + "version": "11.2103.217.720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0217.0720.zip", + "checksum": "af8dbebe1ac56261f23212850162246d", + "timestamp": "2021-03-02T17:07:29Z" + }, + { + "version": "11.2103.216.4019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0216.4019.zip", + "checksum": "737c1ab00a5643b28aea9281db93959d", + "timestamp": "2021-03-02T16:40:28Z" + }, + { + "version": "11.2103.214.3711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0214.3711.zip", + "checksum": "7419a0b6c61b6f031a5b85fb57400dd0", + "timestamp": "2021-03-02T14:37:20Z" + }, + { + "version": "11.2103.209.337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0209.0337.zip", + "checksum": "d1f1022b05814f4e5b3a5b2841522bdb", + "timestamp": "2021-03-02T09:03:46Z" + }, + { + "version": "11.2103.202.3418", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0202.3418.zip", + "checksum": "0e97d2354870c58d3676ee36409f0419", + "timestamp": "2021-03-02T02:34:26Z" + }, + { + "version": "11.2103.123.656", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0123.0656.zip", + "checksum": "d9b2559bc4905e10a66794762a0c5902", + "timestamp": "2021-03-01T23:07:04Z" + }, + { + "version": "11.2103.121.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0121.2437.zip", + "checksum": "0b950446749476f4c0eb180dcc5ea236", + "timestamp": "2021-03-01T21:24:45Z" + }, + { + "version": "11.2103.119.1248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0119.1248.zip", + "checksum": "e9b97e8ac263f9ec75b4aa8771629334", + "timestamp": "2021-03-01T19:12:57Z" + }, + { + "version": "11.2103.118.4526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0118.4526.zip", + "checksum": "90c718005ca749ecb0e645ba437fde1e", + "timestamp": "2021-03-01T18:45:35Z" + }, + { + "version": "11.2103.118.1729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0118.1729.zip", + "checksum": "62d5d4646c63a231662802684f4604b0", + "timestamp": "2021-03-01T18:17:37Z" + }, + { + "version": "11.2103.117.2617", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0117.2617.zip", + "checksum": "d52cba57bcbd75581bdedefcbca5fd90", + "timestamp": "2021-03-01T17:26:25Z" + }, + { + "version": "11.2103.116.5905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0116.5905.zip", + "checksum": "500d49208cacd3b04667455f06b41eb1", + "timestamp": "2021-03-01T16:59:14Z" + }, + { + "version": "11.2103.115.1754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0115.1754.zip", + "checksum": "c8f94965d22813d3b7535bd08fa9da16", + "timestamp": "2021-03-01T15:18:03Z" + }, + { + "version": "11.2103.114.3212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0114.3212.zip", + "checksum": "5d0137dd60f8e3c40fcc1b8e37ede7ec", + "timestamp": "2021-03-01T14:32:20Z" + }, + { + "version": "11.2103.113.5756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0113.5756.zip", + "checksum": "6186e1d0954c160ca490be2bc41f9d93", + "timestamp": "2021-03-01T13:58:06Z" + }, + { + "version": "11.2103.110.4949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0110.4949.zip", + "checksum": "0c24b7db0b42899c745e463b370971a8", + "timestamp": "2021-03-01T10:49:58Z" + }, + { + "version": "11.2103.110.2244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0110.2244.zip", + "checksum": "ddbb6cabf9b05f4ba6fc3322e1d8bd1b", + "timestamp": "2021-03-01T10:22:52Z" + }, + { + "version": "11.2103.109.856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0109.0856.zip", + "checksum": "03e54c731396e239fd75f0a080785438", + "timestamp": "2021-03-01T09:09:04Z" + }, + { + "version": "11.2103.104.1851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2103.0104.1851.zip", + "checksum": "b53b232951fdbe09b6a52e811595925a", + "timestamp": "2021-03-01T04:19:00Z" + }, + { + "version": "11.2102.2820.3319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2820.3319.zip", + "checksum": "4da13d416354c37f023451de4640973b", + "timestamp": "2021-02-28T20:33:27Z" + }, + { + "version": "11.2102.2816.2400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2816.2400.zip", + "checksum": "8cf22e67d2991582f452b92de210eb25", + "timestamp": "2021-02-28T16:24:09Z" + }, + { + "version": "11.2102.2815.5634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2815.5634.zip", + "checksum": "026a7aa84cf5e8f52d300f1cbff436e0", + "timestamp": "2021-02-28T15:56:42Z" + }, + { + "version": "11.2102.2815.3019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2815.3019.zip", + "checksum": "d1cf4f871fc3d5120eb81156a1084ac1", + "timestamp": "2021-02-28T15:30:27Z" + }, + { + "version": "11.2102.2811.3627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2811.3627.zip", + "checksum": "6300742dda515791909427f2ea4e30e8", + "timestamp": "2021-02-28T11:36:35Z" + }, + { + "version": "11.2102.2811.1042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2811.1042.zip", + "checksum": "9790d83f6764de67660c26f36187d8ba", + "timestamp": "2021-02-28T11:10:50Z" + }, + { + "version": "11.2102.2810.4103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2810.4103.zip", + "checksum": "b57aaf126156142fe9d236e5aa855b0f", + "timestamp": "2021-02-28T10:41:11Z" + }, + { + "version": "11.2102.2810.1328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2810.1328.zip", + "checksum": "83fae96b70315e203ccff97534e18fa6", + "timestamp": "2021-02-28T10:13:36Z" + }, + { + "version": "11.2102.2809.4639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2809.4639.zip", + "checksum": "60940029ea66a7854d7fdcf2b690912a", + "timestamp": "2021-02-28T09:46:47Z" + }, + { + "version": "11.2102.2806.5019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2806.5019.zip", + "checksum": "e82e78a85761ae6676892df8844f0f35", + "timestamp": "2021-02-28T06:50:27Z" + }, + { + "version": "11.2102.2805.1015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2805.1015.zip", + "checksum": "a42add93bc905e0e2999be14cc45bd0b", + "timestamp": "2021-02-28T05:10:23Z" + }, + { + "version": "11.2102.2804.4324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2804.4324.zip", + "checksum": "dcf1afc0c60523be0dea0eca86f531e2", + "timestamp": "2021-02-28T04:43:32Z" + }, + { + "version": "11.2102.2722.4817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2722.4817.zip", + "checksum": "4d8adf00fecdbf425b03b11c69397454", + "timestamp": "2021-02-27T22:48:26Z" + }, + { + "version": "11.2102.2722.1958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.2722.1958.zip", + "checksum": "8fe813e4ed804329590634c0d3aefaeb", + "timestamp": "2021-02-27T22:20:06Z" + }, + { + "version": "11.2102.903.114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0903.0114.zip", + "checksum": "8baca6712cde2de54173368a8ff1cb81", + "timestamp": "2021-02-09T03:01:22Z" + }, + { + "version": "11.2102.902.3214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0902.3214.zip", + "checksum": "24c22bd52dc7ebf5dca9d42e4728d0e8", + "timestamp": "2021-02-09T02:32:22Z" + }, + { + "version": "11.2102.815.5342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0815.5342.zip", + "checksum": "53f43f9844ccc8227e1d5d26401f81c3", + "timestamp": "2021-02-08T15:53:50Z" + }, + { + "version": "11.2102.815.2451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0815.2451.zip", + "checksum": "1a678eb4fa20cc0755aa9abb08ae52d2", + "timestamp": "2021-02-08T15:25:00Z" + }, + { + "version": "11.2102.814.5531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0814.5531.zip", + "checksum": "424d16c5665dc4147c9d61893a3d61f4", + "timestamp": "2021-02-08T14:55:39Z" + }, + { + "version": "11.2102.814.2536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0814.2536.zip", + "checksum": "8dcfd89de7dc88c5c00ce02f1552dd83", + "timestamp": "2021-02-08T14:25:45Z" + }, + { + "version": "11.2102.812.2649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0812.2649.zip", + "checksum": "f9cd2f6c661faf6af58b7e8f1505da64", + "timestamp": "2021-02-08T12:26:58Z" + }, + { + "version": "11.2102.811.5222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0811.5222.zip", + "checksum": "ab77a59422247f042d4c17f479d82f3a", + "timestamp": "2021-02-08T11:52:32Z" + }, + { + "version": "11.2102.809.4435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0809.4435.zip", + "checksum": "574aa45a3209b8b451ab9c6c4b137b4b", + "timestamp": "2021-02-08T09:44:43Z" + }, + { + "version": "11.2102.808.5412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0808.5412.zip", + "checksum": "3f9adaa6446e4a2f120a87c01fc533fb", + "timestamp": "2021-02-08T08:54:20Z" + }, + { + "version": "11.2102.806.2806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0806.2806.zip", + "checksum": "6601407b69d15e0fd80b23816c494ff0", + "timestamp": "2021-02-08T06:28:14Z" + }, + { + "version": "11.2102.805.5944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0805.5944.zip", + "checksum": "ea116a0ec5f13baeee2de9dad4ab1bf6", + "timestamp": "2021-02-08T05:59:54Z" + }, + { + "version": "11.2102.720.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0720.2527.zip", + "checksum": "76b743b277d2a9009fca0e4c955cec3a", + "timestamp": "2021-02-07T20:25:35Z" + }, + { + "version": "11.2102.716.5810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0716.5810.zip", + "checksum": "aae4d7f4c4693ff492ce9091886550fc", + "timestamp": "2021-02-07T16:58:19Z" + }, + { + "version": "11.2102.716.3016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0716.3016.zip", + "checksum": "c46a82419675ffd922e35ea1df7b1587", + "timestamp": "2021-02-07T16:30:25Z" + }, + { + "version": "11.2102.710.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0710.2755.zip", + "checksum": "cb7cfd4fda07e4328e2d9e5a138965dc", + "timestamp": "2021-02-07T10:28:04Z" + }, + { + "version": "11.2102.702.1003", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0702.1003.zip", + "checksum": "92db1464bc032ea64786896d50fa4a4e", + "timestamp": "2021-02-07T02:10:11Z" + }, + { + "version": "11.2102.701.4128", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0701.4128.zip", + "checksum": "1af6cbeb89eb6fb18d8773e4873b8327", + "timestamp": "2021-02-07T01:41:36Z" + }, + { + "version": "11.2102.618.2518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0618.2518.zip", + "checksum": "eef4f6463c93d95e033878c481b92d6d", + "timestamp": "2021-02-06T18:25:26Z" + }, + { + "version": "11.2102.519.2757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0519.2757.zip", + "checksum": "de27ac1f5a9fa5764fe32c780992315a", + "timestamp": "2021-02-05T19:28:06Z" + }, + { + "version": "11.2102.511.5711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0511.5711.zip", + "checksum": "dfdd4c6dfb41be9a3065c9f0b1f9eb8d", + "timestamp": "2021-02-05T11:57:21Z" + }, + { + "version": "11.2102.511.2928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0511.2928.zip", + "checksum": "400f87e4ba5c5c3a0c9cb557de8bd107", + "timestamp": "2021-02-05T11:29:37Z" + }, + { + "version": "11.2102.503.3735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0503.3735.zip", + "checksum": "677ee08c5f20a6cdddf441ddc6366c65", + "timestamp": "2021-02-05T03:37:44Z" + }, + { + "version": "11.2102.503.756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0503.0756.zip", + "checksum": "38bb791f4855f2fe98de350c8acf990e", + "timestamp": "2021-02-05T03:08:05Z" + }, + { + "version": "11.2102.414.4946", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0414.4946.zip", + "checksum": "5ff085eda48d8d4367d81c32395774d4", + "timestamp": "2021-02-04T14:49:55Z" + }, + { + "version": "11.2102.413.1401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0413.1401.zip", + "checksum": "104235df23a9252d00823cd2ee52b708", + "timestamp": "2021-02-04T13:14:09Z" + }, + { + "version": "11.2102.308.1519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0308.1519.zip", + "checksum": "52e6670a7c21e0dc8178eaa4f1a1cc8a", + "timestamp": "2021-02-03T08:15:27Z" + }, + { + "version": "11.2102.307.4614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0307.4614.zip", + "checksum": "d42812c58ce8305a3d9a15ec38c38ae9", + "timestamp": "2021-02-03T07:46:23Z" + }, + { + "version": "11.2102.217.5207", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0217.5207.zip", + "checksum": "244080e999bbe98304f8a9889ad35d98", + "timestamp": "2021-02-02T17:52:15Z" + }, + { + "version": "11.2102.210.2336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0210.2336.zip", + "checksum": "0ecec12e64746c9e33fae1986af7d60f", + "timestamp": "2021-02-02T10:23:44Z" + }, + { + "version": "11.2102.203.2310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0203.2310.zip", + "checksum": "1319ee0f71e83e3976b785c9cfa5c07f", + "timestamp": "2021-02-02T03:23:18Z" + }, + { + "version": "11.2102.119.2921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0119.2921.zip", + "checksum": "b04c297369f7a742af2c3c9a7b3853e2", + "timestamp": "2021-02-01T19:29:29Z" + }, + { + "version": "11.2102.119.43", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0119.0043.zip", + "checksum": "88ede7b790b53eaaeedbf63ecd1ba012", + "timestamp": "2021-02-01T19:00:51Z" + }, + { + "version": "11.2102.104.4947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2102.0104.4947.zip", + "checksum": "1f00557a8d7a843ea0849caaa29728c6", + "timestamp": "2021-02-01T04:49:56Z" + }, + { + "version": "11.2101.3122.4417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3122.4417.zip", + "checksum": "d28bee35e0d0828700ec189a7cc233cf", + "timestamp": "2021-01-31T22:44:25Z" + }, + { + "version": "11.2101.3117.3008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3117.3008.zip", + "checksum": "12040256627f35896663759a0b52fc54", + "timestamp": "2021-01-31T17:30:16Z" + }, + { + "version": "11.2101.3117.229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3117.0229.zip", + "checksum": "2f1f5164a20b03c53fb5a475ead393b7", + "timestamp": "2021-01-31T17:02:37Z" + }, + { + "version": "11.2101.3112.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3112.1908.zip", + "checksum": "cdae8e8c684da7a31a79ececde533264", + "timestamp": "2021-01-31T12:19:16Z" + }, + { + "version": "11.2101.3022.2059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3022.2059.zip", + "checksum": "d67aef7f387f465fa0bd885903b32d28", + "timestamp": "2021-01-30T22:21:07Z" + }, + { + "version": "11.2101.3008.2018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3008.2018.zip", + "checksum": "ec5688c4590c83eb0d608168b9f1fe73", + "timestamp": "2021-01-30T08:20:26Z" + }, + { + "version": "11.2101.3007.5139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.3007.5139.zip", + "checksum": "f03ec453cb63031a794fa10935a8ed3f", + "timestamp": "2021-01-30T07:51:47Z" + }, + { + "version": "11.2101.2906.5847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2906.5847.zip", + "checksum": "6e4dfb7f36c7994f168a06e679aee1c8", + "timestamp": "2021-01-29T06:58:57Z" + }, + { + "version": "11.2101.2801.751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2801.0751.zip", + "checksum": "259c1c6268d12e26419e74d55b25860d", + "timestamp": "2021-01-28T01:08:01Z" + }, + { + "version": "11.2101.2718.1255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2718.1255.zip", + "checksum": "4008fd5b0afce04a525008ff7a1aa2b6", + "timestamp": "2021-01-27T18:13:03Z" + }, + { + "version": "11.2101.2715.3203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2715.3203.zip", + "checksum": "5cfa06af12d0306cc15ab48b5c10e18a", + "timestamp": "2021-01-27T15:32:12Z" + }, + { + "version": "11.2101.2708.536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2708.0536.zip", + "checksum": "ca2466a7e3c42f298c02e89fa052b146", + "timestamp": "2021-01-27T08:05:44Z" + }, + { + "version": "11.2101.2618.3746", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2618.3746.zip", + "checksum": "8bd4b14bc455f3e36d394e5a4df99d96", + "timestamp": "2021-01-26T18:37:54Z" + }, + { + "version": "11.2101.2618.849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2618.0849.zip", + "checksum": "a2e9739138793886f45c9af340d9e7e8", + "timestamp": "2021-01-26T18:08:58Z" + }, + { + "version": "11.2101.2617.1237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2617.1237.zip", + "checksum": "5de4be51d4dc16fada7e414a995bbaa9", + "timestamp": "2021-01-26T17:12:48Z" + }, + { + "version": "11.2101.2611.3829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2611.3829.zip", + "checksum": "135a6192c714458cfa5aff218a359629", + "timestamp": "2021-01-26T11:38:37Z" + }, + { + "version": "11.2101.2521.3631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2521.3631.zip", + "checksum": "62cb862c78678e208f3c4a866debd950", + "timestamp": "2021-01-25T21:36:40Z" + }, + { + "version": "11.2101.2519.5439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2519.5439.zip", + "checksum": "0abde30015d526be91bd60c25da55ccc", + "timestamp": "2021-01-25T19:54:48Z" + }, + { + "version": "11.2101.2518.5609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2518.5609.zip", + "checksum": "16364a91b97c4cf6901ac73d8cabaeaa", + "timestamp": "2021-01-25T18:56:17Z" + }, + { + "version": "11.2101.2517.5624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2517.5624.zip", + "checksum": "2f2f0ddf3e6503389911ada5dcca2372", + "timestamp": "2021-01-25T17:56:33Z" + }, + { + "version": "11.2101.2516.2829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2516.2829.zip", + "checksum": "79871567b3f0692b54b74b9b40b9e771", + "timestamp": "2021-01-25T16:28:38Z" + }, + { + "version": "11.2101.2515.2019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2515.2019.zip", + "checksum": "454e9aaf613b82bfdfdfd2bcfa06c21b", + "timestamp": "2021-01-25T15:20:28Z" + }, + { + "version": "11.2101.2513.723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2513.0723.zip", + "checksum": "336add534b50357456d792eb32754dc0", + "timestamp": "2021-01-25T13:07:32Z" + }, + { + "version": "11.2101.2512.2535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2512.2535.zip", + "checksum": "de818f43b07f6054ba4060714ed361ce", + "timestamp": "2021-01-25T12:25:44Z" + }, + { + "version": "11.2101.2511.3540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2511.3540.zip", + "checksum": "27102430633daf5a0ddc70ab02555435", + "timestamp": "2021-01-25T11:35:48Z" + }, + { + "version": "11.2101.2504.3033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2504.3033.zip", + "checksum": "5d9dc739474b31b462164b2bcf5bb596", + "timestamp": "2021-01-25T04:30:42Z" + }, + { + "version": "11.2101.2420.1042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2420.1042.zip", + "checksum": "0f62153a0cae1a8e9e648c9bbb1675f8", + "timestamp": "2021-01-24T20:10:50Z" + }, + { + "version": "11.2101.2419.4047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2419.4047.zip", + "checksum": "af7c72c95da242ce36146c5ed7b15e41", + "timestamp": "2021-01-24T19:40:55Z" + }, + { + "version": "11.2101.2418.3219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2418.3219.zip", + "checksum": "c42c02d62cb9d72d5776978b06b9a57e", + "timestamp": "2021-01-24T18:32:27Z" + }, + { + "version": "11.2101.2413.4018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2413.4018.zip", + "checksum": "089324af87daf75e0210745ea4950a84", + "timestamp": "2021-01-24T13:40:26Z" + }, + { + "version": "11.2101.2410.4247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2410.4247.zip", + "checksum": "fc9acac9f4bf90530b8cb7efc607b870", + "timestamp": "2021-01-24T10:42:56Z" + }, + { + "version": "11.2101.2400.2650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2400.2650.zip", + "checksum": "bc0a2e8acaaa4507e1d7d45079b71686", + "timestamp": "2021-01-24T00:26:59Z" + }, + { + "version": "11.2101.2323.2854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2323.2854.zip", + "checksum": "2b5e6fe067bbfba3bde89225d2591ea3", + "timestamp": "2021-01-23T23:29:02Z" + }, + { + "version": "11.2101.2321.555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2321.0555.zip", + "checksum": "03701ae183a44015c8be667e2aadd95e", + "timestamp": "2021-01-23T21:06:04Z" + }, + { + "version": "11.2101.2320.3628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2320.3628.zip", + "checksum": "4b58a4d8acc2b096a006b04ffca9bfab", + "timestamp": "2021-01-23T20:36:36Z" + }, + { + "version": "11.2101.2320.714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2320.0714.zip", + "checksum": "a9c02ac1c063ceba0438ee75c54e0644", + "timestamp": "2021-01-23T20:07:23Z" + }, + { + "version": "11.2101.2314.4056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2314.4056.zip", + "checksum": "65c3a90e8c229ea904d8944afb52b539", + "timestamp": "2021-01-23T14:41:04Z" + }, + { + "version": "11.2101.2314.1156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2314.1156.zip", + "checksum": "1d9aa232bc63aeda540ca4b4a1db53b5", + "timestamp": "2021-01-23T14:12:06Z" + }, + { + "version": "11.2101.2313.2211", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2313.2211.zip", + "checksum": "e583a5eaf8528d4c39311cad78efcbb0", + "timestamp": "2021-01-23T13:22:20Z" + }, + { + "version": "11.2101.2223.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2223.2437.zip", + "checksum": "2e86f2a6c4ac3def71e7fe78e8fded8d", + "timestamp": "2021-01-22T23:24:46Z" + }, + { + "version": "11.2101.2222.5640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2222.5640.zip", + "checksum": "7982b58b72e80fdc72c87b1d9e19dfd1", + "timestamp": "2021-01-22T22:56:48Z" + }, + { + "version": "11.2101.2218.514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2218.0514.zip", + "checksum": "5f1000dc9a5930bef8de326dd8ad7fa4", + "timestamp": "2021-01-22T18:05:23Z" + }, + { + "version": "11.2101.2210.2243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2210.2243.zip", + "checksum": "c81fff9f60a342dc97329ec51009e0bc", + "timestamp": "2021-01-22T10:22:51Z" + }, + { + "version": "11.2101.2208.1301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2208.1301.zip", + "checksum": "5e39544211ad1acd1c535a865d42bc8b", + "timestamp": "2021-01-22T08:13:10Z" + }, + { + "version": "11.2101.2201.2241", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2201.2241.zip", + "checksum": "9d9a893f3591f9a66b1b2846cdcad08a", + "timestamp": "2021-01-22T01:22:49Z" + }, + { + "version": "11.2101.2200.5457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2200.5457.zip", + "checksum": "47a8ce9608a1290b46e263cad4a9c831", + "timestamp": "2021-01-22T00:55:05Z" + }, + { + "version": "11.2101.2200.2522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2200.2522.zip", + "checksum": "72af76a839376baaf04de88a62eea992", + "timestamp": "2021-01-22T00:25:31Z" + }, + { + "version": "11.2101.2121.3729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2121.3729.zip", + "checksum": "abcc11fc50b36eee4b6cfc49ebc41c1a", + "timestamp": "2021-01-21T21:37:38Z" + }, + { + "version": "11.2101.2120.3835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2120.3835.zip", + "checksum": "81035ff2fc65e3736a14907552dcd0f8", + "timestamp": "2021-01-21T20:38:43Z" + }, + { + "version": "11.2101.2120.914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2120.0914.zip", + "checksum": "f545b08cd6e022aff7a1a231b069517f", + "timestamp": "2021-01-21T20:09:23Z" + }, + { + "version": "11.2101.2118.3413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2118.3413.zip", + "checksum": "d34018b33c62cb9297fc894b0506c14d", + "timestamp": "2021-01-21T18:34:21Z" + }, + { + "version": "11.2101.2118.520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2118.0520.zip", + "checksum": "155ac8d5294637382753ba574676d1be", + "timestamp": "2021-01-21T18:05:29Z" + }, + { + "version": "11.2101.2100.3520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2100.3520.zip", + "checksum": "1aecceba3f4df96a57064e2b2b419daa", + "timestamp": "2021-01-21T00:35:29Z" + }, + { + "version": "11.2101.2100.551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2100.0551.zip", + "checksum": "27f5047329669b793dec0d726032ab6b", + "timestamp": "2021-01-21T00:05:59Z" + }, + { + "version": "11.2101.2023.3724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2023.3724.zip", + "checksum": "712a6ed931852aedf2da5b3868d3f971", + "timestamp": "2021-01-20T23:37:33Z" + }, + { + "version": "11.2101.2018.2632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2018.2632.zip", + "checksum": "6ccce9c28f4d30f37ec346bcf1dd5d37", + "timestamp": "2021-01-20T18:26:41Z" + }, + { + "version": "11.2101.2017.3618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2017.3618.zip", + "checksum": "f5a67b77c4e69e0703142e956bc27d08", + "timestamp": "2021-01-20T17:36:27Z" + }, + { + "version": "11.2101.2013.226", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2013.0226.zip", + "checksum": "5c17807b37890db7ffc8c801ff4280cd", + "timestamp": "2021-01-20T13:02:35Z" + }, + { + "version": "11.2101.2012.552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2012.0552.zip", + "checksum": "74dcc97a0748c7e280171679f7fb389d", + "timestamp": "2021-01-20T12:06:02Z" + }, + { + "version": "11.2101.2010.4247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2010.4247.zip", + "checksum": "cef258466d9feb259f587398b22a56af", + "timestamp": "2021-01-20T10:42:56Z" + }, + { + "version": "11.2101.2010.1505", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2010.1505.zip", + "checksum": "82a601c8a47e504613b022b2e7e7bda2", + "timestamp": "2021-01-20T10:15:14Z" + }, + { + "version": "11.2101.2007.1058", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.2007.1058.zip", + "checksum": "12ab7a5a32c4bfcbd30b12dfe3877353", + "timestamp": "2021-01-20T07:11:07Z" + }, + { + "version": "11.2101.1920.2411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1920.2411.zip", + "checksum": "19b3635dd2ed9e046f8ab7c25baf9e41", + "timestamp": "2021-01-19T20:24:20Z" + }, + { + "version": "11.2101.1919.4502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1919.4502.zip", + "checksum": "83eb3151c313b1597cf1070e28933fa6", + "timestamp": "2021-01-19T19:45:11Z" + }, + { + "version": "11.2101.1917.5243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1917.5243.zip", + "checksum": "900b7f85099fdf08a05c7238758fb3b4", + "timestamp": "2021-01-19T17:52:52Z" + }, + { + "version": "11.2101.1815.4649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1815.4649.zip", + "checksum": "17d5b5caf1bb5039053c766cf5097830", + "timestamp": "2021-01-18T15:46:58Z" + }, + { + "version": "11.2101.1815.1821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1815.1821.zip", + "checksum": "6206e7fb23fea33ca97b67b52a22d4e4", + "timestamp": "2021-01-18T15:18:29Z" + }, + { + "version": "11.2101.1813.5730", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1813.5730.zip", + "checksum": "319c4ccc64d3b7b3e44471a7e1f7e692", + "timestamp": "2021-01-18T13:57:41Z" + }, + { + "version": "11.2101.1800.5608", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1800.5608.zip", + "checksum": "c61389f226628bce6160eff1b4f1da98", + "timestamp": "2021-01-18T00:56:17Z" + }, + { + "version": "11.2101.1720.3014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1720.3014.zip", + "checksum": "2e9708e4706ecf7f88ebc60ac74547a6", + "timestamp": "2021-01-17T20:30:22Z" + }, + { + "version": "11.2101.1717.837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1717.0837.zip", + "checksum": "58252c6806878441e300e119789e90f2", + "timestamp": "2021-01-17T17:08:45Z" + }, + { + "version": "11.2101.1716.3947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1716.3947.zip", + "checksum": "678044c45e9ebc338f02707382ef79e1", + "timestamp": "2021-01-17T16:39:56Z" + }, + { + "version": "11.2101.1715.5013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1715.5013.zip", + "checksum": "3f4ea9b2e4fc5b7f25dd0233188201ef", + "timestamp": "2021-01-17T15:50:22Z" + }, + { + "version": "11.2101.1715.2127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1715.2127.zip", + "checksum": "2abd98f05ae22574862592b288f48a00", + "timestamp": "2021-01-17T15:21:36Z" + }, + { + "version": "11.2101.1714.1934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1714.1934.zip", + "checksum": "81804a3fb5fff0d0249956990580a91c", + "timestamp": "2021-01-17T14:19:43Z" + }, + { + "version": "11.2101.1706.3447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1706.3447.zip", + "checksum": "e07c8f7ea12c26076d5dc1bd86adf010", + "timestamp": "2021-01-17T06:34:55Z" + }, + { + "version": "11.2101.1700.3042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1700.3042.zip", + "checksum": "5f00f3b892148ae21810d3673955db8e", + "timestamp": "2021-01-17T00:30:51Z" + }, + { + "version": "11.2101.1621.5718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1621.5718.zip", + "checksum": "6ea143ebda463b3d768b94b1f86e1591", + "timestamp": "2021-01-16T21:57:28Z" + }, + { + "version": "11.2101.1619.2433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1619.2433.zip", + "checksum": "f2237047b869792fe406ba7d047b4cc2", + "timestamp": "2021-01-16T19:24:41Z" + }, + { + "version": "11.2101.1618.5525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1618.5525.zip", + "checksum": "27879b9bab464b3a797de75ed1eb107d", + "timestamp": "2021-01-16T18:55:34Z" + }, + { + "version": "11.2101.1612.1032", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1612.1032.zip", + "checksum": "6c16cb23cab1788206839cae955bdd28", + "timestamp": "2021-01-16T12:10:42Z" + }, + { + "version": "11.2101.1610.5250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1610.5250.zip", + "checksum": "b6c0481c1a11ffec26c7f7cf13de4729", + "timestamp": "2021-01-16T10:52:58Z" + }, + { + "version": "11.2101.1522.4304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1522.4304.zip", + "checksum": "b7bbeef772a81092a2c9fd6ccd40d5e6", + "timestamp": "2021-01-15T22:43:13Z" + }, + { + "version": "11.2101.1418.1047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1418.1047.zip", + "checksum": "2978463bea4a9dca61f0d951d50f187a", + "timestamp": "2021-01-14T18:10:56Z" + }, + { + "version": "11.2101.1323.4448", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1323.4448.zip", + "checksum": "3303aeaf4e18936a56fe7afbcd99662c", + "timestamp": "2021-01-13T23:44:56Z" + }, + { + "version": "11.2101.1320.3727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1320.3727.zip", + "checksum": "e8cc06e5f010fa4468957dcbae588e0f", + "timestamp": "2021-01-13T20:37:36Z" + }, + { + "version": "11.2101.1320.856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1320.0856.zip", + "checksum": "02b9eb93808a62dda23ffa5377d7ff60", + "timestamp": "2021-01-13T20:09:04Z" + }, + { + "version": "11.2101.1318.5057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1318.5057.zip", + "checksum": "405ef0811f5be642a049194c1262396d", + "timestamp": "2021-01-13T18:51:05Z" + }, + { + "version": "11.2101.1316.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1316.4620.zip", + "checksum": "ffc1f6c7561e076f005b0f847382aaeb", + "timestamp": "2021-01-13T16:46:28Z" + }, + { + "version": "11.2101.1308.5909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1308.5909.zip", + "checksum": "a6737b316464bbe6da8593861fa2f363", + "timestamp": "2021-01-13T08:59:18Z" + }, + { + "version": "11.2101.1308.3104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1308.3104.zip", + "checksum": "6d87b79a16f67ab1c5c5ce2245264c1d", + "timestamp": "2021-01-13T08:31:13Z" + }, + { + "version": "11.2101.1307.255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1307.0255.zip", + "checksum": "fed479e3a7aae629a67bcbd196305e5c", + "timestamp": "2021-01-13T07:03:03Z" + }, + { + "version": "11.2101.1222.3127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1222.3127.zip", + "checksum": "1d7b8666c8e5b661663e810f5d67cc75", + "timestamp": "2021-01-12T22:31:39Z" + }, + { + "version": "11.2101.1222.335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1222.0335.zip", + "checksum": "f1bc9243f153880a0046ba5607c81172", + "timestamp": "2021-01-12T22:03:43Z" + }, + { + "version": "11.2101.1215.4314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1215.4314.zip", + "checksum": "797505c6bc75c67c997008789c16d360", + "timestamp": "2021-01-12T15:43:23Z" + }, + { + "version": "11.2101.1119.1605", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1119.1605.zip", + "checksum": "1e8f4ea36ac9625ec87dd1bd5a76c991", + "timestamp": "2021-01-11T19:16:13Z" + }, + { + "version": "11.2101.1115.5636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1115.5636.zip", + "checksum": "6144131941419c1783c94aa4e7e2e0a3", + "timestamp": "2021-01-11T15:56:45Z" + }, + { + "version": "11.2101.1114.5522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1114.5522.zip", + "checksum": "d6140785a1f1b984380d0e226d97f4e9", + "timestamp": "2021-01-11T14:55:30Z" + }, + { + "version": "11.2101.1114.2703", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1114.2703.zip", + "checksum": "94d223b08b76cff3fc7a29848f345afa", + "timestamp": "2021-01-11T14:27:17Z" + }, + { + "version": "11.2101.1020.1348", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1020.1348.zip", + "checksum": "1db5336b3c84b66ee87377df53b05009", + "timestamp": "2021-01-10T20:13:57Z" + }, + { + "version": "11.2101.1015.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1015.4359.zip", + "checksum": "1a53d630223f1d0616e5fc79205f8cf8", + "timestamp": "2021-01-10T15:44:07Z" + }, + { + "version": "11.2101.1011.3151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1011.3151.zip", + "checksum": "00776db222aa61175423c643224bee7b", + "timestamp": "2021-01-10T11:32:00Z" + }, + { + "version": "11.2101.1011.220", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1011.0220.zip", + "checksum": "cdbed97126290bfc9e9e6c2396461cc8", + "timestamp": "2021-01-10T11:02:29Z" + }, + { + "version": "11.2101.1010.120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.1010.0120.zip", + "checksum": "4600f2937509606713ad6fa3c86094c8", + "timestamp": "2021-01-10T10:01:28Z" + }, + { + "version": "11.2101.920.1114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0920.1114.zip", + "checksum": "6655e0d8fa33a8283e0825f9530b97fe", + "timestamp": "2021-01-09T20:11:23Z" + }, + { + "version": "11.2101.919.230", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0919.0230.zip", + "checksum": "2a1d9f5ef5764b32d619655389bb46b9", + "timestamp": "2021-01-09T19:02:39Z" + }, + { + "version": "11.2101.918.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0918.2753.zip", + "checksum": "d9f691ffe0e48a9701d8be84a59b4976", + "timestamp": "2021-01-09T18:28:01Z" + }, + { + "version": "11.2101.917.509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0917.0509.zip", + "checksum": "613f2e9da76b7d33a6a1bc4c08082f9d", + "timestamp": "2021-01-09T17:05:18Z" + }, + { + "version": "11.2101.915.5100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0915.5100.zip", + "checksum": "474b671416201d6e94e088227c50f0ac", + "timestamp": "2021-01-09T15:51:08Z" + }, + { + "version": "11.2101.914.3016", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0914.3016.zip", + "checksum": "6d0cafb5cd0df28ef3305868b140185b", + "timestamp": "2021-01-09T14:30:25Z" + }, + { + "version": "11.2101.900.1052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0900.1052.zip", + "checksum": "60e2e8259c237b658d951261f4843f22", + "timestamp": "2021-01-09T00:11:00Z" + }, + { + "version": "11.2101.821.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0821.2948.zip", + "checksum": "01d5e9d5b3af0eaf68fb5d79157f51e8", + "timestamp": "2021-01-08T21:29:56Z" + }, + { + "version": "11.2101.820.5943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0820.5943.zip", + "checksum": "c349997f75b5713a21059be33948e96a", + "timestamp": "2021-01-08T20:59:51Z" + }, + { + "version": "11.2101.820.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0820.3036.zip", + "checksum": "5545f5a1d197efc9cecba74e8fe70a96", + "timestamp": "2021-01-08T20:30:45Z" + }, + { + "version": "11.2101.814.1524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0814.1524.zip", + "checksum": "266a50f551bb65775c857f34ef536e93", + "timestamp": "2021-01-08T14:15:32Z" + }, + { + "version": "11.2101.813.1645", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0813.1645.zip", + "checksum": "e7521fba261c6281e4a336ed8cb456a4", + "timestamp": "2021-01-08T13:16:53Z" + }, + { + "version": "11.2101.800.4130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0800.4130.zip", + "checksum": "bee34772e924ed771b3b27ed2e9ee092", + "timestamp": "2021-01-08T00:41:39Z" + }, + { + "version": "11.2101.722.1318", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0722.1318.zip", + "checksum": "98c7f16230e6f6b85c624b1575949539", + "timestamp": "2021-01-07T22:13:27Z" + }, + { + "version": "11.2101.716.4359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0716.4359.zip", + "checksum": "b575dc5c3c48ac087bdeaf660f219922", + "timestamp": "2021-01-07T16:44:08Z" + }, + { + "version": "11.2101.716.1549", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0716.1549.zip", + "checksum": "b541bb993dbff318f173b68ae4fe230d", + "timestamp": "2021-01-07T16:15:57Z" + }, + { + "version": "11.2101.715.3803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0715.3803.zip", + "checksum": "9f95117deb76d6f2a16a5fb308d58a23", + "timestamp": "2021-01-07T15:38:12Z" + }, + { + "version": "11.2101.715.1025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0715.1025.zip", + "checksum": "e94c5399cdb49b30109f5371022f5ce0", + "timestamp": "2021-01-07T15:10:34Z" + }, + { + "version": "11.2101.710.3144", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0710.3144.zip", + "checksum": "8c3cb2e16b8ac883761ca7ec96bf98e9", + "timestamp": "2021-01-07T10:31:53Z" + }, + { + "version": "11.2101.710.143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0710.0143.zip", + "checksum": "222f3c6781fe8fa36472d7b7073e5720", + "timestamp": "2021-01-07T10:01:52Z" + }, + { + "version": "11.2101.709.3045", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0709.3045.zip", + "checksum": "7fc78f8ba642d99d2da17430e9739ffc", + "timestamp": "2021-01-07T09:30:54Z" + }, + { + "version": "11.2101.619.5639", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0619.5639.zip", + "checksum": "71bcfe6cf86a5a3c7286ec8a612f825b", + "timestamp": "2021-01-06T19:56:48Z" + }, + { + "version": "11.2101.617.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0617.2512.zip", + "checksum": "90dc2ae3696b35392ccc05e085d71182", + "timestamp": "2021-01-06T17:25:21Z" + }, + { + "version": "11.2101.604.3747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0604.3747.zip", + "checksum": "f85133c77df6af4ed51634ce6147525c", + "timestamp": "2021-01-06T04:37:55Z" + }, + { + "version": "11.2101.522.3224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0522.3224.zip", + "checksum": "5395a4004298ee407ab26d52d9531560", + "timestamp": "2021-01-05T22:32:32Z" + }, + { + "version": "11.2101.519.5221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0519.5221.zip", + "checksum": "7ffa14547b8413363a57086acaa09fb4", + "timestamp": "2021-01-05T19:52:29Z" + }, + { + "version": "11.2101.517.5547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0517.5547.zip", + "checksum": "1f4cbde4501fd56463a8a7b193202d0d", + "timestamp": "2021-01-05T17:55:55Z" + }, + { + "version": "11.2101.517.2716", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0517.2716.zip", + "checksum": "76d365527cb6f503f9e0f5d5db11d414", + "timestamp": "2021-01-05T17:27:26Z" + }, + { + "version": "11.2101.511.4424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0511.4424.zip", + "checksum": "d359d0db59bdbaf613de13202bdd2401", + "timestamp": "2021-01-05T11:44:32Z" + }, + { + "version": "11.2101.419.4437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0419.4437.zip", + "checksum": "14e3f2aad133f2bffe32547cc9b37daa", + "timestamp": "2021-01-04T19:44:46Z" + }, + { + "version": "11.2101.417.3253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0417.3253.zip", + "checksum": "622ac62076e3e4f2a9bb567501afe6ec", + "timestamp": "2021-01-04T17:33:02Z" + }, + { + "version": "11.2101.415.2017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0415.2017.zip", + "checksum": "e4cb71adf72ad0937957cba6bdcb399f", + "timestamp": "2021-01-04T15:20:26Z" + }, + { + "version": "11.2101.414.5148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0414.5148.zip", + "checksum": "812890f9e1ced2524a73baf1f149d486", + "timestamp": "2021-01-04T14:51:57Z" + }, + { + "version": "11.2101.412.4740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0412.4740.zip", + "checksum": "5fda1b6be35f7031fe25dad02ff349d5", + "timestamp": "2021-01-04T12:47:48Z" + }, + { + "version": "11.2101.412.2103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0412.2103.zip", + "checksum": "d5152f5336faff67afa68aa33ffc1c94", + "timestamp": "2021-01-04T12:21:13Z" + }, + { + "version": "11.2101.411.5412", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0411.5412.zip", + "checksum": "6a3127c2d72968c734fad02c1bd55c15", + "timestamp": "2021-01-04T11:54:20Z" + }, + { + "version": "11.2101.411.2411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0411.2411.zip", + "checksum": "bbafe640322c619beb756b36f199d750", + "timestamp": "2021-01-04T11:24:20Z" + }, + { + "version": "11.2101.317.5140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0317.5140.zip", + "checksum": "a30ab8c3fd1fccb11622c86bb0183673", + "timestamp": "2021-01-03T17:51:48Z" + }, + { + "version": "11.2101.317.718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0317.0718.zip", + "checksum": "6678df2243634f4ff0517851ea52765c", + "timestamp": "2021-01-03T17:07:27Z" + }, + { + "version": "11.2101.311.2550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0311.2550.zip", + "checksum": "c48ccaf5128c82bab89f404f7c12794e", + "timestamp": "2021-01-03T11:25:59Z" + }, + { + "version": "11.2101.302.3837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0302.3837.zip", + "checksum": "0db4be66eb370a61617d9232e340c2e3", + "timestamp": "2021-01-03T02:38:45Z" + }, + { + "version": "11.2101.220.5344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0220.5344.zip", + "checksum": "38d2f660b3e66e2df1cc51323603e5bf", + "timestamp": "2021-01-02T20:53:53Z" + }, + { + "version": "11.2101.219.4307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0219.4307.zip", + "checksum": "a1e53116fda5e5f9528a9fdaf9f91d54", + "timestamp": "2021-01-02T19:43:16Z" + }, + { + "version": "11.2101.218.4955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0218.4955.zip", + "checksum": "82bd3f723cb95424d08744b1dfad8ad1", + "timestamp": "2021-01-02T18:50:03Z" + }, + { + "version": "11.2101.213.219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0213.0219.zip", + "checksum": "9da262c76d2fd3b04fc6ce21f90a50aa", + "timestamp": "2021-01-02T13:02:28Z" + }, + { + "version": "11.2101.211.2838", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0211.2838.zip", + "checksum": "c0035b165e8ed3dd4131e519e1217f1f", + "timestamp": "2021-01-02T11:28:47Z" + }, + { + "version": "11.2101.210.2638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0210.2638.zip", + "checksum": "7ecb7837039d3b87f4216b649b0f4c7f", + "timestamp": "2021-01-02T10:26:46Z" + }, + { + "version": "11.2101.207.1117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0207.1117.zip", + "checksum": "5f2379c1a630cda388a03553caf396e4", + "timestamp": "2021-01-02T07:11:25Z" + }, + { + "version": "11.2101.119.115", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0119.0115.zip", + "checksum": "9f7d6fefb2097147dcd446278cabea85", + "timestamp": "2021-01-01T19:01:23Z" + }, + { + "version": "11.2101.118.1513", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0118.1513.zip", + "checksum": "9ac4002039787ccb52e10b68bbaac486", + "timestamp": "2021-01-01T18:15:21Z" + }, + { + "version": "11.2101.117.4759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0117.4759.zip", + "checksum": "f216211e526d51f9398fb0a7eea1b2b7", + "timestamp": "2021-01-01T17:48:07Z" + }, + { + "version": "11.2101.117.1237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0117.1237.zip", + "checksum": "3e33b9352424463a1e9ec6d9fa4c4b6c", + "timestamp": "2021-01-01T17:12:45Z" + }, + { + "version": "11.2101.111.4941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0111.4941.zip", + "checksum": "5a465b8a128206cdc437a84662b784d2", + "timestamp": "2021-01-01T11:49:49Z" + }, + { + "version": "11.2101.100.4357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0100.4357.zip", + "checksum": "e0ea44c2808af67e7fd452de09e9804a", + "timestamp": "2021-01-01T00:44:05Z" + }, + { + "version": "11.2101.100.1635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2101.0100.1635.zip", + "checksum": "6d183729c923645163a43ff39847ab30", + "timestamp": "2021-01-01T00:16:44Z" + }, + { + "version": "11.2012.3122.5803", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3122.5803.zip", + "checksum": "a44f46fafb1df1661d56be564cb3d793", + "timestamp": "2020-12-31T22:58:13Z" + }, + { + "version": "11.2012.3122.3116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3122.3116.zip", + "checksum": "228cb0e4c6db1525beea74f24359a20b", + "timestamp": "2020-12-31T22:31:25Z" + }, + { + "version": "11.2012.3115.429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3115.0429.zip", + "checksum": "8531ee548e07c74f137f8a24a70154ec", + "timestamp": "2020-12-31T15:04:37Z" + }, + { + "version": "11.2012.3114.3708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3114.3708.zip", + "checksum": "dd27fa0bf7444f1a5b736f31573ea31e", + "timestamp": "2020-12-31T14:37:17Z" + }, + { + "version": "11.2012.3113.4240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3113.4240.zip", + "checksum": "c67525c1e5d8bbbe9a5bffab4e102faa", + "timestamp": "2020-12-31T13:42:48Z" + }, + { + "version": "11.2012.3111.3519", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3111.3519.zip", + "checksum": "14f4296c83b76c1322f01f93baf3c460", + "timestamp": "2020-12-31T11:35:28Z" + }, + { + "version": "11.2012.3107.3531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3107.3531.zip", + "checksum": "b2cca941e163b833b2087fa0378a0c99", + "timestamp": "2020-12-31T07:35:39Z" + }, + { + "version": "11.2012.3107.741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3107.0741.zip", + "checksum": "e35ccd63770ef62f86f7814e31dd08f3", + "timestamp": "2020-12-31T07:07:50Z" + }, + { + "version": "11.2012.3101.5225", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3101.5225.zip", + "checksum": "86cde3c0d70985a81568cbb7ae2c1024", + "timestamp": "2020-12-31T01:52:34Z" + }, + { + "version": "11.2012.3101.2430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3101.2430.zip", + "checksum": "b0e13052bf7c9d3a7cd0180b9f485bfe", + "timestamp": "2020-12-31T01:24:38Z" + }, + { + "version": "11.2012.3100.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3100.4349.zip", + "checksum": "0835439fc04fc73f4cce9d73c7a50287", + "timestamp": "2020-12-31T00:43:59Z" + }, + { + "version": "11.2012.3022.2804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3022.2804.zip", + "checksum": "a372583479426acdea4b177e761abf2e", + "timestamp": "2020-12-30T22:28:13Z" + }, + { + "version": "11.2012.3022.124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3022.0124.zip", + "checksum": "6da6851136c1ca776320d4b8765a3198", + "timestamp": "2020-12-30T22:01:33Z" + }, + { + "version": "11.2012.3021.3450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3021.3450.zip", + "checksum": "ea56001d0bdeb32c6f9d0533c6e1504b", + "timestamp": "2020-12-30T21:34:58Z" + }, + { + "version": "11.2012.3017.5650", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3017.5650.zip", + "checksum": "7f6a7efab84c951736c8524770ffad66", + "timestamp": "2020-12-30T17:56:58Z" + }, + { + "version": "11.2012.3010.658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.3010.0658.zip", + "checksum": "a498c3c0d52a9a85b4cca7ad2c6349bb", + "timestamp": "2020-12-30T10:07:06Z" + }, + { + "version": "11.2012.2917.2928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2917.2928.zip", + "checksum": "5c6351a469bfd4d138d829f758ddf302", + "timestamp": "2020-12-29T17:29:36Z" + }, + { + "version": "11.2012.2917.323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2917.0323.zip", + "checksum": "71f361d4a834c7bbdb0fa6877d5926ab", + "timestamp": "2020-12-29T17:03:32Z" + }, + { + "version": "11.2012.2906.2800", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2906.2800.zip", + "checksum": "ad4734db88dcf3f49f014b5897acc51f", + "timestamp": "2020-12-29T06:28:09Z" + }, + { + "version": "11.2012.2821.2309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2821.2309.zip", + "checksum": "3712c5b6b9c673c7b4e591d9a8cdf2a7", + "timestamp": "2020-12-28T21:23:17Z" + }, + { + "version": "11.2012.2820.5637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2820.5637.zip", + "checksum": "1d84d9440272ed375a8ef44c4def5a2a", + "timestamp": "2020-12-28T20:56:45Z" + }, + { + "version": "11.2012.2817.3300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2817.3300.zip", + "checksum": "19105d4388177dc41157d2141c1df71c", + "timestamp": "2020-12-28T17:33:08Z" + }, + { + "version": "11.2012.2816.847", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2816.0847.zip", + "checksum": "8649640a3ed005c18b25792e6ed82ad5", + "timestamp": "2020-12-28T16:08:55Z" + }, + { + "version": "11.2012.2815.4310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2815.4310.zip", + "checksum": "064f385326456c9e0d59345ea7178ef8", + "timestamp": "2020-12-28T15:43:19Z" + }, + { + "version": "11.2012.2815.1528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2815.1528.zip", + "checksum": "4ad2572b348d3c3b4dfd537198b5a264", + "timestamp": "2020-12-28T15:15:36Z" + }, + { + "version": "11.2012.2810.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2810.3036.zip", + "checksum": "0d1f0ba565d58b6510c1c680a25cd1c4", + "timestamp": "2020-12-28T10:30:44Z" + }, + { + "version": "11.2012.2718.4231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2718.4231.zip", + "checksum": "a6dcfd80cfa183939a24fbe18c6b7019", + "timestamp": "2020-12-27T18:42:40Z" + }, + { + "version": "11.2012.2713.5433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2713.5433.zip", + "checksum": "5544e4fb15ffbfee5eddc3545ff633f5", + "timestamp": "2020-12-27T13:54:41Z" + }, + { + "version": "11.2012.2520.629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2520.0629.zip", + "checksum": "6eb4fc2317827c45a52ad9a12ac06249", + "timestamp": "2020-12-25T20:06:38Z" + }, + { + "version": "11.2012.2515.5042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2515.5042.zip", + "checksum": "66d72b51dd99ca94d71ad9783fab66eb", + "timestamp": "2020-12-25T15:50:51Z" + }, + { + "version": "11.2012.2513.3938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2513.3938.zip", + "checksum": "0382cc5f9c1723bfafd780343e0cc898", + "timestamp": "2020-12-25T13:39:47Z" + }, + { + "version": "11.2012.2420.1228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2420.1228.zip", + "checksum": "0d2c281a3ebabe6f625192e8ce49897a", + "timestamp": "2020-12-24T20:12:36Z" + }, + { + "version": "11.2012.2418.1445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2418.1445.zip", + "checksum": "6c5ede6f34c5e795c10552edc2fff7f5", + "timestamp": "2020-12-24T18:14:53Z" + }, + { + "version": "11.2012.2410.2759", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2410.2759.zip", + "checksum": "219103f004334212b2262ddaa5e953b4", + "timestamp": "2020-12-24T10:28:08Z" + }, + { + "version": "11.2012.2405.3841", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2405.3841.zip", + "checksum": "53afd8f5362f93414551b6efe3e10af4", + "timestamp": "2020-12-24T05:38:50Z" + }, + { + "version": "11.2012.2319.2014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2319.2014.zip", + "checksum": "9b2b21180d57b19a61709c23a0de14e9", + "timestamp": "2020-12-23T19:20:23Z" + }, + { + "version": "11.2012.2305.452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2305.0452.zip", + "checksum": "3e0a555472073d0d1ceaa7496ecf9497", + "timestamp": "2020-12-23T05:05:00Z" + }, + { + "version": "11.2012.2304.1704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2304.1704.zip", + "checksum": "45c64f57707319af762d20b07eba3564", + "timestamp": "2020-12-23T04:17:13Z" + }, + { + "version": "11.2012.2303.4807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2303.4807.zip", + "checksum": "55d7de71df131f94cb0bc85c688a69f7", + "timestamp": "2020-12-23T03:48:16Z" + }, + { + "version": "11.2012.2223.1642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2223.1642.zip", + "checksum": "b9871da3c7c209c94b0b6b64485cb241", + "timestamp": "2020-12-22T23:16:49Z" + }, + { + "version": "11.2012.2215.1748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2215.1748.zip", + "checksum": "39abc5aeddfe853dee6a531b6b04f149", + "timestamp": "2020-12-22T15:17:56Z" + }, + { + "version": "11.2012.2212.4522", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2212.4522.zip", + "checksum": "db66603fa40d1c2b9fcc9507c3c6dff3", + "timestamp": "2020-12-22T12:45:31Z" + }, + { + "version": "11.2012.2123.502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2123.0502.zip", + "checksum": "3b4290d43929661b8578190e5631c9ef", + "timestamp": "2020-12-21T23:05:10Z" + }, + { + "version": "11.2012.2122.3734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2122.3734.zip", + "checksum": "1519fbf66de5f96d11de7f996c168471", + "timestamp": "2020-12-21T22:37:42Z" + }, + { + "version": "11.2012.2119.5427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2119.5427.zip", + "checksum": "891df2740b29e194251174423377e3ce", + "timestamp": "2020-12-21T19:54:36Z" + }, + { + "version": "11.2012.2119.2814", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2119.2814.zip", + "checksum": "6e20d497e887b9c25db2bf645ef8e044", + "timestamp": "2020-12-21T19:28:23Z" + }, + { + "version": "11.2012.2119.156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2119.0156.zip", + "checksum": "e9caf1393fb8b237cef8330c17fdeb49", + "timestamp": "2020-12-21T19:02:05Z" + }, + { + "version": "11.2012.2107.5149", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2107.5149.zip", + "checksum": "096a11b5cbf470729540ac85eb50073d", + "timestamp": "2020-12-21T07:51:57Z" + }, + { + "version": "11.2012.2100.1048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2100.1048.zip", + "checksum": "5cf1905c118096f570a139762c45aaba", + "timestamp": "2020-12-21T00:10:57Z" + }, + { + "version": "11.2012.2023.4146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2023.4146.zip", + "checksum": "87160c7861c69472841cfb52a798714a", + "timestamp": "2020-12-20T23:41:55Z" + }, + { + "version": "11.2012.2013.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2013.5153.zip", + "checksum": "62b7d6eef9237b3d150e886b4d24ee6e", + "timestamp": "2020-12-20T13:52:02Z" + }, + { + "version": "11.2012.2013.2218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2013.2218.zip", + "checksum": "012f676c7f8033cd34360bdccf20ce87", + "timestamp": "2020-12-20T13:22:26Z" + }, + { + "version": "11.2012.2009.5000", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2009.5000.zip", + "checksum": "ec19235c298b6632e3ad348e5b02c5d9", + "timestamp": "2020-12-20T09:50:09Z" + }, + { + "version": "11.2012.2009.2034", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2009.2034.zip", + "checksum": "f37ccc5853a1192f29ba745436acece2", + "timestamp": "2020-12-20T09:20:43Z" + }, + { + "version": "11.2012.2000.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.2000.4532.zip", + "checksum": "cb464bbe4559c3e6c26a58f802d3a3f2", + "timestamp": "2020-12-20T00:45:40Z" + }, + { + "version": "11.2012.1919.4254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1919.4254.zip", + "checksum": "bed485b52139c4000de9bc3c283997cd", + "timestamp": "2020-12-19T19:43:03Z" + }, + { + "version": "11.2012.1821.107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1821.0107.zip", + "checksum": "cabb10f45c97987ca0c18b32e3ad4910", + "timestamp": "2020-12-18T21:01:16Z" + }, + { + "version": "11.2012.1820.3431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1820.3431.zip", + "checksum": "542786867101a1b63a59d467d28fcdac", + "timestamp": "2020-12-18T20:34:40Z" + }, + { + "version": "11.2012.1813.2031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1813.2031.zip", + "checksum": "f442ef89b92536aa5b754fd772e898eb", + "timestamp": "2020-12-18T13:20:40Z" + }, + { + "version": "11.2012.1807.4354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1807.4354.zip", + "checksum": "5bd67bd429e759535d9856807a866d35", + "timestamp": "2020-12-18T07:44:02Z" + }, + { + "version": "11.2012.1722.5013", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1722.5013.zip", + "checksum": "965f50ab0038015f648051327e725544", + "timestamp": "2020-12-17T22:50:22Z" + }, + { + "version": "11.2012.1722.2328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1722.2328.zip", + "checksum": "268e9b3894129e0100be7d6f5e5880c0", + "timestamp": "2020-12-17T22:23:36Z" + }, + { + "version": "11.2012.1718.3555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1718.3555.zip", + "checksum": "9813c7fb08782d6c8cbe2e0bf3f3032d", + "timestamp": "2020-12-17T18:36:03Z" + }, + { + "version": "11.2012.1717.4456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1717.4456.zip", + "checksum": "8a9cf37573713aa1d9382d82c7a09e68", + "timestamp": "2020-12-17T17:45:05Z" + }, + { + "version": "11.2012.1717.1807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1717.1807.zip", + "checksum": "0a0b4f1e27aa1ac6573cd29901b38b11", + "timestamp": "2020-12-17T17:18:16Z" + }, + { + "version": "11.2012.1711.1836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1711.1836.zip", + "checksum": "e81edbc14337181c289973e62c0deb4f", + "timestamp": "2020-12-17T11:18:45Z" + }, + { + "version": "11.2012.1623.1557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1623.1557.zip", + "checksum": "47141bcc525c12059514d9ead739ecd8", + "timestamp": "2020-12-16T23:16:06Z" + }, + { + "version": "11.2012.1622.928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1622.0928.zip", + "checksum": "3f531b26fae406d3f663b44820f324c4", + "timestamp": "2020-12-16T22:09:36Z" + }, + { + "version": "11.2012.1621.4119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1621.4119.zip", + "checksum": "299992f4eab5c20754acf02292902e06", + "timestamp": "2020-12-16T21:41:27Z" + }, + { + "version": "11.2012.1620.3201", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1620.3201.zip", + "checksum": "a6f441322716c026ccc87760fff7b81e", + "timestamp": "2020-12-16T20:32:10Z" + }, + { + "version": "11.2012.1620.430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1620.0430.zip", + "checksum": "ff4b5440d871db5f981a6c53ccc9d837", + "timestamp": "2020-12-16T20:04:38Z" + }, + { + "version": "11.2012.1619.2550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1619.2550.zip", + "checksum": "28ff1d72b63d1fb19395f5fb1595ec36", + "timestamp": "2020-12-16T19:25:58Z" + }, + { + "version": "11.2012.1616.5217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1616.5217.zip", + "checksum": "de3e3b125e884a9f551e16cd6c6eb149", + "timestamp": "2020-12-16T16:52:26Z" + }, + { + "version": "11.2012.1519.5612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1519.5612.zip", + "checksum": "9d52d0bb5abc0f083a8f0c68f05ce26c", + "timestamp": "2020-12-15T19:56:23Z" + }, + { + "version": "11.2012.1512.1632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1512.1632.zip", + "checksum": "59000b768249892a54fc7aca40fa673a", + "timestamp": "2020-12-15T12:16:40Z" + }, + { + "version": "11.2012.1511.4820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1511.4820.zip", + "checksum": "96b42710627760c73f3fc45b8b65685b", + "timestamp": "2020-12-15T11:48:28Z" + }, + { + "version": "11.2012.1508.3624", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1508.3624.zip", + "checksum": "90b586670bba582d704331e8f09ffeaf", + "timestamp": "2020-12-15T08:36:32Z" + }, + { + "version": "11.2012.1421.5102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1421.5102.zip", + "checksum": "a47b58313614cfc868318f5a1ef13a86", + "timestamp": "2020-12-14T21:51:10Z" + }, + { + "version": "11.2012.1420.1630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1420.1630.zip", + "checksum": "1cc4b9862d3060486b49e91f49fd9bf7", + "timestamp": "2020-12-14T20:16:38Z" + }, + { + "version": "11.2012.1417.2227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1417.2227.zip", + "checksum": "811e8ed2553ef7741245e6017856d5a2", + "timestamp": "2020-12-14T17:22:36Z" + }, + { + "version": "11.2012.1416.3536", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1416.3536.zip", + "checksum": "59dcad53d448dc08067cf4b07326fa72", + "timestamp": "2020-12-14T16:35:46Z" + }, + { + "version": "11.2012.1416.807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1416.0807.zip", + "checksum": "5130c9c7d6b787807dd83c1e43f7d4f0", + "timestamp": "2020-12-14T16:08:17Z" + }, + { + "version": "11.2012.1415.4055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1415.4055.zip", + "checksum": "72ecd0c560919f0ba31f3e94f6cb1206", + "timestamp": "2020-12-14T15:41:03Z" + }, + { + "version": "11.2012.1412.300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1412.0300.zip", + "checksum": "56f5797ae698b3557d24823d9f1b9961", + "timestamp": "2020-12-14T12:03:08Z" + }, + { + "version": "11.2012.1405.1708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1405.1708.zip", + "checksum": "f18c9f2f2f38ef32221ebd130236aa79", + "timestamp": "2020-12-14T05:17:16Z" + }, + { + "version": "11.2012.1404.1122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1404.1122.zip", + "checksum": "69679af320a4cfec32d7f45084774609", + "timestamp": "2020-12-14T04:11:30Z" + }, + { + "version": "11.2012.1323.842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1323.0842.zip", + "checksum": "3e1c74daddd6922e7345088dae018e17", + "timestamp": "2020-12-13T23:08:51Z" + }, + { + "version": "11.2012.1322.4025", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1322.4025.zip", + "checksum": "6ba252f2200ced040a1a5b663591fe22", + "timestamp": "2020-12-13T22:40:34Z" + }, + { + "version": "11.2012.1322.1336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1322.1336.zip", + "checksum": "47ccfb333a841a878f511a52f4029f20", + "timestamp": "2020-12-13T22:13:45Z" + }, + { + "version": "11.2012.1319.3705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1319.3705.zip", + "checksum": "4719a028b010210a7ed8c596ac8a45bf", + "timestamp": "2020-12-13T19:37:14Z" + }, + { + "version": "11.2012.1314.1454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1314.1454.zip", + "checksum": "524ae04e2f60e392ad49407d634b3d33", + "timestamp": "2020-12-13T14:15:02Z" + }, + { + "version": "11.2012.1313.4655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1313.4655.zip", + "checksum": "a28d7d04a670e07a6cad03c9ce11575c", + "timestamp": "2020-12-13T13:47:04Z" + }, + { + "version": "11.2012.1313.1906", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1313.1906.zip", + "checksum": "2a2e40b806e4d293ea3d840bbccb2cb7", + "timestamp": "2020-12-13T13:19:15Z" + }, + { + "version": "11.2012.1312.5052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1312.5052.zip", + "checksum": "624b7af458cdf8655be74476a8b6dad2", + "timestamp": "2020-12-13T12:51:00Z" + }, + { + "version": "11.2012.1311.2445", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1311.2445.zip", + "checksum": "eb577a9eab170500c8e970367a6dc025", + "timestamp": "2020-12-13T11:24:54Z" + }, + { + "version": "11.2012.1218.4719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1218.4719.zip", + "checksum": "22f44da8c99defad016f811eb95d9e72", + "timestamp": "2020-12-12T18:47:27Z" + }, + { + "version": "11.2012.1122.4611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1122.4611.zip", + "checksum": "d5ffd625ef37e8767b82de9ceb0f2c14", + "timestamp": "2020-12-11T22:46:19Z" + }, + { + "version": "11.2012.1121.5542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1121.5542.zip", + "checksum": "f9be798df7ee9f7439cae5a70b7cf540", + "timestamp": "2020-12-11T21:55:51Z" + }, + { + "version": "11.2012.1115.5415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1115.5415.zip", + "checksum": "7706b38fd8a2b54de397173ca516e263", + "timestamp": "2020-12-11T15:54:24Z" + }, + { + "version": "11.2012.1115.2704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1115.2704.zip", + "checksum": "8769e81edc708731a7628fc0318d2543", + "timestamp": "2020-12-11T15:27:19Z" + }, + { + "version": "11.2012.1109.4941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1109.4941.zip", + "checksum": "308fd2038ec48da0418e2f2b5441f6a7", + "timestamp": "2020-12-11T09:49:50Z" + }, + { + "version": "11.2012.1109.1950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1109.1950.zip", + "checksum": "43bbb012090dee8e554e228303ead54c", + "timestamp": "2020-12-11T09:19:58Z" + }, + { + "version": "11.2012.1108.541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1108.0541.zip", + "checksum": "6665201dfa285008ebbc699d27d4c22d", + "timestamp": "2020-12-11T08:05:49Z" + }, + { + "version": "11.2012.1107.3713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1107.3713.zip", + "checksum": "c39b3231c0c9b15046196127e9721818", + "timestamp": "2020-12-11T07:37:22Z" + }, + { + "version": "11.2012.1104.2941", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1104.2941.zip", + "checksum": "431226e95c74fb70519c22846efec3a4", + "timestamp": "2020-12-11T04:29:50Z" + }, + { + "version": "11.2012.1104.236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1104.0236.zip", + "checksum": "1d544bd2b3bb5b07bf8f9e8f7b8c3249", + "timestamp": "2020-12-11T04:02:44Z" + }, + { + "version": "11.2012.1103.3528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1103.3528.zip", + "checksum": "02ea300eae4d3fafa315b5cf67f473ae", + "timestamp": "2020-12-11T03:35:36Z" + }, + { + "version": "11.2012.1022.4014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1022.4014.zip", + "checksum": "d7d2889132ca1f0b5b496e2399519525", + "timestamp": "2020-12-10T22:40:23Z" + }, + { + "version": "11.2012.1022.1354", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1022.1354.zip", + "checksum": "5d19f4487c0e03b486eb6ae9337e286b", + "timestamp": "2020-12-10T22:14:03Z" + }, + { + "version": "11.2012.1021.2641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1021.2641.zip", + "checksum": "532b1bb814357a7b6a9dfc63610d310f", + "timestamp": "2020-12-10T21:26:49Z" + }, + { + "version": "11.2012.1020.5857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1020.5857.zip", + "checksum": "65689bd3fd6fee7274a451b2999a29d7", + "timestamp": "2020-12-10T20:59:06Z" + }, + { + "version": "11.2012.1014.148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1014.0148.zip", + "checksum": "dc18fd04c5b488fdaabb8f3e4616e3d0", + "timestamp": "2020-12-10T14:01:57Z" + }, + { + "version": "11.2012.1013.3401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1013.3401.zip", + "checksum": "eae24c89ebc8bb8f8eb4253ecddd0813", + "timestamp": "2020-12-10T13:34:10Z" + }, + { + "version": "11.2012.1013.618", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.1013.0618.zip", + "checksum": "22efe329cedb6bdc715564baf0b52428", + "timestamp": "2020-12-10T13:06:26Z" + }, + { + "version": "11.2012.919.4856", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0919.4856.zip", + "checksum": "59ca3e6c170f16c89792eb9a750ab0f6", + "timestamp": "2020-12-09T19:49:05Z" + }, + { + "version": "11.2012.917.2236", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0917.2236.zip", + "checksum": "083e1b25b7c30d3578f72c4ba5848de5", + "timestamp": "2020-12-09T17:22:44Z" + }, + { + "version": "11.2012.915.5502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0915.5502.zip", + "checksum": "268cc1fccb963285af84e090c4666925", + "timestamp": "2020-12-09T15:55:12Z" + }, + { + "version": "11.2012.914.255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0914.0255.zip", + "checksum": "2f4cdadb866dae312343d53fafd19725", + "timestamp": "2020-12-09T14:03:05Z" + }, + { + "version": "11.2012.908.902", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0908.0902.zip", + "checksum": "2083ff7047939ffbee9f9fb6edc2c5b9", + "timestamp": "2020-12-09T08:09:12Z" + }, + { + "version": "11.2012.907.4125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0907.4125.zip", + "checksum": "45543f4cca17c64a2823c6ae4bfa7380", + "timestamp": "2020-12-09T07:41:33Z" + }, + { + "version": "11.2012.904.2837", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0904.2837.zip", + "checksum": "bcc7902609c1c9b5785ec1c8abf9098b", + "timestamp": "2020-12-09T04:28:45Z" + }, + { + "version": "11.2012.823.5324", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0823.5324.zip", + "checksum": "df48a8da15ef576ab8b2028ee176539b", + "timestamp": "2020-12-08T23:53:33Z" + }, + { + "version": "11.2012.819.4532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0819.4532.zip", + "checksum": "e382e626fd7f7cf00d995c8727ebfed6", + "timestamp": "2020-12-08T19:45:40Z" + }, + { + "version": "11.2012.818.248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0818.0248.zip", + "checksum": "e8710941bcf7e8386f10527d35a98ed5", + "timestamp": "2020-12-08T18:02:57Z" + }, + { + "version": "11.2012.817.3502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0817.3502.zip", + "checksum": "4b45e02b058082cddd3b6417815db3fb", + "timestamp": "2020-12-08T17:35:11Z" + }, + { + "version": "11.2012.816.3432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0816.3432.zip", + "checksum": "14f20353ea8df13631178b181aeb539c", + "timestamp": "2020-12-08T16:34:40Z" + }, + { + "version": "11.2012.809.3655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0809.3655.zip", + "checksum": "9ebbf75aa8b61d589ae852db10e21628", + "timestamp": "2020-12-08T09:37:03Z" + }, + { + "version": "11.2012.808.2954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0808.2954.zip", + "checksum": "15fa026301d9458d38a7c8756ad3b29f", + "timestamp": "2020-12-08T08:30:03Z" + }, + { + "version": "11.2012.808.217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0808.0217.zip", + "checksum": "58db25e736659f31e32fd52bc42690dc", + "timestamp": "2020-12-08T08:02:25Z" + }, + { + "version": "11.2012.801.905", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0801.0905.zip", + "checksum": "8ba55724d9336d3fe3ca79b60ce0549e", + "timestamp": "2020-12-08T01:09:14Z" + }, + { + "version": "11.2012.718.2331", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0718.2331.zip", + "checksum": "402acc79ce11f3857e8e14a624022d82", + "timestamp": "2020-12-07T18:23:40Z" + }, + { + "version": "11.2012.717.3255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0717.3255.zip", + "checksum": "04e9ff7fb8978b8a8c75eac62dfe6b9d", + "timestamp": "2020-12-07T17:33:03Z" + }, + { + "version": "11.2012.717.607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0717.0607.zip", + "checksum": "ce422bc500e624a0b7318dd1a39ee5d3", + "timestamp": "2020-12-07T17:06:16Z" + }, + { + "version": "11.2012.707.3130", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0707.3130.zip", + "checksum": "e73cb11f0a98f6decfe6421e1f6853f4", + "timestamp": "2020-12-07T07:31:39Z" + }, + { + "version": "11.2012.707.452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0707.0452.zip", + "checksum": "f32f79a384636ecab48ade1b0cbd1f2e", + "timestamp": "2020-12-07T07:05:00Z" + }, + { + "version": "11.2012.615.3443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0615.3443.zip", + "checksum": "2c75c657cb1d7b7b9dec1d3b1353be02", + "timestamp": "2020-12-06T15:34:51Z" + }, + { + "version": "11.2012.615.824", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0615.0824.zip", + "checksum": "f5c327c697709611dcbc12332e67746b", + "timestamp": "2020-12-06T15:08:33Z" + }, + { + "version": "11.2012.607.3142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0607.3142.zip", + "checksum": "43fbc60b664cd65a61bfe95e51c63d4d", + "timestamp": "2020-12-06T07:31:50Z" + }, + { + "version": "11.2012.601.3515", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0601.3515.zip", + "checksum": "a4d3877301adaf4d206e4ca766844e01", + "timestamp": "2020-12-06T01:35:24Z" + }, + { + "version": "11.2012.601.831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0601.0831.zip", + "checksum": "4a7ff691cc0eb6de4ca70b62866d2f8e", + "timestamp": "2020-12-06T01:08:39Z" + }, + { + "version": "11.2012.600.4151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0600.4151.zip", + "checksum": "31953732f2852aee94d8ede17ae87066", + "timestamp": "2020-12-06T00:41:59Z" + }, + { + "version": "11.2012.519.5131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_11.2012.0519.5131.zip", + "checksum": "78aab86e222bfaab48f70821bdd76886", + "timestamp": "2020-12-05T19:51:39Z" + }, + { + "version": "10.2011.2301.629", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2301.0629.zip", + "checksum": "0a06be0c2f420dd3f1462bef7f2bd47c", + "timestamp": "2020-11-23T01:06:37Z" + }, + { + "version": "10.2011.2219.3933", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2219.3933.zip", + "checksum": "4f90026ead57d875e4f22e4dc5b6c89c", + "timestamp": "2020-11-22T19:39:40Z" + }, + { + "version": "10.2011.2219.1247", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2219.1247.zip", + "checksum": "e041b92a1e72efd06b87714e18bfd1f9", + "timestamp": "2020-11-22T19:12:55Z" + }, + { + "version": "10.2011.2218.3120", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2218.3120.zip", + "checksum": "92de01b53e908c08b54cebdc586577c2", + "timestamp": "2020-11-22T18:31:28Z" + }, + { + "version": "10.2011.2217.5715", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2217.5715.zip", + "checksum": "eb076cfdad970434416d876eeb54ca81", + "timestamp": "2020-11-22T17:57:22Z" + }, + { + "version": "10.2011.2215.5453", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2215.5453.zip", + "checksum": "66c116692bfe9fae968e90e6abafac9f", + "timestamp": "2020-11-22T15:55:00Z" + }, + { + "version": "10.2011.2215.136", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2215.0136.zip", + "checksum": "bdc6cda794ff4af1fa6e3df3fba2cd73", + "timestamp": "2020-11-22T15:01:44Z" + }, + { + "version": "10.2011.2210.3037", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2210.3037.zip", + "checksum": "248741f5bc6b1459856af49545b8578a", + "timestamp": "2020-11-22T10:30:45Z" + }, + { + "version": "10.2011.2208.2220", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2208.2220.zip", + "checksum": "33544ee95c010f441fe536c8477b0a39", + "timestamp": "2020-11-22T08:22:28Z" + }, + { + "version": "10.2011.2207.5630", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2207.5630.zip", + "checksum": "c90879af173bc6cc458a11dabf91a3db", + "timestamp": "2020-11-22T07:56:37Z" + }, + { + "version": "10.2011.2207.243", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2207.0243.zip", + "checksum": "e71bb80c3b12e2f46cd460ef823e523a", + "timestamp": "2020-11-22T07:02:50Z" + }, + { + "version": "10.2011.2206.3805", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/trakt/trakt_10.2011.2206.3805.zip", + "checksum": "d08c3d21244add9e9e455a37992a2611", + "timestamp": "2020-11-22T06:38:13Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "a677c0da-fac5-4cde-941a-7134223f14c8", + "name": "TheTVDB", + "description": "Get TV metadata from TheTvdb\n", + "overview": "Get TV metadata from TheTvdb", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvdb.png", + "versions": [ + { + "version": "8.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#59) @crobibero\n- update ruleset (#55) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#54) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_8.0.0.0.zip", + "checksum": "acd3991b0e2554495a518ff1e1a68772", + "timestamp": "2022-01-07T20:40:42Z" + }, + { + "version": "7.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- Use BaseItemKind (#59) @crobibero\n- update ruleset (#55) @crobibero\n\n### Dependency updates ###\n- chore(deps): bump Microsoft.Extensions.Http from 5.0.0 to 6.0.0 (#54) @dependabot", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_7.0.0.0.zip", + "checksum": "72eee6b431f0c28c191483ea88805fba", + "timestamp": "2022-01-05T04:41:21Z" + }, + { + "version": "4.2105.706.1927", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0706.1927.zip", + "checksum": "adec6394b87c7829a913191020824c99", + "timestamp": "2021-05-07T06:19:36Z" + }, + { + "version": "4.2105.621.3454", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0621.3454.zip", + "checksum": "d9d269558d58326f9b48183d348a3440", + "timestamp": "2021-05-06T21:35:06Z" + }, + { + "version": "4.2105.616.711", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0616.0711.zip", + "checksum": "75333cc7b41eefde6e428d0264df8618", + "timestamp": "2021-05-06T16:07:21Z" + }, + { + "version": "4.2105.615.3847", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0615.3847.zip", + "checksum": "693d0295d076a45584df115cc08b9aac", + "timestamp": "2021-05-06T15:38:56Z" + }, + { + "version": "4.2105.517.4906", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0517.4906.zip", + "checksum": "de8cf35dd2bb3d08b88991920109d9c7", + "timestamp": "2021-05-05T17:49:16Z" + }, + { + "version": "4.2105.515.4843", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0515.4843.zip", + "checksum": "6384cb09d2419abf185d4fa4ac9b72fd", + "timestamp": "2021-05-05T15:48:53Z" + }, + { + "version": "4.2105.512.2619", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0512.2619.zip", + "checksum": "d98f1b4a2eb651d0a0cb416277e82128", + "timestamp": "2021-05-05T12:26:28Z" + }, + { + "version": "4.2105.511.5629", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0511.5629.zip", + "checksum": "3416f60e8b69104aef04e5c832dc0e13", + "timestamp": "2021-05-05T11:56:39Z" + }, + { + "version": "4.2105.508.345", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0508.0345.zip", + "checksum": "8378a8d63061bf9bfb1b64a7404a6942", + "timestamp": "2021-05-05T08:03:55Z" + }, + { + "version": "4.2105.504.2226", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0504.2226.zip", + "checksum": "d56da8da29ef3b2dd17498244b26064b", + "timestamp": "2021-05-05T04:22:35Z" + }, + { + "version": "4.2105.502.2937", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0502.2937.zip", + "checksum": "66ff7c8da000d51d532bcf88fef2620d", + "timestamp": "2021-05-05T02:29:47Z" + }, + { + "version": "4.2105.501.4514", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0501.4514.zip", + "checksum": "09b6721896d128b1b0767ec4eb72981e", + "timestamp": "2021-05-05T01:45:24Z" + }, + { + "version": "4.2105.423.753", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0423.0753.zip", + "checksum": "0bf16dd59c63b01f07e801cdeaa67723", + "timestamp": "2021-05-04T23:08:04Z" + }, + { + "version": "4.2105.418.1706", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0418.1706.zip", + "checksum": "98d0c263517f32b60be0eb1c3629d4f5", + "timestamp": "2021-05-04T18:17:17Z" + }, + { + "version": "4.2105.417.3947", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0417.3947.zip", + "checksum": "b2c1052c7b529a74e97b52c309108f90", + "timestamp": "2021-05-04T17:39:57Z" + }, + { + "version": "4.2105.416.1428", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0416.1428.zip", + "checksum": "0eb8a31b681e0ee7b63f770142ccbd4a", + "timestamp": "2021-05-04T16:14:37Z" + }, + { + "version": "4.2105.415.5142", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0415.5142.zip", + "checksum": "675fee14c1aa90e1f26711259ad0a58f", + "timestamp": "2021-05-04T15:51:51Z" + }, + { + "version": "4.2105.415.2936", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0415.2936.zip", + "checksum": "074f8be047532b430ee210c7ffa9ae8d", + "timestamp": "2021-05-04T15:29:46Z" + }, + { + "version": "4.2105.409.5145", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0409.5145.zip", + "checksum": "a0960bb2315ee064e23db2535ca2fcb6", + "timestamp": "2021-05-04T09:51:55Z" + }, + { + "version": "4.2105.409.2201", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0409.2201.zip", + "checksum": "def8d0eb954d37b78a8da3eb855e84ad", + "timestamp": "2021-05-04T09:22:11Z" + }, + { + "version": "4.2105.405.3559", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0405.3559.zip", + "checksum": "5dbcf8d898f12fb9ab8e43d1c1d12c58", + "timestamp": "2021-05-04T05:36:10Z" + }, + { + "version": "4.2105.405.1333", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0405.1333.zip", + "checksum": "e86083ee7841d9eb384680a86d91e3bc", + "timestamp": "2021-05-04T05:13:42Z" + }, + { + "version": "4.2105.322.3233", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0322.3233.zip", + "checksum": "e44bb663e123c5b7ddc4273c456bfbca", + "timestamp": "2021-05-03T22:32:42Z" + }, + { + "version": "4.2105.322.1030", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0322.1030.zip", + "checksum": "91bc6a453fdbfb18eb84e780e27ad85b", + "timestamp": "2021-05-03T22:10:40Z" + }, + { + "version": "4.2105.315.5718", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0315.5718.zip", + "checksum": "e0b272ff7d91f6d79334814afda3fedf", + "timestamp": "2021-05-03T15:57:29Z" + }, + { + "version": "4.2105.308.1730", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0308.1730.zip", + "checksum": "5f8611e7a768fb2d8dabd1375ae829d9", + "timestamp": "2021-05-03T08:17:39Z" + }, + { + "version": "4.2105.221.2102", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0221.2102.zip", + "checksum": "4b9a94e2f3a1d4fcbeff3ad4a049c967", + "timestamp": "2021-05-02T21:21:12Z" + }, + { + "version": "4.2105.219.4608", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0219.4608.zip", + "checksum": "cada7728beb67c1cd36164a14716f78d", + "timestamp": "2021-05-02T19:46:17Z" + }, + { + "version": "4.2105.216.1342", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0216.1342.zip", + "checksum": "408c3f96bfbf2b5f467067f4fb0c036e", + "timestamp": "2021-05-02T16:13:51Z" + }, + { + "version": "4.2105.210.20", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0210.0020.zip", + "checksum": "220ad924981162acbc9464cf1fc66359", + "timestamp": "2021-05-02T10:00:30Z" + }, + { + "version": "4.2105.123.859", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0123.0859.zip", + "checksum": "28c2fa34596fc8e230105514f2ee1bef", + "timestamp": "2021-05-01T23:09:10Z" + }, + { + "version": "4.2105.116.809", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2105.0116.0809.zip", + "checksum": "24ca74c48ce19d0540d8ffd01ef163d3", + "timestamp": "2021-05-01T16:08:19Z" + }, + { + "version": "4.2104.3019.1159", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.3019.1159.zip", + "checksum": "81d142c0441077deac27828f176ee25a", + "timestamp": "2021-04-30T19:12:12Z" + }, + { + "version": "4.2104.3011.1430", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.3011.1430.zip", + "checksum": "0871c5e1206d969b99e993df0fd28ccd", + "timestamp": "2021-04-30T11:14:40Z" + }, + { + "version": "4.2104.3008.5923", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.3008.5923.zip", + "checksum": "6078866d5f65eb82395d9ac8e9f7aa1e", + "timestamp": "2021-04-30T08:59:32Z" + }, + { + "version": "4.2104.2919.4015", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2919.4015.zip", + "checksum": "ad57b00c7fceda43a1b0fb7e3d4f1e71", + "timestamp": "2021-04-29T19:40:25Z" + }, + { + "version": "4.2104.2912.4710", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2912.4710.zip", + "checksum": "50ccee6d8e57f883376f82f928331345", + "timestamp": "2021-04-29T12:47:20Z" + }, + { + "version": "4.2104.2714.4857", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2714.4857.zip", + "checksum": "e52238c3d8eda952a2db424e90366b9c", + "timestamp": "2021-04-27T14:49:08Z" + }, + { + "version": "4.2104.2714.1117", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2714.1117.zip", + "checksum": "3e859efddc6f92bbf8b611056bf192f1", + "timestamp": "2021-04-27T14:11:26Z" + }, + { + "version": "4.2104.2622.1309", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2622.1309.zip", + "checksum": "6366e03962ce76b7377ba8ac14ef2a98", + "timestamp": "2021-04-26T22:13:20Z" + }, + { + "version": "4.2104.2615.920", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2615.0920.zip", + "checksum": "b11966a9852379ead4224064b5dc1d3d", + "timestamp": "2021-04-26T15:09:30Z" + }, + { + "version": "4.2104.2614.1009", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2614.1009.zip", + "checksum": "bf92ebaa7c581639011f994339badf12", + "timestamp": "2021-04-26T14:10:19Z" + }, + { + "version": "4.2104.2518.22", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2518.0022.zip", + "checksum": "c8744f626ae084d089667fb842b01a05", + "timestamp": "2021-04-25T18:00:31Z" + }, + { + "version": "4.2104.2517.4730", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2517.4730.zip", + "checksum": "d7d9ed941e539a003e62a780167f7953", + "timestamp": "2021-04-25T17:47:50Z" + }, + { + "version": "4.2104.2517.1840", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2517.1840.zip", + "checksum": "174c9efb8dff80da37f8f2e91e7af475", + "timestamp": "2021-04-25T17:18:49Z" + }, + { + "version": "4.2104.2516.2137", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2516.2137.zip", + "checksum": "dbd1c6cb1dd64417a7d055cb341ac7d1", + "timestamp": "2021-04-25T16:21:46Z" + }, + { + "version": "4.2104.2515.5412", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2515.5412.zip", + "checksum": "ce46fec604a48b0a71f660d9b7ff3a4b", + "timestamp": "2021-04-25T15:54:21Z" + }, + { + "version": "4.2104.2420.5238", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2420.5238.zip", + "checksum": "1b7e58994a04cb60c4f876a04e359de9", + "timestamp": "2021-04-24T20:52:48Z" + }, + { + "version": "4.2104.2414.2549", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2414.2549.zip", + "checksum": "06be6f3abc9dde2393a7662f172b4ed7", + "timestamp": "2021-04-24T14:25:59Z" + }, + { + "version": "4.2104.2308.4533", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2308.4533.zip", + "checksum": "5a46a78d062eec4a610558f035d635aa", + "timestamp": "2021-04-23T08:45:43Z" + }, + { + "version": "4.2104.2215.530", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2215.0530.zip", + "checksum": "5df71816dfabae89527401a803cb6736", + "timestamp": "2021-04-22T15:05:39Z" + }, + { + "version": "4.2104.2118.3310", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2118.3310.zip", + "checksum": "377e1626b810ef41f3fd716f8e72d0c3", + "timestamp": "2021-04-21T18:33:20Z" + }, + { + "version": "4.2104.2114.1730", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2114.1730.zip", + "checksum": "e650d46e46a9471880e3cb617655a487", + "timestamp": "2021-04-21T14:17:39Z" + }, + { + "version": "4.2104.2112.1921", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2112.1921.zip", + "checksum": "375b8bcc6cde920229d46466c3fba9b4", + "timestamp": "2021-04-21T12:19:32Z" + }, + { + "version": "4.2104.2011.5656", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.2011.5656.zip", + "checksum": "42b7f51ce0af472fd89f40080dc15fa4", + "timestamp": "2021-04-20T11:57:09Z" + }, + { + "version": "4.2104.1918.5625", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.1918.5625.zip", + "checksum": "aa8e5594e6fa525c94f134aaf7edce5d", + "timestamp": "2021-04-19T18:56:34Z" + }, + { + "version": "4.2104.1913.4505", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.1913.4505.zip", + "checksum": "aefe2ec421528e0b77e74e57315ed8e2", + "timestamp": "2021-04-19T13:45:14Z" + }, + { + "version": "4.2104.1913.1248", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.1913.1248.zip", + "checksum": "aff9bb7e5b57bd027cb18cba0b50064f", + "timestamp": "2021-04-19T13:12:58Z" + }, + { + "version": "4.2104.1912.4311", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.1912.4311.zip", + "checksum": "2de48127b94f3dbd59abc73f27aaa6bb", + "timestamp": "2021-04-19T12:43:20Z" + }, + { + "version": "4.2104.1906.5745", + "changelog": "Fix getting metadata\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.1906.5745.zip", + "checksum": "eb8b7a53eb4251ff35cbfe077ddef5ba", + "timestamp": "2021-04-19T06:57:55Z" + }, + { + "version": "4.2104.816.4339", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0816.4339.zip", + "checksum": "ce85427fb96bd3d04886a75add7a49a9", + "timestamp": "2021-04-08T16:43:48Z" + }, + { + "version": "4.2104.812.5304", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0812.5304.zip", + "checksum": "80698f8154826265645e715055d1ae2f", + "timestamp": "2021-04-08T12:53:12Z" + }, + { + "version": "4.2104.811.4159", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0811.4159.zip", + "checksum": "41e8729cec0445cc9800ae863c420417", + "timestamp": "2021-04-08T11:42:12Z" + }, + { + "version": "4.2104.723.3208", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0723.3208.zip", + "checksum": "96006a67aef1113fe03ac9b4d4aae03d", + "timestamp": "2021-04-07T23:32:16Z" + }, + { + "version": "4.2104.722.5714", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0722.5714.zip", + "checksum": "3a80339316c90683a5897a9161f969c6", + "timestamp": "2021-04-07T22:57:24Z" + }, + { + "version": "4.2104.721.5312", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0721.5312.zip", + "checksum": "a20c6c27a6a32f99c07d72cc71512dbd", + "timestamp": "2021-04-07T21:53:21Z" + }, + { + "version": "4.2104.721.1345", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0721.1345.zip", + "checksum": "5651e610c02dbfb9ce1373c8a40129a1", + "timestamp": "2021-04-07T21:13:54Z" + }, + { + "version": "4.2104.717.2958", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0717.2958.zip", + "checksum": "8a957a5b592ba8021b496b8a712ebdf3", + "timestamp": "2021-04-07T17:30:07Z" + }, + { + "version": "4.2104.716.5656", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0716.5656.zip", + "checksum": "c43867ed315629a3293964584a9541d3", + "timestamp": "2021-04-07T16:57:07Z" + }, + { + "version": "4.2104.713.242", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0713.0242.zip", + "checksum": "73f595b9b7135098d5e09948e451b568", + "timestamp": "2021-04-07T13:02:51Z" + }, + { + "version": "4.2104.619.1849", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0619.1849.zip", + "checksum": "b8a27fdae09f964d5435514be55450b7", + "timestamp": "2021-04-06T19:18:58Z" + }, + { + "version": "4.2104.515.5711", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0515.5711.zip", + "checksum": "14e086367b254c5c0a229788d83e9694", + "timestamp": "2021-04-05T15:57:21Z" + }, + { + "version": "4.2104.512.1817", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0512.1817.zip", + "checksum": "328aa97bb3a3f7967c9276b1ba285498", + "timestamp": "2021-04-05T12:18:26Z" + }, + { + "version": "4.2104.507.135", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0507.0135.zip", + "checksum": "18f2058253cc3b76c76912c80a2266dc", + "timestamp": "2021-04-05T07:01:44Z" + }, + { + "version": "4.2104.415.4152", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0415.4152.zip", + "checksum": "5e8e98b8591a78f1c5748d3a71513017", + "timestamp": "2021-04-04T15:42:00Z" + }, + { + "version": "4.2104.411.4643", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0411.4643.zip", + "checksum": "4fb0091cd239c9c31100f5427da2e621", + "timestamp": "2021-04-04T11:46:52Z" + }, + { + "version": "4.2104.322.2019", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0322.2019.zip", + "checksum": "990ef5c152fb1db3ba9161e75ef7fc89", + "timestamp": "2021-04-03T22:20:27Z" + }, + { + "version": "4.2104.317.5410", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0317.5410.zip", + "checksum": "971983dd8df56f61541eb61113870cd3", + "timestamp": "2021-04-03T17:54:18Z" + }, + { + "version": "4.2104.300.2743", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0300.2743.zip", + "checksum": "6140412fa52951dfa9383a79efeab5d9", + "timestamp": "2021-04-03T00:27:52Z" + }, + { + "version": "4.2104.222.5720", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0222.5720.zip", + "checksum": "3aba4bfeda01fac3c3312ac97fd119d9", + "timestamp": "2021-04-02T22:57:30Z" + }, + { + "version": "4.2104.215.521", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0215.0521.zip", + "checksum": "c19584a4209a2c78f0830884c6a184ae", + "timestamp": "2021-04-02T15:05:30Z" + }, + { + "version": "4.2104.117.4831", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0117.4831.zip", + "checksum": "d7bca6c0e072c149e8f64dd5ee51bdea", + "timestamp": "2021-04-01T17:48:40Z" + }, + { + "version": "4.2104.116.547", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2104.0116.0547.zip", + "checksum": "f01ba6f92732cf78d300809460fe97fd", + "timestamp": "2021-04-01T16:05:56Z" + }, + { + "version": "4.2103.3014.326", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.3014.0326.zip", + "checksum": "9834f7527f16a8cdbe49c7f6eb2d0dc7", + "timestamp": "2021-03-30T14:03:35Z" + }, + { + "version": "4.2103.2716.5345", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2716.5345.zip", + "checksum": "59540aa1976e957bd8e257c32971a7c2", + "timestamp": "2021-03-27T16:53:54Z" + }, + { + "version": "4.2103.2708.5401", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2708.5401.zip", + "checksum": "ae9bf49329864a8e3f030b6e36372c94", + "timestamp": "2021-03-27T08:54:09Z" + }, + { + "version": "4.2103.2700.446", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2700.0446.zip", + "checksum": "fa07117b9d99869558ccd3b2ec92c037", + "timestamp": "2021-03-27T00:04:54Z" + }, + { + "version": "4.2103.2612.522", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2612.0522.zip", + "checksum": "64b9997d4b807b1a9bf704ee71439da4", + "timestamp": "2021-03-26T12:05:31Z" + }, + { + "version": "4.2103.2611.4042", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2611.4042.zip", + "checksum": "2da81905ed2976456941936279e5418a", + "timestamp": "2021-03-26T11:40:52Z" + }, + { + "version": "4.2103.2523.2416", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2523.2416.zip", + "checksum": "97638d880c81b180866ae292ec1be933", + "timestamp": "2021-03-25T23:24:25Z" + }, + { + "version": "4.2103.2516.5738", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2516.5738.zip", + "checksum": "7792d43e67b79087902dc3ecf804d257", + "timestamp": "2021-03-25T16:57:48Z" + }, + { + "version": "4.2103.2516.2818", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2516.2818.zip", + "checksum": "53ebc93f198bb57b64ee7c662f71070f", + "timestamp": "2021-03-25T16:28:27Z" + }, + { + "version": "4.2103.2501.3351", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2501.3351.zip", + "checksum": "2a8bddf5f1aa30b55d5e53c08ea4562c", + "timestamp": "2021-03-25T01:34:01Z" + }, + { + "version": "4.2103.2500.3834", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2500.3834.zip", + "checksum": "509f610021a445fd20ec3433e69c8b5b", + "timestamp": "2021-03-25T00:38:43Z" + }, + { + "version": "4.2103.2422.3306", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2422.3306.zip", + "checksum": "73e1d5e1e238f4fa8f16c89c0c354bbf", + "timestamp": "2021-03-24T22:33:14Z" + }, + { + "version": "4.2103.2314.4451", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2314.4451.zip", + "checksum": "3397f7190710967c90768ec08e1e4410", + "timestamp": "2021-03-23T14:45:00Z" + }, + { + "version": "4.2103.2306.3824", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2306.3824.zip", + "checksum": "d980a7e83aab986be5c83374a6ce8c37", + "timestamp": "2021-03-23T06:38:32Z" + }, + { + "version": "4.2103.2305.701", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2305.0701.zip", + "checksum": "43cdfccad5052bb77f29856e37159ed0", + "timestamp": "2021-03-23T05:07:09Z" + }, + { + "version": "4.2103.2301.2815", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2301.2815.zip", + "checksum": "803350186b0810b5880ca2aa252105cb", + "timestamp": "2021-03-23T01:28:24Z" + }, + { + "version": "4.2103.2222.2806", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2222.2806.zip", + "checksum": "4b0b14baf0797fa40c74df2e7e24742b", + "timestamp": "2021-03-22T22:28:15Z" + }, + { + "version": "4.2103.2219.624", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2219.0624.zip", + "checksum": "8d75b07e8e0ca6facc38b6855bd63e2f", + "timestamp": "2021-03-22T19:06:32Z" + }, + { + "version": "4.2103.2218.4253", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2218.4253.zip", + "checksum": "7572185fafa750f86a168c09c5802461", + "timestamp": "2021-03-22T18:43:01Z" + }, + { + "version": "4.2103.2218.1054", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2218.1054.zip", + "checksum": "15f2a77c7fc6b7359b29d2f580527eb6", + "timestamp": "2021-03-22T18:11:02Z" + }, + { + "version": "4.2103.2217.2636", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2217.2636.zip", + "checksum": "0134d99edd5f256946fac745417ef6f7", + "timestamp": "2021-03-22T17:26:44Z" + }, + { + "version": "4.2103.2123.3718", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2123.3718.zip", + "checksum": "56111bb1e43c2d730df30aff5e30fd6c", + "timestamp": "2021-03-21T23:37:35Z" + }, + { + "version": "4.2103.2119.4143", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2119.4143.zip", + "checksum": "f3faab7c9754ba22bff0490b8e8cb4dc", + "timestamp": "2021-03-21T19:41:53Z" + }, + { + "version": "4.2103.2114.2929", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2114.2929.zip", + "checksum": "754b6af28c574f78458b905840a41d9f", + "timestamp": "2021-03-21T14:29:37Z" + }, + { + "version": "4.2103.2001.1902", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2001.1902.zip", + "checksum": "249ffb86769e4ff31fd0b5369ced14e9", + "timestamp": "2021-03-20T01:19:11Z" + }, + { + "version": "4.2103.2000.1703", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.2000.1703.zip", + "checksum": "4a0344ba63910b9d7781d65b3ccdfcbe", + "timestamp": "2021-03-20T00:17:12Z" + }, + { + "version": "4.2103.1918.848", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1918.0848.zip", + "checksum": "07126c802e15b62e01f580e9a026240c", + "timestamp": "2021-03-19T18:08:58Z" + }, + { + "version": "4.2103.1909.2128", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1909.2128.zip", + "checksum": "16d180d0a915c8679d33098ff390855b", + "timestamp": "2021-03-19T09:21:37Z" + }, + { + "version": "4.2103.1908.5158", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1908.5158.zip", + "checksum": "decc3a2113c8485841f5be65bc79b770", + "timestamp": "2021-03-19T08:52:07Z" + }, + { + "version": "4.2103.1907.4603", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1907.4603.zip", + "checksum": "d2e6f09327d4d7bdeaa0e0ef8625f002", + "timestamp": "2021-03-19T07:46:11Z" + }, + { + "version": "4.2103.1907.1902", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1907.1902.zip", + "checksum": "72d2aca130e755f25a7a29a6df34e100", + "timestamp": "2021-03-19T07:19:11Z" + }, + { + "version": "4.2103.1815.1356", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1815.1356.zip", + "checksum": "fada7138861e5087af0d4c8c2dc5e6e9", + "timestamp": "2021-03-18T15:14:05Z" + }, + { + "version": "4.2103.1811.1902", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1811.1902.zip", + "checksum": "9781c1e1f1869ade84be3b67b168a6e6", + "timestamp": "2021-03-18T11:19:11Z" + }, + { + "version": "4.2103.1703.5043", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1703.5043.zip", + "checksum": "ff601e23fce9210e0bd874a9229c9174", + "timestamp": "2021-03-17T03:51:10Z" + }, + { + "version": "4.2103.1620.1637", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1620.1637.zip", + "checksum": "8c3cf41e03d1faa0c07193978ce072b1", + "timestamp": "2021-03-16T20:16:46Z" + }, + { + "version": "4.2103.1619.4929", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1619.4929.zip", + "checksum": "245f3e173c427b9a18cadc6a32234204", + "timestamp": "2021-03-16T19:49:38Z" + }, + { + "version": "4.2103.1614.648", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1614.0648.zip", + "checksum": "1f2fcbd5c2d6d9b01d935a76a67ba8fe", + "timestamp": "2021-03-16T14:06:57Z" + }, + { + "version": "4.2103.1518.4741", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1518.4741.zip", + "checksum": "902d37157c6275c14d5831aa7b5d86ce", + "timestamp": "2021-03-15T18:47:49Z" + }, + { + "version": "4.2103.1517.2939", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1517.2939.zip", + "checksum": "4a3772dcbafef6a25ac407217efbab34", + "timestamp": "2021-03-15T17:29:48Z" + }, + { + "version": "4.2103.1516.136", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1516.0136.zip", + "checksum": "27b0c283e0382d662086d037223f2f78", + "timestamp": "2021-03-15T16:01:44Z" + }, + { + "version": "4.2103.1513.5223", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1513.5223.zip", + "checksum": "420dfa6dfc6460a2925097ed2d6a347c", + "timestamp": "2021-03-15T13:52:32Z" + }, + { + "version": "4.2103.1508.3610", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1508.3610.zip", + "checksum": "3fefac76be04697a30db29183050fb6c", + "timestamp": "2021-03-15T08:36:19Z" + }, + { + "version": "4.2103.1422.4544", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1422.4544.zip", + "checksum": "b1c62e17a555c0d704365c910d68e1ea", + "timestamp": "2021-03-14T22:46:06Z" + }, + { + "version": "4.2103.1418.3711", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1418.3711.zip", + "checksum": "fa9f240616deb77e8e70df87def61a7e", + "timestamp": "2021-03-14T18:37:21Z" + }, + { + "version": "4.2103.1417.3234", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1417.3234.zip", + "checksum": "94f60043f06e3c882d805011e357d89d", + "timestamp": "2021-03-14T17:32:43Z" + }, + { + "version": "4.2103.1414.3646", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1414.3646.zip", + "checksum": "6ef89864b517b6e4ad61217f8d14130b", + "timestamp": "2021-03-14T14:36:55Z" + }, + { + "version": "4.2103.1413.501", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1413.0501.zip", + "checksum": "0997fcf347ad5860d46ee941fef0a447", + "timestamp": "2021-03-14T13:05:10Z" + }, + { + "version": "4.2103.1407.5453", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1407.5453.zip", + "checksum": "3f26d11a1cf8eb900f513149508d8179", + "timestamp": "2021-03-14T07:55:02Z" + }, + { + "version": "4.2103.1400.1750", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1400.1750.zip", + "checksum": "704bd185699ee6f89f95a1d40677be34", + "timestamp": "2021-03-14T00:17:59Z" + }, + { + "version": "4.2103.1323.4909", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1323.4909.zip", + "checksum": "a7eb56c0da5b4d5760b7cbffe7e32ee2", + "timestamp": "2021-03-13T23:49:18Z" + }, + { + "version": "4.2103.1322.2757", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1322.2757.zip", + "checksum": "24f90f5ea74e2d0190078ea8343832aa", + "timestamp": "2021-03-13T22:28:06Z" + }, + { + "version": "4.2103.1314.3050", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1314.3050.zip", + "checksum": "d91fca3e948dd60ea8b761aab43a2931", + "timestamp": "2021-03-13T14:30:59Z" + }, + { + "version": "4.2103.1302.4419", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1302.4419.zip", + "checksum": "d2f4c6541fbebba21453083547920452", + "timestamp": "2021-03-13T02:44:29Z" + }, + { + "version": "4.2103.1223.2708", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1223.2708.zip", + "checksum": "70f4c976f21706f07af14f34ce86d6e7", + "timestamp": "2021-03-12T23:27:19Z" + }, + { + "version": "4.2103.1214.2113", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1214.2113.zip", + "checksum": "14b22cb9f7790ae06f66bf298c27c3b5", + "timestamp": "2021-03-12T14:21:22Z" + }, + { + "version": "4.2103.1213.5424", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_4.2103.1213.5424.zip", + "checksum": "bba7c28966865e49e48c6614d58efe16", + "timestamp": "2021-03-12T13:54:34Z" + }, + { + "version": "3.2103.1209.838", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1209.0838.zip", + "checksum": "b3611c9233115f44eeeb3d82af3c6a2a", + "timestamp": "2021-03-12T09:08:48Z" + }, + { + "version": "3.2103.1123.4248", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1123.4248.zip", + "checksum": "e3aa675d90a655961b3a3d5a1177e8f7", + "timestamp": "2021-03-11T23:42:57Z" + }, + { + "version": "3.2103.1121.5954", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1121.5954.zip", + "checksum": "0e13ceef45ad027a2df0538f4adcfe09", + "timestamp": "2021-03-11T22:00:03Z" + }, + { + "version": "3.2103.1120.1929", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1120.1929.zip", + "checksum": "526c6cdf57554ceb9da51c2aa51358ff", + "timestamp": "2021-03-11T20:19:38Z" + }, + { + "version": "3.2103.1116.1345", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1116.1345.zip", + "checksum": "7a12f1dd4acbacad1640f330c2b6713a", + "timestamp": "2021-03-11T16:13:55Z" + }, + { + "version": "3.2103.1115.3107", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1115.3107.zip", + "checksum": "31ad1e9933ca46eeec3bea7900d04abf", + "timestamp": "2021-03-11T15:31:17Z" + }, + { + "version": "3.2103.1111.1256", + "changelog": "Fix getting metadata", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_3.2103.1111.1256.zip", + "checksum": "ca473d6d2df1a827046f9b3faf4e950f", + "timestamp": "2021-03-11T11:13:05Z" + }, + { + "version": "2.2103.1100.709", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1100.0709.zip", + "checksum": "e9eeea813e249506704fa973a22ae205", + "timestamp": "2021-03-11T00:07:20Z" + }, + { + "version": "2.2103.1022.4546", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1022.4546.zip", + "checksum": "b092bcba66f28ca90ad064c112ddbed8", + "timestamp": "2021-03-10T22:45:55Z" + }, + { + "version": "2.2103.1019.3933", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1019.3933.zip", + "checksum": "751a69100f5968ba74751630054bced1", + "timestamp": "2021-03-10T19:39:42Z" + }, + { + "version": "2.2103.1014.4550", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1014.4550.zip", + "checksum": "2cd9e8df6f58d6639457e5fc45a1dab2", + "timestamp": "2021-03-10T14:45:59Z" + }, + { + "version": "2.2103.1010.5653", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1010.5653.zip", + "checksum": "8e07a2afd6c09e4669aa892be7ba040c", + "timestamp": "2021-03-10T10:57:02Z" + }, + { + "version": "2.2103.1008.420", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1008.0420.zip", + "checksum": "df872ed802baf9206446e311580a1dee", + "timestamp": "2021-03-10T08:04:30Z" + }, + { + "version": "2.2103.1002.5448", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.1002.5448.zip", + "checksum": "10a6ba64932364da5d96b51f7f029aad", + "timestamp": "2021-03-10T02:54:57Z" + }, + { + "version": "2.2103.923.4514", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0923.4514.zip", + "checksum": "00668fd01d66eebc3daf535ed0154bac", + "timestamp": "2021-03-09T23:45:23Z" + }, + { + "version": "2.2103.922.204", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0922.0204.zip", + "checksum": "2574ef398b8f928d99ca39028657605c", + "timestamp": "2021-03-09T22:02:13Z" + }, + { + "version": "2.2103.919.5433", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0919.5433.zip", + "checksum": "d7eed6854e881e3898b310db1810b791", + "timestamp": "2021-03-09T19:54:42Z" + }, + { + "version": "2.2103.919.2007", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0919.2007.zip", + "checksum": "3aedb44161d2052a874db5209862230a", + "timestamp": "2021-03-09T19:20:16Z" + }, + { + "version": "2.2103.913.4333", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0913.4333.zip", + "checksum": "5fe63ad2e77cc3a37d848f894cb5b89a", + "timestamp": "2021-03-09T13:43:42Z" + }, + { + "version": "2.2103.904.3122", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0904.3122.zip", + "checksum": "fdbb26434bd03dc04c35c2ffc5969708", + "timestamp": "2021-03-09T04:31:32Z" + }, + { + "version": "2.2103.900.2516", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0900.2516.zip", + "checksum": "a35c08b29d3040259cea052ee42211e3", + "timestamp": "2021-03-09T00:25:25Z" + }, + { + "version": "2.2103.814.4542", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0814.4542.zip", + "checksum": "7847a2cb06ca39534d830801ab3ab9f0", + "timestamp": "2021-03-08T14:45:50Z" + }, + { + "version": "2.2103.811.2932", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0811.2932.zip", + "checksum": "7416cfeb8c56284afc51001e26e6a183", + "timestamp": "2021-03-08T11:29:41Z" + }, + { + "version": "2.2103.809.1515", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0809.1515.zip", + "checksum": "159ac84dfebc679b43fe3e3135f8695a", + "timestamp": "2021-03-08T09:15:24Z" + }, + { + "version": "2.2103.808.1458", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0808.1458.zip", + "checksum": "d834759a569c18d53b20f98bff94def1", + "timestamp": "2021-03-08T08:15:07Z" + }, + { + "version": "2.2103.722.5328", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0722.5328.zip", + "checksum": "450b32d9ced0d2283be49de073cd446e", + "timestamp": "2021-03-07T22:53:36Z" + }, + { + "version": "2.2103.715.2127", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0715.2127.zip", + "checksum": "5811f60f9406128344ec725b39eb3d3e", + "timestamp": "2021-03-07T15:21:36Z" + }, + { + "version": "2.2103.312.702", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0312.0702.zip", + "checksum": "8d5849d1149b0958f816aeafdcf6b9d7", + "timestamp": "2021-03-03T12:07:12Z" + }, + { + "version": "2.2103.217.730", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0217.0730.zip", + "checksum": "410eb767ed657d8e74e979a6b04da491", + "timestamp": "2021-03-02T17:07:40Z" + }, + { + "version": "2.2103.216.4029", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0216.4029.zip", + "checksum": "e2434a00065aa2226425c604fc6098e0", + "timestamp": "2021-03-02T16:40:38Z" + }, + { + "version": "2.2103.214.3721", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0214.3721.zip", + "checksum": "88e3d28234f9e2dad5d03a58bcad595b", + "timestamp": "2021-03-02T14:37:30Z" + }, + { + "version": "2.2103.209.348", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0209.0348.zip", + "checksum": "7e2d8e1fd52e707b4057608583a46742", + "timestamp": "2021-03-02T09:03:56Z" + }, + { + "version": "2.2103.202.3428", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0202.3428.zip", + "checksum": "c1675e7ee26abb12f29c59127137ff09", + "timestamp": "2021-03-02T02:34:37Z" + }, + { + "version": "2.2103.123.706", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0123.0706.zip", + "checksum": "7cd01dcacb706f547d82078c550eb955", + "timestamp": "2021-03-01T23:07:15Z" + }, + { + "version": "2.2103.121.2446", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0121.2446.zip", + "checksum": "cced1994462745a26b15fcf98e3e5a62", + "timestamp": "2021-03-01T21:24:55Z" + }, + { + "version": "2.2103.119.1259", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0119.1259.zip", + "checksum": "b46a9e7bc8d8275c5e8c67975e019a57", + "timestamp": "2021-03-01T19:13:10Z" + }, + { + "version": "2.2103.118.1739", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0118.1739.zip", + "checksum": "f224fa97326763bdf2b55ac58fb13815", + "timestamp": "2021-03-01T18:17:48Z" + }, + { + "version": "2.2103.117.2627", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0117.2627.zip", + "checksum": "ffb9111597f763e25d76add706419413", + "timestamp": "2021-03-01T17:26:36Z" + }, + { + "version": "2.2103.116.5916", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0116.5916.zip", + "checksum": "a1d7449615e181b004af90c165e2b9a3", + "timestamp": "2021-03-01T16:59:25Z" + }, + { + "version": "2.2103.115.1806", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0115.1806.zip", + "checksum": "32a8300d2ef6542e4aeac6b76aa06e06", + "timestamp": "2021-03-01T15:18:15Z" + }, + { + "version": "2.2103.114.3222", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0114.3222.zip", + "checksum": "ec0c434bceb5d8641defb2549820a06b", + "timestamp": "2021-03-01T14:32:31Z" + }, + { + "version": "2.2103.113.5809", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0113.5809.zip", + "checksum": "ddc55505dae324fc9535218a5220b6f1", + "timestamp": "2021-03-01T13:58:17Z" + }, + { + "version": "2.2103.110.5000", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0110.5000.zip", + "checksum": "80dee39811bc44f3ab925bd8d6fc8d1e", + "timestamp": "2021-03-01T10:50:10Z" + }, + { + "version": "2.2103.110.2254", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0110.2254.zip", + "checksum": "b8c65d8b0579dd6e38c1202bf00d2ee6", + "timestamp": "2021-03-01T10:23:03Z" + }, + { + "version": "2.2103.109.906", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0109.0906.zip", + "checksum": "0ad278b9bffdabe6686e9ad976e0ddc2", + "timestamp": "2021-03-01T09:09:15Z" + }, + { + "version": "2.2103.104.1901", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2103.0104.1901.zip", + "checksum": "5ad272c2604215a77dd9a02ec37f6019", + "timestamp": "2021-03-01T04:19:11Z" + }, + { + "version": "2.2102.2820.3329", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2820.3329.zip", + "checksum": "2c8322c90b186795d9ff6164a8df8840", + "timestamp": "2021-02-28T20:33:38Z" + }, + { + "version": "2.2102.2816.2411", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2816.2411.zip", + "checksum": "839c587376d2b923211b553f5b70f473", + "timestamp": "2021-02-28T16:24:19Z" + }, + { + "version": "2.2102.2815.5644", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2815.5644.zip", + "checksum": "26175b764107bec30f3a1aec67aee6d6", + "timestamp": "2021-02-28T15:56:53Z" + }, + { + "version": "2.2102.2815.3029", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2815.3029.zip", + "checksum": "3b3ab436f9f0cfd92ad2d6d121e8c16c", + "timestamp": "2021-02-28T15:30:38Z" + }, + { + "version": "2.2102.2811.3637", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2811.3637.zip", + "checksum": "79124d62e63f40ff2ed2372da5bd264e", + "timestamp": "2021-02-28T11:36:46Z" + }, + { + "version": "2.2102.2811.1052", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2811.1052.zip", + "checksum": "8cbf447f555add2a7ed937feec523e75", + "timestamp": "2021-02-28T11:11:01Z" + }, + { + "version": "2.2102.2810.4113", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2810.4113.zip", + "checksum": "b0a2bad9aff14b420a9b1d52837cd485", + "timestamp": "2021-02-28T10:41:22Z" + }, + { + "version": "2.2102.2810.1338", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2810.1338.zip", + "checksum": "cfa21a9ab728a109cb026b7fdfe7e138", + "timestamp": "2021-02-28T10:13:47Z" + }, + { + "version": "2.2102.2809.4648", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2809.4648.zip", + "checksum": "409b6c101a75f246011f2d153d7e6c7b", + "timestamp": "2021-02-28T09:46:58Z" + }, + { + "version": "2.2102.2806.5028", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2806.5028.zip", + "checksum": "6407153a8bb563fa5186c46069a32567", + "timestamp": "2021-02-28T06:50:37Z" + }, + { + "version": "2.2102.2805.1025", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2805.1025.zip", + "checksum": "8c35453a50b7ffce0e9247ff4921be96", + "timestamp": "2021-02-28T05:10:34Z" + }, + { + "version": "2.2102.2804.4334", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2804.4334.zip", + "checksum": "7283a7407edca5ac155fb5518d556051", + "timestamp": "2021-02-28T04:43:44Z" + }, + { + "version": "2.2102.2722.2008", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2722.2008.zip", + "checksum": "74197ca6d3c11121818963ccd6dee98b", + "timestamp": "2021-02-27T22:20:17Z" + }, + { + "version": "2.2102.2719.2301", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2719.2301.zip", + "checksum": "53f8e1ccb6aa11f32d86394145c26963", + "timestamp": "2021-02-27T19:23:11Z" + }, + { + "version": "2.2102.2718.4413", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2718.4413.zip", + "checksum": "f8bcbcc6a4c5bdc83b15b4f9a4082f1a", + "timestamp": "2021-02-27T18:44:22Z" + }, + { + "version": "2.2102.2717.605", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2717.0605.zip", + "checksum": "1bdf20dc03f3705ba172cc5fff252549", + "timestamp": "2021-02-27T17:06:13Z" + }, + { + "version": "2.2102.2707.3833", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2707.3833.zip", + "checksum": "8c862ccefacee0edaa8bebd09fa168d1", + "timestamp": "2021-02-27T07:38:41Z" + }, + { + "version": "2.2102.2705.5400", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2705.5400.zip", + "checksum": "046a5cb39118c43f073c9a9af5a23d2c", + "timestamp": "2021-02-27T05:54:10Z" + }, + { + "version": "2.2102.2705.2713", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2705.2713.zip", + "checksum": "0210c09dd8fae393e39cd31908a823b5", + "timestamp": "2021-02-27T05:27:22Z" + }, + { + "version": "2.2102.2704.2105", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2704.2105.zip", + "checksum": "1fae50dd32e175f2a8eb8a0d72913dba", + "timestamp": "2021-02-27T04:21:14Z" + }, + { + "version": "2.2102.2703.5356", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2703.5356.zip", + "checksum": "a1dc3a5fe15cd39b6624d924fffd1796", + "timestamp": "2021-02-27T03:54:05Z" + }, + { + "version": "2.2102.2621.1023", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2621.1023.zip", + "checksum": "80e3da8f182cfe02e6a1ead43486df46", + "timestamp": "2021-02-26T21:10:31Z" + }, + { + "version": "2.2102.2619.1358", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2619.1358.zip", + "checksum": "f019622e8fb5ad8891a3778ab0e932f6", + "timestamp": "2021-02-26T19:14:08Z" + }, + { + "version": "2.2102.2618.4654", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2618.4654.zip", + "checksum": "cdf99a8ef78d8598d6a2554da03c5db9", + "timestamp": "2021-02-26T18:47:02Z" + }, + { + "version": "2.2102.2612.4452", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2612.4452.zip", + "checksum": "eb4584081c5da045e1c2baaa16920dd5", + "timestamp": "2021-02-26T12:45:00Z" + }, + { + "version": "2.2102.2523.4157", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2523.4157.zip", + "checksum": "025ebe4a9ba8617d9a25e299b6ac5958", + "timestamp": "2021-02-25T23:42:08Z" + }, + { + "version": "2.2102.2508.4429", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2508.4429.zip", + "checksum": "03881feb60ab31a1cbd2c05ae057cdf9", + "timestamp": "2021-02-25T08:44:37Z" + }, + { + "version": "2.2102.2423.1232", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2423.1232.zip", + "checksum": "7d1d149770382fd7f52eba810ddcb9ac", + "timestamp": "2021-02-24T23:12:42Z" + }, + { + "version": "2.2102.2422.4609", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2422.4609.zip", + "checksum": "c483c96e603a2f6b5292c842df3850c9", + "timestamp": "2021-02-24T22:46:18Z" + }, + { + "version": "2.2102.2421.2920", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2421.2920.zip", + "checksum": "a00641bde6fb9a6200b640b5cc1a15a1", + "timestamp": "2021-02-24T21:29:29Z" + }, + { + "version": "2.2102.2416.4735", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2416.4735.zip", + "checksum": "625bdda5b36a3e0b4017a81726770eec", + "timestamp": "2021-02-24T16:47:45Z" + }, + { + "version": "2.2102.2416.2052", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2416.2052.zip", + "checksum": "562041d3c53a9ed6269f7745ede85ae5", + "timestamp": "2021-02-24T16:21:01Z" + }, + { + "version": "2.2102.2411.4202", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2411.4202.zip", + "checksum": "1be56f4cab1100eee6bd356a3b627237", + "timestamp": "2021-02-24T11:42:15Z" + }, + { + "version": "2.2102.2401.5520", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2401.5520.zip", + "checksum": "1a28cd6e68de5583a5e6049bd56c0206", + "timestamp": "2021-02-24T01:55:29Z" + }, + { + "version": "2.2102.2321.1039", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2321.1039.zip", + "checksum": "ccc824b8de4c61822dd9e48ff1688826", + "timestamp": "2021-02-23T21:10:49Z" + }, + { + "version": "2.2102.2317.1349", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2317.1349.zip", + "checksum": "cdee1a354c9d85ec32b16e9532ea6c8b", + "timestamp": "2021-02-23T17:13:58Z" + }, + { + "version": "2.2102.2312.2743", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2312.2743.zip", + "checksum": "13da74cc266d037cc3dcae85502ff768", + "timestamp": "2021-02-23T12:27:53Z" + }, + { + "version": "2.2102.2302.5808", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2302.5808.zip", + "checksum": "1965891f84020917d9abb858407db1c2", + "timestamp": "2021-02-23T02:58:17Z" + }, + { + "version": "2.2102.2302.2938", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2302.2938.zip", + "checksum": "0dd18393409e84058f5bb8674b51b64d", + "timestamp": "2021-02-23T02:29:46Z" + }, + { + "version": "2.2102.2222.159", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2222.0159.zip", + "checksum": "94eddf0487c86e825f586936106d5f72", + "timestamp": "2021-02-22T22:02:08Z" + }, + { + "version": "2.2102.2217.3447", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2217.3447.zip", + "checksum": "c664d92dd13917e4d073a5905ab3e204", + "timestamp": "2021-02-22T17:34:56Z" + }, + { + "version": "2.2102.2216.4010", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2216.4010.zip", + "checksum": "12b7fc539a99d9f85da406827ba23eb9", + "timestamp": "2021-02-22T16:40:19Z" + }, + { + "version": "2.2102.2213.4151", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2213.4151.zip", + "checksum": "4fe3e0f96a5e48622d29a835b2a4c8b3", + "timestamp": "2021-02-22T13:42:01Z" + }, + { + "version": "2.2102.2207.3845", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2207.3845.zip", + "checksum": "a8a36a407cb82b18687e8817297a274b", + "timestamp": "2021-02-22T07:38:53Z" + }, + { + "version": "2.2102.2205.5355", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2205.5355.zip", + "checksum": "077942205758072a0dc04198089f9663", + "timestamp": "2021-02-22T05:54:05Z" + }, + { + "version": "2.2102.2204.5145", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2204.5145.zip", + "checksum": "1df8032bf302b2a04576e246b11e2601", + "timestamp": "2021-02-22T04:51:53Z" + }, + { + "version": "2.2102.2201.4743", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2201.4743.zip", + "checksum": "68986b8eb6f1530203b57bd29befd671", + "timestamp": "2021-02-22T01:47:51Z" + }, + { + "version": "2.2102.2119.2554", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2119.2554.zip", + "checksum": "11c87e2516f9abf4813e501aa769481f", + "timestamp": "2021-02-21T19:26:04Z" + }, + { + "version": "2.2102.2116.910", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2116.0910.zip", + "checksum": "4e63ab41eadfd550bdffca3e325f92ed", + "timestamp": "2021-02-21T16:09:19Z" + }, + { + "version": "2.2102.2107.2545", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2107.2545.zip", + "checksum": "c5860180d7f7e2ccab9dd90f49c4d3e8", + "timestamp": "2021-02-21T07:25:55Z" + }, + { + "version": "2.2102.2023.3241", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2023.3241.zip", + "checksum": "47227231a79851d8c6cf3accc9e2b22f", + "timestamp": "2021-02-20T23:32:50Z" + }, + { + "version": "2.2102.2023.623", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2023.0623.zip", + "checksum": "178ba9296f341f1604783b41a19afb84", + "timestamp": "2021-02-20T23:06:32Z" + }, + { + "version": "2.2102.2015.4812", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2015.4812.zip", + "checksum": "07fac76004ab2117a7721e73d060bfc6", + "timestamp": "2021-02-20T15:48:21Z" + }, + { + "version": "2.2102.2002.2208", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.2002.2208.zip", + "checksum": "797893e4f72b6cab6ee1ad74d3791e70", + "timestamp": "2021-02-20T02:22:17Z" + }, + { + "version": "2.2102.1912.4328", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1912.4328.zip", + "checksum": "4c71afe2e7c04f7b262d24d25db1687e", + "timestamp": "2021-02-19T12:43:37Z" + }, + { + "version": "2.2102.1822.5549", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1822.5549.zip", + "checksum": "e44056cdfcb681e0ff0e753034a48b99", + "timestamp": "2021-02-18T22:56:00Z" + }, + { + "version": "2.2102.1819.332", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1819.0332.zip", + "checksum": "7fb8f6ddf9eebd4daa2857f9f6ff8697", + "timestamp": "2021-02-18T19:03:40Z" + }, + { + "version": "2.2102.1817.1551", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1817.1551.zip", + "checksum": "5a665eb5c889b4e3fa3751d1da40141b", + "timestamp": "2021-02-18T17:16:01Z" + }, + { + "version": "2.2102.1719.4840", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1719.4840.zip", + "checksum": "cf4de04f8f1084956fea0aabbdddb67d", + "timestamp": "2021-02-17T19:48:49Z" + }, + { + "version": "2.2102.1710.1110", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1710.1110.zip", + "checksum": "16328cabba7d6a9341560f89f4a8cc20", + "timestamp": "2021-02-17T10:11:18Z" + }, + { + "version": "2.2102.1709.3618", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1709.3618.zip", + "checksum": "e26bf20fd441142c5367a2c52aea79c5", + "timestamp": "2021-02-17T09:36:27Z" + }, + { + "version": "2.2102.1706.4600", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1706.4600.zip", + "checksum": "39d76c1847bc5d9cb5bbc76adcc920d2", + "timestamp": "2021-02-17T06:46:09Z" + }, + { + "version": "2.2102.1705.2720", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1705.2720.zip", + "checksum": "f68104a7e8e97c7f6d9a2d04e9b94a68", + "timestamp": "2021-02-17T05:27:30Z" + }, + { + "version": "2.2102.1704.2235", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1704.2235.zip", + "checksum": "d2aa6d581323e2d029c2965c73c1c2dd", + "timestamp": "2021-02-17T04:22:44Z" + }, + { + "version": "2.2102.1703.5545", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1703.5545.zip", + "checksum": "60b8ce9e093c574db0536a20cffddc52", + "timestamp": "2021-02-17T03:55:55Z" + }, + { + "version": "2.2102.1703.2710", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1703.2710.zip", + "checksum": "7853d29880c86dc81f929b41c11bdc64", + "timestamp": "2021-02-17T03:27:20Z" + }, + { + "version": "2.2102.1618.5540", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1618.5540.zip", + "checksum": "948d43138a3b5325368fe32c917cbee3", + "timestamp": "2021-02-16T18:55:49Z" + }, + { + "version": "2.2102.1615.5911", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1615.5911.zip", + "checksum": "63773e6470fa081123d0acb87636e08c", + "timestamp": "2021-02-16T15:59:20Z" + }, + { + "version": "2.2102.1605.4418", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1605.4418.zip", + "checksum": "089dd07866b4593b7aa91c21e888c740", + "timestamp": "2021-02-16T05:44:28Z" + }, + { + "version": "2.2102.1605.1730", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1605.1730.zip", + "checksum": "5fe6e9da2ae2460060e9b56b433bc766", + "timestamp": "2021-02-16T05:17:38Z" + }, + { + "version": "2.2102.1519.4425", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1519.4425.zip", + "checksum": "d571db1b1736e8acde1f64f1c110a75c", + "timestamp": "2021-02-15T19:44:34Z" + }, + { + "version": "2.2102.1513.5953", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1513.5953.zip", + "checksum": "e35acb54073c63a185afb37bc89a0af6", + "timestamp": "2021-02-15T14:00:03Z" + }, + { + "version": "2.2102.1509.1405", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1509.1405.zip", + "checksum": "2893e6acdd6147a959f74c470be83450", + "timestamp": "2021-02-15T09:14:14Z" + }, + { + "version": "2.2102.1417.5301", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1417.5301.zip", + "checksum": "51938b489906b662b1ab0553b2bb3f30", + "timestamp": "2021-02-14T17:53:11Z" + }, + { + "version": "2.2102.1416.2348", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1416.2348.zip", + "checksum": "f751a4b17c028810e6a48adcbd358744", + "timestamp": "2021-02-14T16:23:58Z" + }, + { + "version": "2.2102.1408.1830", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1408.1830.zip", + "checksum": "6e0955eb9963a755aad49d73cf82d035", + "timestamp": "2021-02-14T08:18:38Z" + }, + { + "version": "2.2102.1407.1109", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1407.1109.zip", + "checksum": "3faabedf119d688548e094ec6c23d5d5", + "timestamp": "2021-02-14T07:11:18Z" + }, + { + "version": "2.2102.1319.336", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1319.0336.zip", + "checksum": "ad530468d133d47e0385512166105b82", + "timestamp": "2021-02-13T19:03:45Z" + }, + { + "version": "2.2102.1310.3700", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1310.3700.zip", + "checksum": "2c52aed8350fca56eebb405a602dce3a", + "timestamp": "2021-02-13T10:37:09Z" + }, + { + "version": "2.2102.1310.30", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1310.0030.zip", + "checksum": "d15116f2ae3d56888ee152da19852bb0", + "timestamp": "2021-02-13T10:00:39Z" + }, + { + "version": "2.2102.1304.5728", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1304.5728.zip", + "checksum": "cbea1bed502e236328f871ccdea49ec9", + "timestamp": "2021-02-13T04:57:38Z" + }, + { + "version": "2.2102.1302.1928", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1302.1928.zip", + "checksum": "5706667f996b5af059c2bcc2fbdb74de", + "timestamp": "2021-02-13T02:19:36Z" + }, + { + "version": "2.2102.1218.2813", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1218.2813.zip", + "checksum": "8e336cec58f7e37e46d098b1f4a4200b", + "timestamp": "2021-02-12T18:28:21Z" + }, + { + "version": "2.2102.1209.817", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1209.0817.zip", + "checksum": "e61410fb3b389cb11329d70a2e3ea7b6", + "timestamp": "2021-02-12T09:08:27Z" + }, + { + "version": "2.2102.1118.5811", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1118.5811.zip", + "checksum": "c073247bec9994223126750dc242f63a", + "timestamp": "2021-02-11T18:58:20Z" + }, + { + "version": "2.2102.1117.1517", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1117.1517.zip", + "checksum": "21fc34fdf362ca4afaa9e9318ecd7ddb", + "timestamp": "2021-02-11T17:15:26Z" + }, + { + "version": "2.2102.1116.4216", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1116.4216.zip", + "checksum": "783315ee1497ede3d3f406169c1a779a", + "timestamp": "2021-02-11T16:42:25Z" + }, + { + "version": "2.2102.1114.5622", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1114.5622.zip", + "checksum": "1af8c2aed6f5ed06c532418d3514d9ec", + "timestamp": "2021-02-11T14:56:31Z" + }, + { + "version": "2.2102.1108.2405", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1108.2405.zip", + "checksum": "57f92949b8779cfc66cb73e27d02fba5", + "timestamp": "2021-02-11T08:24:15Z" + }, + { + "version": "2.2102.1107.5544", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1107.5544.zip", + "checksum": "3b5738cb5fd5c3fdde17f979dd11609f", + "timestamp": "2021-02-11T07:55:53Z" + }, + { + "version": "2.2102.1017.741", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1017.0741.zip", + "checksum": "b31bbadbed933a42c6a598c0c39ee4ed", + "timestamp": "2021-02-10T17:07:50Z" + }, + { + "version": "2.2102.1015.3529", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1015.3529.zip", + "checksum": "5aea6ef90e67f42d318234cb2232c156", + "timestamp": "2021-02-10T15:35:38Z" + }, + { + "version": "2.2102.1015.621", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1015.0621.zip", + "checksum": "90299e6f4d8980b4f578793e87cfb0c8", + "timestamp": "2021-02-10T15:06:30Z" + }, + { + "version": "2.2102.1014.715", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1014.0715.zip", + "checksum": "2eed2c64c52bc168723a8342bdc30a15", + "timestamp": "2021-02-10T14:07:25Z" + }, + { + "version": "2.2102.1011.4301", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1011.4301.zip", + "checksum": "28b1017c5aa359ad8a49b64ff445bd8f", + "timestamp": "2021-02-10T11:43:22Z" + }, + { + "version": "2.2102.1010.5310", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1010.5310.zip", + "checksum": "75249cf254f8a59f4544269121da4fb4", + "timestamp": "2021-02-10T10:53:26Z" + }, + { + "version": "2.2102.1007.21", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1007.0021.zip", + "checksum": "108302cc2385a197ed9036b8e8e2dba4", + "timestamp": "2021-02-10T07:00:40Z" + }, + { + "version": "2.2102.1002.4034", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1002.4034.zip", + "checksum": "2695d05581e2df0f540deba9007e8860", + "timestamp": "2021-02-10T02:40:43Z" + }, + { + "version": "2.2102.1001.2821", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.1001.2821.zip", + "checksum": "5fb55d977de0585168e023f52915ca40", + "timestamp": "2021-02-10T01:28:30Z" + }, + { + "version": "2.2102.916.1324", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0916.1324.zip", + "checksum": "4cfdf5a485baab85b99f11ad631f2a48", + "timestamp": "2021-02-09T16:13:33Z" + }, + { + "version": "2.2102.903.124", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0903.0124.zip", + "checksum": "55bf8a104fa5eeb7b9d6ccdd1fcf1113", + "timestamp": "2021-02-09T03:01:33Z" + }, + { + "version": "2.2102.902.3224", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0902.3224.zip", + "checksum": "1bde3de73d8d206d29d2c21f4b4cef79", + "timestamp": "2021-02-09T02:32:33Z" + }, + { + "version": "2.2102.815.5354", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0815.5354.zip", + "checksum": "8598a17e84f4f4c8110063ec8eac4f6b", + "timestamp": "2021-02-08T15:54:03Z" + }, + { + "version": "2.2102.815.2502", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0815.2502.zip", + "checksum": "dea78c13ec4ec144d45a91ad0db4967f", + "timestamp": "2021-02-08T15:25:11Z" + }, + { + "version": "2.2102.814.5541", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0814.5541.zip", + "checksum": "7b8ed6d8f6e2d92ab1d812204f7bb630", + "timestamp": "2021-02-08T14:55:50Z" + }, + { + "version": "2.2102.814.2547", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0814.2547.zip", + "checksum": "71a3725e8d55ec6797efccb191cf979b", + "timestamp": "2021-02-08T14:25:56Z" + }, + { + "version": "2.2102.812.2700", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0812.2700.zip", + "checksum": "85f3b3955d79d186c31cebdfec893142", + "timestamp": "2021-02-08T12:27:09Z" + }, + { + "version": "2.2102.811.5233", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0811.5233.zip", + "checksum": "895c98943c0848a1036ae29baa9dc009", + "timestamp": "2021-02-08T11:52:43Z" + }, + { + "version": "2.2102.809.4445", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0809.4445.zip", + "checksum": "81f8d5e7c99cd2de68c4b388f95e857a", + "timestamp": "2021-02-08T09:44:54Z" + }, + { + "version": "2.2102.808.5422", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0808.5422.zip", + "checksum": "e758ecc8ee9cd444ac8af701c2bfa8ea", + "timestamp": "2021-02-08T08:54:31Z" + }, + { + "version": "2.2102.806.2816", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0806.2816.zip", + "checksum": "a076092c5d34296ad8130ac8839134e7", + "timestamp": "2021-02-08T06:28:25Z" + }, + { + "version": "2.2102.805.5956", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0805.5956.zip", + "checksum": "85207492039f9828cdefa4553cec7cbe", + "timestamp": "2021-02-08T06:00:05Z" + }, + { + "version": "2.2102.720.2537", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0720.2537.zip", + "checksum": "6a56c66875b534b14f7939b3dbb8c2d5", + "timestamp": "2021-02-07T20:25:45Z" + }, + { + "version": "2.2102.716.5821", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0716.5821.zip", + "checksum": "4c30181b9784a1faeed76363e2814356", + "timestamp": "2021-02-07T16:58:30Z" + }, + { + "version": "2.2102.716.3026", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0716.3026.zip", + "checksum": "64606be8df3dcee5a8687ef56d23a42c", + "timestamp": "2021-02-07T16:30:35Z" + }, + { + "version": "2.2102.710.2805", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0710.2805.zip", + "checksum": "fd09bf58dc164df861d9f1ec44082a47", + "timestamp": "2021-02-07T10:28:15Z" + }, + { + "version": "2.2102.702.1013", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0702.1013.zip", + "checksum": "c15eadbfcbbe94838f609299ef7b27a0", + "timestamp": "2021-02-07T02:10:22Z" + }, + { + "version": "2.2102.701.4138", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0701.4138.zip", + "checksum": "9b147aa2287790f863ad90b41b067293", + "timestamp": "2021-02-07T01:41:47Z" + }, + { + "version": "2.2102.618.2527", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0618.2527.zip", + "checksum": "4e87638e4a0e7e2ad61fa584f8e11d6d", + "timestamp": "2021-02-06T18:25:36Z" + }, + { + "version": "2.2102.519.2808", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0519.2808.zip", + "checksum": "027812d6d4e76a9b006e337a337482c3", + "timestamp": "2021-02-05T19:28:17Z" + }, + { + "version": "2.2102.511.5723", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0511.5723.zip", + "checksum": "6a52c8d5c96d4a6d00eddca0b0f34235", + "timestamp": "2021-02-05T11:57:33Z" + }, + { + "version": "2.2102.511.2939", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0511.2939.zip", + "checksum": "56b83c850fdb56c0bee93688024a61c5", + "timestamp": "2021-02-05T11:29:48Z" + }, + { + "version": "2.2102.503.3745", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0503.3745.zip", + "checksum": "a1cc7a457e30dbe9cac8dafe7bb87ba2", + "timestamp": "2021-02-05T03:37:54Z" + }, + { + "version": "2.2102.503.806", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0503.0806.zip", + "checksum": "262c579bf783f0178ac82d20183a637a", + "timestamp": "2021-02-05T03:08:15Z" + }, + { + "version": "2.2102.414.4957", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0414.4957.zip", + "checksum": "13aba01f95f9060c017f1bf1c13c6b22", + "timestamp": "2021-02-04T14:50:06Z" + }, + { + "version": "2.2102.413.1411", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0413.1411.zip", + "checksum": "cd132bf0efc5310d1878d19456a1cbd7", + "timestamp": "2021-02-04T13:14:20Z" + }, + { + "version": "2.2102.308.1529", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0308.1529.zip", + "checksum": "1c554f2b084931c5f3bbf4e3e16e2956", + "timestamp": "2021-02-03T08:15:39Z" + }, + { + "version": "2.2102.307.4624", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0307.4624.zip", + "checksum": "3307836f9042ccc5b5feba7f335ced6b", + "timestamp": "2021-02-03T07:46:33Z" + }, + { + "version": "2.2102.217.5217", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0217.5217.zip", + "checksum": "c12318433387cdc521866e46bb49ea8b", + "timestamp": "2021-02-02T17:52:26Z" + }, + { + "version": "2.2102.210.2346", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0210.2346.zip", + "checksum": "e68c3769c50ee24591eed3b7f7808a3d", + "timestamp": "2021-02-02T10:23:57Z" + }, + { + "version": "2.2102.203.2320", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0203.2320.zip", + "checksum": "79f1a5cd052f5aa365ec190e63488f6f", + "timestamp": "2021-02-02T03:23:29Z" + }, + { + "version": "2.2102.119.2931", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0119.2931.zip", + "checksum": "885f1577fa3f60aafbf8e776c02bb880", + "timestamp": "2021-02-01T19:29:40Z" + }, + { + "version": "2.2102.119.53", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0119.0053.zip", + "checksum": "32ddbb12580a4de94075883382c0363f", + "timestamp": "2021-02-01T19:01:02Z" + }, + { + "version": "2.2102.104.4958", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2102.0104.4958.zip", + "checksum": "5b9df8d3fc61d46abd8d680dd441bc80", + "timestamp": "2021-02-01T04:50:07Z" + }, + { + "version": "2.2101.3122.4427", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3122.4427.zip", + "checksum": "2ac4c29233df618ee11a5f3787a39bb4", + "timestamp": "2021-01-31T22:44:36Z" + }, + { + "version": "2.2101.3117.3018", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3117.3018.zip", + "checksum": "2c567b783e5740a7f2d48d7484abab65", + "timestamp": "2021-01-31T17:30:27Z" + }, + { + "version": "2.2101.3117.239", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3117.0239.zip", + "checksum": "ee050cbb7c67265177a371c9ad500a81", + "timestamp": "2021-01-31T17:02:47Z" + }, + { + "version": "2.2101.3112.1918", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3112.1918.zip", + "checksum": "c2544985bf044e0eb7a784ad7a4ff998", + "timestamp": "2021-01-31T12:19:27Z" + }, + { + "version": "2.2101.3022.2109", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3022.2109.zip", + "checksum": "43985ade065b12cecdaa7c18383f7a42", + "timestamp": "2021-01-30T22:21:18Z" + }, + { + "version": "2.2101.3008.2028", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3008.2028.zip", + "checksum": "dcbdd91f1fc2ad5345ef6ebba78768ac", + "timestamp": "2021-01-30T08:20:37Z" + }, + { + "version": "2.2101.3007.5149", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.3007.5149.zip", + "checksum": "c12ff4d5ac966b12cb8e5c07493e8d96", + "timestamp": "2021-01-30T07:51:58Z" + }, + { + "version": "2.2101.2906.5858", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2906.5858.zip", + "checksum": "840b3733017a6d633777fb87be84e9c7", + "timestamp": "2021-01-29T06:59:07Z" + }, + { + "version": "2.2101.2801.803", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2801.0803.zip", + "checksum": "1035a222f5e9842b337c368e7954ee02", + "timestamp": "2021-01-28T01:08:16Z" + }, + { + "version": "2.2101.2718.1305", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2718.1305.zip", + "checksum": "4e6dae36a8e3e7484e3fedb34126ec5b", + "timestamp": "2021-01-27T18:13:14Z" + }, + { + "version": "2.2101.2715.3214", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2715.3214.zip", + "checksum": "32318d23089630e6603db86cb3c358c8", + "timestamp": "2021-01-27T15:32:23Z" + }, + { + "version": "2.2101.2708.547", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2708.0547.zip", + "checksum": "d164cda86b63f864b33e534847ed0c16", + "timestamp": "2021-01-27T08:05:55Z" + }, + { + "version": "2.2101.2618.3756", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2618.3756.zip", + "checksum": "8594cda9d67377218c0378f4482324d3", + "timestamp": "2021-01-26T18:38:05Z" + }, + { + "version": "2.2101.2618.900", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2618.0900.zip", + "checksum": "1920786133c611919e51adf8ba63723e", + "timestamp": "2021-01-26T18:09:09Z" + }, + { + "version": "2.2101.2617.1250", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2617.1250.zip", + "checksum": "f7dfe20212a7f1ca0d343903ed06bb6b", + "timestamp": "2021-01-26T17:12:59Z" + }, + { + "version": "2.2101.2611.3839", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2611.3839.zip", + "checksum": "60bb0acfbbd164ee8133ee4dce9703fd", + "timestamp": "2021-01-26T11:38:48Z" + }, + { + "version": "2.2101.2521.3642", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2521.3642.zip", + "checksum": "a5a4f4a6fc36bcdd114ab639d538f04c", + "timestamp": "2021-01-25T21:36:50Z" + }, + { + "version": "2.2101.2519.5449", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2519.5449.zip", + "checksum": "868f48c18f3ca41f8efc4e599ab11900", + "timestamp": "2021-01-25T19:54:58Z" + }, + { + "version": "2.2101.2518.5619", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2518.5619.zip", + "checksum": "86a75e34d1dc44053f369a5260b93e62", + "timestamp": "2021-01-25T18:56:28Z" + }, + { + "version": "2.2101.2517.5635", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2517.5635.zip", + "checksum": "faca8a2bd6bef69a1fc48386e88317c0", + "timestamp": "2021-01-25T17:56:44Z" + }, + { + "version": "2.2101.2516.2840", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2516.2840.zip", + "checksum": "a4bdb96fc20b5f400cf6ff4855115ed2", + "timestamp": "2021-01-25T16:28:49Z" + }, + { + "version": "2.2101.2515.2030", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2515.2030.zip", + "checksum": "88bb6596bace145772402bf4340a39f8", + "timestamp": "2021-01-25T15:20:40Z" + }, + { + "version": "2.2101.2513.734", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2513.0734.zip", + "checksum": "e476bf4dbd2ee77911c0472dfd10f5a5", + "timestamp": "2021-01-25T13:07:43Z" + }, + { + "version": "2.2101.2512.2545", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2512.2545.zip", + "checksum": "fdd837c3723d68872e76246544ae8614", + "timestamp": "2021-01-25T12:25:55Z" + }, + { + "version": "2.2101.2511.3549", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2511.3549.zip", + "checksum": "17126d1cec55fc052926e46fd598ca39", + "timestamp": "2021-01-25T11:35:58Z" + }, + { + "version": "2.2101.2504.3044", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2504.3044.zip", + "checksum": "4187bbfce3e26e4eb434a9f631e1fbb4", + "timestamp": "2021-01-25T04:30:52Z" + }, + { + "version": "2.2101.2420.1052", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2420.1052.zip", + "checksum": "9d08d5aecfd2a8a451c70bbc784b58ba", + "timestamp": "2021-01-24T20:11:01Z" + }, + { + "version": "2.2101.2419.4057", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2419.4057.zip", + "checksum": "4c9d0d979f7cc00045d4224e3ea86e20", + "timestamp": "2021-01-24T19:41:05Z" + }, + { + "version": "2.2101.2418.3229", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2418.3229.zip", + "checksum": "f01fc21673f9defa5ae2098a82936781", + "timestamp": "2021-01-24T18:32:38Z" + }, + { + "version": "2.2101.2413.4028", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2413.4028.zip", + "checksum": "3ed32776c0d9523b4ff67bd91276ae66", + "timestamp": "2021-01-24T13:40:36Z" + }, + { + "version": "2.2101.2410.4258", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2410.4258.zip", + "checksum": "f3ffedb0cc8d1b0165aee08dd29a3803", + "timestamp": "2021-01-24T10:43:06Z" + }, + { + "version": "2.2101.2400.2701", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2400.2701.zip", + "checksum": "5a66e14fba086ac7030f9fee50d88ba7", + "timestamp": "2021-01-24T00:27:13Z" + }, + { + "version": "2.2101.2323.2904", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2323.2904.zip", + "checksum": "912ffd2211c96220b4af5d3cca83636d", + "timestamp": "2021-01-23T23:29:12Z" + }, + { + "version": "2.2101.2321.605", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2321.0605.zip", + "checksum": "5d4ec6c7034a553177226e085adc2f6f", + "timestamp": "2021-01-23T21:06:14Z" + }, + { + "version": "2.2101.2320.3638", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2320.3638.zip", + "checksum": "beb77a2a9dec49cb21340f0c1d7efe32", + "timestamp": "2021-01-23T20:36:48Z" + }, + { + "version": "2.2101.2320.725", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2320.0725.zip", + "checksum": "a9520e987511dacef439b7f060ef6070", + "timestamp": "2021-01-23T20:07:34Z" + }, + { + "version": "2.2101.2314.4106", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2314.4106.zip", + "checksum": "9e1bcd742833062bd8bac0c6b4ba15ea", + "timestamp": "2021-01-23T14:41:15Z" + }, + { + "version": "2.2101.2314.1209", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2314.1209.zip", + "checksum": "2860fb9949343a441527b3eba5b500d0", + "timestamp": "2021-01-23T14:12:19Z" + }, + { + "version": "2.2101.2313.2222", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2313.2222.zip", + "checksum": "89d43f3259f92e40fa0f11e8b5fcf5aa", + "timestamp": "2021-01-23T13:22:30Z" + }, + { + "version": "2.2101.2223.2448", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2223.2448.zip", + "checksum": "17b1d72567f7ca7088ab57900f0927f8", + "timestamp": "2021-01-22T23:24:57Z" + }, + { + "version": "2.2101.2222.5649", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2222.5649.zip", + "checksum": "1fe36077e23b35e12d80d470a994d809", + "timestamp": "2021-01-22T22:56:58Z" + }, + { + "version": "2.2101.2218.524", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2218.0524.zip", + "checksum": "4df6d7189c6b2b8c4f2dcadf8dc21dbc", + "timestamp": "2021-01-22T18:05:33Z" + }, + { + "version": "2.2101.2210.2253", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2210.2253.zip", + "checksum": "cf7bd5ac9fbf3b02f7a2e42409feaaf6", + "timestamp": "2021-01-22T10:23:01Z" + }, + { + "version": "2.2101.2208.1312", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2208.1312.zip", + "checksum": "0b4a2ef8c79a9c4f937366fc84656367", + "timestamp": "2021-01-22T08:13:21Z" + }, + { + "version": "2.2101.2201.2251", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2201.2251.zip", + "checksum": "c8a9c19fabb98b3a37c6530113198d40", + "timestamp": "2021-01-22T01:23:00Z" + }, + { + "version": "2.2101.2200.5507", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2200.5507.zip", + "checksum": "a4e769743d5597d6382359ade67609e7", + "timestamp": "2021-01-22T00:55:15Z" + }, + { + "version": "2.2101.2200.2533", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2200.2533.zip", + "checksum": "7534f9b8a3b3645d688101f3fe366318", + "timestamp": "2021-01-22T00:25:42Z" + }, + { + "version": "2.2101.2121.3740", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2121.3740.zip", + "checksum": "c7157949a1be578f14c25dbe239f49bb", + "timestamp": "2021-01-21T21:37:48Z" + }, + { + "version": "2.2101.2120.3845", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2120.3845.zip", + "checksum": "bae1532c6f39a55c6f3e34806cb8b926", + "timestamp": "2021-01-21T20:38:55Z" + }, + { + "version": "2.2101.2120.924", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2120.0924.zip", + "checksum": "a6a41ba037da7199ff91bb9f79305c06", + "timestamp": "2021-01-21T20:09:33Z" + }, + { + "version": "2.2101.2118.3423", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2118.3423.zip", + "checksum": "d21d937bd35c51abc58fc6259e9290ca", + "timestamp": "2021-01-21T18:34:32Z" + }, + { + "version": "2.2101.2118.531", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2118.0531.zip", + "checksum": "bdb7d2342108b42d2549fabf5672936d", + "timestamp": "2021-01-21T18:05:40Z" + }, + { + "version": "2.2101.2100.3531", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2100.3531.zip", + "checksum": "8b8cb6f07c4bfcf456ef7a4889a2cfc0", + "timestamp": "2021-01-21T00:35:40Z" + }, + { + "version": "2.2101.2100.601", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2100.0601.zip", + "checksum": "ad625c803a3641d787a4b8862aa7fa38", + "timestamp": "2021-01-21T00:06:10Z" + }, + { + "version": "2.2101.2023.3735", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2023.3735.zip", + "checksum": "282b63e09b55699817d3d34125fcf7a3", + "timestamp": "2021-01-20T23:37:44Z" + }, + { + "version": "2.2101.2018.2642", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2018.2642.zip", + "checksum": "364a3b26ec207dfcb859902c25a59a04", + "timestamp": "2021-01-20T18:26:51Z" + }, + { + "version": "2.2101.2017.3629", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2017.3629.zip", + "checksum": "81e8aa47da14554d645a7e8f23a91eae", + "timestamp": "2021-01-20T17:36:38Z" + }, + { + "version": "2.2101.2013.237", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2013.0237.zip", + "checksum": "1bfb08459e90fedd0d3e9876614107ca", + "timestamp": "2021-01-20T13:02:46Z" + }, + { + "version": "2.2101.2012.604", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2012.0604.zip", + "checksum": "d3128f4b001313ba9bdb5207821b8134", + "timestamp": "2021-01-20T12:06:12Z" + }, + { + "version": "2.2101.2010.4258", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2010.4258.zip", + "checksum": "eb50feab3deb12d8332672a6315540ed", + "timestamp": "2021-01-20T10:43:07Z" + }, + { + "version": "2.2101.2010.1516", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2010.1516.zip", + "checksum": "45b7826845f3940d5bcf197dad177f77", + "timestamp": "2021-01-20T10:15:24Z" + }, + { + "version": "2.2101.2007.1108", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.2007.1108.zip", + "checksum": "207858c4f7ff77a21917cbab4c2e15f9", + "timestamp": "2021-01-20T07:11:17Z" + }, + { + "version": "2.2101.1920.2421", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1920.2421.zip", + "checksum": "c3ba1dfa0d87bb0b2b124441ee131720", + "timestamp": "2021-01-19T20:24:31Z" + }, + { + "version": "2.2101.1919.4513", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1919.4513.zip", + "checksum": "9342f86ab2f867f1a5b5716bb16decac", + "timestamp": "2021-01-19T19:45:21Z" + }, + { + "version": "2.2101.1917.5254", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1917.5254.zip", + "checksum": "05e95cb882615c55191dc9301859a999", + "timestamp": "2021-01-19T17:53:03Z" + }, + { + "version": "2.2101.1815.4659", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1815.4659.zip", + "checksum": "d915d7a96e9223787bdf9d5631ffaa2a", + "timestamp": "2021-01-18T15:47:08Z" + }, + { + "version": "2.2101.1815.1831", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1815.1831.zip", + "checksum": "cb1b9f839bb8665dc6c0c8c06b0c4284", + "timestamp": "2021-01-18T15:18:40Z" + }, + { + "version": "2.2101.1813.5742", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1813.5742.zip", + "checksum": "415957f239be3b898051f89b6c565803", + "timestamp": "2021-01-18T13:57:52Z" + }, + { + "version": "2.2101.1800.5618", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1800.5618.zip", + "checksum": "113e3d93859b40caeec61965ec6c3dee", + "timestamp": "2021-01-18T00:56:27Z" + }, + { + "version": "2.2101.1720.3024", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1720.3024.zip", + "checksum": "c6e6f20e88290d399cc257b267dd861d", + "timestamp": "2021-01-17T20:30:33Z" + }, + { + "version": "2.2101.1717.847", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1717.0847.zip", + "checksum": "83b498ca7b1e3a6089263b01a602acfa", + "timestamp": "2021-01-17T17:08:57Z" + }, + { + "version": "2.2101.1716.3957", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1716.3957.zip", + "checksum": "237ca04494a7b6279e78d23f48e9fd4a", + "timestamp": "2021-01-17T16:40:06Z" + }, + { + "version": "2.2101.1715.5023", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1715.5023.zip", + "checksum": "f1ca4dee9df1312a21bfe6039046eb3e", + "timestamp": "2021-01-17T15:50:33Z" + }, + { + "version": "2.2101.1715.2138", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1715.2138.zip", + "checksum": "13784925a2e33bb9335462eb2460fcfb", + "timestamp": "2021-01-17T15:21:46Z" + }, + { + "version": "2.2101.1714.1945", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1714.1945.zip", + "checksum": "d9e062333fe171929d0811003df7dbc0", + "timestamp": "2021-01-17T14:19:53Z" + }, + { + "version": "2.2101.1706.3457", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1706.3457.zip", + "checksum": "c7c36c144274b6bccdcb5b581be9ca68", + "timestamp": "2021-01-17T06:35:06Z" + }, + { + "version": "2.2101.1700.3052", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1700.3052.zip", + "checksum": "afecfe42984048d1ff1886946f26a38a", + "timestamp": "2021-01-17T00:31:01Z" + }, + { + "version": "2.2101.1621.5730", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1621.5730.zip", + "checksum": "999181bf721ee09dd0c9446a87005b3b", + "timestamp": "2021-01-16T21:57:39Z" + }, + { + "version": "2.2101.1619.2443", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1619.2443.zip", + "checksum": "83e0216018a6ebd6a233b81c68399715", + "timestamp": "2021-01-16T19:24:52Z" + }, + { + "version": "2.2101.1618.5536", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1618.5536.zip", + "checksum": "30bdf108cdc8eb623cf60c8057a1164f", + "timestamp": "2021-01-16T18:55:45Z" + }, + { + "version": "2.2101.1612.1043", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1612.1043.zip", + "checksum": "1371f6e1b8cce04047f1ae73cdc85009", + "timestamp": "2021-01-16T12:10:52Z" + }, + { + "version": "2.2101.1610.5300", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1610.5300.zip", + "checksum": "852a124e9f58ae05ed8a6afc7624e5dd", + "timestamp": "2021-01-16T10:53:08Z" + }, + { + "version": "2.2101.1522.4314", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1522.4314.zip", + "checksum": "3b6f51e75d9234a2ca7a180a6af2c4b5", + "timestamp": "2021-01-15T22:43:24Z" + }, + { + "version": "2.2101.1418.1058", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1418.1058.zip", + "checksum": "b13af99ee2b25af63027d95d12a01da5", + "timestamp": "2021-01-14T18:11:07Z" + }, + { + "version": "2.2101.1323.4458", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1323.4458.zip", + "checksum": "1220c86d25467010ba78ef869caa8baf", + "timestamp": "2021-01-13T23:45:06Z" + }, + { + "version": "2.2101.1320.3738", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1320.3738.zip", + "checksum": "31eafe048a20d9a0a25c6b80edfbe1c2", + "timestamp": "2021-01-13T20:37:47Z" + }, + { + "version": "2.2101.1320.906", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1320.0906.zip", + "checksum": "025eb4c7d6d39348c789eb9db7bd5cfa", + "timestamp": "2021-01-13T20:09:14Z" + }, + { + "version": "2.2101.1318.5107", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1318.5107.zip", + "checksum": "4b86f1cf256abaf05bfb0eb599641ecb", + "timestamp": "2021-01-13T18:51:16Z" + }, + { + "version": "2.2101.1316.4630", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1316.4630.zip", + "checksum": "450d74e591a6095c9e9918812f6c07b0", + "timestamp": "2021-01-13T16:46:39Z" + }, + { + "version": "2.2101.1308.5920", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1308.5920.zip", + "checksum": "6a6747f58dcdcabd596b121fa8b6e915", + "timestamp": "2021-01-13T08:59:28Z" + }, + { + "version": "2.2101.1308.3115", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1308.3115.zip", + "checksum": "30d2d371aa002b09ff3499e48f8a8a29", + "timestamp": "2021-01-13T08:31:24Z" + }, + { + "version": "2.2101.1307.305", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1307.0305.zip", + "checksum": "b077c3e839c098b012e8bf4fa1122ce6", + "timestamp": "2021-01-13T07:03:13Z" + }, + { + "version": "2.2101.1222.3140", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1222.3140.zip", + "checksum": "af9b4102a11c1209ca690e932076565c", + "timestamp": "2021-01-12T22:31:49Z" + }, + { + "version": "2.2101.1222.345", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1222.0345.zip", + "checksum": "eb2db255044893a3da7db95687220377", + "timestamp": "2021-01-12T22:03:56Z" + }, + { + "version": "2.2101.1215.4324", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1215.4324.zip", + "checksum": "8ac832c7f4cb93fd2003582a8ab81635", + "timestamp": "2021-01-12T15:43:34Z" + }, + { + "version": "2.2101.1119.1615", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1119.1615.zip", + "checksum": "8fabc24de222f657190e29c204f48bb0", + "timestamp": "2021-01-11T19:16:24Z" + }, + { + "version": "2.2101.1115.5646", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1115.5646.zip", + "checksum": "5c9637bc7f1c65d5bfbc0a4f72b7f383", + "timestamp": "2021-01-11T15:56:55Z" + }, + { + "version": "2.2101.1114.5532", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1114.5532.zip", + "checksum": "5ed3391027530af9f9a38c2f9fa314f4", + "timestamp": "2021-01-11T14:55:41Z" + }, + { + "version": "2.2101.1114.2718", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1114.2718.zip", + "checksum": "04846dc46185210edb9223ad4d251a62", + "timestamp": "2021-01-11T14:27:29Z" + }, + { + "version": "2.2101.1020.1359", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1020.1359.zip", + "checksum": "e5d78bb7622c64fd6d670c39d34f4100", + "timestamp": "2021-01-10T20:14:07Z" + }, + { + "version": "2.2101.1015.4409", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1015.4409.zip", + "checksum": "6adc778c1998af73a7c656d98812ab4b", + "timestamp": "2021-01-10T15:44:18Z" + }, + { + "version": "2.2101.1011.3201", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1011.3201.zip", + "checksum": "4f18026e326dc00e6c1486eb5346554d", + "timestamp": "2021-01-10T11:32:10Z" + }, + { + "version": "2.2101.1011.230", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1011.0230.zip", + "checksum": "a1edca4379f1cf0e168b425d0ae4f35d", + "timestamp": "2021-01-10T11:02:40Z" + }, + { + "version": "2.2101.1010.130", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.1010.0130.zip", + "checksum": "316e0a55c0370bcc20275e23d7ab49d7", + "timestamp": "2021-01-10T10:01:39Z" + }, + { + "version": "2.2101.920.1125", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0920.1125.zip", + "checksum": "00547f03d498c4fbfb5dece5edb41e97", + "timestamp": "2021-01-09T20:11:34Z" + }, + { + "version": "2.2101.919.241", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0919.0241.zip", + "checksum": "af7bddfe658ae7170bff135f12df2f97", + "timestamp": "2021-01-09T19:02:49Z" + }, + { + "version": "2.2101.918.2803", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0918.2803.zip", + "checksum": "4ed335c53b9fccd80a899430e8e8b396", + "timestamp": "2021-01-09T18:28:12Z" + }, + { + "version": "2.2101.917.519", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0917.0519.zip", + "checksum": "5d1d0560eb501fa22c3a8c8cad0e09cc", + "timestamp": "2021-01-09T17:05:28Z" + }, + { + "version": "2.2101.915.5110", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0915.5110.zip", + "checksum": "e3dc2a6f7d98d0f254412eafcc0cb757", + "timestamp": "2021-01-09T15:51:19Z" + }, + { + "version": "2.2101.914.3027", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0914.3027.zip", + "checksum": "2b07eb64de5fc7670e59af616f430108", + "timestamp": "2021-01-09T14:30:36Z" + }, + { + "version": "2.2101.900.1102", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0900.1102.zip", + "checksum": "ede033303c9ce5e6672ff1199bf2cc57", + "timestamp": "2021-01-09T00:11:10Z" + }, + { + "version": "2.2101.821.2958", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0821.2958.zip", + "checksum": "bb21c6f30a2a0ed767b45cb25df7abe3", + "timestamp": "2021-01-08T21:30:07Z" + }, + { + "version": "2.2101.820.5953", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0820.5953.zip", + "checksum": "5a162389baf03e8bf2a78d5cd62438e9", + "timestamp": "2021-01-08T21:00:03Z" + }, + { + "version": "2.2101.820.3047", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0820.3047.zip", + "checksum": "f94dd2161aeef54cc25105d16478087e", + "timestamp": "2021-01-08T20:30:56Z" + }, + { + "version": "2.2101.814.1534", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0814.1534.zip", + "checksum": "d0d23780193e71aef356e3aae05cadaf", + "timestamp": "2021-01-08T14:15:43Z" + }, + { + "version": "2.2101.813.1655", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0813.1655.zip", + "checksum": "33203f3da20e456b5c9ca283fdc1d6ad", + "timestamp": "2021-01-08T13:17:04Z" + }, + { + "version": "2.2101.800.4140", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0800.4140.zip", + "checksum": "a05ca90de938aaa1b6db86218263b9bb", + "timestamp": "2021-01-08T00:41:49Z" + }, + { + "version": "2.2101.722.1329", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0722.1329.zip", + "checksum": "9bcfe6397db101e9b0301f8b6fd8c9b0", + "timestamp": "2021-01-07T22:13:38Z" + }, + { + "version": "2.2101.716.4409", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0716.4409.zip", + "checksum": "e03c1e2a45327522e0af660f0f0dbff3", + "timestamp": "2021-01-07T16:44:19Z" + }, + { + "version": "2.2101.716.1559", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0716.1559.zip", + "checksum": "8d856c1c2f1c7a9f28e559c509a6e6ef", + "timestamp": "2021-01-07T16:16:08Z" + }, + { + "version": "2.2101.715.3814", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0715.3814.zip", + "checksum": "162555303f7462182c9759b44dd984c1", + "timestamp": "2021-01-07T15:38:23Z" + }, + { + "version": "2.2101.715.1035", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0715.1035.zip", + "checksum": "6782d29e8543599bec65877b9af1d770", + "timestamp": "2021-01-07T15:10:44Z" + }, + { + "version": "2.2101.710.3155", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0710.3155.zip", + "checksum": "0372a0ef04d098a51330fcb026f4b5c1", + "timestamp": "2021-01-07T10:32:03Z" + }, + { + "version": "2.2101.710.153", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0710.0153.zip", + "checksum": "6b80ea4a105baf8516affd9fd8b47018", + "timestamp": "2021-01-07T10:02:02Z" + }, + { + "version": "2.2101.709.3055", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0709.3055.zip", + "checksum": "49c387ff1f903bcda6b78c2c76c01645", + "timestamp": "2021-01-07T09:31:04Z" + }, + { + "version": "2.2101.619.5650", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0619.5650.zip", + "checksum": "509a0c990b1f9e32b26744dd0da3d933", + "timestamp": "2021-01-06T19:56:59Z" + }, + { + "version": "2.2101.617.2522", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0617.2522.zip", + "checksum": "d6a8580dfcd27f01028d7088e0e395eb", + "timestamp": "2021-01-06T17:25:31Z" + }, + { + "version": "2.2101.604.3757", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0604.3757.zip", + "checksum": "9c27ac6c4a47204d8925594f72663f00", + "timestamp": "2021-01-06T04:38:05Z" + }, + { + "version": "2.2101.522.3235", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0522.3235.zip", + "checksum": "e3756b0ddbbfc23adb700866ca47e84b", + "timestamp": "2021-01-05T22:32:44Z" + }, + { + "version": "2.2101.519.5231", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0519.5231.zip", + "checksum": "825e9bf1f1206e592028998b70b8a856", + "timestamp": "2021-01-05T19:52:40Z" + }, + { + "version": "2.2101.517.5556", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0517.5556.zip", + "checksum": "afb3590324b7f1f4144405112256b9a5", + "timestamp": "2021-01-05T17:56:06Z" + }, + { + "version": "2.2101.517.2728", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0517.2728.zip", + "checksum": "75d905721a9622abe7d40f4099c0d34e", + "timestamp": "2021-01-05T17:27:37Z" + }, + { + "version": "2.2101.511.4435", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0511.4435.zip", + "checksum": "12c333476bf8e84093c21a7dc9a9bf0a", + "timestamp": "2021-01-05T11:44:44Z" + }, + { + "version": "2.2101.419.4448", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0419.4448.zip", + "checksum": "cee29c0de27a05e8672289acd36f3ee2", + "timestamp": "2021-01-04T19:44:57Z" + }, + { + "version": "2.2101.417.3304", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0417.3304.zip", + "checksum": "b2c96f7ca625bd9e0a24a73d8987aa8e", + "timestamp": "2021-01-04T17:33:12Z" + }, + { + "version": "2.2101.415.2027", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0415.2027.zip", + "checksum": "c3016b05307a8127bc53fcc9a2b5d666", + "timestamp": "2021-01-04T15:20:36Z" + }, + { + "version": "2.2101.414.5159", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0414.5159.zip", + "checksum": "63c3b5fc671a4e0be13e4daafc0c0aa0", + "timestamp": "2021-01-04T14:52:07Z" + }, + { + "version": "2.2101.412.4749", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0412.4749.zip", + "checksum": "39049c5329fea21dd9ad0e3647cb7b57", + "timestamp": "2021-01-04T12:47:58Z" + }, + { + "version": "2.2101.412.2115", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0412.2115.zip", + "checksum": "c36c493be5776236cc235abc367cb9a9", + "timestamp": "2021-01-04T12:21:23Z" + }, + { + "version": "2.2101.411.5422", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0411.5422.zip", + "checksum": "223f7d555fffffdb959e5c6c7e7195bf", + "timestamp": "2021-01-04T11:54:30Z" + }, + { + "version": "2.2101.411.2422", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0411.2422.zip", + "checksum": "25d25b998aab45c27cd1381f4304de26", + "timestamp": "2021-01-04T11:24:30Z" + }, + { + "version": "2.2101.317.5150", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0317.5150.zip", + "checksum": "9f7d7c0bcff7442215e637b540440e9a", + "timestamp": "2021-01-03T17:51:58Z" + }, + { + "version": "2.2101.317.728", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0317.0728.zip", + "checksum": "aa3096287aaab3127d09a57e3d5debda", + "timestamp": "2021-01-03T17:07:38Z" + }, + { + "version": "2.2101.311.2601", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0311.2601.zip", + "checksum": "de058a8db5f7fde8e2d0e93418b4bc6b", + "timestamp": "2021-01-03T11:26:10Z" + }, + { + "version": "2.2101.302.3847", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0302.3847.zip", + "checksum": "e2e55b88aadacd41a2c5670f94d10fb6", + "timestamp": "2021-01-03T02:38:56Z" + }, + { + "version": "2.2101.220.5355", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0220.5355.zip", + "checksum": "9c68dbc2b32740ab5cb1f275a63d6c00", + "timestamp": "2021-01-02T20:54:04Z" + }, + { + "version": "2.2101.219.4317", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0219.4317.zip", + "checksum": "5a3516275146dce38c85dae9d889bf71", + "timestamp": "2021-01-02T19:43:26Z" + }, + { + "version": "2.2101.218.5005", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0218.5005.zip", + "checksum": "eeb2f4ed17726944277f21a6c06691ed", + "timestamp": "2021-01-02T18:50:14Z" + }, + { + "version": "2.2101.213.230", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0213.0230.zip", + "checksum": "6205e6eb5a02396d222a76e862943ab4", + "timestamp": "2021-01-02T13:02:39Z" + }, + { + "version": "2.2101.211.2848", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0211.2848.zip", + "checksum": "ef516fd9d9613e981a432c2cacbb5bfb", + "timestamp": "2021-01-02T11:28:59Z" + }, + { + "version": "2.2101.210.2648", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0210.2648.zip", + "checksum": "0e9fd82e9547075f7cf887a142256a84", + "timestamp": "2021-01-02T10:26:57Z" + }, + { + "version": "2.2101.207.1126", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0207.1126.zip", + "checksum": "f10b7d33bf5ca1570fc09d5e06becf7c", + "timestamp": "2021-01-02T07:11:35Z" + }, + { + "version": "2.2101.119.125", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0119.0125.zip", + "checksum": "c3e30dd2ea49a951865d67682e115d39", + "timestamp": "2021-01-01T19:01:33Z" + }, + { + "version": "2.2101.118.1523", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0118.1523.zip", + "checksum": "673d4c485cd28143a05365f96ee81e48", + "timestamp": "2021-01-01T18:15:31Z" + }, + { + "version": "2.2101.117.4809", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0117.4809.zip", + "checksum": "26062c636f74c0361bd23cb772a9ea94", + "timestamp": "2021-01-01T17:48:18Z" + }, + { + "version": "2.2101.117.1247", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0117.1247.zip", + "checksum": "a4b258a955f30be289d3ab48ec62348e", + "timestamp": "2021-01-01T17:12:55Z" + }, + { + "version": "2.2101.111.4951", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0111.4951.zip", + "checksum": "6789747b8386594984945343be46e43e", + "timestamp": "2021-01-01T11:50:00Z" + }, + { + "version": "2.2101.100.4407", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0100.4407.zip", + "checksum": "473f3cbfcc6070b361d3e48a70338d11", + "timestamp": "2021-01-01T00:44:16Z" + }, + { + "version": "2.2101.100.1645", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2101.0100.1645.zip", + "checksum": "9784bdfa67f447017edc7957cad47e0e", + "timestamp": "2021-01-01T00:16:54Z" + }, + { + "version": "2.2012.3122.5814", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3122.5814.zip", + "checksum": "08605329c82fde2d549cad8cc898c7e2", + "timestamp": "2020-12-31T22:58:24Z" + }, + { + "version": "2.2012.3122.3126", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3122.3126.zip", + "checksum": "7dc326f13e35b2ebc667b41b95594efd", + "timestamp": "2020-12-31T22:31:36Z" + }, + { + "version": "2.2012.3115.439", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3115.0439.zip", + "checksum": "4d1d8c3c440c021745052e1910f4ba13", + "timestamp": "2020-12-31T15:04:48Z" + }, + { + "version": "2.2012.3114.3719", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3114.3719.zip", + "checksum": "74b2cf009195c3deb4f2119ac7db4885", + "timestamp": "2020-12-31T14:37:32Z" + }, + { + "version": "2.2012.3113.4249", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3113.4249.zip", + "checksum": "2d3b4f1e4f2675497616d6b7a8d2f398", + "timestamp": "2020-12-31T13:42:58Z" + }, + { + "version": "2.2012.3111.3530", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3111.3530.zip", + "checksum": "cffbddf153650892af61bb05af401615", + "timestamp": "2020-12-31T11:35:38Z" + }, + { + "version": "2.2012.3107.3541", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3107.3541.zip", + "checksum": "0381568d046ae95339bb385638fe9b14", + "timestamp": "2020-12-31T07:35:49Z" + }, + { + "version": "2.2012.3107.751", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3107.0751.zip", + "checksum": "fb4a818c54b47be2e3ab9ecd086dced5", + "timestamp": "2020-12-31T07:07:59Z" + }, + { + "version": "2.2012.3101.5236", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3101.5236.zip", + "checksum": "79ebaf39491de8bec8d28305a4b49888", + "timestamp": "2020-12-31T01:52:45Z" + }, + { + "version": "2.2012.3101.2440", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3101.2440.zip", + "checksum": "352f3424bea152f7957e56344b7d58e1", + "timestamp": "2020-12-31T01:24:48Z" + }, + { + "version": "2.2012.3100.4400", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3100.4400.zip", + "checksum": "d9810903c30eb0bcbab3d1117d3d62f3", + "timestamp": "2020-12-31T00:44:10Z" + }, + { + "version": "2.2012.3022.2814", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3022.2814.zip", + "checksum": "9987ca29c1ba11f49df6761b1652a463", + "timestamp": "2020-12-30T22:28:23Z" + }, + { + "version": "2.2012.3022.134", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3022.0134.zip", + "checksum": "9d09dd453395bdd998b6f16041268f2c", + "timestamp": "2020-12-30T22:01:44Z" + }, + { + "version": "2.2012.3021.3500", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3021.3500.zip", + "checksum": "11c3809e85254a33c86c1ec856b6a379", + "timestamp": "2020-12-30T21:35:09Z" + }, + { + "version": "2.2012.3017.5700", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3017.5700.zip", + "checksum": "2c81792f06204d8560b4d418745bb3a7", + "timestamp": "2020-12-30T17:57:12Z" + }, + { + "version": "2.2012.3010.708", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.3010.0708.zip", + "checksum": "448d5ed4643f9f0c6dc3976e55162602", + "timestamp": "2020-12-30T10:07:17Z" + }, + { + "version": "2.2012.2917.2938", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2917.2938.zip", + "checksum": "c77a3c092450949866c8c31634084f08", + "timestamp": "2020-12-29T17:29:47Z" + }, + { + "version": "2.2012.2917.333", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2917.0333.zip", + "checksum": "c59d66d7c4dbc5f05ef12cb7516ff277", + "timestamp": "2020-12-29T17:03:42Z" + }, + { + "version": "2.2012.2906.2810", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2906.2810.zip", + "checksum": "1c9e7220eb00b6da2caa9580c5cf5742", + "timestamp": "2020-12-29T06:28:19Z" + }, + { + "version": "2.2012.2821.2319", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2821.2319.zip", + "checksum": "38c4820c0d65bd8723db540c5724915c", + "timestamp": "2020-12-28T21:23:28Z" + }, + { + "version": "2.2012.2820.5647", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2820.5647.zip", + "checksum": "3bf4d4e61c8d72fb6ab6ffce8aa53ed2", + "timestamp": "2020-12-28T20:56:55Z" + }, + { + "version": "2.2012.2817.3310", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2817.3310.zip", + "checksum": "1c9b3a2c916d781152ee9dd6ac976e12", + "timestamp": "2020-12-28T17:33:18Z" + }, + { + "version": "2.2012.2816.857", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2816.0857.zip", + "checksum": "5381d53cae65c599cea05b8d953d8af4", + "timestamp": "2020-12-28T16:09:06Z" + }, + { + "version": "2.2012.2815.4321", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2815.4321.zip", + "checksum": "4e71824778a25e83e02516ffa72bea0f", + "timestamp": "2020-12-28T15:43:30Z" + }, + { + "version": "2.2012.2815.1537", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2815.1537.zip", + "checksum": "b640c99a46e8e495d3a70046774dd45c", + "timestamp": "2020-12-28T15:15:46Z" + }, + { + "version": "2.2012.2810.3046", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2810.3046.zip", + "checksum": "88fd65ee992308d206d120e68c23fbdf", + "timestamp": "2020-12-28T10:30:54Z" + }, + { + "version": "2.2012.2718.4241", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2718.4241.zip", + "checksum": "20186a6c14ac9f59d37203b18eadde27", + "timestamp": "2020-12-27T18:42:50Z" + }, + { + "version": "2.2012.2713.5443", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2713.5443.zip", + "checksum": "677d5f1c536a4df8075b9e8bbf4ba8bd", + "timestamp": "2020-12-27T13:54:51Z" + }, + { + "version": "2.2012.2520.639", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2520.0639.zip", + "checksum": "8dbb16b64df897eda64a696beb4ccf94", + "timestamp": "2020-12-25T20:06:48Z" + }, + { + "version": "2.2012.2515.5052", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2515.5052.zip", + "checksum": "dfedde056815026b8fca134f82edf5c9", + "timestamp": "2020-12-25T15:51:01Z" + }, + { + "version": "2.2012.2513.3948", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2513.3948.zip", + "checksum": "d6b57f52de1b8650f2999691d6f8448c", + "timestamp": "2020-12-25T13:39:57Z" + }, + { + "version": "2.2012.2420.1238", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2420.1238.zip", + "checksum": "6abdceb0a6c27b3cdbb82a697a901684", + "timestamp": "2020-12-24T20:12:46Z" + }, + { + "version": "2.2012.2418.1455", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2418.1455.zip", + "checksum": "fb7c8c8b1c62ffe1ad37936a4d0adbc8", + "timestamp": "2020-12-24T18:15:04Z" + }, + { + "version": "2.2012.2410.2809", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2410.2809.zip", + "checksum": "51d2f79887bcbcf0d8af35624cfa7ab4", + "timestamp": "2020-12-24T10:28:18Z" + }, + { + "version": "2.2012.2405.3851", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2405.3851.zip", + "checksum": "2e1559a5a5a23c28e62289971a6d0d78", + "timestamp": "2020-12-24T05:39:00Z" + }, + { + "version": "2.2012.2319.2024", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2319.2024.zip", + "checksum": "962de837db6cf0efdb08466876d951c1", + "timestamp": "2020-12-23T19:20:33Z" + }, + { + "version": "2.2012.2305.501", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2305.0501.zip", + "checksum": "9651ccdc47fc0050d35fb8ddfd746f19", + "timestamp": "2020-12-23T05:05:10Z" + }, + { + "version": "2.2012.2304.1714", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2304.1714.zip", + "checksum": "5979a685662e190fee6b5da2b057be94", + "timestamp": "2020-12-23T04:17:23Z" + }, + { + "version": "2.2012.2303.4817", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2303.4817.zip", + "checksum": "946b5d63982f4e8673f247371cdfcda8", + "timestamp": "2020-12-23T03:48:26Z" + }, + { + "version": "2.2012.2223.1651", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2223.1651.zip", + "checksum": "d42f7753feaf648c09607e919106448b", + "timestamp": "2020-12-22T23:16:59Z" + }, + { + "version": "2.2012.2215.1758", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2215.1758.zip", + "checksum": "a38535e69c6a35bb510bc9ff71e67a36", + "timestamp": "2020-12-22T15:18:06Z" + }, + { + "version": "2.2012.2212.4533", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2212.4533.zip", + "checksum": "f235cc186e73715150bda152eba3f59c", + "timestamp": "2020-12-22T12:45:41Z" + }, + { + "version": "2.2012.2123.512", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2123.0512.zip", + "checksum": "696e02fbbea04efb666c6f3a1a3d45c1", + "timestamp": "2020-12-21T23:05:21Z" + }, + { + "version": "2.2012.2122.3743", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2122.3743.zip", + "checksum": "fd8461c2efd9c88eb4baab3a15d9baa0", + "timestamp": "2020-12-21T22:37:52Z" + }, + { + "version": "2.2012.2119.5437", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2119.5437.zip", + "checksum": "68d97c64e4801bcd0452fdb559b4c894", + "timestamp": "2020-12-21T19:54:46Z" + }, + { + "version": "2.2012.2119.2824", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2119.2824.zip", + "checksum": "ec8d491e0367ab1c77c68e8f479ea6fa", + "timestamp": "2020-12-21T19:28:33Z" + }, + { + "version": "2.2012.2119.206", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2119.0206.zip", + "checksum": "71978dd5839dc834b3d7bc660b8d032c", + "timestamp": "2020-12-21T19:02:15Z" + }, + { + "version": "2.2012.2107.5159", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2107.5159.zip", + "checksum": "04fbe71746e567f76198cad90918c134", + "timestamp": "2020-12-21T07:52:08Z" + }, + { + "version": "2.2012.2100.1058", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2100.1058.zip", + "checksum": "32b4e47e09729a702541f1385987a326", + "timestamp": "2020-12-21T00:11:08Z" + }, + { + "version": "2.2012.2023.4156", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2023.4156.zip", + "checksum": "059c8ebd56a28695037ace089f88b498", + "timestamp": "2020-12-20T23:42:08Z" + }, + { + "version": "2.2012.2013.5204", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2013.5204.zip", + "checksum": "2d4f28d1f432c51f736b2900a0018c65", + "timestamp": "2020-12-20T13:52:15Z" + }, + { + "version": "2.2012.2013.2228", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2013.2228.zip", + "checksum": "9ab9ea006d90e4736457b53934978dbd", + "timestamp": "2020-12-20T13:22:37Z" + }, + { + "version": "2.2012.2009.5011", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2009.5011.zip", + "checksum": "74f8ecb8d87e1b63b593bf57e9c532f0", + "timestamp": "2020-12-20T09:50:20Z" + }, + { + "version": "2.2012.2009.2044", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2009.2044.zip", + "checksum": "6c20d373f67df4c60c250f9e8cd7bb01", + "timestamp": "2020-12-20T09:20:54Z" + }, + { + "version": "2.2012.2000.4541", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.2000.4541.zip", + "checksum": "e6ef2e6b68710eae720488bd640c95c2", + "timestamp": "2020-12-20T00:45:50Z" + }, + { + "version": "2.2012.1919.4305", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1919.4305.zip", + "checksum": "9bdca9ad38d34962de6bd3b6bccb571d", + "timestamp": "2020-12-19T19:43:14Z" + }, + { + "version": "2.2012.1821.117", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1821.0117.zip", + "checksum": "4b3b68078485588c57476dc6b8eb25fd", + "timestamp": "2020-12-18T21:01:27Z" + }, + { + "version": "2.2012.1820.3441", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1820.3441.zip", + "checksum": "0fc1535d6333a941faa3c934b8166008", + "timestamp": "2020-12-18T20:34:50Z" + }, + { + "version": "2.2012.1813.2041", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1813.2041.zip", + "checksum": "5206116d6b324285de1b157834fec83b", + "timestamp": "2020-12-18T13:20:50Z" + }, + { + "version": "2.2012.1807.4403", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1807.4403.zip", + "checksum": "7c775b7c77c014eb13e33e80e09f7c08", + "timestamp": "2020-12-18T07:44:13Z" + }, + { + "version": "2.2012.1722.5024", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1722.5024.zip", + "checksum": "e1e872774138c2f75bb2b49c31170191", + "timestamp": "2020-12-17T22:50:34Z" + }, + { + "version": "2.2012.1722.2338", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1722.2338.zip", + "checksum": "44f9642b5bb769146e9bf7f04024cedd", + "timestamp": "2020-12-17T22:23:47Z" + }, + { + "version": "2.2012.1718.3604", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1718.3604.zip", + "checksum": "ae4109859c1b5c7740fe47335887805a", + "timestamp": "2020-12-17T18:36:13Z" + }, + { + "version": "2.2012.1717.4507", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1717.4507.zip", + "checksum": "95e46d70aa75b16195f32dd3b7808e81", + "timestamp": "2020-12-17T17:45:16Z" + }, + { + "version": "2.2012.1717.1817", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1717.1817.zip", + "checksum": "75fb8f5720a77146d293591ae798fa88", + "timestamp": "2020-12-17T17:18:26Z" + }, + { + "version": "2.2012.1711.1847", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1711.1847.zip", + "checksum": "e83fa1bbe0607565c8f5aa48a24eaaf6", + "timestamp": "2020-12-17T11:18:56Z" + }, + { + "version": "2.2012.1623.1608", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1623.1608.zip", + "checksum": "827beb928ae4283b3c8e53f3f5021641", + "timestamp": "2020-12-16T23:16:16Z" + }, + { + "version": "2.2012.1622.937", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1622.0937.zip", + "checksum": "e07ebce29d58eff9459227e3f0a1830e", + "timestamp": "2020-12-16T22:09:46Z" + }, + { + "version": "2.2012.1621.4129", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1621.4129.zip", + "checksum": "ec0129554be525201684b209851103a2", + "timestamp": "2020-12-16T21:41:37Z" + }, + { + "version": "2.2012.1620.3211", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1620.3211.zip", + "checksum": "1bb93e5ca5b9da6e2c9f08c992f3ee8a", + "timestamp": "2020-12-16T20:32:21Z" + }, + { + "version": "2.2012.1620.440", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_2.2012.1620.0440.zip", + "checksum": "d1a8a77672af50b4652d2e631bb8f3ef", + "timestamp": "2020-12-16T20:04:50Z" + }, + { + "version": "1.2012.1619.2600", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1619.2600.zip", + "checksum": "2f5bbac7d2d6f354e89855545ee1c4d2", + "timestamp": "2020-12-16T19:26:09Z" + }, + { + "version": "1.2012.1616.5227", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1616.5227.zip", + "checksum": "72b7e78efcf8fb2efa2447fd3c2088c6", + "timestamp": "2020-12-16T16:52:36Z" + }, + { + "version": "1.2012.1519.5624", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1519.5624.zip", + "checksum": "e0f076adf2e1699a81144817e9b280b5", + "timestamp": "2020-12-15T19:56:33Z" + }, + { + "version": "1.2012.1512.1641", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1512.1641.zip", + "checksum": "cd9d2ab22c1f2ec7ac45d5d469b7208e", + "timestamp": "2020-12-15T12:16:50Z" + }, + { + "version": "1.2012.1511.4830", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1511.4830.zip", + "checksum": "ddafd314f833599026b826d0ea16b4de", + "timestamp": "2020-12-15T11:48:39Z" + }, + { + "version": "1.2012.1508.3634", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1508.3634.zip", + "checksum": "bfb0fc833b45d01c04bfbdc08f558f95", + "timestamp": "2020-12-15T08:36:43Z" + }, + { + "version": "1.2012.1421.5112", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1421.5112.zip", + "checksum": "24fb0ff6cb75e08041215725f9a3ccc2", + "timestamp": "2020-12-14T21:51:22Z" + }, + { + "version": "1.2012.1420.1640", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1420.1640.zip", + "checksum": "bb55f5be69d22099db38db268f3c6a92", + "timestamp": "2020-12-14T20:16:48Z" + }, + { + "version": "1.2012.1417.2237", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1417.2237.zip", + "checksum": "9151b69205bd25f0ff35f9c145cfeafc", + "timestamp": "2020-12-14T17:22:46Z" + }, + { + "version": "1.2012.1416.3547", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1416.3547.zip", + "checksum": "db675e6f9db1dc0d2e896461ab34138c", + "timestamp": "2020-12-14T16:35:56Z" + }, + { + "version": "1.2012.1416.819", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1416.0819.zip", + "checksum": "0fa765a18f158d98d5697cbc1da00716", + "timestamp": "2020-12-14T16:08:28Z" + }, + { + "version": "1.2012.1415.4105", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1415.4105.zip", + "checksum": "4cd1129a81c968431cf387c7d4ee2898", + "timestamp": "2020-12-14T15:41:13Z" + }, + { + "version": "1.2012.1412.309", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1412.0309.zip", + "checksum": "bb42be9723953cbd02376c671e905f64", + "timestamp": "2020-12-14T12:03:19Z" + }, + { + "version": "1.2012.1405.1718", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1405.1718.zip", + "checksum": "49abc2152f7cc9ddce3295e202936800", + "timestamp": "2020-12-14T05:17:26Z" + }, + { + "version": "1.2012.1404.1132", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1404.1132.zip", + "checksum": "7f51b1b020de22d21a0cd93d52b8f042", + "timestamp": "2020-12-14T04:11:40Z" + }, + { + "version": "1.2012.1323.853", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1323.0853.zip", + "checksum": "64091749e4bb354fd90a4a60129ad613", + "timestamp": "2020-12-13T23:09:02Z" + }, + { + "version": "1.2012.1322.4035", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1322.4035.zip", + "checksum": "fdbae94f2140cd3a0575e286adfbafc6", + "timestamp": "2020-12-13T22:40:44Z" + }, + { + "version": "1.2012.1322.1346", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1322.1346.zip", + "checksum": "e13d3ae9ef48bc18b202f40db18e8583", + "timestamp": "2020-12-13T22:13:56Z" + }, + { + "version": "1.2012.1319.3715", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1319.3715.zip", + "checksum": "be82c425af9cd15322e6d7531721ce8d", + "timestamp": "2020-12-13T19:37:24Z" + }, + { + "version": "1.2012.1314.1504", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1314.1504.zip", + "checksum": "49c5c8605a57f559031792d1e8622142", + "timestamp": "2020-12-13T14:15:13Z" + }, + { + "version": "1.2012.1313.4706", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1313.4706.zip", + "checksum": "bab0fae3f9f3196c1e10b23697a7dd88", + "timestamp": "2020-12-13T13:47:15Z" + }, + { + "version": "1.2012.1313.1916", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1313.1916.zip", + "checksum": "d5b4a6861284cc13f4af54dc43569afe", + "timestamp": "2020-12-13T13:19:25Z" + }, + { + "version": "1.2012.1312.5102", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1312.5102.zip", + "checksum": "3fbcb0a546f4c3929540bea3ce7057cb", + "timestamp": "2020-12-13T12:51:11Z" + }, + { + "version": "1.2012.1311.2456", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1311.2456.zip", + "checksum": "7e42cb80ea9f030b90e6d376909e2045", + "timestamp": "2020-12-13T11:25:04Z" + }, + { + "version": "1.2012.1218.4729", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1218.4729.zip", + "checksum": "1a9fa06e108f83fa45f1796a269ff779", + "timestamp": "2020-12-12T18:47:37Z" + }, + { + "version": "1.2012.1122.4621", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1122.4621.zip", + "checksum": "fa8f60e37fb2858d262d2b54b5b7e8f6", + "timestamp": "2020-12-11T22:46:29Z" + }, + { + "version": "1.2012.1121.5553", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1121.5553.zip", + "checksum": "64f51402f7d7a2eef44deb29b6870898", + "timestamp": "2020-12-11T21:56:01Z" + }, + { + "version": "1.2012.1115.5425", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1115.5425.zip", + "checksum": "5bec52822c15bc75b39e344e190f6a40", + "timestamp": "2020-12-11T15:54:34Z" + }, + { + "version": "1.2012.1115.2723", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1115.2723.zip", + "checksum": "b92fc8dc906ad58a0a9fd8595d74f680", + "timestamp": "2020-12-11T15:27:33Z" + }, + { + "version": "1.2012.1109.4952", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1109.4952.zip", + "checksum": "30327b2d03ffbc153c00393790cd2551", + "timestamp": "2020-12-11T09:50:01Z" + }, + { + "version": "1.2012.1109.2000", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1109.2000.zip", + "checksum": "d81b241aa316626c5c3970712134350d", + "timestamp": "2020-12-11T09:20:10Z" + }, + { + "version": "1.2012.1108.551", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1108.0551.zip", + "checksum": "4af46f7088493a1de3d6c6a28126e052", + "timestamp": "2020-12-11T08:05:59Z" + }, + { + "version": "1.2012.1107.3723", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1107.3723.zip", + "checksum": "cf89b55021f00fa4ef85eba93aa86639", + "timestamp": "2020-12-11T07:37:32Z" + }, + { + "version": "1.2012.1104.2952", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1104.2952.zip", + "checksum": "60493b5ca685a6ac136735a932704ad0", + "timestamp": "2020-12-11T04:30:00Z" + }, + { + "version": "1.2012.1104.246", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1104.0246.zip", + "checksum": "81315ad8c64c99d5320143bd9e74092e", + "timestamp": "2020-12-11T04:02:55Z" + }, + { + "version": "1.2012.1103.3538", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1103.3538.zip", + "checksum": "936d2de3052a4ce45648f93512df915b", + "timestamp": "2020-12-11T03:36:06Z" + }, + { + "version": "1.2012.1022.4024", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1022.4024.zip", + "checksum": "d80e98876e8d99584ce5cff74f086abc", + "timestamp": "2020-12-10T22:40:33Z" + }, + { + "version": "1.2012.1022.1405", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1022.1405.zip", + "checksum": "9b00bf08a8563daf7b4bcfc0680edb7d", + "timestamp": "2020-12-10T22:14:14Z" + }, + { + "version": "1.2012.1021.2652", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1021.2652.zip", + "checksum": "2c5e8cea242a104203eb5eb099fd0e47", + "timestamp": "2020-12-10T21:27:01Z" + }, + { + "version": "1.2012.1020.5908", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1020.5908.zip", + "checksum": "690874cd4f190bb5647e1207811c7511", + "timestamp": "2020-12-10T20:59:17Z" + }, + { + "version": "1.2012.1014.159", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1014.0159.zip", + "checksum": "3a1943a7fef276814e07ab076cfde981", + "timestamp": "2020-12-10T14:02:08Z" + }, + { + "version": "1.2012.1013.3412", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1013.3412.zip", + "checksum": "f873e8c0f53b4cd00e43421675e83a6b", + "timestamp": "2020-12-10T13:34:21Z" + }, + { + "version": "1.2012.1013.628", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.1013.0628.zip", + "checksum": "9448045aabcfc6814298eebc161974db", + "timestamp": "2020-12-10T13:06:36Z" + }, + { + "version": "1.2012.919.4906", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0919.4906.zip", + "checksum": "1b023ee6af8fd3a4cb015ab44731e673", + "timestamp": "2020-12-09T19:49:15Z" + }, + { + "version": "1.2012.917.2246", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0917.2246.zip", + "checksum": "19c968b629bb62fe558f1656444f14bf", + "timestamp": "2020-12-09T17:22:55Z" + }, + { + "version": "1.2012.915.5513", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0915.5513.zip", + "checksum": "bb2e23ef2016660f8a325876994867ab", + "timestamp": "2020-12-09T15:55:22Z" + }, + { + "version": "1.2012.914.306", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0914.0306.zip", + "checksum": "68811e67aecbe28966d4de32cd9688e7", + "timestamp": "2020-12-09T14:03:15Z" + }, + { + "version": "1.2012.908.913", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0908.0913.zip", + "checksum": "4b48680367506310d119c319fe01855e", + "timestamp": "2020-12-09T08:09:22Z" + }, + { + "version": "1.2012.907.4135", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0907.4135.zip", + "checksum": "c6e0e281a858b9be74a588ccd6eb1de4", + "timestamp": "2020-12-09T07:41:44Z" + }, + { + "version": "1.2012.904.2846", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0904.2846.zip", + "checksum": "99e01fd8bf89407726624438085a8488", + "timestamp": "2020-12-09T04:28:56Z" + }, + { + "version": "1.2012.823.5335", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0823.5335.zip", + "checksum": "54331433bedc38f1bd25e39dd7f851ac", + "timestamp": "2020-12-08T23:53:43Z" + }, + { + "version": "1.2012.819.4542", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0819.4542.zip", + "checksum": "7f6ef062de0e89b224764351dedc7591", + "timestamp": "2020-12-08T19:45:50Z" + }, + { + "version": "1.2012.818.258", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0818.0258.zip", + "checksum": "26d4ef8daddf13a154f5e6e90984aca3", + "timestamp": "2020-12-08T18:03:08Z" + }, + { + "version": "1.2012.817.3513", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0817.3513.zip", + "checksum": "bf2891d4fd86ea19f2a2cfe2b378c0c0", + "timestamp": "2020-12-08T17:35:22Z" + }, + { + "version": "1.2012.816.3441", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0816.3441.zip", + "checksum": "77f5fc251c1f708a3962aa6f31e91bd5", + "timestamp": "2020-12-08T16:34:50Z" + }, + { + "version": "1.2012.809.3705", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0809.3705.zip", + "checksum": "00f874d90fb61011beef80a704e2a743", + "timestamp": "2020-12-08T09:37:14Z" + }, + { + "version": "1.2012.808.3005", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0808.3005.zip", + "checksum": "4059c6d4c49fbd98a94b42080edb3687", + "timestamp": "2020-12-08T08:30:15Z" + }, + { + "version": "1.2012.808.227", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0808.0227.zip", + "checksum": "90471f639931d2029ccae9c7d7e97853", + "timestamp": "2020-12-08T08:02:36Z" + }, + { + "version": "1.2012.801.915", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0801.0915.zip", + "checksum": "425d3d52096b6e2e629bff0ac0dd98cb", + "timestamp": "2020-12-08T01:09:24Z" + }, + { + "version": "1.2012.718.2341", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0718.2341.zip", + "checksum": "00bc071d9c24bf793c485a1ace431559", + "timestamp": "2020-12-07T18:23:50Z" + }, + { + "version": "1.2012.717.3305", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0717.3305.zip", + "checksum": "e60b7369d629536fb99b4fbbf9b7fa98", + "timestamp": "2020-12-07T17:33:14Z" + }, + { + "version": "1.2012.717.617", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0717.0617.zip", + "checksum": "61d684c486e73e3cdbae3265c07cb654", + "timestamp": "2020-12-07T17:06:26Z" + }, + { + "version": "1.2012.707.3141", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0707.3141.zip", + "checksum": "c0690b8153571e05affa5c11c895e8a1", + "timestamp": "2020-12-07T07:31:50Z" + }, + { + "version": "1.2012.707.502", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0707.0502.zip", + "checksum": "dab0843cf87fb267bc5258a8a5998890", + "timestamp": "2020-12-07T07:05:11Z" + }, + { + "version": "1.2012.615.3453", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0615.3453.zip", + "checksum": "bc9164fee5b3ee27560987d0ed734bd5", + "timestamp": "2020-12-06T15:35:01Z" + }, + { + "version": "1.2012.615.834", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0615.0834.zip", + "checksum": "96d3efee1b127126a9fdc4db62c22899", + "timestamp": "2020-12-06T15:08:43Z" + }, + { + "version": "1.2012.607.3152", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0607.3152.zip", + "checksum": "fb01de9131bfc27bcfbcac802bbf5ac0", + "timestamp": "2020-12-06T07:32:00Z" + }, + { + "version": "1.2012.601.3525", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0601.3525.zip", + "checksum": "2d389ebf6f4c3303dcdf7f1c384bcec0", + "timestamp": "2020-12-06T01:35:34Z" + }, + { + "version": "1.2012.601.840", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0601.0840.zip", + "checksum": "1621214777613e95bcb0c0d945e0a60c", + "timestamp": "2020-12-06T01:08:49Z" + }, + { + "version": "1.2012.600.4201", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0600.4201.zip", + "checksum": "732279bc5f4c5be6c7cf3d93de4145c6", + "timestamp": "2020-12-06T00:42:12Z" + }, + { + "version": "1.2012.519.5141", + "changelog": "Remove from Jellyfin core.\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/thetvdb/thetvdb_1.2012.0519.5141.zip", + "checksum": "b7e38d8b4fb42a0a1034c75022db906c", + "timestamp": "2020-12-05T19:51:49Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "F240D6BE-5743-441B-87F1-A70ECAC42642", + "name": "Pushover", + "description": "Send messages to a wide range of devices through Pushover.", + "overview": "Send notifications via Pushover", + "owner": "jellyfin", + "category": "Notifications", + "versions": [ + { + "version": "4.2103.1323.4809", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1323.4809.zip", + "checksum": "3c757c60a651874d657c0442fcb10cfe", + "timestamp": "2021-03-13T23:48:18Z" + }, + { + "version": "4.2103.1322.2651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1322.2651.zip", + "checksum": "cb26cf2c787be9b7b0af657d434f3e70", + "timestamp": "2021-03-13T22:26:59Z" + }, + { + "version": "4.2103.1314.2949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1314.2949.zip", + "checksum": "eea7e3f86938c1779c8650025b19358b", + "timestamp": "2021-03-13T14:29:59Z" + }, + { + "version": "4.2103.1302.4317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1302.4317.zip", + "checksum": "c348f27aac7c801440a35a9437e9cc31", + "timestamp": "2021-03-13T02:43:26Z" + }, + { + "version": "4.2103.1223.2609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1223.2609.zip", + "checksum": "8aaff769a557fc6e8a88e310a112cf58", + "timestamp": "2021-03-12T23:26:17Z" + }, + { + "version": "4.2103.1214.2015", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1214.2015.zip", + "checksum": "8586bcb10d3511805d6e1c9b783670b6", + "timestamp": "2021-03-12T14:20:23Z" + }, + { + "version": "4.2103.1213.5304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1213.5304.zip", + "checksum": "ececc70d820ce404a7ce78d22e623489", + "timestamp": "2021-03-12T13:53:12Z" + }, + { + "version": "4.2103.1209.0738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1209.0738.zip", + "checksum": "6b2b5f4a27f55d1ac8b1968540eabcf3", + "timestamp": "2021-03-12T09:07:46Z" + }, + { + "version": "4.2103.1123.4142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1123.4142.zip", + "checksum": "4592eab8a4de07ccdc4b0d6fc52c28e2", + "timestamp": "2021-03-11T23:41:50Z" + }, + { + "version": "4.2103.1121.5854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1121.5854.zip", + "checksum": "cc6c8130c52dc768601c0e3a8c944a89", + "timestamp": "2021-03-11T21:59:03Z" + }, + { + "version": "4.2103.1120.1828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1120.1828.zip", + "checksum": "cd717988bbab0df495993df57f56ddd1", + "timestamp": "2021-03-11T20:18:36Z" + }, + { + "version": "4.2103.1116.1242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1116.1242.zip", + "checksum": "abc0e7028385e035f5518a6053e98c3b", + "timestamp": "2021-03-11T16:12:51Z" + }, + { + "version": "4.2103.1115.3008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1115.3008.zip", + "checksum": "b322732232d4923dc31f58d1533cc244", + "timestamp": "2021-03-11T15:30:17Z" + }, + { + "version": "4.2103.1111.1152", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1111.1152.zip", + "checksum": "9fcb3dda081718b5170dffffde17d334", + "timestamp": "2021-03-11T11:12:00Z" + }, + { + "version": "4.2103.1100.0609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1100.0609.zip", + "checksum": "37278cdcbe3fbcc98d54287299529ad9", + "timestamp": "2021-03-11T00:06:17Z" + }, + { + "version": "4.2103.1022.4446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1022.4446.zip", + "checksum": "ba02a5cf485b84ede101087442ea1984", + "timestamp": "2021-03-10T22:44:55Z" + }, + { + "version": "4.2103.1019.3832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1019.3832.zip", + "checksum": "719e8d4851b8e8529bee9d05f735ea61", + "timestamp": "2021-03-10T19:38:40Z" + }, + { + "version": "4.2103.1014.4452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1014.4452.zip", + "checksum": "f142970735e4cd4488979b2f7de92197", + "timestamp": "2021-03-10T14:45:00Z" + }, + { + "version": "4.2103.1010.5553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1010.5553.zip", + "checksum": "188f5e7aa72c8c7914d39ea3414c3b2f", + "timestamp": "2021-03-10T10:56:02Z" + }, + { + "version": "4.2103.1008.0319", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1008.0319.zip", + "checksum": "92e4570a3fca987ead300478f3ded181", + "timestamp": "2021-03-10T08:03:27Z" + }, + { + "version": "4.2103.1002.5349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.1002.5349.zip", + "checksum": "c14e95b28e1d2b8636cb8f72442715da", + "timestamp": "2021-03-10T02:53:57Z" + }, + { + "version": "4.2103.0923.4415", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0923.4415.zip", + "checksum": "f62d0a23bb4e3f6bcd10656b32dd4982", + "timestamp": "2021-03-09T23:44:23Z" + }, + { + "version": "4.2103.0922.0104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0922.0104.zip", + "checksum": "4f666b30654a6f91e65e91791cd801f0", + "timestamp": "2021-03-09T22:01:13Z" + }, + { + "version": "4.2103.0919.5334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0919.5334.zip", + "checksum": "26e374cb3cba53bb38d0d120866e74a0", + "timestamp": "2021-03-09T19:53:42Z" + }, + { + "version": "4.2103.0919.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0919.1908.zip", + "checksum": "f67fb3697229e73108661b62eedba688", + "timestamp": "2021-03-09T19:19:16Z" + }, + { + "version": "4.2103.0913.4231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0913.4231.zip", + "checksum": "6048be5b17843760fddb1857b2e231ec", + "timestamp": "2021-03-09T13:42:39Z" + }, + { + "version": "4.2103.0904.3023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0904.3023.zip", + "checksum": "6d2e21f232074687032df1f23dda0be1", + "timestamp": "2021-03-09T04:30:32Z" + }, + { + "version": "4.2103.0900.2416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0900.2416.zip", + "checksum": "0c42788b4e50791e4c6c747130b7e07f", + "timestamp": "2021-03-09T00:24:25Z" + }, + { + "version": "4.2103.0814.4443", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0814.4443.zip", + "checksum": "fb5d11700368e3bfee02ffb603740a9b", + "timestamp": "2021-03-08T14:44:51Z" + }, + { + "version": "4.2103.0811.2834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0811.2834.zip", + "checksum": "fb32f2ac27bfb65ddede9930c64b0634", + "timestamp": "2021-03-08T11:28:42Z" + }, + { + "version": "4.2103.0809.1416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0809.1416.zip", + "checksum": "201f6024d16f6edbf3a0d3a4a1d265f7", + "timestamp": "2021-03-08T09:14:24Z" + }, + { + "version": "4.2103.0808.1359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0808.1359.zip", + "checksum": "7f105c135a1a13e9aa44b1f09589d803", + "timestamp": "2021-03-08T08:14:08Z" + }, + { + "version": "4.2103.0722.5229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0722.5229.zip", + "checksum": "2367fa856d171f91a5fdeac3d6010461", + "timestamp": "2021-03-07T22:52:37Z" + }, + { + "version": "4.2103.0715.2026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0715.2026.zip", + "checksum": "468c3d60afaf6166fadc3852ae2ea1c0", + "timestamp": "2021-03-07T15:20:35Z" + }, + { + "version": "4.2103.0312.0600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0312.0600.zip", + "checksum": "eafaa309cbaa0717ad9202cd578e8b5f", + "timestamp": "2021-03-03T12:06:10Z" + }, + { + "version": "4.2103.0217.0630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0217.0630.zip", + "checksum": "8c133db71b367f4a087421115fba5aad", + "timestamp": "2021-03-02T17:06:39Z" + }, + { + "version": "4.2103.0216.3931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0216.3931.zip", + "checksum": "5cc5f3ea97ae6c428f356d33c7046c36", + "timestamp": "2021-03-02T16:39:39Z" + }, + { + "version": "4.2103.0214.3622", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0214.3622.zip", + "checksum": "a2f67bd714d069d3e9a6cde689b5490c", + "timestamp": "2021-03-02T14:36:30Z" + }, + { + "version": "4.2103.0209.0248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0209.0248.zip", + "checksum": "85513512c343d63a34ece510a1a53230", + "timestamp": "2021-03-02T09:02:56Z" + }, + { + "version": "4.2103.0202.3328", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0202.3328.zip", + "checksum": "110fb3d6f0747bf74c224298ddeeee95", + "timestamp": "2021-03-02T02:33:37Z" + }, + { + "version": "4.2103.0123.0607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0123.0607.zip", + "checksum": "e0e5084b82719a1dfe14ee9ab6af50ab", + "timestamp": "2021-03-01T23:06:15Z" + }, + { + "version": "4.2103.0121.2349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0121.2349.zip", + "checksum": "ae2a9d3895dcbb78e8d23b93099d0e7e", + "timestamp": "2021-03-01T21:23:57Z" + }, + { + "version": "4.2103.0119.1156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0119.1156.zip", + "checksum": "d2bfae2804260e09ff1d2e0313bfa7aa", + "timestamp": "2021-03-01T19:12:05Z" + }, + { + "version": "4.2103.0118.1641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0118.1641.zip", + "checksum": "3365d2275e4f7fe51ab2b9a39ba33a45", + "timestamp": "2021-03-01T18:16:49Z" + }, + { + "version": "4.2103.0117.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0117.2527.zip", + "checksum": "960f7d3bac08b09e364189eb82f47855", + "timestamp": "2021-03-01T17:25:36Z" + }, + { + "version": "4.2103.0116.5817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0116.5817.zip", + "checksum": "8765b498b49904c6e2543a577ab7bedd", + "timestamp": "2021-03-01T16:58:25Z" + }, + { + "version": "4.2103.0115.1706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0115.1706.zip", + "checksum": "d78020d8c1bf5a759f0434abce861e40", + "timestamp": "2021-03-01T15:17:15Z" + }, + { + "version": "4.2103.0114.3124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0114.3124.zip", + "checksum": "16cde79d290f3fd59e29618247defe80", + "timestamp": "2021-03-01T14:31:32Z" + }, + { + "version": "4.2103.0113.5700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0113.5700.zip", + "checksum": "20c69b7b94c2c51501a8d220a8a4f3db", + "timestamp": "2021-03-01T13:57:12Z" + }, + { + "version": "4.2103.0110.4859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0110.4859.zip", + "checksum": "aef0c0186cfd185d914ab26b3d1ed52e", + "timestamp": "2021-03-01T10:49:07Z" + }, + { + "version": "4.2103.0110.2156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0110.2156.zip", + "checksum": "b565853f044c728c63d1659fb79413bf", + "timestamp": "2021-03-01T10:22:04Z" + }, + { + "version": "4.2103.0109.0808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0109.0808.zip", + "checksum": "80c8cf6abf0efa6efa2b85b515df77cd", + "timestamp": "2021-03-01T09:08:16Z" + }, + { + "version": "4.2103.0104.1802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2103.0104.1802.zip", + "checksum": "101895c3ae4db26137c2b9b2087a5b4a", + "timestamp": "2021-03-01T04:18:12Z" + }, + { + "version": "4.2102.2820.3229", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2820.3229.zip", + "checksum": "3f5a99088b2756f91be15f8d4103c99d", + "timestamp": "2021-02-28T20:32:37Z" + }, + { + "version": "4.2102.2816.2313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2816.2313.zip", + "checksum": "a312059c076e14eb9ebaaad004f3ef46", + "timestamp": "2021-02-28T16:23:21Z" + }, + { + "version": "4.2102.2815.5546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2815.5546.zip", + "checksum": "91b103abb9d4f6415cd16e4213a64f6c", + "timestamp": "2021-02-28T15:55:54Z" + }, + { + "version": "4.2102.2815.2930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2815.2930.zip", + "checksum": "bbf29bb90f990584af50cbd171bd181a", + "timestamp": "2021-02-28T15:29:38Z" + }, + { + "version": "4.2102.2811.3538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2811.3538.zip", + "checksum": "9df8b79fc47a26710c5110643923357e", + "timestamp": "2021-02-28T11:35:47Z" + }, + { + "version": "4.2102.2811.0949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2811.0949.zip", + "checksum": "d1ef5f0807ab2d991c14c414b13637e8", + "timestamp": "2021-02-28T11:09:58Z" + }, + { + "version": "4.2102.2810.4014", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2810.4014.zip", + "checksum": "1952374d079a5c82e1d271dc1202f8ac", + "timestamp": "2021-02-28T10:40:23Z" + }, + { + "version": "4.2102.2810.1238", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2810.1238.zip", + "checksum": "333f13afbfbbb6843b501136ec6be53c", + "timestamp": "2021-02-28T10:12:46Z" + }, + { + "version": "4.2102.2809.4550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2809.4550.zip", + "checksum": "842993aeb09a52909c2dd388a58c6e30", + "timestamp": "2021-02-28T09:45:59Z" + }, + { + "version": "4.2102.2806.4930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2806.4930.zip", + "checksum": "e5f1d394e109b563ce89a6cdb4a691ce", + "timestamp": "2021-02-28T06:49:38Z" + }, + { + "version": "4.2102.2805.0927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2805.0927.zip", + "checksum": "c3d5e42ceca5bca54dc2d5a19f1094cb", + "timestamp": "2021-02-28T05:09:35Z" + }, + { + "version": "4.2102.2804.4233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2804.4233.zip", + "checksum": "8f514aad5bdbffdea138f75c30412896", + "timestamp": "2021-02-28T04:42:41Z" + }, + { + "version": "4.2102.2722.1908", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2722.1908.zip", + "checksum": "7046e74bdf4f9f78fddd099d8bbb9ca4", + "timestamp": "2021-02-27T22:19:16Z" + }, + { + "version": "4.2102.2719.2204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2719.2204.zip", + "checksum": "dae6a55c273c770551428367e1b498eb", + "timestamp": "2021-02-27T19:22:12Z" + }, + { + "version": "4.2102.2718.4315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2718.4315.zip", + "checksum": "01494072151422780351983bffd887bf", + "timestamp": "2021-02-27T18:43:23Z" + }, + { + "version": "4.2102.2717.0506", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2717.0506.zip", + "checksum": "c723b7ace0e41575918d8c483bd8086d", + "timestamp": "2021-02-27T17:05:15Z" + }, + { + "version": "4.2102.2707.3734", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2707.3734.zip", + "checksum": "cbd01ff458655ccd974fd6ee7232f6cd", + "timestamp": "2021-02-27T07:37:42Z" + }, + { + "version": "4.2102.2705.5301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2705.5301.zip", + "checksum": "7af930ae03ae6ea2f9bb9cb08dc074f9", + "timestamp": "2021-02-27T05:53:11Z" + }, + { + "version": "4.2102.2705.2613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2705.2613.zip", + "checksum": "ba2cd3fc69226641656a8501aa7948f4", + "timestamp": "2021-02-27T05:26:21Z" + }, + { + "version": "4.2102.2704.2008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2704.2008.zip", + "checksum": "86c67c534c34da77de6328048843a3b8", + "timestamp": "2021-02-27T04:20:16Z" + }, + { + "version": "4.2102.2703.5257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2703.5257.zip", + "checksum": "dd4c0e9c561572fd259f1c512d7b7453", + "timestamp": "2021-02-27T03:53:07Z" + }, + { + "version": "4.2102.2621.0924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2621.0924.zip", + "checksum": "a3f68eec26089c38fe2b6aad65ac010b", + "timestamp": "2021-02-26T21:09:33Z" + }, + { + "version": "4.2102.2619.1258", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2619.1258.zip", + "checksum": "8db7dfc53585d10d66bb8132f015a527", + "timestamp": "2021-02-26T19:13:08Z" + }, + { + "version": "4.2102.2618.4556", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2618.4556.zip", + "checksum": "48473d6e75d22e54bdf451eb47351c92", + "timestamp": "2021-02-26T18:46:04Z" + }, + { + "version": "4.2102.2612.4353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2612.4353.zip", + "checksum": "b1546438ae682eeec070b5a2d65b9d44", + "timestamp": "2021-02-26T12:44:02Z" + }, + { + "version": "4.2102.2523.4100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2523.4100.zip", + "checksum": "9c7bddbb9fd9174cdce0beb15eee1541", + "timestamp": "2021-02-25T23:41:08Z" + }, + { + "version": "4.2102.2508.4329", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2508.4329.zip", + "checksum": "4a2aabeb20c709be1e0aea920222e8a5", + "timestamp": "2021-02-25T08:43:37Z" + }, + { + "version": "4.2102.2423.1129", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2423.1129.zip", + "checksum": "0284a43813e1b1b84b26b073de6eb6e6", + "timestamp": "2021-02-24T23:11:37Z" + }, + { + "version": "4.2102.2422.4511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2422.4511.zip", + "checksum": "0894f0ac7547fb4e8972b9df6aa42d8f", + "timestamp": "2021-02-24T22:45:20Z" + }, + { + "version": "4.2102.2421.2818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2421.2818.zip", + "checksum": "644a712573fd4e300c3b43ace02b24bd", + "timestamp": "2021-02-24T21:28:27Z" + }, + { + "version": "4.2102.2416.4637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2416.4637.zip", + "checksum": "e7bfa106bd0d8816c68fe506d72aa085", + "timestamp": "2021-02-24T16:46:46Z" + }, + { + "version": "4.2102.2416.1951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2416.1951.zip", + "checksum": "21fc8c1ded708ee9ddb20827fe40221f", + "timestamp": "2021-02-24T16:20:00Z" + }, + { + "version": "4.2102.2411.4101", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2411.4101.zip", + "checksum": "020f08914572736c41d5bfac029a5cb1", + "timestamp": "2021-02-24T11:41:10Z" + }, + { + "version": "4.2102.2401.5422", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2401.5422.zip", + "checksum": "2e60c9429672712e9862fc308aea8b2f", + "timestamp": "2021-02-24T01:54:30Z" + }, + { + "version": "4.2102.2321.0939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2321.0939.zip", + "checksum": "f0649aa63890886c00d2b8e0fe0edb5e", + "timestamp": "2021-02-23T21:09:47Z" + }, + { + "version": "4.2102.2317.1246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2317.1246.zip", + "checksum": "ca28c2e1f86d236976fcae3fcd47f90d", + "timestamp": "2021-02-23T17:12:54Z" + }, + { + "version": "4.2102.2312.2637", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2312.2637.zip", + "checksum": "4935c4342b81a16231152fb0a5826845", + "timestamp": "2021-02-23T12:26:46Z" + }, + { + "version": "4.2102.2302.2836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2302.2836.zip", + "checksum": "a447e2d2834b029fa46f8c6e77faa4fc", + "timestamp": "2021-02-23T02:28:45Z" + }, + { + "version": "4.2102.2222.0059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2222.0059.zip", + "checksum": "bbeb53bb4bc5656a3290c9a0a7c77ed4", + "timestamp": "2021-02-22T22:01:07Z" + }, + { + "version": "4.2102.2217.3347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2217.3347.zip", + "checksum": "d9b7c77a637c30e6732ec183478156d3", + "timestamp": "2021-02-22T17:33:56Z" + }, + { + "version": "4.2102.2216.3909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2216.3909.zip", + "checksum": "96e12134d873c7ff140024a00ef3b87c", + "timestamp": "2021-02-22T16:39:17Z" + }, + { + "version": "4.2102.2213.4050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2213.4050.zip", + "checksum": "25249161b17e4ab16fd0bc192f6a10fb", + "timestamp": "2021-02-22T13:40:59Z" + }, + { + "version": "4.2102.2207.3745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2207.3745.zip", + "checksum": "9db7d2589599f46e5656768b326c8d42", + "timestamp": "2021-02-22T07:37:53Z" + }, + { + "version": "4.2102.2205.5255", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2205.5255.zip", + "checksum": "2c059f017a3415ad2251878604decd0c", + "timestamp": "2021-02-22T05:53:05Z" + }, + { + "version": "4.2102.2204.5047", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2204.5047.zip", + "checksum": "0b6c7ba85575b0694ff54c57e1a15024", + "timestamp": "2021-02-22T04:50:55Z" + }, + { + "version": "4.2102.2201.4642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2201.4642.zip", + "checksum": "8a3408f40572193cd62b1f3d97b7ce4c", + "timestamp": "2021-02-22T01:46:51Z" + }, + { + "version": "4.2102.2119.2455", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2119.2455.zip", + "checksum": "9feec6e4e390c92baa32e39381f503e8", + "timestamp": "2021-02-21T19:25:04Z" + }, + { + "version": "4.2102.2116.0811", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2116.0811.zip", + "checksum": "c7597af25b9fa27b06d4108c0af0c355", + "timestamp": "2021-02-21T16:08:19Z" + }, + { + "version": "4.2102.2107.2447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2107.2447.zip", + "checksum": "251696680d5296acd8199192b2eb1e11", + "timestamp": "2021-02-21T07:24:55Z" + }, + { + "version": "4.2102.2023.3143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2023.3143.zip", + "checksum": "b425d86d3cae8dc38a04bfbeacd9d70a", + "timestamp": "2021-02-20T23:31:52Z" + }, + { + "version": "4.2102.2023.0525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2023.0525.zip", + "checksum": "f432d2aeb3ded1e76c5da418266dbb15", + "timestamp": "2021-02-20T23:05:33Z" + }, + { + "version": "4.2102.2015.4713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2015.4713.zip", + "checksum": "5cca804ba946118a86b6f628e7251c7c", + "timestamp": "2021-02-20T15:47:21Z" + }, + { + "version": "4.2102.2002.2108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.2002.2108.zip", + "checksum": "8ad6b972bd903a65e46dc8719fbc90e5", + "timestamp": "2021-02-20T02:21:17Z" + }, + { + "version": "4.2102.1912.4223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1912.4223.zip", + "checksum": "94ab2d276b954cc4ed220ad0d66ce8be", + "timestamp": "2021-02-19T12:42:32Z" + }, + { + "version": "4.2102.1822.5451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1822.5451.zip", + "checksum": "d50491f2c20523a3e44f876c263a6620", + "timestamp": "2021-02-18T22:54:59Z" + }, + { + "version": "4.2102.1819.0231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1819.0231.zip", + "checksum": "b088f4f61b358f10f395dd5c078136ec", + "timestamp": "2021-02-18T19:02:40Z" + }, + { + "version": "4.2102.1817.1453", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1817.1453.zip", + "checksum": "6f73a7adf10acce053b8379f410300ed", + "timestamp": "2021-02-18T17:15:01Z" + }, + { + "version": "4.2102.1719.4741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1719.4741.zip", + "checksum": "e79c67f5855f82b79f8c0de66b1e29ed", + "timestamp": "2021-02-17T19:47:49Z" + }, + { + "version": "4.2102.1710.1009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1710.1009.zip", + "checksum": "28d6df38452fbb81761979d885a3dd53", + "timestamp": "2021-02-17T10:10:17Z" + }, + { + "version": "4.2102.1709.3518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1709.3518.zip", + "checksum": "f76a6e6bd4d8f8f6e3a966769d57d55c", + "timestamp": "2021-02-17T09:35:27Z" + }, + { + "version": "4.2102.1706.4502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1706.4502.zip", + "checksum": "608be678762b5e4a5df271a25f665e32", + "timestamp": "2021-02-17T06:45:10Z" + }, + { + "version": "4.2102.1705.2620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1705.2620.zip", + "checksum": "d970fe0cc1ccfb8564a742f09cabafc8", + "timestamp": "2021-02-17T05:26:28Z" + }, + { + "version": "4.2102.1704.2136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1704.2136.zip", + "checksum": "1c15d879c8bf4f99ea29d03a59bc4532", + "timestamp": "2021-02-17T04:21:44Z" + }, + { + "version": "4.2102.1703.2607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1703.2607.zip", + "checksum": "a283cc846346cb53c84ff1a7456910c7", + "timestamp": "2021-02-17T03:26:15Z" + }, + { + "version": "4.2102.1618.5440", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1618.5440.zip", + "checksum": "50944a637fd6a12d502131e8a19f26d0", + "timestamp": "2021-02-16T18:54:49Z" + }, + { + "version": "4.2102.1615.5810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1615.5810.zip", + "checksum": "75518d747ab45250a065cce0ff6f4658", + "timestamp": "2021-02-16T15:58:19Z" + }, + { + "version": "4.2102.1605.4320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1605.4320.zip", + "checksum": "4b0bd06a8f0748ca2090bc8d3f0689c1", + "timestamp": "2021-02-16T05:43:28Z" + }, + { + "version": "4.2102.1605.1631", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1605.1631.zip", + "checksum": "09a3462a5299a8688a32a0b18f16a63d", + "timestamp": "2021-02-16T05:16:40Z" + }, + { + "version": "4.2102.1519.4325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1519.4325.zip", + "checksum": "46ffb8370426a59f69a6e4453d53a442", + "timestamp": "2021-02-15T19:43:34Z" + }, + { + "version": "4.2102.1513.5853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1513.5853.zip", + "checksum": "8fe9fce06438b821286656d5bd71deb4", + "timestamp": "2021-02-15T13:59:02Z" + }, + { + "version": "4.2102.1509.1305", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1509.1305.zip", + "checksum": "c69a5924b6720501798898762d67a1a1", + "timestamp": "2021-02-15T09:13:13Z" + }, + { + "version": "4.2102.1417.5202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1417.5202.zip", + "checksum": "f3f97cc56d0a4c15d567220b6efb36ac", + "timestamp": "2021-02-14T17:52:10Z" + }, + { + "version": "4.2102.1416.2248", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1416.2248.zip", + "checksum": "958408da1bb3e7affb50e142bd2c3156", + "timestamp": "2021-02-14T16:22:57Z" + }, + { + "version": "4.2102.1408.1731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1408.1731.zip", + "checksum": "3e603139bec77a323c5d6a82010a2199", + "timestamp": "2021-02-14T08:17:39Z" + }, + { + "version": "4.2102.1407.3748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1407.3748.zip", + "checksum": "88b892d8c08e225ad8bcb235a72b753a", + "timestamp": "2021-02-14T07:37:57Z" + }, + { + "version": "4.2102.1407.1010", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1407.1010.zip", + "checksum": "c51a0619af6171d7e0bb06d817b51bb5", + "timestamp": "2021-02-14T07:10:19Z" + }, + { + "version": "4.2102.1319.0235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1319.0235.zip", + "checksum": "a267e1c5ba31e2f2540698a713f96cd5", + "timestamp": "2021-02-13T19:02:44Z" + }, + { + "version": "4.2102.1310.3602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1310.3602.zip", + "checksum": "540016dcf114c3b034c1a06fe8ad4ec2", + "timestamp": "2021-02-13T10:36:10Z" + }, + { + "version": "4.2102.1309.5930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1309.5930.zip", + "checksum": "755e1d2ce586fd73514e25dbe9cd6f89", + "timestamp": "2021-02-13T09:59:39Z" + }, + { + "version": "4.2102.1304.5623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1304.5623.zip", + "checksum": "6dc077491f988203c688a18e315d84e1", + "timestamp": "2021-02-13T04:56:32Z" + }, + { + "version": "4.2102.1302.1828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1302.1828.zip", + "checksum": "bf57323cd1302068af5f500c170f839c", + "timestamp": "2021-02-13T02:18:36Z" + }, + { + "version": "4.2102.1218.2630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1218.2630.zip", + "checksum": "40086d508f9f9e2e49b30e6955b093c2", + "timestamp": "2021-02-12T18:26:57Z" + }, + { + "version": "4.2102.1209.0658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1209.0658.zip", + "checksum": "85a0cf9f05cf62b4ffc44c887759f329", + "timestamp": "2021-02-12T09:07:26Z" + }, + { + "version": "4.2102.1118.5709", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1118.5709.zip", + "checksum": "c52300674a7194d790db4b43c8f88dbf", + "timestamp": "2021-02-11T18:57:18Z" + }, + { + "version": "4.2102.1117.1416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1117.1416.zip", + "checksum": "3b03f962047f54ec549b6b6f45709263", + "timestamp": "2021-02-11T17:14:25Z" + }, + { + "version": "4.2102.1116.4116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1116.4116.zip", + "checksum": "bb95de11098a6cf3fd90bcf47726d6f4", + "timestamp": "2021-02-11T16:41:24Z" + }, + { + "version": "4.2102.1114.5524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1114.5524.zip", + "checksum": "c4b828f0fff9ebc0422eadfca47b3448", + "timestamp": "2021-02-11T14:55:33Z" + }, + { + "version": "4.2102.1108.2301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1108.2301.zip", + "checksum": "afc302d83b0aa1309cd3699afcd94559", + "timestamp": "2021-02-11T08:23:12Z" + }, + { + "version": "4.2102.1107.5446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1107.5446.zip", + "checksum": "c27977487f81d162a5204c817c090e24", + "timestamp": "2021-02-11T07:54:55Z" + }, + { + "version": "4.2102.1017.0643", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1017.0643.zip", + "checksum": "989a072aa4a5d7eba727792bb3d95043", + "timestamp": "2021-02-10T17:06:51Z" + }, + { + "version": "4.2102.1015.3429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1015.3429.zip", + "checksum": "138764dce93f5910a97b071e02f702eb", + "timestamp": "2021-02-10T15:34:37Z" + }, + { + "version": "4.2102.1015.0524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1015.0524.zip", + "checksum": "93d5af1e19f62b257c7ff713ff26b3b6", + "timestamp": "2021-02-10T15:05:32Z" + }, + { + "version": "4.2102.1014.0614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1014.0614.zip", + "checksum": "72ec3fbc8da2a162b43f513477d90749", + "timestamp": "2021-02-10T14:06:23Z" + }, + { + "version": "4.2102.1011.4055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1011.4055.zip", + "checksum": "6fab9b67fd783106fd3ff1f29e0b58b4", + "timestamp": "2021-02-10T11:41:13Z" + }, + { + "version": "4.2102.1010.5143", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1010.5143.zip", + "checksum": "4963e4767ccc9f2e72dd791e1c5258fb", + "timestamp": "2021-02-10T10:52:01Z" + }, + { + "version": "4.2102.1006.5825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1006.5825.zip", + "checksum": "05f8944f6fe920351dde99e4bf0b0e2d", + "timestamp": "2021-02-10T06:58:41Z" + }, + { + "version": "4.2102.1002.3936", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1002.3936.zip", + "checksum": "433d144a26ede4d4b1db070688416370", + "timestamp": "2021-02-10T02:39:44Z" + }, + { + "version": "4.2102.1001.2721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.1001.2721.zip", + "checksum": "ad017a51bbe61c21e9d1d569826c0bfc", + "timestamp": "2021-02-10T01:27:30Z" + }, + { + "version": "4.2102.0916.1222", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0916.1222.zip", + "checksum": "8fe7b14c2af38c04ab0a4502bd60cc25", + "timestamp": "2021-02-09T16:12:32Z" + }, + { + "version": "4.2102.0903.0024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0903.0024.zip", + "checksum": "12470dbede7244f3945a95c9402ebcd2", + "timestamp": "2021-02-09T03:00:33Z" + }, + { + "version": "4.2102.0902.3124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0902.3124.zip", + "checksum": "80baea149d839f7c381d5fd7add7665a", + "timestamp": "2021-02-09T02:31:33Z" + }, + { + "version": "4.2102.0816.2401", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0816.2401.zip", + "checksum": "3b1cbf2dd39fe0264355637a109cb64a", + "timestamp": "2021-02-08T16:24:10Z" + }, + { + "version": "4.2102.0815.5252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0815.5252.zip", + "checksum": "d73dc37b956c0c2f14be7e2f15c24fcb", + "timestamp": "2021-02-08T15:53:01Z" + }, + { + "version": "4.2102.0815.2402", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0815.2402.zip", + "checksum": "e55e4d989031b043c63a20e1b7e3581e", + "timestamp": "2021-02-08T15:24:11Z" + }, + { + "version": "4.2102.0814.5439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0814.5439.zip", + "checksum": "35f8bfbc5786e45bdacef1217e3f275a", + "timestamp": "2021-02-08T14:54:48Z" + }, + { + "version": "4.2102.0814.2447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0814.2447.zip", + "checksum": "8c88bda10180f09b90d6ce3280c13d64", + "timestamp": "2021-02-08T14:24:55Z" + }, + { + "version": "4.2102.0812.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0812.2558.zip", + "checksum": "c6eee987ad73dada0c2f5659a113ee5a", + "timestamp": "2021-02-08T12:26:06Z" + }, + { + "version": "4.2102.0811.5131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0811.5131.zip", + "checksum": "af27e0b49f06ef3ddc99dd26e8bcbe8b", + "timestamp": "2021-02-08T11:51:39Z" + }, + { + "version": "4.2102.0809.4344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0809.4344.zip", + "checksum": "dd51db5932a0178f3e44a723f72b1d84", + "timestamp": "2021-02-08T09:43:55Z" + }, + { + "version": "4.2102.0808.5320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0808.5320.zip", + "checksum": "7e90d8afb189843e3f201749b1312cf9", + "timestamp": "2021-02-08T08:53:29Z" + }, + { + "version": "4.2102.0806.2713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0806.2713.zip", + "checksum": "3303d7021f45f0b0aae15455e8e8ba27", + "timestamp": "2021-02-08T06:27:22Z" + }, + { + "version": "4.2102.0805.5855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0805.5855.zip", + "checksum": "0d1fbae6feb81651f3c096b2c9272e2d", + "timestamp": "2021-02-08T05:59:03Z" + }, + { + "version": "4.2102.0720.2438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0720.2438.zip", + "checksum": "d6fa1384e025f1d1f0d43d236a3d7826", + "timestamp": "2021-02-07T20:24:46Z" + }, + { + "version": "4.2102.0716.5710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0716.5710.zip", + "checksum": "6a21bd334c7523effd3a605fd9c4a8d9", + "timestamp": "2021-02-07T16:57:23Z" + }, + { + "version": "4.2102.0716.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0716.2927.zip", + "checksum": "3a13204ef94ba39ef576719c7e5aacfd", + "timestamp": "2021-02-07T16:29:36Z" + }, + { + "version": "4.2102.0710.2702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0710.2702.zip", + "checksum": "c55dff8129d5a3177f4b3fe417f483aa", + "timestamp": "2021-02-07T10:27:12Z" + }, + { + "version": "4.2102.0702.0913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0702.0913.zip", + "checksum": "89328b6202bf367eefefda0c328b48f7", + "timestamp": "2021-02-07T02:09:22Z" + }, + { + "version": "4.2102.0701.4037", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0701.4037.zip", + "checksum": "2144c29be5629e107188b17b8a4b5ec5", + "timestamp": "2021-02-07T01:40:46Z" + }, + { + "version": "4.2102.0618.2429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0618.2429.zip", + "checksum": "980de728c13afaba61c0c749cef3a2ca", + "timestamp": "2021-02-06T18:24:38Z" + }, + { + "version": "4.2102.0519.2658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0519.2658.zip", + "checksum": "89baa13df293ff99b88b0fdd1c5af9e9", + "timestamp": "2021-02-05T19:27:08Z" + }, + { + "version": "4.2102.0511.5619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0511.5619.zip", + "checksum": "58c3df00f45dd8480a0dbdd2b3a32e1a", + "timestamp": "2021-02-05T11:56:27Z" + }, + { + "version": "4.2102.0511.2836", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0511.2836.zip", + "checksum": "0e2f01d8a08fc4b5d1ddfb1ec9aa2bf6", + "timestamp": "2021-02-05T11:28:46Z" + }, + { + "version": "4.2102.0503.3646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0503.3646.zip", + "checksum": "b4106f20d3a91f36da2197845d09c84e", + "timestamp": "2021-02-05T03:36:55Z" + }, + { + "version": "4.2102.0503.0708", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0503.0708.zip", + "checksum": "915c0cc9543c370b274098b7acb1bcca", + "timestamp": "2021-02-05T03:07:16Z" + }, + { + "version": "4.2102.0414.4857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0414.4857.zip", + "checksum": "c86c3a5053aca305f6f97a584843f750", + "timestamp": "2021-02-04T14:49:06Z" + }, + { + "version": "4.2102.0413.1309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0413.1309.zip", + "checksum": "314d6d1a31d5338872c43a3792cdcc3b", + "timestamp": "2021-02-04T13:13:19Z" + }, + { + "version": "4.2102.0308.1430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0308.1430.zip", + "checksum": "2f67fc12bc2d15d3c35d60f6565eac57", + "timestamp": "2021-02-03T08:14:38Z" + }, + { + "version": "4.2102.0307.4524", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0307.4524.zip", + "checksum": "fc0bae1dddcf0ff8e854d32ddd0570e8", + "timestamp": "2021-02-03T07:45:33Z" + }, + { + "version": "4.2102.0217.5117", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0217.5117.zip", + "checksum": "c709c5b01796d5e8dac416b6e3813123", + "timestamp": "2021-02-02T17:51:25Z" + }, + { + "version": "4.2102.0210.2245", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0210.2245.zip", + "checksum": "3611835566d0ffc454a75b0c30a0d66c", + "timestamp": "2021-02-02T10:22:54Z" + }, + { + "version": "4.2102.0203.2221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0203.2221.zip", + "checksum": "2a5bc7ba2bf52c42f7cc18364c3d55f0", + "timestamp": "2021-02-02T03:22:29Z" + }, + { + "version": "4.2102.0119.2831", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0119.2831.zip", + "checksum": "5e054fb06b23c6b7e6018e2d65b44294", + "timestamp": "2021-02-01T19:28:39Z" + }, + { + "version": "4.2102.0118.5956", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0118.5956.zip", + "checksum": "afd8eff597807d0176cfacc28ed0b060", + "timestamp": "2021-02-01T19:00:04Z" + }, + { + "version": "4.2102.0104.4858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2102.0104.4858.zip", + "checksum": "0f1151ebe480ad695c0d7f3fc723ac54", + "timestamp": "2021-02-01T04:49:07Z" + }, + { + "version": "4.2101.3122.4327", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3122.4327.zip", + "checksum": "bed4447d48667f41ff7e0a4ac9707d45", + "timestamp": "2021-01-31T22:43:36Z" + }, + { + "version": "4.2101.3117.2916", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3117.2916.zip", + "checksum": "b54fd6c62068281e645b83a324b79ddb", + "timestamp": "2021-01-31T17:29:25Z" + }, + { + "version": "4.2101.3117.0140", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3117.0140.zip", + "checksum": "2b1eba80b53d0c72c53e79f1b0de5038", + "timestamp": "2021-01-31T17:01:49Z" + }, + { + "version": "4.2101.3112.1817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3112.1817.zip", + "checksum": "e9a845e596a2f27a1c7723dab6323752", + "timestamp": "2021-01-31T12:18:26Z" + }, + { + "version": "4.2101.3022.2008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3022.2008.zip", + "checksum": "815fafbba20196dd1c9a10d8e5c3a7a3", + "timestamp": "2021-01-30T22:20:17Z" + }, + { + "version": "4.2101.3008.1929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3008.1929.zip", + "checksum": "92e1e58c9d54e607c261bffb1d7e1417", + "timestamp": "2021-01-30T08:19:37Z" + }, + { + "version": "4.2101.3007.5050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.3007.5050.zip", + "checksum": "cb1881b15db3573a4b2d0a4ff27d6f3f", + "timestamp": "2021-01-30T07:50:58Z" + }, + { + "version": "4.2101.2906.5757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2906.5757.zip", + "checksum": "ad8f67fb01264f644b3d4c5db257de15", + "timestamp": "2021-01-29T06:58:06Z" + }, + { + "version": "4.2101.2801.0702", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2801.0702.zip", + "checksum": "f07dca31ce356054fe3407ec7057c56e", + "timestamp": "2021-01-28T01:07:10Z" + }, + { + "version": "4.2101.2718.1202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2718.1202.zip", + "checksum": "450fca5e01bfb5d52ab2f7205a7bc4de", + "timestamp": "2021-01-27T18:12:12Z" + }, + { + "version": "4.2101.2715.3113", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2715.3113.zip", + "checksum": "7f11a4136ed4ee4e9302a53384a9abd0", + "timestamp": "2021-01-27T15:31:22Z" + }, + { + "version": "4.2101.2708.0447", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2708.0447.zip", + "checksum": "f2d51c9440e621f17af58221e35305d1", + "timestamp": "2021-01-27T08:04:55Z" + }, + { + "version": "4.2101.2618.3654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2618.3654.zip", + "checksum": "25a9b9ca7f55fb7c8efe29037c40df76", + "timestamp": "2021-01-26T18:37:04Z" + }, + { + "version": "4.2101.2618.0801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2618.0801.zip", + "checksum": "29dd14d2222d021e91d14b9548c65ffe", + "timestamp": "2021-01-26T18:08:09Z" + }, + { + "version": "4.2101.2617.1135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2617.1135.zip", + "checksum": "d934436cf92001d5bcc973ff80cb0abd", + "timestamp": "2021-01-26T17:11:45Z" + }, + { + "version": "4.2101.2611.3739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2611.3739.zip", + "checksum": "2e245c7df7894eb903daa545db3b8141", + "timestamp": "2021-01-26T11:37:48Z" + }, + { + "version": "4.2101.2521.3544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2521.3544.zip", + "checksum": "26d86b9dab05bf25485266e75cee7232", + "timestamp": "2021-01-25T21:35:52Z" + }, + { + "version": "4.2101.2519.5349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2519.5349.zip", + "checksum": "5459c9dd81a3d98349a3b9dbacc98204", + "timestamp": "2021-01-25T19:53:58Z" + }, + { + "version": "4.2101.2518.5514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2518.5514.zip", + "checksum": "96c12b58e7f62c88508ae61fd8b42865", + "timestamp": "2021-01-25T18:55:28Z" + }, + { + "version": "4.2101.2517.5534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2517.5534.zip", + "checksum": "594f0433e86f82a3011f7cbcaf1d33ab", + "timestamp": "2021-01-25T17:55:43Z" + }, + { + "version": "4.2101.2516.2739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2516.2739.zip", + "checksum": "eb1c5a4fc80c70925b60e8f8383f4674", + "timestamp": "2021-01-25T16:27:48Z" + }, + { + "version": "4.2101.2515.1928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2515.1928.zip", + "checksum": "fa033fa8a5c6e8951b32d6858ef320a6", + "timestamp": "2021-01-25T15:19:36Z" + }, + { + "version": "4.2101.2513.0634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2513.0634.zip", + "checksum": "1db30731ed3287c4efcfbfbf3480172a", + "timestamp": "2021-01-25T13:06:43Z" + }, + { + "version": "4.2101.2512.2444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2512.2444.zip", + "checksum": "3c1fb6e8e9ecc51d6258faa8e68cadbc", + "timestamp": "2021-01-25T12:24:52Z" + }, + { + "version": "4.2101.2511.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2511.3449.zip", + "checksum": "cdaba543d27aa0a3493c6668c5942640", + "timestamp": "2021-01-25T11:34:57Z" + }, + { + "version": "4.2101.2504.2944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2504.2944.zip", + "checksum": "7492c0c13b5c69d55b5b9ceb9fb9febc", + "timestamp": "2021-01-25T04:29:53Z" + }, + { + "version": "4.2101.2420.0948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2420.0948.zip", + "checksum": "e66969a6fc4bd269cb7d977bd4cb9254", + "timestamp": "2021-01-24T20:09:57Z" + }, + { + "version": "4.2101.2419.3959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2419.3959.zip", + "checksum": "8c5d0511ffb386b2ac13a12f3b2c60ca", + "timestamp": "2021-01-24T19:40:07Z" + }, + { + "version": "4.2101.2418.3126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2418.3126.zip", + "checksum": "200d53182a03f10cf04c33a84626a421", + "timestamp": "2021-01-24T18:31:34Z" + }, + { + "version": "4.2101.2413.3929", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2413.3929.zip", + "checksum": "f70e642d175853838a68cfe9d1211efa", + "timestamp": "2021-01-24T13:39:37Z" + }, + { + "version": "4.2101.2410.4157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2410.4157.zip", + "checksum": "055e1e417490bbe8236b2466a19eaf75", + "timestamp": "2021-01-24T10:42:06Z" + }, + { + "version": "4.2101.2400.2601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2400.2601.zip", + "checksum": "42f9cc87e524cec54b00b6a8a7edb5db", + "timestamp": "2021-01-24T00:26:09Z" + }, + { + "version": "4.2101.2323.5848", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2323.5848.zip", + "checksum": "12ea381ddbb8dbc23d48414d467f01dc", + "timestamp": "2021-01-23T23:59:03Z" + }, + { + "version": "4.2101.2323.2804", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2323.2804.zip", + "checksum": "b13076b0a82de8cafc73cb01131396b6", + "timestamp": "2021-01-23T23:28:13Z" + }, + { + "version": "4.2101.2321.0507", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2321.0507.zip", + "checksum": "b5fe5995c34cdb4150cc7c5bd6aba79d", + "timestamp": "2021-01-23T21:05:15Z" + }, + { + "version": "4.2101.2320.3538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2320.3538.zip", + "checksum": "f398442267e575da66b23d2c89d1b176", + "timestamp": "2021-01-23T20:35:47Z" + }, + { + "version": "4.2101.2320.0625", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2320.0625.zip", + "checksum": "249c30bea9b1e9bb578d9e3a1588e4ae", + "timestamp": "2021-01-23T20:06:33Z" + }, + { + "version": "4.2101.2314.4005", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2314.4005.zip", + "checksum": "bd6dc3b1dd0686f9856e3ed44db41a28", + "timestamp": "2021-01-23T14:40:14Z" + }, + { + "version": "4.2101.2314.1108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2314.1108.zip", + "checksum": "89ed7a9a897544f69789566fd50e2691", + "timestamp": "2021-01-23T14:11:16Z" + }, + { + "version": "4.2101.2313.2122", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2313.2122.zip", + "checksum": "82175adb58258fd230e2782d998024d5", + "timestamp": "2021-01-23T13:21:30Z" + }, + { + "version": "4.2101.2223.2345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2223.2345.zip", + "checksum": "ff3052e79dacc558fa44de20593572ac", + "timestamp": "2021-01-22T23:23:55Z" + }, + { + "version": "4.2101.2222.5538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2222.5538.zip", + "checksum": "15f3516a946944c3bb591763ae79ebd1", + "timestamp": "2021-01-22T22:55:46Z" + }, + { + "version": "4.2101.2218.0424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2218.0424.zip", + "checksum": "0643bb83bd22ffeeefc32296e7a9d413", + "timestamp": "2021-01-22T18:04:32Z" + }, + { + "version": "4.2101.2210.2153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2210.2153.zip", + "checksum": "7dde7520d746e53734be2d4a952af4d3", + "timestamp": "2021-01-22T10:22:01Z" + }, + { + "version": "4.2101.2208.1157", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2208.1157.zip", + "checksum": "a110d78be3d18d26ec5c73f76e1f1cd2", + "timestamp": "2021-01-22T08:12:07Z" + }, + { + "version": "4.2101.2201.2151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2201.2151.zip", + "checksum": "7088db5f0055994bc002e8425fa15f53", + "timestamp": "2021-01-22T01:21:59Z" + }, + { + "version": "4.2101.2200.5407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2200.5407.zip", + "checksum": "5e989344024b55e7779134d29646b5d6", + "timestamp": "2021-01-22T00:54:15Z" + }, + { + "version": "4.2101.2200.2433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2200.2433.zip", + "checksum": "ec271d7c5cfd05311b4923a8fde22566", + "timestamp": "2021-01-22T00:24:42Z" + }, + { + "version": "4.2101.2121.3641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2121.3641.zip", + "checksum": "6a6a3b64ab20b5296b520dd68bb6b23c", + "timestamp": "2021-01-21T21:36:49Z" + }, + { + "version": "4.2101.2120.3747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2120.3747.zip", + "checksum": "f2fd91d4b15d3cfc70956c9480f69c72", + "timestamp": "2021-01-21T20:37:55Z" + }, + { + "version": "4.2101.2120.0823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2120.0823.zip", + "checksum": "03465dd21f1f95ac4a5eaf8be89ad75e", + "timestamp": "2021-01-21T20:08:31Z" + }, + { + "version": "4.2101.2118.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2118.3322.zip", + "checksum": "cb08d420c5d45019bfe1b46488e22f07", + "timestamp": "2021-01-21T18:33:31Z" + }, + { + "version": "4.2101.2118.0431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2118.0431.zip", + "checksum": "2a3472f89ae595a75884ee0e1dc4018b", + "timestamp": "2021-01-21T18:04:40Z" + }, + { + "version": "4.2101.2100.3430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2100.3430.zip", + "checksum": "03c14a56ef9a6523f72bf9c317bab06e", + "timestamp": "2021-01-21T00:34:39Z" + }, + { + "version": "4.2101.2100.0500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2100.0500.zip", + "checksum": "8e8b26aa4271b4cef608994158d789e8", + "timestamp": "2021-01-21T00:05:09Z" + }, + { + "version": "4.2101.2023.3634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2023.3634.zip", + "checksum": "f1daaa501ccddff2e839e607acfb73a1", + "timestamp": "2021-01-20T23:36:43Z" + }, + { + "version": "4.2101.2018.2544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2018.2544.zip", + "checksum": "bd5be1b1a1c20c16f1037f69eb3b89b9", + "timestamp": "2021-01-20T18:25:52Z" + }, + { + "version": "4.2101.2017.3527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2017.3527.zip", + "checksum": "6607ced29844dd2678fc39b364b2fd72", + "timestamp": "2021-01-20T17:35:36Z" + }, + { + "version": "4.2101.2013.0136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2013.0136.zip", + "checksum": "8bde665d5371d3581fff9b7d8c73a4b0", + "timestamp": "2021-01-20T13:01:44Z" + }, + { + "version": "4.2101.2012.0502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2012.0502.zip", + "checksum": "9c174abb891e98935165a0251096eb13", + "timestamp": "2021-01-20T12:05:11Z" + }, + { + "version": "4.2101.2010.4145", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2010.4145.zip", + "checksum": "d2e4a44d0117522759d77f768a02b539", + "timestamp": "2021-01-20T10:41:53Z" + }, + { + "version": "4.2101.2010.1355", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2010.1355.zip", + "checksum": "05e23268d1ca0815c29ad317cac47475", + "timestamp": "2021-01-20T10:14:03Z" + }, + { + "version": "4.2101.2007.1009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.2007.1009.zip", + "checksum": "4b46aba920aec3c1662ef11e065f6e9f", + "timestamp": "2021-01-20T07:10:17Z" + }, + { + "version": "4.2101.1920.2320", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1920.2320.zip", + "checksum": "d731bf95240c5966bca1598c8162f5a6", + "timestamp": "2021-01-19T20:23:29Z" + }, + { + "version": "4.2101.1919.4413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1919.4413.zip", + "checksum": "1568dd6f4f30a782a500fa574934ee58", + "timestamp": "2021-01-19T19:44:21Z" + }, + { + "version": "4.2101.1917.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1917.5153.zip", + "checksum": "990996a5ae2faa6401d9da44f6e8660e", + "timestamp": "2021-01-19T17:52:02Z" + }, + { + "version": "4.2101.1815.4557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1815.4557.zip", + "checksum": "0d80a6427ae6d96fb90e393f3bc5fdb8", + "timestamp": "2021-01-18T15:46:06Z" + }, + { + "version": "4.2101.1815.1729", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1815.1729.zip", + "checksum": "dddd94b0b991055149ec0ac7a6d09acf", + "timestamp": "2021-01-18T15:17:38Z" + }, + { + "version": "4.2101.1813.5635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1813.5635.zip", + "checksum": "056454a910575e017fc710e2fd09fd64", + "timestamp": "2021-01-18T13:56:43Z" + }, + { + "version": "4.2101.1800.5520", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1800.5520.zip", + "checksum": "5f1a536f30198fd45b4985cd07fb3fd3", + "timestamp": "2021-01-18T00:55:28Z" + }, + { + "version": "4.2101.1720.2925", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1720.2925.zip", + "checksum": "bca542a997c5f776564d5e1a20e12ad2", + "timestamp": "2021-01-17T20:29:33Z" + }, + { + "version": "4.2101.1717.0747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1717.0747.zip", + "checksum": "970ec69badb2e41eba62ed2bfe1f69a0", + "timestamp": "2021-01-17T17:07:56Z" + }, + { + "version": "4.2101.1716.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1716.3857.zip", + "checksum": "6a6387bafdcf3e782f0e414cb2bc6e8f", + "timestamp": "2021-01-17T16:39:05Z" + }, + { + "version": "4.2101.1715.4924", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1715.4924.zip", + "checksum": "4bef549951ed8e640ff12656c29b219e", + "timestamp": "2021-01-17T15:49:32Z" + }, + { + "version": "4.2101.1715.2039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1715.2039.zip", + "checksum": "67ea6bf8c6e520730e0f217951a60b85", + "timestamp": "2021-01-17T15:20:47Z" + }, + { + "version": "4.2101.1714.1844", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1714.1844.zip", + "checksum": "0cee24b936bad7be9df784fe8f356f24", + "timestamp": "2021-01-17T14:18:53Z" + }, + { + "version": "4.2101.1706.3357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1706.3357.zip", + "checksum": "cb1b1595f7222c417aed78af3871dabd", + "timestamp": "2021-01-17T06:34:06Z" + }, + { + "version": "4.2101.1700.2951", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1700.2951.zip", + "checksum": "31449653a1c4cb083d2aa7772e2480df", + "timestamp": "2021-01-17T00:30:00Z" + }, + { + "version": "4.2101.1621.5627", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1621.5627.zip", + "checksum": "5bd5364409c247828fe43450dab26589", + "timestamp": "2021-01-16T21:56:35Z" + }, + { + "version": "4.2101.1619.2343", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1619.2343.zip", + "checksum": "aee34c175a774a09519b05775453421b", + "timestamp": "2021-01-16T19:23:52Z" + }, + { + "version": "4.2101.1618.5437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1618.5437.zip", + "checksum": "3b62353143bf369ec6172c00348da6fe", + "timestamp": "2021-01-16T18:54:45Z" + }, + { + "version": "4.2101.1612.0944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1612.0944.zip", + "checksum": "757ba24e91411a2e8db1093a7d3bf5d8", + "timestamp": "2021-01-16T12:09:52Z" + }, + { + "version": "4.2101.1610.5159", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1610.5159.zip", + "checksum": "2c424aa5fef63c147bb85e2ca90ff0f2", + "timestamp": "2021-01-16T10:52:08Z" + }, + { + "version": "4.2101.1522.4213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1522.4213.zip", + "checksum": "9de1e4e74c6fccfbcfff8a4c4397b9e3", + "timestamp": "2021-01-15T22:42:22Z" + }, + { + "version": "4.2101.1418.0958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1418.0958.zip", + "checksum": "1c1fff52b23c0d65b51eb230cf09b7ab", + "timestamp": "2021-01-14T18:10:06Z" + }, + { + "version": "4.2101.1323.4357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1323.4357.zip", + "checksum": "2680f5331260ea605b428c1a47cadba1", + "timestamp": "2021-01-13T23:44:06Z" + }, + { + "version": "4.2101.1320.3638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1320.3638.zip", + "checksum": "7fa96f04b31d0a03b05bbc534f199627", + "timestamp": "2021-01-13T20:36:47Z" + }, + { + "version": "4.2101.1320.0806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1320.0806.zip", + "checksum": "a9404362d7c1fa8eb725a4b86c9c5ff6", + "timestamp": "2021-01-13T20:08:14Z" + }, + { + "version": "4.2101.1318.5007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1318.5007.zip", + "checksum": "6fe006009ff7af3e3f51228feeca8a28", + "timestamp": "2021-01-13T18:50:15Z" + }, + { + "version": "4.2101.1316.4530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1316.4530.zip", + "checksum": "88461b86f30dc00dab85bad4521ca2ea", + "timestamp": "2021-01-13T16:45:38Z" + }, + { + "version": "4.2101.1308.5818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1308.5818.zip", + "checksum": "f326320a1ca5401bd8c94653d373ee53", + "timestamp": "2021-01-13T08:58:26Z" + }, + { + "version": "4.2101.1308.3017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1308.3017.zip", + "checksum": "8968135a0336ea9ee886a0d080e08b48", + "timestamp": "2021-01-13T08:30:25Z" + }, + { + "version": "4.2101.1307.0206", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1307.0206.zip", + "checksum": "bd127a4942461329e02302055165133f", + "timestamp": "2021-01-13T07:02:15Z" + }, + { + "version": "4.2101.1222.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1222.3036.zip", + "checksum": "651279bf9b99becdf0f359482ce04ff1", + "timestamp": "2021-01-12T22:30:44Z" + }, + { + "version": "4.2101.1222.0244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1222.0244.zip", + "checksum": "ee0210009c9259fea7df92eff4469b00", + "timestamp": "2021-01-12T22:02:53Z" + }, + { + "version": "4.2101.1215.4221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1215.4221.zip", + "checksum": "6719f88f09b2c150e41a59a502ab7404", + "timestamp": "2021-01-12T15:42:30Z" + }, + { + "version": "4.2101.1119.1514", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1119.1514.zip", + "checksum": "98582150fe24610c19b01e12ad72b876", + "timestamp": "2021-01-11T19:15:23Z" + }, + { + "version": "4.2101.1115.5546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1115.5546.zip", + "checksum": "26ad94a168f82b4dc375ea1737ae0aff", + "timestamp": "2021-01-11T15:55:54Z" + }, + { + "version": "4.2101.1114.5430", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1114.5430.zip", + "checksum": "ce9df76dd3c4cc9d79c2b925239fb8df", + "timestamp": "2021-01-11T14:54:40Z" + }, + { + "version": "4.2101.1114.2612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1114.2612.zip", + "checksum": "f4f398e0ba150c4f0ed116fcbb950c61", + "timestamp": "2021-01-11T14:26:21Z" + }, + { + "version": "4.2101.1020.1257", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1020.1257.zip", + "checksum": "49ea5ee6f043fcc9d1e5c65c00c94cac", + "timestamp": "2021-01-10T20:13:06Z" + }, + { + "version": "4.2101.1015.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1015.4308.zip", + "checksum": "53647bc69e93ef4d00db11f00214d585", + "timestamp": "2021-01-10T15:43:17Z" + }, + { + "version": "4.2101.1011.3059", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1011.3059.zip", + "checksum": "c60d4fb3df20e6753740aec6c590e3b9", + "timestamp": "2021-01-10T11:31:08Z" + }, + { + "version": "4.2101.1011.0109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1011.0109.zip", + "checksum": "4f91c2f2f752c4e82fd0606444b3a821", + "timestamp": "2021-01-10T11:01:18Z" + }, + { + "version": "4.2101.1010.0031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.1010.0031.zip", + "checksum": "194970f74bb1cefd12c86fdf9f41ed56", + "timestamp": "2021-01-10T10:00:39Z" + }, + { + "version": "4.2101.0920.1026", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0920.1026.zip", + "checksum": "5aeb422f9eeb7dbe8decb6d0228ef485", + "timestamp": "2021-01-09T20:10:35Z" + }, + { + "version": "4.2101.0919.0142", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0919.0142.zip", + "checksum": "6e7d80881495ea92ee85a9984eff66ba", + "timestamp": "2021-01-09T19:01:50Z" + }, + { + "version": "4.2101.0918.2658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0918.2658.zip", + "checksum": "bf925c65e8bf9ce817e230447631b870", + "timestamp": "2021-01-09T18:27:08Z" + }, + { + "version": "4.2101.0917.0420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0917.0420.zip", + "checksum": "6418a31cf3ecf43b4fc569e54117fa85", + "timestamp": "2021-01-09T17:04:29Z" + }, + { + "version": "4.2101.0915.5011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0915.5011.zip", + "checksum": "31bf4da9cf4707d4d6006ee0b811319c", + "timestamp": "2021-01-09T15:50:20Z" + }, + { + "version": "4.2101.0914.2927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0914.2927.zip", + "checksum": "b88ebb6787e5becfd9ebf1b01e875778", + "timestamp": "2021-01-09T14:29:36Z" + }, + { + "version": "4.2101.0900.1001", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0900.1001.zip", + "checksum": "34f6fc232be88b08fbe0356da16f805f", + "timestamp": "2021-01-09T00:10:10Z" + }, + { + "version": "4.2101.0821.2839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0821.2839.zip", + "checksum": "932ebfe08775cd0d8d010330d64774d6", + "timestamp": "2021-01-08T21:29:07Z" + }, + { + "version": "4.2101.0820.5854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0820.5854.zip", + "checksum": "2acca56a8e8f891bcc030e0f8c13eb77", + "timestamp": "2021-01-08T20:59:02Z" + }, + { + "version": "4.2101.0820.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0820.2948.zip", + "checksum": "b5086adfb9c5162f03fba6c3d59af2bf", + "timestamp": "2021-01-08T20:29:56Z" + }, + { + "version": "4.2101.0814.1435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0814.1435.zip", + "checksum": "716df6fcc43fdc65ffd1fc3904d5c40b", + "timestamp": "2021-01-08T14:14:44Z" + }, + { + "version": "4.2101.0813.1555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0813.1555.zip", + "checksum": "e2f9a421181725267bf062dc7097e55f", + "timestamp": "2021-01-08T13:16:04Z" + }, + { + "version": "4.2101.0800.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0800.4040.zip", + "checksum": "6fe202513dc78b33ff630f1741007140", + "timestamp": "2021-01-08T00:40:49Z" + }, + { + "version": "4.2101.0722.1228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0722.1228.zip", + "checksum": "09538231f4809f264a907e03c00a4b08", + "timestamp": "2021-01-07T22:12:39Z" + }, + { + "version": "4.2101.0716.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0716.4308.zip", + "checksum": "58096036e6661ef9f6c57dbaa9d1c601", + "timestamp": "2021-01-07T16:43:17Z" + }, + { + "version": "4.2101.0716.1501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0716.1501.zip", + "checksum": "a4058f29e16265499870d449d04d5623", + "timestamp": "2021-01-07T16:15:09Z" + }, + { + "version": "4.2101.0715.3712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0715.3712.zip", + "checksum": "a78cd4f7e2537855bb59755fee093702", + "timestamp": "2021-01-07T15:37:22Z" + }, + { + "version": "4.2101.0715.0934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0715.0934.zip", + "checksum": "8d084ae2cef34e2f439e13fd48ed536d", + "timestamp": "2021-01-07T15:09:43Z" + }, + { + "version": "4.2101.0710.3054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0710.3054.zip", + "checksum": "3502b77b4f0350136d32d60339ebb5be", + "timestamp": "2021-01-07T10:31:02Z" + }, + { + "version": "4.2101.0710.0052", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0710.0052.zip", + "checksum": "8e89523101a69b8ec9ebc478bf26c473", + "timestamp": "2021-01-07T10:01:01Z" + }, + { + "version": "4.2101.0709.2954", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0709.2954.zip", + "checksum": "4bb8cba33af8276a7346d90684913a3f", + "timestamp": "2021-01-07T09:30:02Z" + }, + { + "version": "4.2101.0619.5550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0619.5550.zip", + "checksum": "cb18c4d60325ec0799ccfa8e36ec6d9f", + "timestamp": "2021-01-06T19:55:58Z" + }, + { + "version": "4.2101.0617.2421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0617.2421.zip", + "checksum": "38e617dbed8a6bc3f43efdd4d8879758", + "timestamp": "2021-01-06T17:24:30Z" + }, + { + "version": "4.2101.0604.3658", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0604.3658.zip", + "checksum": "8f80c73d3b9431461e97d8c5b80ea4da", + "timestamp": "2021-01-06T04:37:06Z" + }, + { + "version": "4.2101.0522.3135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0522.3135.zip", + "checksum": "3f57e317f1c567d1fca72fb93e432e87", + "timestamp": "2021-01-05T22:31:44Z" + }, + { + "version": "4.2101.0519.5133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0519.5133.zip", + "checksum": "623970e6266d7769f51b0f9967da3db8", + "timestamp": "2021-01-05T19:51:41Z" + }, + { + "version": "4.2101.0517.5457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0517.5457.zip", + "checksum": "da9273c4b98b8dc26c52135f7ab1b9b6", + "timestamp": "2021-01-05T17:55:06Z" + }, + { + "version": "4.2101.0517.2623", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/pushover/pushover_4.2101.0517.2623.zip", + "checksum": "a19c939787e11394895f8313ccc8011e", + "timestamp": "2021-01-05T17:26:34Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "3fd018e5-5e78-4e58-b280-a0c068febee0", + "name": "TVHeadend", + "description": "Manage TVHeadend from Jellyfin", + "overview": "Manage TVHeadend from Jellyfin", + "owner": "jellyfin", + "category": "LiveTV", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvheadend.png", + "versions": [ + { + "version": "10.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#42) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_10.0.0.0.zip", + "checksum": "d8367eeb8d9c410173ef277625853db6", + "timestamp": "2022-01-07T20:40:49Z" + }, + { + "version": "9.2106.2121.3707", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.2121.3707.zip", + "checksum": "9370d4952eb757b806149f9431b55251", + "timestamp": "2021-06-21T21:37:14Z" + }, + { + "version": "9.2106.2114.1551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.2114.1551.zip", + "checksum": "141924ec854b3f2c77a982ef932fd854", + "timestamp": "2021-06-21T14:15:58Z" + }, + { + "version": "9.2106.2107.1646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.2107.1646.zip", + "checksum": "9101a73869bd94dcf4ac1addb28a651c", + "timestamp": "2021-06-21T07:16:53Z" + }, + { + "version": "9.2106.1823.1223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1823.1223.zip", + "checksum": "227c379d81becd285c54b21a989a41d4", + "timestamp": "2021-06-18T23:12:31Z" + }, + { + "version": "9.2106.1815.5751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1815.5751.zip", + "checksum": "6e3c2d42bd515723c2b07c65429ec4a9", + "timestamp": "2021-06-18T15:57:59Z" + }, + { + "version": "9.2106.1810.3636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1810.3636.zip", + "checksum": "e382189dc79b913c8d40fe71c66b0fbb", + "timestamp": "2021-06-18T10:36:44Z" + }, + { + "version": "9.2106.1602.5417", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1602.5417.zip", + "checksum": "af17f3d0b2172baf6993109ff16b3ed0", + "timestamp": "2021-06-16T02:54:24Z" + }, + { + "version": "9.2106.1514.4137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1514.4137.zip", + "checksum": "a3859f2f750261aa331e0e711877d8bd", + "timestamp": "2021-06-15T14:41:45Z" + }, + { + "version": "9.2106.1514.1334", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1514.1334.zip", + "checksum": "c644a29e11220a0d5aacd724e1e1ee16", + "timestamp": "2021-06-15T14:13:42Z" + }, + { + "version": "9.2106.1504.335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1504.0335.zip", + "checksum": "ee8bb2bc957e08552ca5935ec4013e08", + "timestamp": "2021-06-15T04:03:42Z" + }, + { + "version": "9.2106.1422.2437", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1422.2437.zip", + "checksum": "bdfedd79b0ffac39210cae3c884a56cf", + "timestamp": "2021-06-14T22:24:45Z" + }, + { + "version": "9.2106.1422.121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1422.0121.zip", + "checksum": "a700ca119ea0e9086ff421cf00f55ab3", + "timestamp": "2021-06-14T22:01:28Z" + }, + { + "version": "9.2106.1417.5832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1417.5832.zip", + "checksum": "4faa5db098f488fbc01a879c784ff02a", + "timestamp": "2021-06-14T17:58:39Z" + }, + { + "version": "9.2106.1315.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1315.3322.zip", + "checksum": "700c4457288e13d4a3d3baad7381b979", + "timestamp": "2021-06-13T15:33:29Z" + }, + { + "version": "9.2106.1313.3313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1313.3313.zip", + "checksum": "aed42c68642ece83f0fcbdd62c09ef26", + "timestamp": "2021-06-13T13:33:21Z" + }, + { + "version": "9.2106.1306.4600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1306.4600.zip", + "checksum": "55e1e1147f88ca7f5272178b4490908e", + "timestamp": "2021-06-13T06:46:08Z" + }, + { + "version": "9.2106.1306.2325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1306.2325.zip", + "checksum": "765f9af4af0ba8df4428ebcb468f86d8", + "timestamp": "2021-06-13T06:23:32Z" + }, + { + "version": "9.2106.1215.2947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1215.2947.zip", + "checksum": "e52496ba34bdcdd6abf422313877b6c8", + "timestamp": "2021-06-12T15:29:56Z" + }, + { + "version": "9.2106.1207.42", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1207.0042.zip", + "checksum": "06da5d2f6cf7f4c0b78209f4d0e601b8", + "timestamp": "2021-06-12T07:00:49Z" + }, + { + "version": "9.2106.1206.3850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1206.3850.zip", + "checksum": "585e1fe2518a6c88aac694028c7dbc3f", + "timestamp": "2021-06-12T06:38:58Z" + }, + { + "version": "9.2106.1123.4733", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1123.4733.zip", + "checksum": "738bfb49099a5128875a3d59cf2539d4", + "timestamp": "2021-06-11T23:47:40Z" + }, + { + "version": "9.2106.1123.2039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1123.2039.zip", + "checksum": "59b48f303d37578e8b83b05f69caa5a4", + "timestamp": "2021-06-11T23:20:46Z" + }, + { + "version": "9.2106.1122.5023", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1122.5023.zip", + "checksum": "fa3b27a8ac3cc61f4837d1542d44dcaa", + "timestamp": "2021-06-11T22:50:30Z" + }, + { + "version": "9.2106.1114.3859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1114.3859.zip", + "checksum": "8edd8bf454d8230a5356b77a7be1c61c", + "timestamp": "2021-06-11T14:39:07Z" + }, + { + "version": "9.2106.1114.943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1114.0943.zip", + "checksum": "ba9709b9a2c23232331e1a1e8066acd5", + "timestamp": "2021-06-11T14:09:50Z" + }, + { + "version": "9.2106.1113.4651", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1113.4651.zip", + "checksum": "323f820b4f62e0570ad69ef4a7e8ee3f", + "timestamp": "2021-06-11T13:46:59Z" + }, + { + "version": "9.2106.1113.1407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1113.1407.zip", + "checksum": "d0674abb02f3acb42cd59379eb547f8a", + "timestamp": "2021-06-11T13:14:14Z" + }, + { + "version": "9.2106.1112.5119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1112.5119.zip", + "checksum": "f62d6431aeef434eea8ac5fa8525e522", + "timestamp": "2021-06-11T12:51:26Z" + }, + { + "version": "9.2106.1108.2234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1108.2234.zip", + "checksum": "ecde993188d5880c058259af37d3e449", + "timestamp": "2021-06-11T08:22:43Z" + }, + { + "version": "9.2106.1106.1108", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1106.1108.zip", + "checksum": "df19afbf98e341406ca893076ebbf350", + "timestamp": "2021-06-11T06:11:16Z" + }, + { + "version": "9.2106.1105.4742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1105.4742.zip", + "checksum": "d0b3fe81d642813180684051fdd59995", + "timestamp": "2021-06-11T05:47:49Z" + }, + { + "version": "9.2106.1105.1829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1105.1829.zip", + "checksum": "9ebce9249b2a75be2019aca102dc0803", + "timestamp": "2021-06-11T05:18:36Z" + }, + { + "version": "9.2106.1021.1642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1021.1642.zip", + "checksum": "439863f604fd3180ac39d4a559168ce0", + "timestamp": "2021-06-10T21:16:50Z" + }, + { + "version": "9.2106.1015.1720", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.1015.1720.zip", + "checksum": "2d3a01c6777eb28d60094b8f50d1093d", + "timestamp": "2021-06-10T15:17:27Z" + }, + { + "version": "9.2106.914.5926", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0914.5926.zip", + "checksum": "0b1a405f0f8dc8df55465589c8e63f22", + "timestamp": "2021-06-09T14:59:33Z" + }, + { + "version": "9.2106.913.254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0913.0254.zip", + "checksum": "6981cc0666357a32ec8718ff26728f2f", + "timestamp": "2021-06-09T13:03:03Z" + }, + { + "version": "9.2106.908.5240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0908.5240.zip", + "checksum": "bc7eeddfc6eacf20f6e69ef7fe84f860", + "timestamp": "2021-06-09T08:52:49Z" + }, + { + "version": "9.2106.814.3147", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0814.3147.zip", + "checksum": "1e7e1909c0765408a99762512faccc3b", + "timestamp": "2021-06-08T14:31:56Z" + }, + { + "version": "9.2106.722.344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0722.0344.zip", + "checksum": "db819232147a07c5fdba09cb24d6d4fc", + "timestamp": "2021-06-07T22:03:52Z" + }, + { + "version": "9.2106.721.3548", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0721.3548.zip", + "checksum": "fd5819ac97d8b3927d2b82a453e07b06", + "timestamp": "2021-06-07T21:35:55Z" + }, + { + "version": "9.2106.714.5416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0714.5416.zip", + "checksum": "7a28d038965a9893a54bc9e475f3cb94", + "timestamp": "2021-06-07T14:54:24Z" + }, + { + "version": "9.2106.714.2330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0714.2330.zip", + "checksum": "85ed8b1033c7f5b4858f2f18acfb4c12", + "timestamp": "2021-06-07T14:23:38Z" + }, + { + "version": "9.2106.713.5452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0713.5452.zip", + "checksum": "02a6443e65710f504fe7f7c43d9db02c", + "timestamp": "2021-06-07T13:55:01Z" + }, + { + "version": "9.2106.708.4208", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0708.4208.zip", + "checksum": "74b7846579eb1f6a0dd131ddf5e4aa32", + "timestamp": "2021-06-07T08:42:16Z" + }, + { + "version": "9.2106.708.635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0708.0635.zip", + "checksum": "df94adbe9290171590edb5246341bf95", + "timestamp": "2021-06-07T08:06:42Z" + }, + { + "version": "9.2106.618.3930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0618.3930.zip", + "checksum": "0d29efddcdc317fd27e89cede2a4f949", + "timestamp": "2021-06-06T18:39:37Z" + }, + { + "version": "9.2106.615.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0615.4350.zip", + "checksum": "960290fcd00d15eb1bd2035cf8833b2b", + "timestamp": "2021-06-06T15:43:58Z" + }, + { + "version": "9.2106.413.454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0413.0454.zip", + "checksum": "b1601ef3c9d010ed0846a1caeb0f5ebe", + "timestamp": "2021-06-04T13:05:05Z" + }, + { + "version": "9.2106.314.5228", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0314.5228.zip", + "checksum": "68a0901fddaff28485b80fa845ec25ad", + "timestamp": "2021-06-03T14:52:35Z" + }, + { + "version": "9.2106.302.3508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0302.3508.zip", + "checksum": "4b2963d9b69f9d3bd4b1ccfba213c9df", + "timestamp": "2021-06-03T02:35:15Z" + }, + { + "version": "9.2106.121.2011", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2106.0121.2011.zip", + "checksum": "6af9db5813bb2b0c83f167f6f52bf045", + "timestamp": "2021-06-01T21:20:18Z" + }, + { + "version": "9.2105.3023.2732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.3023.2732.zip", + "checksum": "8f251cb2ae3bbd50858fccbc04c0bbeb", + "timestamp": "2021-05-30T23:27:41Z" + }, + { + "version": "9.2105.3018.1706", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.3018.1706.zip", + "checksum": "97f1f8f6b7a1e1c339404da66f036189", + "timestamp": "2021-05-30T18:17:13Z" + }, + { + "version": "9.2105.3008.3833", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.3008.3833.zip", + "checksum": "e5b2b727b610349c3fa5e7043034f632", + "timestamp": "2021-05-30T08:38:41Z" + }, + { + "version": "9.2105.2711.4024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2711.4024.zip", + "checksum": "2adc25df2b5e6121751e88df77f0475f", + "timestamp": "2021-05-27T11:40:32Z" + }, + { + "version": "9.2105.2708.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2708.4910.zip", + "checksum": "e62206c140898df42566ec5760b2f787", + "timestamp": "2021-05-27T08:49:17Z" + }, + { + "version": "9.2105.2706.1553", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2706.1553.zip", + "checksum": "38165201069d6b55b6fbfc6e014fd594", + "timestamp": "2021-05-27T06:16:01Z" + }, + { + "version": "9.2105.2705.4832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2705.4832.zip", + "checksum": "e97be5e836b7718054f0c2e9522142dc", + "timestamp": "2021-05-27T05:48:39Z" + }, + { + "version": "9.2105.2620.3456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2620.3456.zip", + "checksum": "2a2cc2a1a2fe225fe14bb9088fc35024", + "timestamp": "2021-05-26T20:35:05Z" + }, + { + "version": "9.2105.2620.1231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2620.1231.zip", + "checksum": "bf1cf5678a8c45bb8b7f164c40aef3be", + "timestamp": "2021-05-26T20:12:39Z" + }, + { + "version": "9.2105.2619.4405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2619.4405.zip", + "checksum": "9c670421b033394445d7353ad3e5c656", + "timestamp": "2021-05-26T19:44:12Z" + }, + { + "version": "9.2105.2619.2139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2619.2139.zip", + "checksum": "a787f35423edcc9a698a915a3f29e394", + "timestamp": "2021-05-26T19:21:47Z" + }, + { + "version": "9.2105.2617.3806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2617.3806.zip", + "checksum": "f8abba3d909b73e16d1fdbfc8e2d6fec", + "timestamp": "2021-05-26T17:38:14Z" + }, + { + "version": "9.2105.2615.4345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2615.4345.zip", + "checksum": "44eaf1a5a0521592f1f695f805878455", + "timestamp": "2021-05-26T15:43:53Z" + }, + { + "version": "9.2105.2419.240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2419.0240.zip", + "checksum": "f097d1aa6393ebe923cbd51b57833ac3", + "timestamp": "2021-05-24T19:02:48Z" + }, + { + "version": "9.2105.2417.5304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2417.5304.zip", + "checksum": "f0af6f970d75adee9facaf28b7fea3b1", + "timestamp": "2021-05-24T17:53:12Z" + }, + { + "version": "9.2105.2412.1743", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2412.1743.zip", + "checksum": "e3a5543854a903c9ee1a32b0659567be", + "timestamp": "2021-05-24T12:17:51Z" + }, + { + "version": "9.2105.2407.2146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2407.2146.zip", + "checksum": "6e365f63349482e6a7542fe7024f6b68", + "timestamp": "2021-05-24T07:21:54Z" + }, + { + "version": "9.2105.2406.5504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2406.5504.zip", + "checksum": "9ef62e6c31709d4159cb7053c5cdbedd", + "timestamp": "2021-05-24T06:55:12Z" + }, + { + "version": "9.2105.2304.5253", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2304.5253.zip", + "checksum": "0cf0558db29f9d4b21ffb04d2075f555", + "timestamp": "2021-05-23T04:53:00Z" + }, + { + "version": "9.2105.2121.4317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2121.4317.zip", + "checksum": "41dcf8336fd3626332c7db0e435ca468", + "timestamp": "2021-05-21T21:43:25Z" + }, + { + "version": "9.2105.2118.5648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2118.5648.zip", + "checksum": "eade9337e2dfa3fbb1cc4e1722e18010", + "timestamp": "2021-05-21T18:56:55Z" + }, + { + "version": "9.2105.2116.3335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2116.3335.zip", + "checksum": "bc348f762175a4da1b5a67d71c00b9ae", + "timestamp": "2021-05-21T16:33:43Z" + }, + { + "version": "9.2105.2112.5853", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2112.5853.zip", + "checksum": "338bf29831d519f898754323899d038f", + "timestamp": "2021-05-21T12:59:02Z" + }, + { + "version": "9.2105.2112.2557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2112.2557.zip", + "checksum": "ae7a83411412cdff1e99b8667a4cb210", + "timestamp": "2021-05-21T12:26:05Z" + }, + { + "version": "9.2105.2111.5830", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2111.5830.zip", + "checksum": "985ad89ed4936f4c5b75a24f940c7c1f", + "timestamp": "2021-05-21T11:58:38Z" + }, + { + "version": "9.2105.2111.3138", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2111.3138.zip", + "checksum": "85486b95b9f18adb253b242d6b29a748", + "timestamp": "2021-05-21T11:31:45Z" + }, + { + "version": "9.2105.2104.5451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2104.5451.zip", + "checksum": "0be3ee02068f5dcf7bd3cfe614071b82", + "timestamp": "2021-05-21T04:54:58Z" + }, + { + "version": "9.2105.2023.5542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2023.5542.zip", + "checksum": "f90a861237a128fc8aa5cba8028f9fbb", + "timestamp": "2021-05-20T23:55:49Z" + }, + { + "version": "9.2105.2021.3753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2021.3753.zip", + "checksum": "d1ed86fd6ddb1d8da55d37aa3c7a1919", + "timestamp": "2021-05-20T21:38:00Z" + }, + { + "version": "9.2105.2021.842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.2021.0842.zip", + "checksum": "7aba1712f3e70b418b3ddce31f3cb2e6", + "timestamp": "2021-05-20T21:08:50Z" + }, + { + "version": "9.2105.1921.49", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1921.0049.zip", + "checksum": "6ea81c530c2563be8bc39266787d3f2e", + "timestamp": "2021-05-19T21:00:56Z" + }, + { + "version": "9.2105.1821.810", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1821.0810.zip", + "checksum": "78deaaad6ac54920ed6547c9542b6dc4", + "timestamp": "2021-05-18T21:08:28Z" + }, + { + "version": "9.2105.1819.4855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1819.4855.zip", + "checksum": "e17afd68e085435afdf49049f8cc2d37", + "timestamp": "2021-05-18T19:49:04Z" + }, + { + "version": "9.2105.1818.5325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1818.5325.zip", + "checksum": "56ecc84d3565a1fb5363c34847f1e245", + "timestamp": "2021-05-18T18:53:33Z" + }, + { + "version": "9.2105.1811.5356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1811.5356.zip", + "checksum": "83272f2c57c0e8c985d0920893bf32a9", + "timestamp": "2021-05-18T11:54:05Z" + }, + { + "version": "9.2105.1806.2056", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1806.2056.zip", + "checksum": "be3fef610c9b0f01e32f4fdc3924cd8b", + "timestamp": "2021-05-18T06:21:05Z" + }, + { + "version": "9.2105.1722.3321", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1722.3321.zip", + "checksum": "0efba8b1ec8b50ed5a81d7b72766bef2", + "timestamp": "2021-05-17T22:33:29Z" + }, + { + "version": "9.2105.1717.1239", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1717.1239.zip", + "checksum": "a95833cd24e9e8823788a843c44de47e", + "timestamp": "2021-05-17T17:12:48Z" + }, + { + "version": "9.2105.1716.4501", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1716.4501.zip", + "checksum": "9e8198416b3e623fca0b1faf71852003", + "timestamp": "2021-05-17T16:45:10Z" + }, + { + "version": "9.2105.1619.839", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1619.0839.zip", + "checksum": "9663aec5fe33fdeb63df0d20ff668d2f", + "timestamp": "2021-05-16T19:08:46Z" + }, + { + "version": "9.2105.1612.2655", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1612.2655.zip", + "checksum": "d6f59b5693d8a98d67f382e69ad79a71", + "timestamp": "2021-05-16T12:27:04Z" + }, + { + "version": "9.2105.1610.5550", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1610.5550.zip", + "checksum": "41ee9cb5e15b4da53f81bb1fb95a09f0", + "timestamp": "2021-05-16T10:55:58Z" + }, + { + "version": "9.2105.1610.2628", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1610.2628.zip", + "checksum": "ae571bb7e54a0cb2af9f97d95b1594c7", + "timestamp": "2021-05-16T10:26:35Z" + }, + { + "version": "9.2105.1521.2508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_9.2105.1521.2508.zip", + "checksum": "969f1aa0fce2d8282b6f93ff591290fe", + "timestamp": "2021-05-15T21:25:15Z" + }, + { + "version": "8.2105.1514.5237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1514.5237.zip", + "checksum": "1ac92d68aef2ba48bc6e54352bdb3c59", + "timestamp": "2021-05-15T14:52:45Z" + }, + { + "version": "8.2105.1309.2", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1309.0002.zip", + "checksum": "688c512c1154d5b2ea2f388191b93e48", + "timestamp": "2021-05-13T09:00:11Z" + }, + { + "version": "8.2105.1114.1952", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1114.1952.zip", + "checksum": "79413bb8b756cef3c3c88f7aff3894a1", + "timestamp": "2021-05-11T14:20:00Z" + }, + { + "version": "8.2105.1113.4748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1113.4748.zip", + "checksum": "974a6ddcc7ab3591cfb0399cfb7aa3c6", + "timestamp": "2021-05-11T13:47:55Z" + }, + { + "version": "8.2105.1113.2017", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1113.2017.zip", + "checksum": "01f8d79bfca57e562fe33cbf81f8d4d3", + "timestamp": "2021-05-11T13:20:25Z" + }, + { + "version": "8.2105.1112.5151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1112.5151.zip", + "checksum": "cc2ac447d9a5993da0dcb1451b168276", + "timestamp": "2021-05-11T12:51:59Z" + }, + { + "version": "8.2105.1112.2409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1112.2409.zip", + "checksum": "2541516785456d2d9b16c06ddea76bf1", + "timestamp": "2021-05-11T12:24:17Z" + }, + { + "version": "8.2105.1022.3449", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1022.3449.zip", + "checksum": "190e42a339af659d92643cfc40b01781", + "timestamp": "2021-05-10T22:34:58Z" + }, + { + "version": "8.2105.1022.126", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1022.0126.zip", + "checksum": "cb57935ad7f4855f4583dcd191eea232", + "timestamp": "2021-05-10T22:01:35Z" + }, + { + "version": "8.2105.1021.2801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1021.2801.zip", + "checksum": "b4b0ee68841529b815ccea7ee8c841e4", + "timestamp": "2021-05-10T21:28:10Z" + }, + { + "version": "8.2105.1020.5753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1020.5753.zip", + "checksum": "99b235fe0bd96b63a00c0bbaf6bfa2ed", + "timestamp": "2021-05-10T20:58:01Z" + }, + { + "version": "8.2105.1015.5842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.1015.5842.zip", + "checksum": "5e9d2b81f259f6fbd63b78d3901fa3ae", + "timestamp": "2021-05-10T15:58:51Z" + }, + { + "version": "8.2105.720.3752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0720.3752.zip", + "checksum": "6521d92fe53b9b5305516974347947bd", + "timestamp": "2021-05-07T20:38:07Z" + }, + { + "version": "8.2105.713.4518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0713.4518.zip", + "checksum": "9d7542849d55ba244b63a2685f7b76ec", + "timestamp": "2021-05-07T13:45:26Z" + }, + { + "version": "8.2105.712.3717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0712.3717.zip", + "checksum": "93065c7b4e928befea84a3896d202f23", + "timestamp": "2021-05-07T12:37:24Z" + }, + { + "version": "8.2105.706.1938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0706.1938.zip", + "checksum": "64e3d4d18162b4fb5f355b093265c9c8", + "timestamp": "2021-05-07T06:19:45Z" + }, + { + "version": "8.2105.622.242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0622.0242.zip", + "checksum": "484cf3b40cba5b022e41a93a0c4c9cac", + "timestamp": "2021-05-06T22:02:49Z" + }, + { + "version": "8.2105.621.3508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0621.3508.zip", + "checksum": "23f2f4852fce90999c866dc4171aebfa", + "timestamp": "2021-05-06T21:35:16Z" + }, + { + "version": "8.2105.616.723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0616.0723.zip", + "checksum": "3d1e1197c446d2841ee68df3a812c811", + "timestamp": "2021-05-06T16:07:31Z" + }, + { + "version": "8.2105.615.3858", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0615.3858.zip", + "checksum": "5a321e884b6f05c688a0db2248777dcb", + "timestamp": "2021-05-06T15:39:07Z" + }, + { + "version": "8.2105.517.4918", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0517.4918.zip", + "checksum": "dfa0bc551c124312cd31ed43b5970c67", + "timestamp": "2021-05-05T17:49:25Z" + }, + { + "version": "8.2105.515.4854", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0515.4854.zip", + "checksum": "18f27a9b0ca65d5312ce3e17d50bb328", + "timestamp": "2021-05-05T15:49:03Z" + }, + { + "version": "8.2105.512.5407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0512.5407.zip", + "checksum": "9ce0370af9a359ef51bc01d352ecc4f6", + "timestamp": "2021-05-05T12:54:15Z" + }, + { + "version": "8.2105.512.2630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0512.2630.zip", + "checksum": "76b09ce5e1a3e5d955137d8032da2913", + "timestamp": "2021-05-05T12:26:38Z" + }, + { + "version": "8.2105.511.5641", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0511.5641.zip", + "checksum": "bf0933a55ec2c5f97c6ef5f49af01551", + "timestamp": "2021-05-05T11:56:49Z" + }, + { + "version": "8.2105.508.357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0508.0357.zip", + "checksum": "3f196de4882709c5082688aee7ee3aa8", + "timestamp": "2021-05-05T08:04:06Z" + }, + { + "version": "8.2105.504.4938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0504.4938.zip", + "checksum": "3a727d262f74cc9301f318226941e0a5", + "timestamp": "2021-05-05T04:49:45Z" + }, + { + "version": "8.2105.504.2237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0504.2237.zip", + "checksum": "684c57de1be25c21ddf8082534075e5b", + "timestamp": "2021-05-05T04:22:44Z" + }, + { + "version": "8.2105.502.2949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0502.2949.zip", + "checksum": "012ed1905f633df316af516492226c73", + "timestamp": "2021-05-05T02:29:57Z" + }, + { + "version": "8.2105.501.4526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0501.4526.zip", + "checksum": "8af686000bf1a9cd8f6d44a0594557f9", + "timestamp": "2021-05-05T01:45:34Z" + }, + { + "version": "8.2105.423.806", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0423.0806.zip", + "checksum": "f51757abcc886f257233515c72be35ed", + "timestamp": "2021-05-04T23:08:15Z" + }, + { + "version": "8.2105.418.1719", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0418.1719.zip", + "checksum": "3c34bacf8be615e5da182ded11169234", + "timestamp": "2021-05-04T18:17:26Z" + }, + { + "version": "8.2105.417.3958", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0417.3958.zip", + "checksum": "a0fdec7c36ee37d5b3f8941a68244e9f", + "timestamp": "2021-05-04T17:40:07Z" + }, + { + "version": "8.2105.416.1439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0416.1439.zip", + "checksum": "9e6a04e9204b4e6c396d01533ced247d", + "timestamp": "2021-05-04T16:14:47Z" + }, + { + "version": "8.2105.415.5153", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0415.5153.zip", + "checksum": "7cd2605d914af6c8ed6f9634861306af", + "timestamp": "2021-05-04T15:52:01Z" + }, + { + "version": "8.2105.415.2947", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0415.2947.zip", + "checksum": "119124a93a8bf0fe686cc336456d2007", + "timestamp": "2021-05-04T15:29:55Z" + }, + { + "version": "8.2105.409.5156", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0409.5156.zip", + "checksum": "df32669854640531b6fc1a412fd69e16", + "timestamp": "2021-05-04T09:52:05Z" + }, + { + "version": "8.2105.409.2213", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0409.2213.zip", + "checksum": "d3ad30df752e2b295722aa1c10ea3c75", + "timestamp": "2021-05-04T09:22:21Z" + }, + { + "version": "8.2105.405.3611", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0405.3611.zip", + "checksum": "ee76113ada07eb68dad0752f1bff488b", + "timestamp": "2021-05-04T05:36:19Z" + }, + { + "version": "8.2105.405.1345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0405.1345.zip", + "checksum": "da453dc23966b8a08dd6afa86ce423ac", + "timestamp": "2021-05-04T05:13:52Z" + }, + { + "version": "8.2105.322.3244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0322.3244.zip", + "checksum": "5eafcdfc693d9a2d59182df776ee77b2", + "timestamp": "2021-05-03T22:32:52Z" + }, + { + "version": "8.2105.322.1042", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0322.1042.zip", + "checksum": "9465a023415e6689b1be01cef1667366", + "timestamp": "2021-05-03T22:10:49Z" + }, + { + "version": "8.2105.315.5731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0315.5731.zip", + "checksum": "e965e70906c3c55f56c98ad4c301a003", + "timestamp": "2021-05-03T15:57:39Z" + }, + { + "version": "8.2105.308.1741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0308.1741.zip", + "checksum": "9102c280922f01279691156cdbb4f819", + "timestamp": "2021-05-03T08:17:49Z" + }, + { + "version": "8.2105.221.2114", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0221.2114.zip", + "checksum": "140f1e49bb3fdaf8fde83d045a93edc0", + "timestamp": "2021-05-02T21:21:23Z" + }, + { + "version": "8.2105.219.4619", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0219.4619.zip", + "checksum": "51823deb01c3e8fb7b18abf343785867", + "timestamp": "2021-05-02T19:46:27Z" + }, + { + "version": "8.2105.216.1353", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0216.1353.zip", + "checksum": "caf0bf25e00d70287cdd730a046a330e", + "timestamp": "2021-05-02T16:14:00Z" + }, + { + "version": "8.2105.210.31", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0210.0031.zip", + "checksum": "d8dd24b197bb778eb4346b458b1fc6e8", + "timestamp": "2021-05-02T10:00:40Z" + }, + { + "version": "8.2105.123.912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0123.0912.zip", + "checksum": "dbb59191bfced2972400a3ad35eca038", + "timestamp": "2021-05-01T23:09:19Z" + }, + { + "version": "8.2105.116.3450", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0116.3450.zip", + "checksum": "d4af34ca856d35672cfaff5ce18edd9b", + "timestamp": "2021-05-01T16:34:58Z" + }, + { + "version": "8.2105.116.821", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2105.0116.0821.zip", + "checksum": "1afaf91d8d44f1bf1a488a09e4efdb59", + "timestamp": "2021-05-01T16:08:29Z" + }, + { + "version": "8.2104.3019.1215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.3019.1215.zip", + "checksum": "1f11455130692ff7772548626ccd26d7", + "timestamp": "2021-04-30T19:12:23Z" + }, + { + "version": "8.2104.3011.1442", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.3011.1442.zip", + "checksum": "daa6ab28638d0af5293ebbc07f869948", + "timestamp": "2021-04-30T11:14:49Z" + }, + { + "version": "8.2104.3008.5934", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.3008.5934.zip", + "checksum": "a7e5175ad48db9c7d23c4a9bbd34508b", + "timestamp": "2021-04-30T08:59:41Z" + }, + { + "version": "8.2104.2920.820", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2920.0820.zip", + "checksum": "24ff0c1b73e5d51e1efc7ff093f46cb6", + "timestamp": "2021-04-29T20:08:28Z" + }, + { + "version": "8.2104.2919.4027", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2919.4027.zip", + "checksum": "b4fb3aa3ac61a49a1416c111da90a319", + "timestamp": "2021-04-29T19:40:34Z" + }, + { + "version": "8.2104.2912.4721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2912.4721.zip", + "checksum": "e0d4c25f464111880c2554d892680aed", + "timestamp": "2021-04-29T12:47:29Z" + }, + { + "version": "8.2104.2714.4910", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2714.4910.zip", + "checksum": "603a0abdf6ef3eda438322266d97b7ce", + "timestamp": "2021-04-27T14:49:17Z" + }, + { + "version": "8.2104.2714.1127", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2714.1127.zip", + "checksum": "d625f85aab92a5b5f2c56274eaae4ab9", + "timestamp": "2021-04-27T14:11:34Z" + }, + { + "version": "8.2104.2622.4048", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2622.4048.zip", + "checksum": "896259664996e095b2beb1b2765383cc", + "timestamp": "2021-04-26T22:40:55Z" + }, + { + "version": "8.2104.2622.1322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2622.1322.zip", + "checksum": "68dafee89fa504596c7b40e50b59c367", + "timestamp": "2021-04-26T22:13:31Z" + }, + { + "version": "8.2104.2615.932", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2615.0932.zip", + "checksum": "62fd7909085f4d52c7364aecb50a09be", + "timestamp": "2021-04-26T15:09:39Z" + }, + { + "version": "8.2104.2614.1021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2614.1021.zip", + "checksum": "cf97b7649cc96f4ae284f47114e8abd0", + "timestamp": "2021-04-26T14:10:28Z" + }, + { + "version": "8.2104.2518.33", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2518.0033.zip", + "checksum": "e741d28b1e878dde63ef93ef7609e96e", + "timestamp": "2021-04-25T18:00:41Z" + }, + { + "version": "8.2104.2517.4753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2517.4753.zip", + "checksum": "185d0f5aa76ca91c207ee889c83189ad", + "timestamp": "2021-04-25T17:48:09Z" + }, + { + "version": "8.2104.2517.1851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2517.1851.zip", + "checksum": "5225d260eea55779b881044dd6501bc4", + "timestamp": "2021-04-25T17:18:58Z" + }, + { + "version": "8.2104.2516.2148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2516.2148.zip", + "checksum": "3cb2aa5e1a418f23d0cc86240d070913", + "timestamp": "2021-04-25T16:21:55Z" + }, + { + "version": "8.2104.2515.5423", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2515.5423.zip", + "checksum": "c542067f1be306b1d0cd737b7a669c8a", + "timestamp": "2021-04-25T15:54:30Z" + }, + { + "version": "8.2104.2420.5250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2420.5250.zip", + "checksum": "ac3d85875ebd1c0af409caef4ad0bccb", + "timestamp": "2021-04-24T20:52:57Z" + }, + { + "version": "8.2104.2414.2601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2414.2601.zip", + "checksum": "2f73c9984c7825185b0601566341774a", + "timestamp": "2021-04-24T14:26:10Z" + }, + { + "version": "8.2104.2308.4546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2308.4546.zip", + "checksum": "6081d97acce570e88dc5f8c2c8307cfd", + "timestamp": "2021-04-23T08:45:53Z" + }, + { + "version": "8.2104.2215.3250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2215.3250.zip", + "checksum": "3a76a2b9a688f46c2657e955d33aa6c4", + "timestamp": "2021-04-22T15:32:58Z" + }, + { + "version": "8.2104.2215.541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2215.0541.zip", + "checksum": "0fa763b4fea571d8badc88f995a31615", + "timestamp": "2021-04-22T15:05:48Z" + }, + { + "version": "8.2104.2118.3322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2118.3322.zip", + "checksum": "226542ff3438b268ab28290312d457cc", + "timestamp": "2021-04-21T18:33:29Z" + }, + { + "version": "8.2104.2114.4452", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2114.4452.zip", + "checksum": "141d90263bdf23371c5511ed58bc582f", + "timestamp": "2021-04-21T14:45:01Z" + }, + { + "version": "8.2104.2114.1741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2114.1741.zip", + "checksum": "51f1ac91545c744b3ce304bd177dd542", + "timestamp": "2021-04-21T14:17:48Z" + }, + { + "version": "8.2104.2112.4741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2112.4741.zip", + "checksum": "42d006f68f7d7ded3af4a5af9d4393c2", + "timestamp": "2021-04-21T12:47:48Z" + }, + { + "version": "8.2104.2112.1933", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2112.1933.zip", + "checksum": "69ddc088675953d5e5987148b043db5d", + "timestamp": "2021-04-21T12:19:41Z" + }, + { + "version": "8.2104.2011.5712", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.2011.5712.zip", + "checksum": "f6b084a765e74aa1d8a82d5bb848c474", + "timestamp": "2021-04-20T11:57:21Z" + }, + { + "version": "8.2104.1918.5636", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1918.5636.zip", + "checksum": "0be766deac803efdfceee33f0658420a", + "timestamp": "2021-04-19T18:56:44Z" + }, + { + "version": "8.2104.1913.4516", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1913.4516.zip", + "checksum": "22cb337764329f786ea025ab5fcbfc28", + "timestamp": "2021-04-19T13:45:23Z" + }, + { + "version": "8.2104.1913.1300", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1913.1300.zip", + "checksum": "a5206ec5d4fe5c534d56448e92e6d834", + "timestamp": "2021-04-19T13:13:09Z" + }, + { + "version": "8.2104.1912.4322", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1912.4322.zip", + "checksum": "eea774af61863802ad7ed3c63f21de9c", + "timestamp": "2021-04-19T12:43:29Z" + }, + { + "version": "8.2104.1906.5757", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1906.5757.zip", + "checksum": "b12bc6ef7980313c571c20f9cf57da62", + "timestamp": "2021-04-19T06:58:07Z" + }, + { + "version": "8.2104.1804.5224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1804.5224.zip", + "checksum": "d338580f6d582c79d40467e0ebe5a8c1", + "timestamp": "2021-04-18T04:52:31Z" + }, + { + "version": "8.2104.1713.1845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1713.1845.zip", + "checksum": "1c8bdd5612b535dcb46ead5518d5ca1e", + "timestamp": "2021-04-17T13:18:53Z" + }, + { + "version": "8.2104.1514.718", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1514.0718.zip", + "checksum": "29f1ced70bbff7320499fa08cdb15fd1", + "timestamp": "2021-04-15T14:07:25Z" + }, + { + "version": "8.2104.1421.1523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1421.1523.zip", + "checksum": "13ea091dde37e69ea3e558b8895f9b22", + "timestamp": "2021-04-14T21:15:31Z" + }, + { + "version": "8.2104.1418.2413", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1418.2413.zip", + "checksum": "7140287d2530e89ee2f49ed1e6e60a56", + "timestamp": "2021-04-14T18:24:21Z" + }, + { + "version": "8.2104.1416.5031", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1416.5031.zip", + "checksum": "7145909bdf7aa7d5d885bcb30415ff23", + "timestamp": "2021-04-14T16:50:39Z" + }, + { + "version": "8.2104.1414.3601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1414.3601.zip", + "checksum": "c0d00ec980e3bb1ad69ebce981fbcb35", + "timestamp": "2021-04-14T14:36:10Z" + }, + { + "version": "8.2104.1414.850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1414.0850.zip", + "checksum": "27243ef48c4d7a7485c2112b751df511", + "timestamp": "2021-04-14T14:08:57Z" + }, + { + "version": "8.2104.1413.2457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1413.2457.zip", + "checksum": "58e84d3d92e9d7770e7416d1e69254e6", + "timestamp": "2021-04-14T13:25:06Z" + }, + { + "version": "8.2104.1409.5317", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1409.5317.zip", + "checksum": "a0e585650c9ead9aa9db2097e4909cd1", + "timestamp": "2021-04-14T09:53:25Z" + }, + { + "version": "8.2104.1317.4454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1317.4454.zip", + "checksum": "f6d1d09e674701ab165639a75ea2bad9", + "timestamp": "2021-04-13T17:45:01Z" + }, + { + "version": "8.2104.1315.559", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1315.0559.zip", + "checksum": "c0e9e0f2dd5fd7adfc1b0c3fcb734e45", + "timestamp": "2021-04-13T15:06:07Z" + }, + { + "version": "8.2104.1314.4109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1314.4109.zip", + "checksum": "1d046ba36d4fb8441d9a2d912472a998", + "timestamp": "2021-04-13T14:41:16Z" + }, + { + "version": "8.2104.1314.1446", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1314.1446.zip", + "checksum": "ab5e91e9912d81a5b3c8ad0bfbf6a9e8", + "timestamp": "2021-04-13T14:14:54Z" + }, + { + "version": "8.2104.1313.1822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1313.1822.zip", + "checksum": "73645d20da4909c87bda5dbfc0df5a1f", + "timestamp": "2021-04-13T13:18:29Z" + }, + { + "version": "8.2104.1309.5237", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1309.5237.zip", + "checksum": "1f2a09d0ccbb9c61387f68188d0dcd74", + "timestamp": "2021-04-13T09:52:45Z" + }, + { + "version": "8.2104.1221.931", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1221.0931.zip", + "checksum": "ae2ffde119414965e453835bfdf4a9d9", + "timestamp": "2021-04-12T21:09:39Z" + }, + { + "version": "8.2104.1218.2150", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1218.2150.zip", + "checksum": "9d282dfc80100916f3ba8b7811d6df72", + "timestamp": "2021-04-12T18:21:58Z" + }, + { + "version": "8.2104.1214.4344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1214.4344.zip", + "checksum": "3a87a70e2c750cd62addf221b0be7783", + "timestamp": "2021-04-12T14:43:52Z" + }, + { + "version": "8.2104.1214.1541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1214.1541.zip", + "checksum": "57cc1cff4b925bcd7fbb639de02e7edf", + "timestamp": "2021-04-12T14:15:49Z" + }, + { + "version": "8.2104.1209.2240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1209.2240.zip", + "checksum": "f7f4b4db0934e77f7957f7dc77f76454", + "timestamp": "2021-04-12T09:22:47Z" + }, + { + "version": "8.2104.1121.5748", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1121.5748.zip", + "checksum": "6b8d1ee0538f6d13af5e1fe5ff2f5db8", + "timestamp": "2021-04-11T21:57:55Z" + }, + { + "version": "8.2104.1118.2209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1118.2209.zip", + "checksum": "cff6b999f4d6b1e154dc2bcd62b22e55", + "timestamp": "2021-04-11T18:22:16Z" + }, + { + "version": "8.2104.1117.5509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1117.5509.zip", + "checksum": "fe614953062119c1ab415913fed55c41", + "timestamp": "2021-04-11T17:55:16Z" + }, + { + "version": "8.2104.1116.5131", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1116.5131.zip", + "checksum": "25e8461a3ceeb4e29e31949773dd66ea", + "timestamp": "2021-04-11T16:51:37Z" + }, + { + "version": "8.2104.1116.2323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1116.2323.zip", + "checksum": "ea8b27b7933d9213f95c741af37d750b", + "timestamp": "2021-04-11T16:23:30Z" + }, + { + "version": "8.2104.1112.3512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1112.3512.zip", + "checksum": "8497b32f8c37885eecc83455e2d67c25", + "timestamp": "2021-04-11T12:35:19Z" + }, + { + "version": "8.2104.1112.728", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1112.0728.zip", + "checksum": "7f4e8c398b6556f34c1144716b0a0988", + "timestamp": "2021-04-11T12:07:35Z" + }, + { + "version": "8.2104.1023.3435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1023.3435.zip", + "checksum": "90be21bc6d81095d7d2543f5e11e16a5", + "timestamp": "2021-04-10T23:34:43Z" + }, + { + "version": "8.2104.1023.741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1023.0741.zip", + "checksum": "4da3fdb6d6ae8d4ff693f23df70f9fd2", + "timestamp": "2021-04-10T23:07:48Z" + }, + { + "version": "8.2104.1022.325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1022.0325.zip", + "checksum": "2909d127e23286b3e308caafaedba1c9", + "timestamp": "2021-04-10T22:03:32Z" + }, + { + "version": "8.2104.1021.3647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1021.3647.zip", + "checksum": "73f43fc4bc1135f2dc486b6f299a5a8a", + "timestamp": "2021-04-10T21:36:54Z" + }, + { + "version": "8.2104.1020.1642", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1020.1642.zip", + "checksum": "a80b30b2b58fed9c7b5e816da2aba7b6", + "timestamp": "2021-04-10T20:16:49Z" + }, + { + "version": "8.2104.1019.5518", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1019.5518.zip", + "checksum": "fa16ab67ebd957e84d2bd71da0b86d38", + "timestamp": "2021-04-10T19:55:25Z" + }, + { + "version": "8.2104.1017.5119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1017.5119.zip", + "checksum": "191046d276c101389d783de776aa858f", + "timestamp": "2021-04-10T17:51:26Z" + }, + { + "version": "8.2104.1015.4436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1015.4436.zip", + "checksum": "2425bf86ff2b5054050df20ef1adaa17", + "timestamp": "2021-04-10T15:44:44Z" + }, + { + "version": "8.2104.1001.2451", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1001.2451.zip", + "checksum": "63050f90ca71ea7c83432879af9b9f3b", + "timestamp": "2021-04-10T01:24:59Z" + }, + { + "version": "8.2104.1000.700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.1000.0700.zip", + "checksum": "12871e00e378568d2b3fb6a52b58f610", + "timestamp": "2021-04-10T00:07:08Z" + }, + { + "version": "8.2104.922.425", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0922.0425.zip", + "checksum": "4cd26b81f61834f566af5a53fdad3910", + "timestamp": "2021-04-09T22:04:32Z" + }, + { + "version": "8.2104.921.3546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0921.3546.zip", + "checksum": "a7eb07938078d37841a559638b930440", + "timestamp": "2021-04-09T21:35:54Z" + }, + { + "version": "8.2104.911.852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0911.0852.zip", + "checksum": "a6fc4cbe276d177012a9d4eeae9c0420", + "timestamp": "2021-04-09T11:09:01Z" + }, + { + "version": "8.2104.910.4024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0910.4024.zip", + "checksum": "55ebb75e48f0898cf2d685c2e95471f5", + "timestamp": "2021-04-09T10:40:32Z" + }, + { + "version": "8.2104.822.38", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0822.0038.zip", + "checksum": "40f7906e3676f640534ac9126174a635", + "timestamp": "2021-04-08T22:00:46Z" + }, + { + "version": "8.2104.816.4350", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0816.4350.zip", + "checksum": "03fe43efe6d320e661d11dec4e48fc99", + "timestamp": "2021-04-08T16:43:57Z" + }, + { + "version": "8.2104.812.5314", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0812.5314.zip", + "checksum": "a8208bc4975db1f254a8a6df2f331996", + "timestamp": "2021-04-08T12:53:22Z" + }, + { + "version": "8.2104.811.4214", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0811.4214.zip", + "checksum": "37ce8da2fd16b9eb00a6dc83d1691e9e", + "timestamp": "2021-04-08T11:42:22Z" + }, + { + "version": "8.2104.723.3218", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0723.3218.zip", + "checksum": "357b47fc23622120705dc7a424487e9c", + "timestamp": "2021-04-07T23:32:26Z" + }, + { + "version": "8.2104.722.5726", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0722.5726.zip", + "checksum": "7839cc5c622c16d9c275efad1f96b3c7", + "timestamp": "2021-04-07T22:57:33Z" + }, + { + "version": "8.2104.721.5323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0721.5323.zip", + "checksum": "534bf0184154cc4fbb8f5a1e27037a53", + "timestamp": "2021-04-07T21:53:30Z" + }, + { + "version": "8.2104.721.1356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0721.1356.zip", + "checksum": "b87d699106370d06c47b4e69ec3ee768", + "timestamp": "2021-04-07T21:14:03Z" + }, + { + "version": "8.2104.717.3009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0717.3009.zip", + "checksum": "030399f7b000db6eea4575a10e85c396", + "timestamp": "2021-04-07T17:30:16Z" + }, + { + "version": "8.2104.716.5710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0716.5710.zip", + "checksum": "bc8d9f7109ed019124d9f696b2e13237", + "timestamp": "2021-04-07T16:57:18Z" + }, + { + "version": "8.2104.713.2955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0713.2955.zip", + "checksum": "dd1f23de5c69304cc9ac7c69f80f581f", + "timestamp": "2021-04-07T13:30:02Z" + }, + { + "version": "8.2104.713.254", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0713.0254.zip", + "checksum": "b35cf537c2e37f636fc68cb3f3c0134c", + "timestamp": "2021-04-07T13:03:01Z" + }, + { + "version": "8.2104.619.1859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0619.1859.zip", + "checksum": "95f947144f474ebe584cef76ad153fec", + "timestamp": "2021-04-06T19:19:07Z" + }, + { + "version": "8.2104.515.5723", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0515.5723.zip", + "checksum": "ba0a372a898b9d230151d5cd0cd1d8df", + "timestamp": "2021-04-05T15:57:31Z" + }, + { + "version": "8.2104.512.1828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0512.1828.zip", + "checksum": "ff3d054bd8dd22785ac86884c7d5d0d4", + "timestamp": "2021-04-05T12:18:35Z" + }, + { + "version": "8.2104.507.146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0507.0146.zip", + "checksum": "0d4f527d0a4bcf10f6b513202cb8a70a", + "timestamp": "2021-04-05T07:01:53Z" + }, + { + "version": "8.2104.415.4202", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0415.4202.zip", + "checksum": "ae3b5f61200d0aa1cf26a40d0fc9d3e9", + "timestamp": "2021-04-04T15:42:12Z" + }, + { + "version": "8.2104.411.4654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0411.4654.zip", + "checksum": "7cc0e9424a28f16d65ddcdc6394375be", + "timestamp": "2021-04-04T11:47:01Z" + }, + { + "version": "8.2104.322.2029", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0322.2029.zip", + "checksum": "49d42dcb83ca6226e2d72b37b735110e", + "timestamp": "2021-04-03T22:20:36Z" + }, + { + "version": "8.2104.317.5420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0317.5420.zip", + "checksum": "078f135bc5a067118e8c73e136157ba9", + "timestamp": "2021-04-03T17:54:27Z" + }, + { + "version": "8.2104.300.2754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0300.2754.zip", + "checksum": "4912cc99ed8988ed67a9a4524c5c4bde", + "timestamp": "2021-04-03T00:28:02Z" + }, + { + "version": "8.2104.223.2345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0223.2345.zip", + "checksum": "7bf6e479d9a2c74ef46093e72fa3275d", + "timestamp": "2021-04-02T23:23:52Z" + }, + { + "version": "8.2104.222.5732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0222.5732.zip", + "checksum": "3ad53ee3a07aa0063a5dbaf21952466c", + "timestamp": "2021-04-02T22:57:39Z" + }, + { + "version": "8.2104.215.532", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0215.0532.zip", + "checksum": "92e83b16f7d25357f4a256f55586d0c8", + "timestamp": "2021-04-02T15:05:39Z" + }, + { + "version": "8.2104.117.4842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0117.4842.zip", + "checksum": "8e603d71f265946726cd05a8931678c3", + "timestamp": "2021-04-01T17:48:49Z" + }, + { + "version": "8.2104.116.3231", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0116.3231.zip", + "checksum": "2ab458a93a78aa7592f962908ee74d8b", + "timestamp": "2021-04-01T16:32:39Z" + }, + { + "version": "8.2104.116.558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2104.0116.0558.zip", + "checksum": "56de3902a290941c96fa29b8833372b8", + "timestamp": "2021-04-01T16:06:06Z" + }, + { + "version": "8.2103.3014.337", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.3014.0337.zip", + "checksum": "10b16774303f9fef6328885e19657423", + "timestamp": "2021-03-30T14:03:44Z" + }, + { + "version": "8.2103.2716.5356", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2716.5356.zip", + "checksum": "e9d591530ef977cf29202d02d44e194d", + "timestamp": "2021-03-27T16:54:03Z" + }, + { + "version": "8.2103.2708.5411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2708.5411.zip", + "checksum": "5536958bc53e3336c08ef35701945afd", + "timestamp": "2021-03-27T08:54:18Z" + }, + { + "version": "8.2103.2700.3315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2700.3315.zip", + "checksum": "c1049d7a3c93ed736670513dce5db4e0", + "timestamp": "2021-03-27T00:33:22Z" + }, + { + "version": "8.2103.2700.456", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2700.0456.zip", + "checksum": "58e57bcfce173aef15063ae5978c6560", + "timestamp": "2021-03-27T00:05:04Z" + }, + { + "version": "8.2103.2612.534", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2612.0534.zip", + "checksum": "0e1c6698656c67a779a2bda28b9d4aba", + "timestamp": "2021-03-26T12:05:41Z" + }, + { + "version": "8.2103.2611.4054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2611.4054.zip", + "checksum": "5f200553918029b937d26a38f84a48b6", + "timestamp": "2021-03-26T11:41:01Z" + }, + { + "version": "8.2103.2523.2427", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2523.2427.zip", + "checksum": "0c12b75f64e6e9fac941c117bd7f6bf3", + "timestamp": "2021-03-25T23:24:34Z" + }, + { + "version": "8.2103.2516.5750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2516.5750.zip", + "checksum": "19bb591385434ffcedb68c4ceea72fab", + "timestamp": "2021-03-25T16:57:57Z" + }, + { + "version": "8.2103.2516.2829", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2516.2829.zip", + "checksum": "f3586499940a360232a58719e586020d", + "timestamp": "2021-03-25T16:28:36Z" + }, + { + "version": "8.2103.2502.223", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2502.0223.zip", + "checksum": "4d3a43c16d71c9f07380334d540578a0", + "timestamp": "2021-03-25T02:02:30Z" + }, + { + "version": "8.2103.2501.3403", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2501.3403.zip", + "checksum": "2e82254a07dc2d55970091b0bac02aa6", + "timestamp": "2021-03-25T01:34:10Z" + }, + { + "version": "8.2103.2500.3845", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2500.3845.zip", + "checksum": "dd525f1af7ed2e486da05199825b9ae9", + "timestamp": "2021-03-25T00:38:53Z" + }, + { + "version": "8.2103.2422.3316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2422.3316.zip", + "checksum": "a4eb1493ffdcaed2b81874cfe61d85e5", + "timestamp": "2021-03-24T22:33:23Z" + }, + { + "version": "8.2103.2314.4502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2314.4502.zip", + "checksum": "7f7ec8f251a3cbd91ba0438b288e9a7d", + "timestamp": "2021-03-23T14:45:10Z" + }, + { + "version": "8.2103.2306.3834", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2306.3834.zip", + "checksum": "b162e073fba3d34fe8d35ac5fc0a9761", + "timestamp": "2021-03-23T06:38:42Z" + }, + { + "version": "8.2103.2305.711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2305.0711.zip", + "checksum": "4595f0a290a31b89f7b865ccac74a820", + "timestamp": "2021-03-23T05:07:18Z" + }, + { + "version": "8.2103.2301.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2301.2827.zip", + "checksum": "d9924f27690fd781007b78fafb8f58bb", + "timestamp": "2021-03-23T01:28:35Z" + }, + { + "version": "8.2103.2222.2816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2222.2816.zip", + "checksum": "f8c9f7ec8f85a708a69e898d9d509b84", + "timestamp": "2021-03-22T22:28:23Z" + }, + { + "version": "8.2103.2219.634", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2219.0634.zip", + "checksum": "4de609a6e7871389a45ca3544f4f9643", + "timestamp": "2021-03-22T19:06:41Z" + }, + { + "version": "8.2103.2218.4303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2218.4303.zip", + "checksum": "44a69d158429fbcdfa783c65d3cd3a42", + "timestamp": "2021-03-22T18:43:11Z" + }, + { + "version": "8.2103.2218.1104", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2218.1104.zip", + "checksum": "72fa7cdbe38db06d44ffdccae543c6f3", + "timestamp": "2021-03-22T18:11:12Z" + }, + { + "version": "8.2103.2217.2646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2217.2646.zip", + "checksum": "7ec3872be9a07500a86116b54fd0e840", + "timestamp": "2021-03-22T17:26:53Z" + }, + { + "version": "8.2103.2123.3739", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2123.3739.zip", + "checksum": "340d30cf133516502947b125a05d4981", + "timestamp": "2021-03-21T23:37:52Z" + }, + { + "version": "8.2103.2119.4155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2119.4155.zip", + "checksum": "d1c688416aebac043b9b1e65cea3fefe", + "timestamp": "2021-03-21T19:42:03Z" + }, + { + "version": "8.2103.2114.2939", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2114.2939.zip", + "checksum": "96cb8bacd5aab4602fe7734feba4ae92", + "timestamp": "2021-03-21T14:29:46Z" + }, + { + "version": "8.2103.2001.1913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2001.1913.zip", + "checksum": "11d5d891f77e959a25532a4c98ec81ec", + "timestamp": "2021-03-20T01:19:20Z" + }, + { + "version": "8.2103.2000.1714", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.2000.1714.zip", + "checksum": "9d153186e6f93d1c950e1bea9967e58e", + "timestamp": "2021-03-20T00:17:23Z" + }, + { + "version": "8.2103.1918.859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1918.0859.zip", + "checksum": "838dd29c459e1950123acf51e85fbece", + "timestamp": "2021-03-19T18:09:07Z" + }, + { + "version": "8.2103.1909.2139", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1909.2139.zip", + "checksum": "8029548e8dcad1d7e4bcbe3c40fda807", + "timestamp": "2021-03-19T09:21:46Z" + }, + { + "version": "8.2103.1908.5209", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1908.5209.zip", + "checksum": "8f100f799dec342aaf15af7870266298", + "timestamp": "2021-03-19T08:52:16Z" + }, + { + "version": "8.2103.1907.4613", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1907.4613.zip", + "checksum": "0ef90ef91209b38aafa3abef44f6499a", + "timestamp": "2021-03-19T07:46:21Z" + }, + { + "version": "8.2103.1907.1912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1907.1912.zip", + "checksum": "0bba9c3b070c25d64c1b525886b1af47", + "timestamp": "2021-03-19T07:19:20Z" + }, + { + "version": "8.2103.1815.1407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1815.1407.zip", + "checksum": "6dec6faa4504c21f151ec76994ac7c9e", + "timestamp": "2021-03-18T15:14:14Z" + }, + { + "version": "8.2103.1811.1912", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1811.1912.zip", + "checksum": "1434a43fc628b61fab49c4a7868bd92e", + "timestamp": "2021-03-18T11:19:20Z" + }, + { + "version": "8.2103.1703.5112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1703.5112.zip", + "checksum": "07a8b3ec55b6685643e9aabf7badfd07", + "timestamp": "2021-03-17T03:51:19Z" + }, + { + "version": "8.2103.1620.1647", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1620.1647.zip", + "checksum": "1016e5035e7ab8553a11b7ad30c2520f", + "timestamp": "2021-03-16T20:16:54Z" + }, + { + "version": "8.2103.1619.4940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1619.4940.zip", + "checksum": "90198b248e16f9553327f535b22ba8ad", + "timestamp": "2021-03-16T19:49:47Z" + }, + { + "version": "8.2103.1614.659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1614.0659.zip", + "checksum": "da978bf78490816e081ad9e16eb49cb7", + "timestamp": "2021-03-16T14:07:06Z" + }, + { + "version": "8.2103.1518.4751", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1518.4751.zip", + "checksum": "599d08d70de31cc45599d97e889d3990", + "timestamp": "2021-03-15T18:47:59Z" + }, + { + "version": "8.2103.1517.2950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1517.2950.zip", + "checksum": "cd6bbdc5248c599f8e3704abbae732c3", + "timestamp": "2021-03-15T17:29:57Z" + }, + { + "version": "8.2103.1516.146", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1516.0146.zip", + "checksum": "619c7f8b8fe6082932f164fcdce42a11", + "timestamp": "2021-03-15T16:01:53Z" + }, + { + "version": "8.2103.1513.5234", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1513.5234.zip", + "checksum": "848b8b2f434a6c14f599a6b597192af6", + "timestamp": "2021-03-15T13:52:41Z" + }, + { + "version": "8.2103.1508.3621", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1508.3621.zip", + "checksum": "806462c796250daa9839da2cfc76c88c", + "timestamp": "2021-03-15T08:36:28Z" + }, + { + "version": "8.2103.1422.4609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1422.4609.zip", + "checksum": "b6dbd7e0fc3a4f6ccb74f5f8488b3a23", + "timestamp": "2021-03-14T22:46:16Z" + }, + { + "version": "8.2103.1418.3722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1418.3722.zip", + "checksum": "a3b76cc4b26fd1ca948320247ffb3064", + "timestamp": "2021-03-14T18:37:30Z" + }, + { + "version": "8.2103.1417.3244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1417.3244.zip", + "checksum": "5a3c4f8a3eab54abc52a5b97eaa803d8", + "timestamp": "2021-03-14T17:32:52Z" + }, + { + "version": "8.2103.1414.3657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1414.3657.zip", + "checksum": "b1d71dee9467fcca63a52cfe98deb61f", + "timestamp": "2021-03-14T14:37:04Z" + }, + { + "version": "8.2103.1413.511", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1413.0511.zip", + "checksum": "63fdb37a69fc03454d9bde38f615b1bb", + "timestamp": "2021-03-14T13:05:19Z" + }, + { + "version": "8.2103.1407.5504", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1407.5504.zip", + "checksum": "941b4ddeb40fccdb24fa1901c3127232", + "timestamp": "2021-03-14T07:55:11Z" + }, + { + "version": "8.2103.1400.1801", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1400.1801.zip", + "checksum": "2f485cc6ff1703753b9f4f2b068dfbc9", + "timestamp": "2021-03-14T00:18:08Z" + }, + { + "version": "8.2103.1323.4920", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1323.4920.zip", + "checksum": "70c85ac86a829b0154701c67b314435b", + "timestamp": "2021-03-13T23:49:28Z" + }, + { + "version": "8.2103.1322.2808", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1322.2808.zip", + "checksum": "5a8fdfc823280466314ade7566d841c9", + "timestamp": "2021-03-13T22:28:16Z" + }, + { + "version": "8.2103.1314.5857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1314.5857.zip", + "checksum": "7a22e98314ec51130dd4229df732d7f0", + "timestamp": "2021-03-13T14:59:04Z" + }, + { + "version": "8.2103.1314.3100", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1314.3100.zip", + "checksum": "fbbf43d1f252039d8dc808ac3184bcbf", + "timestamp": "2021-03-13T14:31:08Z" + }, + { + "version": "8.2103.1302.4431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1302.4431.zip", + "checksum": "a97d2af5054c1c76777307462f43624d", + "timestamp": "2021-03-13T02:44:39Z" + }, + { + "version": "8.2103.1223.2721", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1223.2721.zip", + "checksum": "e1337d2d2f9a23a10e42843cfb3cee75", + "timestamp": "2021-03-12T23:27:30Z" + }, + { + "version": "8.2103.1214.2124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1214.2124.zip", + "checksum": "3bd84ba9a366d3ed748a5bafddfb1c7b", + "timestamp": "2021-03-12T14:21:31Z" + }, + { + "version": "8.2103.1213.5435", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1213.5435.zip", + "checksum": "32578c16ec568a210639eb658b5f0cb7", + "timestamp": "2021-03-12T13:54:42Z" + }, + { + "version": "8.2103.1209.849", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1209.0849.zip", + "checksum": "b80f73aac17abb731eb31edc8abcdefb", + "timestamp": "2021-03-12T09:08:58Z" + }, + { + "version": "8.2103.1123.4259", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1123.4259.zip", + "checksum": "1da548a5af816f1bead66b44c8012132", + "timestamp": "2021-03-11T23:43:07Z" + }, + { + "version": "8.2103.1122.2817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1122.2817.zip", + "checksum": "273561aeb6e9e720842b58012af94522", + "timestamp": "2021-03-11T22:28:25Z" + }, + { + "version": "8.2103.1122.5", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1122.0005.zip", + "checksum": "9b15b9b02b2f8548be28804c50ffaf8e", + "timestamp": "2021-03-11T22:00:13Z" + }, + { + "version": "8.2103.1120.1940", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1120.1940.zip", + "checksum": "aebf4a4d8b8e7f04feef9fdba493975f", + "timestamp": "2021-03-11T20:19:47Z" + }, + { + "version": "8.2103.1116.1357", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1116.1357.zip", + "checksum": "c712dcc8abffb1e653df53f679575afb", + "timestamp": "2021-03-11T16:14:05Z" + }, + { + "version": "8.2103.1115.3119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1115.3119.zip", + "checksum": "43759dd8729c00e41560792fb4b3a713", + "timestamp": "2021-03-11T15:31:26Z" + }, + { + "version": "8.2103.1111.1307", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1111.1307.zip", + "checksum": "e3cdc35dfdc718b51571af09a36d43f9", + "timestamp": "2021-03-11T11:13:15Z" + }, + { + "version": "8.2103.1100.722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1100.0722.zip", + "checksum": "d300dbc48e03db69747b829b6f51b3a6", + "timestamp": "2021-03-11T00:07:29Z" + }, + { + "version": "8.2103.1022.4557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1022.4557.zip", + "checksum": "4213f75d7d4eb87e4fd331f1d91b5eba", + "timestamp": "2021-03-10T22:46:04Z" + }, + { + "version": "8.2103.1019.3944", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1019.3944.zip", + "checksum": "eb87331c5a3357c1db1188f0e2efa200", + "timestamp": "2021-03-10T19:39:51Z" + }, + { + "version": "8.2103.1014.4601", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1014.4601.zip", + "checksum": "da35fbe8288b4cd8b21b7ce765ee73b7", + "timestamp": "2021-03-10T14:46:08Z" + }, + { + "version": "8.2103.1011.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1011.2454.zip", + "checksum": "cd5510a807ad183097159b60db98c3ea", + "timestamp": "2021-03-10T11:25:02Z" + }, + { + "version": "8.2103.1010.5704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1010.5704.zip", + "checksum": "b0e4e16190811ac0ddaaf3af156d628e", + "timestamp": "2021-03-10T10:57:18Z" + }, + { + "version": "8.2103.1008.431", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1008.0431.zip", + "checksum": "b96b35e0d43c9c7b61c6bf9b2c2fc526", + "timestamp": "2021-03-10T08:04:39Z" + }, + { + "version": "8.2103.1002.5459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.1002.5459.zip", + "checksum": "bf1147f8674345272afa3c3baffae714", + "timestamp": "2021-03-10T02:55:06Z" + }, + { + "version": "8.2103.923.4525", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0923.4525.zip", + "checksum": "f843931c12dc36cdc369501bd0879a50", + "timestamp": "2021-03-09T23:45:32Z" + }, + { + "version": "8.2103.922.215", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0922.0215.zip", + "checksum": "cca6c946496684dae35648e18fecc040", + "timestamp": "2021-03-09T22:02:22Z" + }, + { + "version": "8.2103.919.5444", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0919.5444.zip", + "checksum": "0d80dc26732f1a8d7aa1b8959c3f3a0d", + "timestamp": "2021-03-09T19:54:51Z" + }, + { + "version": "8.2103.919.2018", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0919.2018.zip", + "checksum": "b532629750979b98380e87eafb454f2d", + "timestamp": "2021-03-09T19:20:26Z" + }, + { + "version": "8.2103.913.4344", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0913.4344.zip", + "checksum": "63546bf14442462faa771d61892b5eb7", + "timestamp": "2021-03-09T13:43:51Z" + }, + { + "version": "8.2103.904.3133", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0904.3133.zip", + "checksum": "b592bcde60124eb8a16370a1d3127ca0", + "timestamp": "2021-03-09T04:31:41Z" + }, + { + "version": "8.2103.900.2527", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0900.2527.zip", + "checksum": "e623aae2f472f898b78b3162de6eabaa", + "timestamp": "2021-03-09T00:25:34Z" + }, + { + "version": "8.2103.814.4552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0814.4552.zip", + "checksum": "1c7852f2b0315428d81c92dabc99680e", + "timestamp": "2021-03-08T14:45:59Z" + }, + { + "version": "8.2103.811.2943", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0811.2943.zip", + "checksum": "76ff50ea07f82ac6a0f06ba2ed4833d0", + "timestamp": "2021-03-08T11:29:51Z" + }, + { + "version": "8.2103.809.1526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0809.1526.zip", + "checksum": "f7a987cf31aa928da5176f6b66e4548a", + "timestamp": "2021-03-08T09:15:33Z" + }, + { + "version": "8.2103.808.1509", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0808.1509.zip", + "checksum": "d25ea33602c8a0d08c39b31c0918c780", + "timestamp": "2021-03-08T08:15:16Z" + }, + { + "version": "8.2103.722.5338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0722.5338.zip", + "checksum": "ecfbe661340433f219be23adb6e397ff", + "timestamp": "2021-03-07T22:53:45Z" + }, + { + "version": "8.2103.715.2137", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0715.2137.zip", + "checksum": "17a32aa69f07bb75e50a4dc4edc18cc6", + "timestamp": "2021-03-07T15:21:45Z" + }, + { + "version": "8.2103.312.713", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0312.0713.zip", + "checksum": "2546b2b78777caca2c316ccdfdd4db40", + "timestamp": "2021-03-03T12:07:21Z" + }, + { + "version": "8.2103.217.742", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0217.0742.zip", + "checksum": "e2099a8eb685879a266355a73c1337c9", + "timestamp": "2021-03-02T17:07:49Z" + }, + { + "version": "8.2103.216.4040", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0216.4040.zip", + "checksum": "d0e79d8ab86218ab4af1d5e69cd10c60", + "timestamp": "2021-03-02T16:40:48Z" + }, + { + "version": "8.2103.214.3732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0214.3732.zip", + "checksum": "02d5e4bfb3988bcaa4b8a71a11fe71ab", + "timestamp": "2021-03-02T14:37:39Z" + }, + { + "version": "8.2103.209.358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0209.0358.zip", + "checksum": "2fa9fa9451ab2127ac1784a4bf1d35d3", + "timestamp": "2021-03-02T09:04:06Z" + }, + { + "version": "8.2103.202.3439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0202.3439.zip", + "checksum": "45a9de421c52bf4a53dba796ac5d7b0e", + "timestamp": "2021-03-02T02:34:46Z" + }, + { + "version": "8.2103.123.717", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0123.0717.zip", + "checksum": "a83ebef237e43f38f2bf48930fd575e2", + "timestamp": "2021-03-01T23:07:24Z" + }, + { + "version": "8.2103.121.2457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0121.2457.zip", + "checksum": "3caddf38a51cd2414dc167441ba9b4d9", + "timestamp": "2021-03-01T21:25:04Z" + }, + { + "version": "8.2103.119.1312", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0119.1312.zip", + "checksum": "42101b97dc249680fe5408af5a9aad66", + "timestamp": "2021-03-01T19:13:20Z" + }, + { + "version": "8.2103.118.4544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0118.4544.zip", + "checksum": "c431eda31e54e0bd22210e2513e4ad16", + "timestamp": "2021-03-01T18:45:51Z" + }, + { + "version": "8.2103.118.1749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0118.1749.zip", + "checksum": "58fb4baf9992f9098396409053073d4b", + "timestamp": "2021-03-01T18:17:57Z" + }, + { + "version": "8.2103.117.2638", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0117.2638.zip", + "checksum": "e01f53e0c925d865a6495878cb630677", + "timestamp": "2021-03-01T17:26:46Z" + }, + { + "version": "8.2103.116.5927", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0116.5927.zip", + "checksum": "5ea532d4ba0ba3642db34f0003eb06f9", + "timestamp": "2021-03-01T16:59:34Z" + }, + { + "version": "8.2103.115.1816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0115.1816.zip", + "checksum": "a27792dd318b2a7d43e998d02bca598a", + "timestamp": "2021-03-01T15:18:24Z" + }, + { + "version": "8.2103.114.3233", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0114.3233.zip", + "checksum": "8d4522197c92893d58ad489f31de04f0", + "timestamp": "2021-03-01T14:32:40Z" + }, + { + "version": "8.2103.113.5819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0113.5819.zip", + "checksum": "52addc53df3bf15da28c8a15997f4e4a", + "timestamp": "2021-03-01T13:58:27Z" + }, + { + "version": "8.2103.110.5012", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0110.5012.zip", + "checksum": "92c58f98318d01ea65b9e48f3ebd12fa", + "timestamp": "2021-03-01T10:50:20Z" + }, + { + "version": "8.2103.110.2306", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0110.2306.zip", + "checksum": "7969215ed1eba566c7a2b8b2c0f8ab08", + "timestamp": "2021-03-01T10:23:14Z" + }, + { + "version": "8.2103.109.917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0109.0917.zip", + "checksum": "7a9a1043aff673bb38f1492984faa106", + "timestamp": "2021-03-01T09:09:25Z" + }, + { + "version": "8.2103.104.1913", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2103.0104.1913.zip", + "checksum": "1b40cb2e2b576793603bd7d32b4b3735", + "timestamp": "2021-03-01T04:19:20Z" + }, + { + "version": "8.2102.2820.3340", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2820.3340.zip", + "checksum": "5ad8e10aaa3faa6e12244bbf251d2802", + "timestamp": "2021-02-28T20:33:48Z" + }, + { + "version": "8.2102.2816.2421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2816.2421.zip", + "checksum": "b7dcc72a0a712d42ddf5ff0f5424ae4c", + "timestamp": "2021-02-28T16:24:29Z" + }, + { + "version": "8.2102.2815.5654", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2815.5654.zip", + "checksum": "5c4ba16d7bee40ea90e435ae1ab328ec", + "timestamp": "2021-02-28T15:57:03Z" + }, + { + "version": "8.2102.2815.3039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2815.3039.zip", + "checksum": "8572715484795be6168c5d5c2b8fc4ec", + "timestamp": "2021-02-28T15:30:47Z" + }, + { + "version": "8.2102.2811.3648", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2811.3648.zip", + "checksum": "f18e2fb0129ef7fb2095b3a206e1c858", + "timestamp": "2021-02-28T11:36:55Z" + }, + { + "version": "8.2102.2811.1102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2811.1102.zip", + "checksum": "936cdba0c4ea78e5213142471823ab88", + "timestamp": "2021-02-28T11:11:11Z" + }, + { + "version": "8.2102.2810.4124", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2810.4124.zip", + "checksum": "8c6db745e90760af04f7d46ee56f7d10", + "timestamp": "2021-02-28T10:41:31Z" + }, + { + "version": "8.2102.2810.1349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2810.1349.zip", + "checksum": "1414f858df40cb63da8f7631b4665809", + "timestamp": "2021-02-28T10:13:56Z" + }, + { + "version": "8.2102.2809.4659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2809.4659.zip", + "checksum": "63574309cf9af986a634ee53381ad138", + "timestamp": "2021-02-28T09:47:07Z" + }, + { + "version": "8.2102.2806.5039", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2806.5039.zip", + "checksum": "5ca1505992bfe22a2f26156e975e020b", + "timestamp": "2021-02-28T06:50:46Z" + }, + { + "version": "8.2102.2805.1035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2805.1035.zip", + "checksum": "7ab5b7d163e7c3f1aec8d79dbb8c3f92", + "timestamp": "2021-02-28T05:10:43Z" + }, + { + "version": "8.2102.2804.4345", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2804.4345.zip", + "checksum": "7909afe76f7fcf37ad30ed82220084b0", + "timestamp": "2021-02-28T04:43:52Z" + }, + { + "version": "8.2102.2722.4835", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2722.4835.zip", + "checksum": "33e5329a929431185541fb5940a3a8b7", + "timestamp": "2021-02-27T22:48:43Z" + }, + { + "version": "8.2102.2722.2019", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2722.2019.zip", + "checksum": "0bcc07c9b814322f7ed45063fe4006f6", + "timestamp": "2021-02-27T22:20:26Z" + }, + { + "version": "8.2102.2719.5055", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2719.5055.zip", + "checksum": "dca7543c251b9c310b832595e4430606", + "timestamp": "2021-02-27T19:51:03Z" + }, + { + "version": "8.2102.2719.2313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2719.2313.zip", + "checksum": "6b5cd9da20923c56ad5d6eb77e79c62c", + "timestamp": "2021-02-27T19:23:21Z" + }, + { + "version": "8.2102.2718.4424", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2718.4424.zip", + "checksum": "24c1baa5053ecad4a3a3df0043d2883b", + "timestamp": "2021-02-27T18:44:31Z" + }, + { + "version": "8.2102.2717.615", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2717.0615.zip", + "checksum": "06e8b3166f994384bd3964bcfea194c0", + "timestamp": "2021-02-27T17:06:23Z" + }, + { + "version": "8.2102.2707.3843", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2707.3843.zip", + "checksum": "50f5a8f9c0dfc557a8b4eda0377f0652", + "timestamp": "2021-02-27T07:38:51Z" + }, + { + "version": "8.2102.2705.5411", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2705.5411.zip", + "checksum": "da6a09d878099d53e5ef6d1614dac7d4", + "timestamp": "2021-02-27T05:54:19Z" + }, + { + "version": "8.2102.2705.2724", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2705.2724.zip", + "checksum": "82e84ea7d8135478186e90344b7b2369", + "timestamp": "2021-02-27T05:27:33Z" + }, + { + "version": "8.2102.2704.2116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2704.2116.zip", + "checksum": "6ffd735f9b6b29f6308551bfd763a51f", + "timestamp": "2021-02-27T04:21:23Z" + }, + { + "version": "8.2102.2703.5408", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2703.5408.zip", + "checksum": "58863d25384c9064100cbec465562857", + "timestamp": "2021-02-27T03:54:15Z" + }, + { + "version": "8.2102.2621.1033", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2621.1033.zip", + "checksum": "f45cd582e219fb636d66cc8988256a2a", + "timestamp": "2021-02-26T21:10:40Z" + }, + { + "version": "8.2102.2619.1409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2619.1409.zip", + "checksum": "f8d1a96b2f53c654d00149cd8df23010", + "timestamp": "2021-02-26T19:14:17Z" + }, + { + "version": "8.2102.2618.4704", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2618.4704.zip", + "checksum": "1eeb1dbb1b5052d0e56016c2cc190eb3", + "timestamp": "2021-02-26T18:47:12Z" + }, + { + "version": "8.2102.2612.4502", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2612.4502.zip", + "checksum": "8edafbe7bf847b1b51fa6d4c1637e5d4", + "timestamp": "2021-02-26T12:45:10Z" + }, + { + "version": "8.2102.2523.4210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2523.4210.zip", + "checksum": "f13fae387289219f2c059c03f0af6740", + "timestamp": "2021-02-25T23:42:19Z" + }, + { + "version": "8.2102.2508.4439", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2508.4439.zip", + "checksum": "96524596222db1206329afa08bad6cd9", + "timestamp": "2021-02-25T08:44:47Z" + }, + { + "version": "8.2102.2423.1243", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2423.1243.zip", + "checksum": "d3c0a99394945e6c4717c1e54a422e93", + "timestamp": "2021-02-24T23:12:52Z" + }, + { + "version": "8.2102.2422.4620", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2422.4620.zip", + "checksum": "45543bdc0f61863494468c75a7371e69", + "timestamp": "2021-02-24T22:46:28Z" + }, + { + "version": "8.2102.2421.2930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2421.2930.zip", + "checksum": "0e7f000158af12bcb233dd0da369bca7", + "timestamp": "2021-02-24T21:29:38Z" + }, + { + "version": "8.2102.2416.4747", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2416.4747.zip", + "checksum": "ba861b6417384af069a37d96f271abb1", + "timestamp": "2021-02-24T16:47:55Z" + }, + { + "version": "8.2102.2416.2102", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2416.2102.zip", + "checksum": "98b2f8b56733565d1e7d366d4b305cc8", + "timestamp": "2021-02-24T16:21:11Z" + }, + { + "version": "8.2102.2411.4217", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2411.4217.zip", + "checksum": "81ed644fd7ee8f6c8eff8040dd0681a6", + "timestamp": "2021-02-24T11:42:25Z" + }, + { + "version": "8.2102.2401.5531", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2401.5531.zip", + "checksum": "1bef64a816093226315d67127cca0880", + "timestamp": "2021-02-24T01:55:38Z" + }, + { + "version": "8.2102.2321.1050", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2321.1050.zip", + "checksum": "93424f38be03eee6323998ef4ad80b14", + "timestamp": "2021-02-23T21:10:58Z" + }, + { + "version": "8.2102.2317.1400", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2317.1400.zip", + "checksum": "6e8e53ba8225bee0a678acefef2fcc08", + "timestamp": "2021-02-23T17:14:09Z" + }, + { + "version": "8.2102.2312.2755", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2312.2755.zip", + "checksum": "31d9775440df59ea8b1ffc19e2e4c1d9", + "timestamp": "2021-02-23T12:28:05Z" + }, + { + "version": "8.2102.2302.5819", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2302.5819.zip", + "checksum": "931a3291d40bf304f811da0cd7b412a1", + "timestamp": "2021-02-23T02:58:27Z" + }, + { + "version": "8.2102.2302.2948", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2302.2948.zip", + "checksum": "69d2d0870fcd563174d782ceb1fec143", + "timestamp": "2021-02-23T02:29:56Z" + }, + { + "version": "8.2102.2222.210", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2222.0210.zip", + "checksum": "b659b21dcd92a0fecabd043747d08fe7", + "timestamp": "2021-02-22T22:02:17Z" + }, + { + "version": "8.2102.2217.3458", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2217.3458.zip", + "checksum": "c30469dfcc88d2f620079a920557f3a3", + "timestamp": "2021-02-22T17:35:06Z" + }, + { + "version": "8.2102.2217.802", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2217.0802.zip", + "checksum": "53436884c365072bbe2af1b1100b27e4", + "timestamp": "2021-02-22T17:08:11Z" + }, + { + "version": "8.2102.2216.4021", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2216.4021.zip", + "checksum": "cbc7629319523769d3e09afea81babd6", + "timestamp": "2021-02-22T16:40:29Z" + }, + { + "version": "8.2102.2214.949", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2214.0949.zip", + "checksum": "f2565a4f17714cd3a4f203bad0d30f80", + "timestamp": "2021-02-22T14:09:56Z" + }, + { + "version": "8.2102.2213.4203", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2213.4203.zip", + "checksum": "3922add22f8ef590366ebe77efec0a10", + "timestamp": "2021-02-22T13:42:14Z" + }, + { + "version": "8.2102.2207.3855", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2207.3855.zip", + "checksum": "ccfdcfd58d1e75ba552e9a300bc0881a", + "timestamp": "2021-02-22T07:39:03Z" + }, + { + "version": "8.2102.2205.5407", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2205.5407.zip", + "checksum": "2a582e64db68334c9456d2eec5f1b530", + "timestamp": "2021-02-22T05:54:15Z" + }, + { + "version": "8.2102.2204.5155", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2204.5155.zip", + "checksum": "c2bfe9657ee7698cc83e1f038bcb3f92", + "timestamp": "2021-02-22T04:52:03Z" + }, + { + "version": "8.2102.2201.4753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2201.4753.zip", + "checksum": "06ee55768b24069b520e6d4c7e2fa7d4", + "timestamp": "2021-02-22T01:48:01Z" + }, + { + "version": "8.2102.2119.2606", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2119.2606.zip", + "checksum": "473774070a81402da56a3bd6e0fb687a", + "timestamp": "2021-02-21T19:26:13Z" + }, + { + "version": "8.2102.2116.921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2116.0921.zip", + "checksum": "58ea600f3be296bd69adfc0037e8cfca", + "timestamp": "2021-02-21T16:09:28Z" + }, + { + "version": "8.2102.2107.2557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2107.2557.zip", + "checksum": "a3e25dcb24350b988117262dd3e42e6e", + "timestamp": "2021-02-21T07:26:05Z" + }, + { + "version": "8.2102.2023.3252", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2023.3252.zip", + "checksum": "72208f81973cf910480b4b08ec2c7888", + "timestamp": "2021-02-20T23:33:00Z" + }, + { + "version": "8.2102.2023.633", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2023.0633.zip", + "checksum": "30fed1816daef810e1402010be4e5595", + "timestamp": "2021-02-20T23:06:41Z" + }, + { + "version": "8.2102.2015.4822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2015.4822.zip", + "checksum": "b101236d80a676c10e9dbb5f90328919", + "timestamp": "2021-02-20T15:48:30Z" + }, + { + "version": "8.2102.2002.4959", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2002.4959.zip", + "checksum": "fd5ef44f5766b8c94ed18b6cf93a4fab", + "timestamp": "2021-02-20T02:50:07Z" + }, + { + "version": "8.2102.2002.2219", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.2002.2219.zip", + "checksum": "0c2f8ff9789460e113228f6fb937c9df", + "timestamp": "2021-02-20T02:22:26Z" + }, + { + "version": "8.2102.1912.4338", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1912.4338.zip", + "checksum": "9e13c66112fd197a3d9a3008b80eabef", + "timestamp": "2021-02-19T12:43:46Z" + }, + { + "version": "8.2102.1822.5602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1822.5602.zip", + "checksum": "32affa53a22c5b9b32070c674dd94e51", + "timestamp": "2021-02-18T22:56:10Z" + }, + { + "version": "8.2102.1819.342", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1819.0342.zip", + "checksum": "0b90af702a46c124c25fafb58a842ee9", + "timestamp": "2021-02-18T19:03:49Z" + }, + { + "version": "8.2102.1817.4349", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1817.4349.zip", + "checksum": "002dd211a865bc656a81bf19cfb56da4", + "timestamp": "2021-02-18T17:43:57Z" + }, + { + "version": "8.2102.1817.1602", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1817.1602.zip", + "checksum": "4fa9bb78d4c440e41bc26f2470e59cfc", + "timestamp": "2021-02-18T17:16:10Z" + }, + { + "version": "8.2102.1719.4851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1719.4851.zip", + "checksum": "3f9f2f40225b2ab4d29c590b7fdf0361", + "timestamp": "2021-02-17T19:48:59Z" + }, + { + "version": "8.2102.1710.1120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1710.1120.zip", + "checksum": "04692aef418d04834e2376ce06f9053e", + "timestamp": "2021-02-17T10:11:28Z" + }, + { + "version": "8.2102.1709.3629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1709.3629.zip", + "checksum": "6d73e71505cec35118a2ec0c31dca931", + "timestamp": "2021-02-17T09:36:36Z" + }, + { + "version": "8.2102.1706.4610", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1706.4610.zip", + "checksum": "a6d21200d20b73f69561e7e4f3427855", + "timestamp": "2021-02-17T06:46:18Z" + }, + { + "version": "8.2102.1705.2732", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1705.2732.zip", + "checksum": "102891eed41ab176c7eec3479c65b370", + "timestamp": "2021-02-17T05:27:40Z" + }, + { + "version": "8.2102.1704.2246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1704.2246.zip", + "checksum": "645d94b0908b159d652b299155a3349e", + "timestamp": "2021-02-17T04:22:54Z" + }, + { + "version": "8.2102.1703.5557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1703.5557.zip", + "checksum": "49fd8e52d4c9743f5081a99fa3361e5f", + "timestamp": "2021-02-17T03:56:05Z" + }, + { + "version": "8.2102.1703.2722", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1703.2722.zip", + "checksum": "97d2ba4dee3169df4e360a7929286710", + "timestamp": "2021-02-17T03:27:31Z" + }, + { + "version": "8.2102.1618.5551", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1618.5551.zip", + "checksum": "9729424fc843e08671f95510028a7b92", + "timestamp": "2021-02-16T18:55:59Z" + }, + { + "version": "8.2102.1615.5921", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1615.5921.zip", + "checksum": "b4897deff6128085b9066c1a399398fb", + "timestamp": "2021-02-16T15:59:29Z" + }, + { + "version": "8.2102.1605.4429", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1605.4429.zip", + "checksum": "388e9e889061a7a478564e01fc6ad8f3", + "timestamp": "2021-02-16T05:44:37Z" + }, + { + "version": "8.2102.1605.1740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1605.1740.zip", + "checksum": "ef34b03685213b8621119a8612636991", + "timestamp": "2021-02-16T05:17:47Z" + }, + { + "version": "8.2102.1519.4436", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1519.4436.zip", + "checksum": "906169fda02ab0c51a24f6915dd3d530", + "timestamp": "2021-02-15T19:44:43Z" + }, + { + "version": "8.2102.1514.2753", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1514.2753.zip", + "checksum": "bd12ff78c97d3258066d39ce8f5aba05", + "timestamp": "2021-02-15T14:28:01Z" + }, + { + "version": "8.2102.1514.4", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1514.0004.zip", + "checksum": "52338354818871cff7785fd27623e686", + "timestamp": "2021-02-15T14:00:12Z" + }, + { + "version": "8.2102.1509.1416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1509.1416.zip", + "checksum": "a5f3b4368f9ce771682c3997ddf6c024", + "timestamp": "2021-02-15T09:14:24Z" + }, + { + "version": "8.2102.1417.5313", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1417.5313.zip", + "checksum": "de23df3689c6c00284861a2a23478f4b", + "timestamp": "2021-02-14T17:53:20Z" + }, + { + "version": "8.2102.1416.2359", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1416.2359.zip", + "checksum": "35545d56e56a31d856aec613d4ffca44", + "timestamp": "2021-02-14T16:24:08Z" + }, + { + "version": "8.2102.1408.1840", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1408.1840.zip", + "checksum": "353f6626a3ed3798dd67cc5d60939e0f", + "timestamp": "2021-02-14T08:18:48Z" + }, + { + "version": "8.2102.1407.3852", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1407.3852.zip", + "checksum": "23a3bab4165f19f2d1db8fe21e95814d", + "timestamp": "2021-02-14T07:39:01Z" + }, + { + "version": "8.2102.1407.1120", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1407.1120.zip", + "checksum": "810f83b1583c263b0a10fd2a8fa0b574", + "timestamp": "2021-02-14T07:11:27Z" + }, + { + "version": "8.2102.1319.347", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1319.0347.zip", + "checksum": "335be56287658e7fc36c82711a93bd46", + "timestamp": "2021-02-13T19:03:55Z" + }, + { + "version": "8.2102.1310.3710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1310.3710.zip", + "checksum": "1afe4321725e8307512278a8eedc9780", + "timestamp": "2021-02-13T10:37:18Z" + }, + { + "version": "8.2102.1310.40", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1310.0040.zip", + "checksum": "bc699cf5a9817685fb06e77174a215a2", + "timestamp": "2021-02-13T10:00:48Z" + }, + { + "version": "8.2102.1304.5740", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1304.5740.zip", + "checksum": "b75a22351d694e98da1e13114fe97e5d", + "timestamp": "2021-02-13T04:57:48Z" + }, + { + "version": "8.2102.1302.1938", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1302.1938.zip", + "checksum": "e2bf567d2735bfb0fc63890398d76dcc", + "timestamp": "2021-02-13T02:19:46Z" + }, + { + "version": "8.2102.1218.2823", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1218.2823.zip", + "checksum": "8e91bd51b7a4ea72d9f76996ee95c3d8", + "timestamp": "2021-02-12T18:28:31Z" + }, + { + "version": "8.2102.1209.828", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1209.0828.zip", + "checksum": "bce91f2c920bf9ca9d7dab9ea68a85df", + "timestamp": "2021-02-12T09:08:36Z" + }, + { + "version": "8.2102.1118.5822", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1118.5822.zip", + "checksum": "b492a5a96242cb377c4ff4f96259dfd9", + "timestamp": "2021-02-11T18:58:30Z" + }, + { + "version": "8.2102.1117.1528", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1117.1528.zip", + "checksum": "ef608a96c1586cc71dbc1bf2a6421c4f", + "timestamp": "2021-02-11T17:15:35Z" + }, + { + "version": "8.2102.1116.4227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1116.4227.zip", + "checksum": "4e90781b548e4b53b839dcc19ed3dfff", + "timestamp": "2021-02-11T16:42:34Z" + }, + { + "version": "8.2102.1114.5632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1114.5632.zip", + "checksum": "b23b72651270894de11b285779a42eb6", + "timestamp": "2021-02-11T14:56:40Z" + }, + { + "version": "8.2102.1108.2416", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1108.2416.zip", + "checksum": "2e33c9932170ebe73cf9e1261c879f18", + "timestamp": "2021-02-11T08:24:24Z" + }, + { + "version": "8.2102.1107.5555", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1107.5555.zip", + "checksum": "04c5c2e2e0bf997f1777be4e4ac4a182", + "timestamp": "2021-02-11T07:56:03Z" + }, + { + "version": "8.2102.1017.752", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1017.0752.zip", + "checksum": "c07c790c3388b98bd9230ae74af4ff74", + "timestamp": "2021-02-10T17:08:00Z" + }, + { + "version": "8.2102.1015.3540", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1015.3540.zip", + "checksum": "f066d1bd553f44eba51fc014c3d08786", + "timestamp": "2021-02-10T15:35:47Z" + }, + { + "version": "8.2102.1015.632", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1015.0632.zip", + "checksum": "1bec45231130d145f370c8e889f46b4f", + "timestamp": "2021-02-10T15:06:40Z" + }, + { + "version": "8.2102.1014.727", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1014.0727.zip", + "checksum": "7c888bc44958e7fb6b6c1a5325e1eb56", + "timestamp": "2021-02-10T14:07:35Z" + }, + { + "version": "8.2102.1011.4325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1011.4325.zip", + "checksum": "5e92b0bdc6e770aada91d6bea4135118", + "timestamp": "2021-02-10T11:43:42Z" + }, + { + "version": "8.2102.1010.5330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1010.5330.zip", + "checksum": "995a593652d5ba289ec4f156b60ebd53", + "timestamp": "2021-02-10T10:53:45Z" + }, + { + "version": "8.2102.1007.43", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1007.0043.zip", + "checksum": "14780a449a23206391571d3cffbe86e2", + "timestamp": "2021-02-10T07:00:59Z" + }, + { + "version": "8.2102.1002.4044", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1002.4044.zip", + "checksum": "72e1f19ebf1c034f7047c3ea55935e49", + "timestamp": "2021-02-10T02:40:52Z" + }, + { + "version": "8.2102.1001.2832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.1001.2832.zip", + "checksum": "6cfe04bbc1e80210a78ce056cbbbb3eb", + "timestamp": "2021-02-10T01:28:39Z" + }, + { + "version": "8.2102.916.1335", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0916.1335.zip", + "checksum": "a96ff8be96c46aeec4ebc19b1afb4bdf", + "timestamp": "2021-02-09T16:13:43Z" + }, + { + "version": "8.2102.903.3043", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0903.3043.zip", + "checksum": "4a127a3d228b1cec6a764f4f01729626", + "timestamp": "2021-02-09T03:30:51Z" + }, + { + "version": "8.2102.903.135", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0903.0135.zip", + "checksum": "3ded9164c86e167a9e5441d190196e4e", + "timestamp": "2021-02-09T03:01:42Z" + }, + { + "version": "8.2102.902.3235", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0902.3235.zip", + "checksum": "64065c1c0043e24f59d1a70d03fc7833", + "timestamp": "2021-02-09T02:32:42Z" + }, + { + "version": "8.2102.815.5405", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0815.5405.zip", + "checksum": "b098a4216b6d1ce89bc0d51eb8881be6", + "timestamp": "2021-02-08T15:54:12Z" + }, + { + "version": "8.2102.815.2512", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0815.2512.zip", + "checksum": "ca550563df62d318b5a498da56a8e171", + "timestamp": "2021-02-08T15:25:20Z" + }, + { + "version": "8.2102.814.5552", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0814.5552.zip", + "checksum": "2fa336627b7765880d30c1b0eca047d0", + "timestamp": "2021-02-08T14:56:00Z" + }, + { + "version": "8.2102.814.2558", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0814.2558.zip", + "checksum": "84fd6825e77fa914d15ce6a10d07fc38", + "timestamp": "2021-02-08T14:26:06Z" + }, + { + "version": "8.2102.812.2711", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0812.2711.zip", + "checksum": "dd5a05529e83cf452f54f06fe9eac21f", + "timestamp": "2021-02-08T12:27:18Z" + }, + { + "version": "8.2102.811.5244", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0811.5244.zip", + "checksum": "ec7eafd8dd2bc3c42f3dd03090d4b4bf", + "timestamp": "2021-02-08T11:52:53Z" + }, + { + "version": "8.2102.809.4457", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0809.4457.zip", + "checksum": "48c261ebfb39110a3cb967c349328ae5", + "timestamp": "2021-02-08T09:45:04Z" + }, + { + "version": "8.2102.808.5432", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0808.5432.zip", + "checksum": "43ce836938a0df334430810ac193dac8", + "timestamp": "2021-02-08T08:54:40Z" + }, + { + "version": "8.2102.806.2827", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0806.2827.zip", + "checksum": "19eab980c950a87dc92dfc4492607f3f", + "timestamp": "2021-02-08T06:28:34Z" + }, + { + "version": "8.2102.806.6", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0806.0006.zip", + "checksum": "b677a1ab98d98cac66871b57dd559533", + "timestamp": "2021-02-08T06:00:14Z" + }, + { + "version": "8.2102.720.2547", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0720.2547.zip", + "checksum": "34463fe17df38e305c2070ee94c46476", + "timestamp": "2021-02-07T20:25:55Z" + }, + { + "version": "8.2102.716.5832", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0716.5832.zip", + "checksum": "d14d6f3aac69c70832d00f5577a0eb9a", + "timestamp": "2021-02-07T16:58:39Z" + }, + { + "version": "8.2102.716.3036", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0716.3036.zip", + "checksum": "e001e2ace89d44178dffa9daf19a5d27", + "timestamp": "2021-02-07T16:30:44Z" + }, + { + "version": "8.2102.710.2816", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0710.2816.zip", + "checksum": "a468f2b9684fa8d096ee85cb5cad9ff1", + "timestamp": "2021-02-07T10:28:24Z" + }, + { + "version": "8.2102.702.1024", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0702.1024.zip", + "checksum": "8a0b0f7c5b982901b91401677465ca1c", + "timestamp": "2021-02-07T02:10:31Z" + }, + { + "version": "8.2102.701.4148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0701.4148.zip", + "checksum": "b86eb573e8a7bdfb4ba596a292777b74", + "timestamp": "2021-02-07T01:41:56Z" + }, + { + "version": "8.2102.618.2538", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0618.2538.zip", + "checksum": "b74265c86bfad9062d371c383d7c64b4", + "timestamp": "2021-02-06T18:25:45Z" + }, + { + "version": "8.2102.519.2818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0519.2818.zip", + "checksum": "a787f2ba235cd47dd16dfdfad4a8fab2", + "timestamp": "2021-02-05T19:28:26Z" + }, + { + "version": "8.2102.511.5735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0511.5735.zip", + "checksum": "9613cd7146ac192a59680f1f1e8a27a1", + "timestamp": "2021-02-05T11:57:43Z" + }, + { + "version": "8.2102.511.2950", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0511.2950.zip", + "checksum": "c0a434bb1f34b6270b580679eb9d16ed", + "timestamp": "2021-02-05T11:29:58Z" + }, + { + "version": "8.2102.503.3756", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0503.3756.zip", + "checksum": "e10a0f701b7c119afa30d84ccb6f6f32", + "timestamp": "2021-02-05T03:38:03Z" + }, + { + "version": "8.2102.503.817", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0503.0817.zip", + "checksum": "c31c075e6d6b69a4f146b3d2b210c530", + "timestamp": "2021-02-05T03:08:24Z" + }, + { + "version": "8.2102.414.5008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0414.5008.zip", + "checksum": "ac4d8ab9cfd684291c6fb7ad9973dfac", + "timestamp": "2021-02-04T14:50:15Z" + }, + { + "version": "8.2102.413.1421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0413.1421.zip", + "checksum": "04e574e9aca4c9b4c2c0bd4d5b0985fa", + "timestamp": "2021-02-04T13:14:30Z" + }, + { + "version": "8.2102.308.1541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0308.1541.zip", + "checksum": "3f9560e14d6754d81f6f8f6184a31788", + "timestamp": "2021-02-03T08:15:49Z" + }, + { + "version": "8.2102.307.4635", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0307.4635.zip", + "checksum": "a4a3151308a3d5b45ae98ec8065e6d03", + "timestamp": "2021-02-03T07:46:42Z" + }, + { + "version": "8.2102.217.5227", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0217.5227.zip", + "checksum": "96f2597ba028a6d812b31587fe2cb348", + "timestamp": "2021-02-02T17:52:35Z" + }, + { + "version": "8.2102.210.2358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0210.2358.zip", + "checksum": "4d508f2d5fd8919deba619620d271eff", + "timestamp": "2021-02-02T10:24:07Z" + }, + { + "version": "8.2102.203.2330", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0203.2330.zip", + "checksum": "1fda73a0d6215a7ae92372746892bdf3", + "timestamp": "2021-02-02T03:23:38Z" + }, + { + "version": "8.2102.119.2942", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0119.2942.zip", + "checksum": "0a5d0bfda2f3ab5cb2609c6d235423a6", + "timestamp": "2021-02-01T19:29:50Z" + }, + { + "version": "8.2102.119.103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0119.0103.zip", + "checksum": "928f42787fa8d91e6232724a9ad7edfa", + "timestamp": "2021-02-01T19:01:11Z" + }, + { + "version": "8.2102.104.5008", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2102.0104.5008.zip", + "checksum": "8d166ceba36b15874d88d6681a8697a2", + "timestamp": "2021-02-01T04:50:16Z" + }, + { + "version": "8.2101.3122.4438", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3122.4438.zip", + "checksum": "6b07b26e5025826b123ac7c007e23d00", + "timestamp": "2021-01-31T22:44:45Z" + }, + { + "version": "8.2101.3117.3028", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3117.3028.zip", + "checksum": "27b487e5a114aace94a9d862bb8cbfe0", + "timestamp": "2021-01-31T17:30:36Z" + }, + { + "version": "8.2101.3117.249", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3117.0249.zip", + "checksum": "36f64502b6bcc2edf965a081a9a3a263", + "timestamp": "2021-01-31T17:02:57Z" + }, + { + "version": "8.2101.3112.1928", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3112.1928.zip", + "checksum": "77fe3300b8b0f2b853a59533d06b8e2a", + "timestamp": "2021-01-31T12:19:36Z" + }, + { + "version": "8.2101.3022.2119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3022.2119.zip", + "checksum": "18999fcafbaa288380e5985609c3cb61", + "timestamp": "2021-01-30T22:21:27Z" + }, + { + "version": "8.2101.3008.2038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3008.2038.zip", + "checksum": "f3ecfbb3225de1c281302ad40553c82f", + "timestamp": "2021-01-30T08:20:46Z" + }, + { + "version": "8.2101.3007.5200", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.3007.5200.zip", + "checksum": "e16c88cd79956a648ff84801edb0dea1", + "timestamp": "2021-01-30T07:52:08Z" + }, + { + "version": "8.2101.2906.5909", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2906.5909.zip", + "checksum": "f2e9a52e8a3fba83648f83bf04e12e0a", + "timestamp": "2021-01-29T06:59:16Z" + }, + { + "version": "8.2101.2801.818", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2801.0818.zip", + "checksum": "acdd82b19269598683782cace2142b8e", + "timestamp": "2021-01-28T01:08:28Z" + }, + { + "version": "8.2101.2718.1316", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2718.1316.zip", + "checksum": "0212cb71f0f92928cd72950ed17ad2df", + "timestamp": "2021-01-27T18:13:24Z" + }, + { + "version": "8.2101.2715.3224", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2715.3224.zip", + "checksum": "ddc50c656794731e7082b867bf2be694", + "timestamp": "2021-01-27T15:32:32Z" + }, + { + "version": "8.2101.2708.557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2708.0557.zip", + "checksum": "880fb7761cdaa20b152a69984ecc545e", + "timestamp": "2021-01-27T08:06:04Z" + }, + { + "version": "8.2101.2618.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2618.3807.zip", + "checksum": "8dd4a8b90a31dba8144769494aa8379e", + "timestamp": "2021-01-26T18:38:14Z" + }, + { + "version": "8.2101.2618.911", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2618.0911.zip", + "checksum": "5ca56379a20e445ac3a1604aafa5e385", + "timestamp": "2021-01-26T18:09:19Z" + }, + { + "version": "8.2101.2617.1301", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2617.1301.zip", + "checksum": "ceab2a6ef310206f342d4d5b1a254281", + "timestamp": "2021-01-26T17:13:09Z" + }, + { + "version": "8.2101.2611.3850", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2611.3850.zip", + "checksum": "75979898cd5efde8092dd92f88d4ca55", + "timestamp": "2021-01-26T11:38:59Z" + }, + { + "version": "8.2101.2521.3652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2521.3652.zip", + "checksum": "6d183e45b9557e8ef91e446aeb1083cf", + "timestamp": "2021-01-25T21:36:59Z" + }, + { + "version": "8.2101.2519.5500", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2519.5500.zip", + "checksum": "8afbad2e1ed9363c59697d2e37e64705", + "timestamp": "2021-01-25T19:55:08Z" + }, + { + "version": "8.2101.2518.5630", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2518.5630.zip", + "checksum": "6ae4ba957429775ad6f1511987f5b980", + "timestamp": "2021-01-25T18:56:38Z" + }, + { + "version": "8.2101.2517.5646", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2517.5646.zip", + "checksum": "8d46451dba48e5f7144362a0082d4072", + "timestamp": "2021-01-25T17:56:53Z" + }, + { + "version": "8.2101.2516.2851", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2516.2851.zip", + "checksum": "ef647c56dead4a328122c8440ad36cae", + "timestamp": "2021-01-25T16:28:59Z" + }, + { + "version": "8.2101.2515.2041", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2515.2041.zip", + "checksum": "42e5c14061bb39970de1e89267a5679a", + "timestamp": "2021-01-25T15:20:49Z" + }, + { + "version": "8.2101.2513.745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2513.0745.zip", + "checksum": "7b56a680af332f0e1dc9aa4c6cd318c7", + "timestamp": "2021-01-25T13:07:55Z" + }, + { + "version": "8.2101.2512.2557", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2512.2557.zip", + "checksum": "a91a4a0bb652f00b683ef0c188de93a6", + "timestamp": "2021-01-25T12:26:05Z" + }, + { + "version": "8.2101.2511.3600", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2511.3600.zip", + "checksum": "b5ee5291cbcd1218361b556b09332658", + "timestamp": "2021-01-25T11:36:08Z" + }, + { + "version": "8.2101.2504.3054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2504.3054.zip", + "checksum": "2a0b17cf3c5e03212a1622d04177180b", + "timestamp": "2021-01-25T04:31:01Z" + }, + { + "version": "8.2101.2420.1103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2420.1103.zip", + "checksum": "af0e656acd9e0b676f7076770e8716e8", + "timestamp": "2021-01-24T20:11:10Z" + }, + { + "version": "8.2101.2419.4107", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2419.4107.zip", + "checksum": "58374a94b74e5ffa3d45ce45b995758f", + "timestamp": "2021-01-24T19:41:14Z" + }, + { + "version": "8.2101.2418.3240", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2418.3240.zip", + "checksum": "26a8eeb2b6accea7505d046a382b7875", + "timestamp": "2021-01-24T18:32:49Z" + }, + { + "version": "8.2101.2413.4038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2413.4038.zip", + "checksum": "5df2481b1c695be0fc0cde5f2c6f5510", + "timestamp": "2021-01-24T13:40:46Z" + }, + { + "version": "8.2101.2410.4308", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2410.4308.zip", + "checksum": "866a1341a2c94c3b34eeac12c82a21a7", + "timestamp": "2021-01-24T10:43:16Z" + }, + { + "version": "8.2101.2400.2715", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2400.2715.zip", + "checksum": "671769b4cabde58558839a83b4681958", + "timestamp": "2021-01-24T00:27:24Z" + }, + { + "version": "8.2101.2323.2914", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2323.2914.zip", + "checksum": "cbcc7a97e215bcb636681203c4ada92f", + "timestamp": "2021-01-23T23:29:21Z" + }, + { + "version": "8.2101.2321.616", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2321.0616.zip", + "checksum": "4ca4679e3c4622cf5afa947e3d1f697c", + "timestamp": "2021-01-23T21:06:23Z" + }, + { + "version": "8.2101.2320.3649", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2320.3649.zip", + "checksum": "e139dc3d09c56d3460e9377e1645450c", + "timestamp": "2021-01-23T20:36:57Z" + }, + { + "version": "8.2101.2320.735", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2320.0735.zip", + "checksum": "df4c7dcbe7b3e43c3493786f546e9db7", + "timestamp": "2021-01-23T20:07:43Z" + }, + { + "version": "8.2101.2314.4116", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2314.4116.zip", + "checksum": "3a7440561db46208bfc552743be09e15", + "timestamp": "2021-01-23T14:41:24Z" + }, + { + "version": "8.2101.2314.1221", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2314.1221.zip", + "checksum": "2fc45fc2527f4427c6463c0ba5cf683a", + "timestamp": "2021-01-23T14:12:29Z" + }, + { + "version": "8.2101.2313.2232", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2313.2232.zip", + "checksum": "fd203771054c88395a530c81ab2e7a4a", + "timestamp": "2021-01-23T13:22:40Z" + }, + { + "version": "8.2101.2223.2459", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2223.2459.zip", + "checksum": "349737b61b04f2d152c625381fb3bd66", + "timestamp": "2021-01-22T23:25:06Z" + }, + { + "version": "8.2101.2222.5659", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2222.5659.zip", + "checksum": "231b4fbc584398922fce14b15cb04b69", + "timestamp": "2021-01-22T22:57:07Z" + }, + { + "version": "8.2101.2218.535", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2218.0535.zip", + "checksum": "15316aa9c6e8eab2454865d149db2af2", + "timestamp": "2021-01-22T18:05:43Z" + }, + { + "version": "8.2101.2210.2303", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2210.2303.zip", + "checksum": "4e6d7d780acdaeb7213d9d6564185b13", + "timestamp": "2021-01-22T10:23:10Z" + }, + { + "version": "8.2101.2208.1323", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2208.1323.zip", + "checksum": "ae5b7989bae6304c733ef8b9ead49fc0", + "timestamp": "2021-01-22T08:13:31Z" + }, + { + "version": "8.2101.2201.2302", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2201.2302.zip", + "checksum": "22adc113eaf78fa92ba0e55e6436a145", + "timestamp": "2021-01-22T01:23:09Z" + }, + { + "version": "8.2101.2200.5517", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2200.5517.zip", + "checksum": "5ebe8916e50c05cc5c22b3d57a2b9433", + "timestamp": "2021-01-22T00:55:24Z" + }, + { + "version": "8.2101.2200.2544", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2200.2544.zip", + "checksum": "a355a98e62fe25c3de1ae3a49b0e89d6", + "timestamp": "2021-01-22T00:25:51Z" + }, + { + "version": "8.2101.2121.3750", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2121.3750.zip", + "checksum": "3b54ffc5355eb9f9cd7e80e56aad023c", + "timestamp": "2021-01-21T21:37:57Z" + }, + { + "version": "8.2101.2120.3857", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2120.3857.zip", + "checksum": "0a938fc3abdac9c8d7745998e8ed24b7", + "timestamp": "2021-01-21T20:39:04Z" + }, + { + "version": "8.2101.2120.935", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2120.0935.zip", + "checksum": "d1f4275d3156cd0d810bffee45b71337", + "timestamp": "2021-01-21T20:09:43Z" + }, + { + "version": "8.2101.2118.3434", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2118.3434.zip", + "checksum": "d6dbf71e4bb5b3d7a386e3803fecc3d4", + "timestamp": "2021-01-21T18:34:42Z" + }, + { + "version": "8.2101.2118.541", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2118.0541.zip", + "checksum": "e6b5fb757e4b14220fe86f638c22dc91", + "timestamp": "2021-01-21T18:05:49Z" + }, + { + "version": "8.2101.2100.3542", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2100.3542.zip", + "checksum": "8dc1afc93c80ab5635e2f5aa72d5f7eb", + "timestamp": "2021-01-21T00:35:49Z" + }, + { + "version": "8.2101.2100.612", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2100.0612.zip", + "checksum": "5d7d2f86ac3805de08524eb16e4e4b30", + "timestamp": "2021-01-21T00:06:20Z" + }, + { + "version": "8.2101.2023.3745", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2023.3745.zip", + "checksum": "73810983e008e7deb35d36c500232368", + "timestamp": "2021-01-20T23:37:53Z" + }, + { + "version": "8.2101.2018.2652", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2018.2652.zip", + "checksum": "103cdb5c42d457bc62afea99df7758bc", + "timestamp": "2021-01-20T18:27:00Z" + }, + { + "version": "8.2101.2017.3640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2017.3640.zip", + "checksum": "28a02fd231933a2eaf350c0e9a442281", + "timestamp": "2021-01-20T17:36:47Z" + }, + { + "version": "8.2101.2013.247", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2013.0247.zip", + "checksum": "69133998d21f68ce875a3cd6353f350e", + "timestamp": "2021-01-20T13:02:55Z" + }, + { + "version": "8.2101.2012.614", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2012.0614.zip", + "checksum": "23ea7718badf7125a73f560f35fbda5e", + "timestamp": "2021-01-20T12:06:21Z" + }, + { + "version": "8.2101.2010.4309", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2010.4309.zip", + "checksum": "8260b684c2edb96c994ac6223550623c", + "timestamp": "2021-01-20T10:43:17Z" + }, + { + "version": "8.2101.2010.1526", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2010.1526.zip", + "checksum": "5b02ba5961e99cd1ade3bf2238cb072d", + "timestamp": "2021-01-20T10:15:33Z" + }, + { + "version": "8.2101.2007.1119", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.2007.1119.zip", + "checksum": "5f5822c29097468933ed1a0c2dc687df", + "timestamp": "2021-01-20T07:11:26Z" + }, + { + "version": "8.2101.1920.2433", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1920.2433.zip", + "checksum": "3d15bc72c3efd6477d83cfed84f696cf", + "timestamp": "2021-01-19T20:24:40Z" + }, + { + "version": "8.2101.1919.4523", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1919.4523.zip", + "checksum": "2c6d98e15c270938d04141acfae04f3e", + "timestamp": "2021-01-19T19:45:31Z" + }, + { + "version": "8.2101.1917.5304", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1917.5304.zip", + "checksum": "0842352cff116f343984f09f9c52be0c", + "timestamp": "2021-01-19T17:53:13Z" + }, + { + "version": "8.2101.1815.4710", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1815.4710.zip", + "checksum": "ff2a04ab6e84cba2a9c186a2e8278f85", + "timestamp": "2021-01-18T15:47:18Z" + }, + { + "version": "8.2101.1815.1842", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1815.1842.zip", + "checksum": "9ca9ae550b809175bbb6c7d0def6cd43", + "timestamp": "2021-01-18T15:18:49Z" + }, + { + "version": "8.2101.1813.5754", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1813.5754.zip", + "checksum": "4728165d869aacc9631e8907c6a12e01", + "timestamp": "2021-01-18T13:58:01Z" + }, + { + "version": "8.2101.1800.5629", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1800.5629.zip", + "checksum": "2966c70a99adaf18c9c86602adc04c79", + "timestamp": "2021-01-18T00:56:36Z" + }, + { + "version": "8.2101.1720.3035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1720.3035.zip", + "checksum": "9e0646012b6fc5c8975d4f82000964e3", + "timestamp": "2021-01-17T20:30:43Z" + }, + { + "version": "8.2101.1717.859", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1717.0859.zip", + "checksum": "2476c0ab3e2b29d50c4c24c15dc8b6bf", + "timestamp": "2021-01-17T17:09:06Z" + }, + { + "version": "8.2101.1716.4007", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1716.4007.zip", + "checksum": "25249b2d916a27bfaa89771148bad948", + "timestamp": "2021-01-17T16:40:15Z" + }, + { + "version": "8.2101.1715.5035", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1715.5035.zip", + "checksum": "b6ae4a028d2d8d2a991715c6621ae343", + "timestamp": "2021-01-17T15:50:43Z" + }, + { + "version": "8.2101.1715.2148", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1715.2148.zip", + "checksum": "8c0364cd14bb9c4019c028e457c4ebf8", + "timestamp": "2021-01-17T15:21:56Z" + }, + { + "version": "8.2101.1714.1955", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1714.1955.zip", + "checksum": "fd6022418a807dabcf2388a05e7f92f9", + "timestamp": "2021-01-17T14:20:03Z" + }, + { + "version": "8.2101.1706.3508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1706.3508.zip", + "checksum": "c4acf07ab51bea1cb87b26d88e40e04f", + "timestamp": "2021-01-17T06:35:16Z" + }, + { + "version": "8.2101.1700.3103", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1700.3103.zip", + "checksum": "b8d3ddc0008da98eb2e48db70ffe9044", + "timestamp": "2021-01-17T00:31:11Z" + }, + { + "version": "8.2101.1621.5741", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1621.5741.zip", + "checksum": "3f70b8c47ad623a6114f8014c3cb8191", + "timestamp": "2021-01-16T21:57:48Z" + }, + { + "version": "8.2101.1619.2454", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1619.2454.zip", + "checksum": "412bf8342ec9e20d83873b167d314cb2", + "timestamp": "2021-01-16T19:25:02Z" + }, + { + "version": "8.2101.1618.5546", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1618.5546.zip", + "checksum": "adc38fe63777423f8ddb4d8be7cebcd9", + "timestamp": "2021-01-16T18:55:54Z" + }, + { + "version": "8.2101.1612.1054", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1612.1054.zip", + "checksum": "acd8cfc99492505438b424ad37f82625", + "timestamp": "2021-01-16T12:11:01Z" + }, + { + "version": "8.2101.1610.5310", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1610.5310.zip", + "checksum": "f539c2a9a842784328464b37c06f609a", + "timestamp": "2021-01-16T10:53:17Z" + }, + { + "version": "8.2101.1522.4325", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1522.4325.zip", + "checksum": "400a093a7951ed302baa61f6d27f1c73", + "timestamp": "2021-01-15T22:43:33Z" + }, + { + "version": "8.2101.1418.1109", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1418.1109.zip", + "checksum": "b2811d6eb550b7a5fb9afe4a1bc6a41d", + "timestamp": "2021-01-14T18:11:17Z" + }, + { + "version": "8.2101.1323.4508", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1323.4508.zip", + "checksum": "67f3edab1926622a24c7be6f0a5e70e1", + "timestamp": "2021-01-13T23:45:16Z" + }, + { + "version": "8.2101.1320.3749", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1320.3749.zip", + "checksum": "db3a2aead6d4d4a90f6116f1e044a297", + "timestamp": "2021-01-13T20:37:56Z" + }, + { + "version": "8.2101.1320.917", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1320.0917.zip", + "checksum": "ddb139a6ab84b842cdf375b30d3d498c", + "timestamp": "2021-01-13T20:09:24Z" + }, + { + "version": "8.2101.1318.5118", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1318.5118.zip", + "checksum": "deb356fe8837390f84118360595eaa1d", + "timestamp": "2021-01-13T18:51:25Z" + }, + { + "version": "8.2101.1316.4640", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1316.4640.zip", + "checksum": "d28803cb240f3a7b399ef82c733b05cc", + "timestamp": "2021-01-13T16:46:48Z" + }, + { + "version": "8.2101.1308.5930", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1308.5930.zip", + "checksum": "54e95d73db45500f9b6dec13ab2547b2", + "timestamp": "2021-01-13T08:59:38Z" + }, + { + "version": "8.2101.1308.3125", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1308.3125.zip", + "checksum": "674f1aa4ec191cd651b8cf1c019be026", + "timestamp": "2021-01-13T08:31:33Z" + }, + { + "version": "8.2101.1307.315", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1307.0315.zip", + "checksum": "6a5f9348355e2edc18b51e95f3c424a9", + "timestamp": "2021-01-13T07:03:23Z" + }, + { + "version": "8.2101.1222.3151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1222.3151.zip", + "checksum": "cc75f326d6af98ea43b05c673aa4f4da", + "timestamp": "2021-01-12T22:31:59Z" + }, + { + "version": "8.2101.1222.358", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1222.0358.zip", + "checksum": "7c863c83540247303adea8159d643bee", + "timestamp": "2021-01-12T22:04:06Z" + }, + { + "version": "8.2101.1215.4336", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1215.4336.zip", + "checksum": "3a178b96832ac61f0f34ab7155259328", + "timestamp": "2021-01-12T15:43:43Z" + }, + { + "version": "8.2101.1119.1626", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1119.1626.zip", + "checksum": "05bd17a7008e8d81145cd35f36f6bddc", + "timestamp": "2021-01-11T19:16:34Z" + }, + { + "version": "8.2101.1115.5657", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1115.5657.zip", + "checksum": "4a90d82af94538894fe1d9da086d3e59", + "timestamp": "2021-01-11T15:57:04Z" + }, + { + "version": "8.2101.1114.5543", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1114.5543.zip", + "checksum": "ef443a946cd38fb18d81d5a37a77f7aa", + "timestamp": "2021-01-11T14:55:51Z" + }, + { + "version": "8.2101.1114.2731", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1114.2731.zip", + "checksum": "ec88a166ff827ee27cec2bd33cde4261", + "timestamp": "2021-01-11T14:27:39Z" + }, + { + "version": "8.2101.1020.1409", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1020.1409.zip", + "checksum": "de1b47f57c29e9a529ab308af4bc3688", + "timestamp": "2021-01-10T20:14:17Z" + }, + { + "version": "8.2101.1015.4420", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1015.4420.zip", + "checksum": "c86da2daf454d3451879266b73d0e036", + "timestamp": "2021-01-10T15:44:28Z" + }, + { + "version": "8.2101.1011.3212", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1011.3212.zip", + "checksum": "a23904a1579ea99a74a3c0a0afb61898", + "timestamp": "2021-01-10T11:32:19Z" + }, + { + "version": "8.2101.1011.242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1011.0242.zip", + "checksum": "767abd56c5e365c3f6dbd6b57cb4b645", + "timestamp": "2021-01-10T11:02:49Z" + }, + { + "version": "8.2101.1010.141", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.1010.0141.zip", + "checksum": "b9da6e99638d63bba14f7aa87f36b8ed", + "timestamp": "2021-01-10T10:01:48Z" + }, + { + "version": "8.2101.920.1136", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0920.1136.zip", + "checksum": "1f32bb6745651f7121e0f123cc4942fa", + "timestamp": "2021-01-09T20:11:43Z" + }, + { + "version": "8.2101.919.250", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0919.0250.zip", + "checksum": "06676fb9a3783b5e388eada90deefbb4", + "timestamp": "2021-01-09T19:02:58Z" + }, + { + "version": "8.2101.918.2813", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0918.2813.zip", + "checksum": "c6b34466615b8b8dd9c3602c67b1b8fa", + "timestamp": "2021-01-09T18:28:21Z" + }, + { + "version": "8.2101.917.530", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0917.0530.zip", + "checksum": "fbc95e70fe397113a73390b44d08048a", + "timestamp": "2021-01-09T17:05:37Z" + }, + { + "version": "8.2101.915.5121", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0915.5121.zip", + "checksum": "6d16bbb8b073ffa86c9d878269e9fc98", + "timestamp": "2021-01-09T15:51:28Z" + }, + { + "version": "8.2101.914.3038", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0914.3038.zip", + "checksum": "7636849cba4b865fd20480c494cc9b14", + "timestamp": "2021-01-09T14:30:45Z" + }, + { + "version": "8.2101.900.1112", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0900.1112.zip", + "checksum": "cf0df833ca30df876f0b7dcb26239e1d", + "timestamp": "2021-01-09T00:11:20Z" + }, + { + "version": "8.2101.821.3009", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0821.3009.zip", + "checksum": "a20df62dc7e3064e0d20c9f40f44c460", + "timestamp": "2021-01-08T21:30:17Z" + }, + { + "version": "8.2101.821.5", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0821.0005.zip", + "checksum": "cca2ccf21572c6acf46c4fe8f5aa0e3c", + "timestamp": "2021-01-08T21:00:12Z" + }, + { + "version": "8.2101.820.3057", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0820.3057.zip", + "checksum": "d02d865531d4db29789cfce830b64dc8", + "timestamp": "2021-01-08T20:31:05Z" + }, + { + "version": "8.2101.814.1545", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0814.1545.zip", + "checksum": "d434df64182a5e71b43d22e91669bfd8", + "timestamp": "2021-01-08T14:15:52Z" + }, + { + "version": "8.2101.813.1705", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0813.1705.zip", + "checksum": "6ed387140465c82debbb35fdd4c700b8", + "timestamp": "2021-01-08T13:17:13Z" + }, + { + "version": "8.2101.800.4151", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0800.4151.zip", + "checksum": "1b0b841bc7b7ae0164ec1768bfb1cba1", + "timestamp": "2021-01-08T00:41:58Z" + }, + { + "version": "8.2101.722.1339", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0722.1339.zip", + "checksum": "867fb6fcff49f4cab358277fa64d9321", + "timestamp": "2021-01-07T22:13:47Z" + }, + { + "version": "8.2101.716.4421", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0716.4421.zip", + "checksum": "5fb5b39beefc78c55502499d588da9c5", + "timestamp": "2021-01-07T16:44:28Z" + }, + { + "version": "8.2101.716.1609", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0716.1609.zip", + "checksum": "542c52388d22fe59181fedc2b8bda3bf", + "timestamp": "2021-01-07T16:16:18Z" + }, + { + "version": "8.2101.715.3825", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0715.3825.zip", + "checksum": "f89e329a752f703098ad8d94539382bb", + "timestamp": "2021-01-07T15:38:33Z" + }, + { + "version": "8.2101.715.1046", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0715.1046.zip", + "checksum": "c1e5e4a7f06134012b11bae559e9c736", + "timestamp": "2021-01-07T15:10:54Z" + }, + { + "version": "8.2101.710.3205", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0710.3205.zip", + "checksum": "09b173af6651d8db4929e27d7307abb1", + "timestamp": "2021-01-07T10:32:12Z" + }, + { + "version": "8.2101.710.204", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0710.0204.zip", + "checksum": "069dc139d381ccf21e442a9ed972e942", + "timestamp": "2021-01-07T10:02:12Z" + }, + { + "version": "8.2101.709.3106", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0709.3106.zip", + "checksum": "6ba1b7197164c25b6b0eb6424c4abad0", + "timestamp": "2021-01-07T09:31:13Z" + }, + { + "version": "8.2101.619.5700", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0619.5700.zip", + "checksum": "2fd28d301ac957bcf49a431b168b0cbd", + "timestamp": "2021-01-06T19:57:10Z" + }, + { + "version": "8.2101.617.2533", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0617.2533.zip", + "checksum": "8d4acd674fb272c7d9a88eec15f1905b", + "timestamp": "2021-01-06T17:25:40Z" + }, + { + "version": "8.2101.604.3807", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0604.3807.zip", + "checksum": "33a133eb64853ccec66595db424b2058", + "timestamp": "2021-01-06T04:38:14Z" + }, + { + "version": "8.2101.522.3246", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0522.3246.zip", + "checksum": "9a76df220ce84ca430902dcbe22f289a", + "timestamp": "2021-01-05T22:32:53Z" + }, + { + "version": "8.2101.519.5242", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0519.5242.zip", + "checksum": "0c91875df4a30477b91a526c81e54114", + "timestamp": "2021-01-05T19:52:49Z" + }, + { + "version": "8.2101.517.5607", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_8.2101.0517.5607.zip", + "checksum": "f6652ef43d35b437b46fd1081eea27df", + "timestamp": "2021-01-05T17:56:15Z" + }, + { + "version": "7.2101.517.2738", + "changelog": "changelog\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvheadend/tvheadend_7.2101.0517.2738.zip", + "checksum": "1fbac5e562dcbc5976ad6f75d2077c97", + "timestamp": "2021-01-05T17:27:46Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "a2b2a7ed-aa28-4521-a64a-63d86901f246", + "name": "AniDB", + "description": "AniDB metadata provider\n", + "overview": "AniDB metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anidb.png", + "versions": [ + { + "version": "5.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#13) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_5.0.0.0.zip", + "checksum": "00500d03e3ec6f8ecd252a6121e86582", + "timestamp": "2022-01-07T21:08:52Z" + }, + { + "version": "3.2106.2121.3226", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.2121.3226.zip", + "checksum": "d0c76a25b3531b005933770dfa076328", + "timestamp": "2021-06-21T21:32:43Z" + }, + { + "version": "3.2106.2114.1056", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.2114.1056.zip", + "checksum": "8c7f4ccc5c6c63b7871cde0ca1d4b271", + "timestamp": "2021-06-21T14:11:10Z" + }, + { + "version": "3.2106.2107.1156", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.2107.1156.zip", + "checksum": "c40daa003fbe03396772ba3af7a1ae53", + "timestamp": "2021-06-21T07:12:16Z" + }, + { + "version": "3.2106.1823.715", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1823.0715.zip", + "checksum": "d6f84fdf0626887dc206dd9845c489d4", + "timestamp": "2021-06-18T23:07:34Z" + }, + { + "version": "3.2106.1815.5304", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1815.5304.zip", + "checksum": "768b0c51d8b79d12c835c2a5fae9a800", + "timestamp": "2021-06-18T15:53:20Z" + }, + { + "version": "3.2106.1810.3146", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1810.3146.zip", + "checksum": "8a58c9cdd8e83e5c35830593e1a71ff8", + "timestamp": "2021-06-18T10:32:07Z" + }, + { + "version": "3.2106.1602.4939", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13\n* Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1602.4939.zip", + "checksum": "f4f2f50929dcbda41244708429a43a6c", + "timestamp": "2021-06-16T02:49:52Z" + }, + { + "version": "3.2106.1514.3654", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1514.3654.zip", + "checksum": "183bbba210488c6e9998df486ad574b4", + "timestamp": "2021-06-15T14:37:06Z" + }, + { + "version": "3.2106.1514.848", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1514.0848.zip", + "checksum": "2983564464168af74a1dee5eac1a736d", + "timestamp": "2021-06-15T14:09:05Z" + }, + { + "version": "3.2106.1503.5856", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1503.5856.zip", + "checksum": "cae04b8905a11ab162f5ddd8c9304c7c", + "timestamp": "2021-06-15T03:59:10Z" + }, + { + "version": "3.2106.1422.2011", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1422.2011.zip", + "checksum": "4c1d8e246745f55e1d58154f77ee77e8", + "timestamp": "2021-06-14T22:20:21Z" + }, + { + "version": "3.2106.1421.5636", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1421.5636.zip", + "checksum": "652a34fecd1e5f3809d7e499337ba0de", + "timestamp": "2021-06-14T21:56:51Z" + }, + { + "version": "3.2106.1417.5325", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1417.5325.zip", + "checksum": "121d89f470c7f4ff33ed49d7e9fb6a06", + "timestamp": "2021-06-14T17:53:41Z" + }, + { + "version": "3.2106.1315.2846", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1315.2846.zip", + "checksum": "3abc8b332a4cea9d8261d16ee1f0a4ce", + "timestamp": "2021-06-13T15:28:59Z" + }, + { + "version": "3.2106.1313.2833", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1313.2833.zip", + "checksum": "43c8d90f1182c0bab716eae49925f109", + "timestamp": "2021-06-13T13:28:48Z" + }, + { + "version": "3.2106.1306.4123", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1306.4123.zip", + "checksum": "4f3775c12ebbc6e1e67d22e01d168fda", + "timestamp": "2021-06-13T06:41:32Z" + }, + { + "version": "3.2106.1306.1849", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1306.1849.zip", + "checksum": "389cbdc5ef3f41ed1dd03833ba922c1d", + "timestamp": "2021-06-13T06:19:04Z" + }, + { + "version": "3.2106.1215.2451", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1215.2451.zip", + "checksum": "4dd5a02193e476c5964f5c9b3e8159c7", + "timestamp": "2021-06-12T15:25:09Z" + }, + { + "version": "3.2106.1206.5604", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1206.5604.zip", + "checksum": "e6c34e51de75b61ec41d39a35f0eeccf", + "timestamp": "2021-06-12T06:56:14Z" + }, + { + "version": "3.2106.1206.3412", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1206.3412.zip", + "checksum": "b65e97bf83321f8bf2d8e301bf2de414", + "timestamp": "2021-06-12T06:34:29Z" + }, + { + "version": "3.2106.1123.4309", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1123.4309.zip", + "checksum": "8aa9b47945f0ec929bbb95ed95648887", + "timestamp": "2021-06-11T23:43:24Z" + }, + { + "version": "3.2106.1123.1602", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1123.1602.zip", + "checksum": "73909e99a49863667f0843a9e29c02ac", + "timestamp": "2021-06-11T23:16:19Z" + }, + { + "version": "3.2106.1122.4546", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1122.4546.zip", + "checksum": "a40d4dff33a4a53c9f56f81901387ede", + "timestamp": "2021-06-11T22:46:05Z" + }, + { + "version": "3.2106.1114.3428", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1114.3428.zip", + "checksum": "964a21fa6d390d695f1ae35432d86dbe", + "timestamp": "2021-06-11T14:34:40Z" + }, + { + "version": "3.2106.1114.518", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1114.0518.zip", + "checksum": "7d6433fa022640b32c4a546c4f0e994a", + "timestamp": "2021-06-11T14:05:27Z" + }, + { + "version": "3.2106.1113.4220", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1113.4220.zip", + "checksum": "bdce2cebc06d64654fdb3c078de976c0", + "timestamp": "2021-06-11T13:42:34Z" + }, + { + "version": "3.2106.1113.931", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1113.0931.zip", + "checksum": "ef8eaff1c73a48720d4bb9551a23dd0c", + "timestamp": "2021-06-11T13:09:41Z" + }, + { + "version": "3.2106.1112.4637", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1112.4637.zip", + "checksum": "e01e0453d6bfcdd69a2ed2d798799fd0", + "timestamp": "2021-06-11T12:46:50Z" + }, + { + "version": "3.2106.1108.1756", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1108.1756.zip", + "checksum": "b0a65d84b2e871b7e6c0a76f3248cfbe", + "timestamp": "2021-06-11T08:18:09Z" + }, + { + "version": "3.2106.1106.636", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1106.0636.zip", + "checksum": "70334cfb63c8d69c1ed801b2ed962a6b", + "timestamp": "2021-06-11T06:06:47Z" + }, + { + "version": "3.2106.1105.4311", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1105.4311.zip", + "checksum": "61a30a8c6718ac8a9568da7e39d0812e", + "timestamp": "2021-06-11T05:43:21Z" + }, + { + "version": "3.2106.1105.1348", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1105.1348.zip", + "checksum": "3df170d5bd18c4fd7a2b388e74493354", + "timestamp": "2021-06-11T05:14:00Z" + }, + { + "version": "3.2106.1021.1147", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1021.1147.zip", + "checksum": "ff68fc56035069a624923969998be037", + "timestamp": "2021-06-10T21:12:09Z" + }, + { + "version": "3.2106.1015.1231", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.1015.1231.zip", + "checksum": "161ae2f11f8ccae4f21e4b3cad55b3c5", + "timestamp": "2021-06-10T15:12:46Z" + }, + { + "version": "3.2106.914.5438", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0914.5438.zip", + "checksum": "9629c8d6e29cfc665450b767a18ab838", + "timestamp": "2021-06-09T14:54:50Z" + }, + { + "version": "3.2106.912.5803", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0912.5803.zip", + "checksum": "8c4407ee137e98c452dc0c96e345eb69", + "timestamp": "2021-06-09T12:58:18Z" + }, + { + "version": "3.2106.908.4749", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0908.4749.zip", + "checksum": "48b65bb6f0bdf3ecf9a76d22747d3ba9", + "timestamp": "2021-06-09T08:48:09Z" + }, + { + "version": "3.2106.814.2651", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0814.2651.zip", + "checksum": "46da3758bd6f21df375574b73a59c488", + "timestamp": "2021-06-08T14:27:12Z" + }, + { + "version": "3.2106.721.5923", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0721.5923.zip", + "checksum": "762aed51066dfa55da3664c390023cce", + "timestamp": "2021-06-07T21:59:37Z" + }, + { + "version": "3.2106.721.3106", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0721.3106.zip", + "checksum": "4083e158e6c1f3c039f00e3bf2f3a04a", + "timestamp": "2021-06-07T21:31:22Z" + }, + { + "version": "3.2106.714.4945", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0714.4945.zip", + "checksum": "95a165d16b7da05fe291ab18c9c20166", + "timestamp": "2021-06-07T14:50:01Z" + }, + { + "version": "3.2106.714.1903", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0714.1903.zip", + "checksum": "21e23dad96bc90359f5a4d640658360b", + "timestamp": "2021-06-07T14:19:18Z" + }, + { + "version": "3.2106.713.5004", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0713.5004.zip", + "checksum": "6e2a0c724e235bd4451c23cb69decfe0", + "timestamp": "2021-06-07T13:50:21Z" + }, + { + "version": "3.2106.708.3725", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0708.3725.zip", + "checksum": "2099ed690d1f81e0ca684fb4279e4804", + "timestamp": "2021-06-07T08:37:42Z" + }, + { + "version": "3.2106.708.149", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0708.0149.zip", + "checksum": "0aa922a283c37456d6ced6b7249a6901", + "timestamp": "2021-06-07T08:02:08Z" + }, + { + "version": "3.2106.618.3457", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0618.3457.zip", + "checksum": "40721027cf4cd88b294f3f59cc7497f7", + "timestamp": "2021-06-06T18:35:11Z" + }, + { + "version": "3.2106.615.3859", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0615.3859.zip", + "checksum": "82cd5e19d84e80404642d40d01364855", + "timestamp": "2021-06-06T15:39:17Z" + }, + { + "version": "3.2106.413.14", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0413.0014.zip", + "checksum": "9bfcffeb06b82ae47ad3e3c83c194969", + "timestamp": "2021-06-04T13:00:33Z" + }, + { + "version": "3.2106.314.4751", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0314.4751.zip", + "checksum": "39754dc82a45fdff98094e2271addb54", + "timestamp": "2021-06-03T14:48:06Z" + }, + { + "version": "3.2106.302.3029", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0302.3029.zip", + "checksum": "9a8320330d3d73480100602eec285494", + "timestamp": "2021-06-03T02:30:46Z" + }, + { + "version": "3.2106.121.1536", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2106.0121.1536.zip", + "checksum": "3ba3122dc2d28064670f104cac327a54", + "timestamp": "2021-06-01T21:15:52Z" + }, + { + "version": "3.2105.3023.2249", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.3023.2249.zip", + "checksum": "dba5d907ed08979e71f5b0b378ecdf95", + "timestamp": "2021-05-30T23:23:08Z" + }, + { + "version": "3.2105.3018.1223", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.3018.1223.zip", + "checksum": "e34a0273a20e00c2028af9c67c17ab60", + "timestamp": "2021-05-30T18:12:42Z" + }, + { + "version": "3.2105.3008.3356", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.3008.3356.zip", + "checksum": "1c7826512425434537f6df288eddccdd", + "timestamp": "2021-05-30T08:34:14Z" + }, + { + "version": "3.2105.2711.3530", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2711.3530.zip", + "checksum": "870ec2cb6ff99b9f3fdeedf7bf8bc626", + "timestamp": "2021-05-27T11:35:46Z" + }, + { + "version": "3.2105.2708.4423", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2708.4423.zip", + "checksum": "3b4be25d06c2e62f4eccbdd19d354c61", + "timestamp": "2021-05-27T08:44:39Z" + }, + { + "version": "3.2105.2706.1125", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2706.1125.zip", + "checksum": "f0b35f9c34f35a10a73e4c0a9a7a4b03", + "timestamp": "2021-05-27T06:11:39Z" + }, + { + "version": "3.2105.2705.4357", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2705.4357.zip", + "checksum": "5ac1945a9a9e47390602f7ef2cbbe02d", + "timestamp": "2021-05-27T05:44:14Z" + }, + { + "version": "3.2105.2620.3040", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2620.3040.zip", + "checksum": "4a88c344007a01d97bcdc644c01752c5", + "timestamp": "2021-05-26T20:30:49Z" + }, + { + "version": "3.2105.2620.757", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2620.0757.zip", + "checksum": "0c1f323890202a3724174857523a1ef7", + "timestamp": "2021-05-26T20:08:09Z" + }, + { + "version": "3.2105.2619.3929", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2619.3929.zip", + "checksum": "ac1ab025e1a95fac716070ae6aad14a6", + "timestamp": "2021-05-26T19:39:39Z" + }, + { + "version": "3.2105.2619.1705", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2619.1705.zip", + "checksum": "e399e2c92a9cd1ad4a4d517b2dd0c6b8", + "timestamp": "2021-05-26T19:17:18Z" + }, + { + "version": "3.2105.2617.3332", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2617.3332.zip", + "checksum": "17b657255ee63630c59451d2c8fd60cb", + "timestamp": "2021-05-26T17:33:44Z" + }, + { + "version": "3.2105.2615.3856", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2615.3856.zip", + "checksum": "a357cf86482037f034e99c934b3d8c99", + "timestamp": "2021-05-26T15:39:12Z" + }, + { + "version": "3.2105.2418.5753", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2418.5753.zip", + "checksum": "4963832694d9e6361a66aa1649588b7a", + "timestamp": "2021-05-24T18:58:08Z" + }, + { + "version": "3.2105.2417.4823", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2417.4823.zip", + "checksum": "5b261af7c043e397679f2c4d0a9a90f1", + "timestamp": "2021-05-24T17:48:40Z" + }, + { + "version": "3.2105.2412.1306", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2412.1306.zip", + "checksum": "e2d6e262dec76d073691f7116aaca7a6", + "timestamp": "2021-05-24T12:13:24Z" + }, + { + "version": "3.2105.2407.1724", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2407.1724.zip", + "checksum": "adc918ee429d1f8495a79be3a6c94e06", + "timestamp": "2021-05-24T07:17:39Z" + }, + { + "version": "3.2105.2406.5031", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2406.5031.zip", + "checksum": "570adca808416d2528b4b6e26d459d4f", + "timestamp": "2021-05-24T06:50:48Z" + }, + { + "version": "3.2105.2304.4820", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2304.4820.zip", + "checksum": "3bb7b1a1fc11f233e5f66a4fdb934104", + "timestamp": "2021-05-23T04:48:34Z" + }, + { + "version": "3.2105.2121.3805", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2121.3805.zip", + "checksum": "92bac6769f0468ac99beb863d865114b", + "timestamp": "2021-05-21T21:38:46Z" + }, + { + "version": "3.2105.2118.5216", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2118.5216.zip", + "checksum": "0d467dab310aaed01e3adca1d7a42e63", + "timestamp": "2021-05-21T18:52:29Z" + }, + { + "version": "3.2105.2116.2901", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2116.2901.zip", + "checksum": "0a7772b7a771574f863d0f47aa30e3f5", + "timestamp": "2021-05-21T16:29:16Z" + }, + { + "version": "3.2105.2112.5353", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2112.5353.zip", + "checksum": "4484a66f2f413ac73e0c4a6921f412bb", + "timestamp": "2021-05-21T12:54:09Z" + }, + { + "version": "3.2105.2112.2127", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2112.2127.zip", + "checksum": "9f634f7c891f67339886499b7d206fe4", + "timestamp": "2021-05-21T12:21:43Z" + }, + { + "version": "3.2105.2111.5401", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2111.5401.zip", + "checksum": "8fbdfb39464f6f69f5389a9203d1258d", + "timestamp": "2021-05-21T11:54:17Z" + }, + { + "version": "3.2105.2111.2645", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2111.2645.zip", + "checksum": "9a312429ea02e559b1725d22ad7cd847", + "timestamp": "2021-05-21T11:27:06Z" + }, + { + "version": "3.2105.2104.5020", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2104.5020.zip", + "checksum": "0bbfe7f03315246fef53302ed9f4d5f2", + "timestamp": "2021-05-21T04:50:33Z" + }, + { + "version": "3.2105.2023.5107", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2023.5107.zip", + "checksum": "af20332c61be18e894d45bcd1562f975", + "timestamp": "2021-05-20T23:51:22Z" + }, + { + "version": "3.2105.2021.3333", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2021.3333.zip", + "checksum": "8a8d598fa6d9d3aa8f50e847d0c396ad", + "timestamp": "2021-05-20T21:33:46Z" + }, + { + "version": "3.2105.2021.350", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.2021.0350.zip", + "checksum": "2f42bb695bfdad2d53dc63e87acdfe70", + "timestamp": "2021-05-20T21:04:19Z" + }, + { + "version": "3.2105.1920.5519", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1920.5519.zip", + "checksum": "f462341091429603f6300d8128f71dcb", + "timestamp": "2021-05-19T20:55:36Z" + }, + { + "version": "3.2105.1821.337", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1821.0337.zip", + "checksum": "752cc8d994141c9f04380c929beb745a", + "timestamp": "2021-05-18T21:03:48Z" + }, + { + "version": "3.2105.1819.4423", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1819.4423.zip", + "checksum": "fb0b97f81b14b9c9647d2ed43b0d6068", + "timestamp": "2021-05-18T19:44:39Z" + }, + { + "version": "3.2105.1818.4837", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1818.4837.zip", + "checksum": "7f95289a0c233defc558b082757cee41", + "timestamp": "2021-05-18T18:48:54Z" + }, + { + "version": "3.2105.1811.4923", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1811.4923.zip", + "checksum": "c03b825a69ba4917d8d61c4770794ecd", + "timestamp": "2021-05-18T11:49:40Z" + }, + { + "version": "3.2105.1806.1622", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1806.1622.zip", + "checksum": "9ac4e21bd529dc91b0b44f258a071dd1", + "timestamp": "2021-05-18T06:16:40Z" + }, + { + "version": "3.2105.1722.2843", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1722.2843.zip", + "checksum": "3a22f84ef76c2c460df73c03324fa9cb", + "timestamp": "2021-05-17T22:29:00Z" + }, + { + "version": "3.2105.1717.803", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1717.0803.zip", + "checksum": "acf86ceb2bb9816a6adbeca20cf70a8b", + "timestamp": "2021-05-17T17:08:14Z" + }, + { + "version": "3.2105.1716.4013", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1716.4013.zip", + "checksum": "884b4c53d57591cd239605d1538bd8bd", + "timestamp": "2021-05-17T16:40:32Z" + }, + { + "version": "3.2105.1619.404", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1619.0404.zip", + "checksum": "c552931a78735b41f3fb24d7524d05ad", + "timestamp": "2021-05-16T19:04:20Z" + }, + { + "version": "3.2105.1612.2223", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1612.2223.zip", + "checksum": "cdd41cf79470d3b989cdb7a1977a2137", + "timestamp": "2021-05-16T12:22:38Z" + }, + { + "version": "3.2105.1610.5129", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1610.5129.zip", + "checksum": "8ed2bc16ed63475c842fc653f953a67f", + "timestamp": "2021-05-16T10:51:43Z" + }, + { + "version": "3.2105.1610.2154", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1610.2154.zip", + "checksum": "da395bfe2bc37476c2adff68e177bd11", + "timestamp": "2021-05-16T10:22:12Z" + }, + { + "version": "3.2105.1521.2034", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1521.2034.zip", + "checksum": "cbc56d1898fe86dc57fb58ae9b5508f7", + "timestamp": "2021-05-15T21:20:51Z" + }, + { + "version": "3.2105.1514.4806", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1514.4806.zip", + "checksum": "d6f3a0a44f6872a22904e17a223040af", + "timestamp": "2021-05-15T14:48:18Z" + }, + { + "version": "3.2105.1308.5516", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1308.5516.zip", + "checksum": "b4c61d8de77a028ab72d96be2a7e5986", + "timestamp": "2021-05-13T08:55:35Z" + }, + { + "version": "3.2105.1114.1521", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1114.1521.zip", + "checksum": "5f94c59b0713676a398846c2ac113978", + "timestamp": "2021-05-11T14:15:33Z" + }, + { + "version": "3.2105.1113.4312", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1113.4312.zip", + "checksum": "67d9c6748dd03866968b4191dbc489e7", + "timestamp": "2021-05-11T13:43:26Z" + }, + { + "version": "3.2105.1113.1546", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1113.1546.zip", + "checksum": "14becebba26ba3d4003054015fd5efa3", + "timestamp": "2021-05-11T13:15:59Z" + }, + { + "version": "3.2105.1112.4734", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1112.4734.zip", + "checksum": "9dbf744a9d940c4d3378efee456b3ede", + "timestamp": "2021-05-11T12:47:49Z" + }, + { + "version": "3.2105.1112.1915", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1112.1915.zip", + "checksum": "791a018bf51eb20acdeee581939c08e4", + "timestamp": "2021-05-11T12:19:33Z" + }, + { + "version": "3.2105.1022.2847", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1022.2847.zip", + "checksum": "f6297115d5a2db27f6592c67d7c60121", + "timestamp": "2021-05-10T22:29:00Z" + }, + { + "version": "3.2105.1022.2840", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1022.2840.zip", + "checksum": "e8d052ea2bb4c6a74e5c6c1b7a06cb43", + "timestamp": "2021-05-10T22:28:57Z" + }, + { + "version": "3.2105.1021.5531", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1021.5531.zip", + "checksum": "2c86d54577bdedf34eba593eb1affa45", + "timestamp": "2021-05-10T21:55:45Z" + }, + { + "version": "3.2105.1021.2319", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1021.2319.zip", + "checksum": "af7314d424b46fd6261e4cfb28d1147b", + "timestamp": "2021-05-10T21:23:34Z" + }, + { + "version": "3.2105.1020.5317", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1020.5317.zip", + "checksum": "5645ddbaf0cd6546b6161de35d82e42e", + "timestamp": "2021-05-10T20:53:30Z" + }, + { + "version": "3.2105.1015.5348", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.1015.5348.zip", + "checksum": "8513c57b4b6edc5d1317800a9c12104d", + "timestamp": "2021-05-10T15:54:08Z" + }, + { + "version": "3.2105.720.2900", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0720.2900.zip", + "checksum": "2129bb4d9c499fc930da2c8f5f723ec5", + "timestamp": "2021-05-07T20:29:23Z" + }, + { + "version": "3.2105.713.4032", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0713.4032.zip", + "checksum": "686a9347c6869d40bff6e417f2b9b144", + "timestamp": "2021-05-07T13:40:48Z" + }, + { + "version": "3.2105.712.3240", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0712.3240.zip", + "checksum": "acf001d477524899b1210d8fc385ca8a", + "timestamp": "2021-05-07T12:32:58Z" + }, + { + "version": "3.2105.706.1459", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0706.1459.zip", + "checksum": "0265089a86c6299d2e4ac262ab4919bf", + "timestamp": "2021-05-07T06:15:15Z" + }, + { + "version": "3.2105.621.5819", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0621.5819.zip", + "checksum": "84791707d8f3cca40c5a702f72737f2e", + "timestamp": "2021-05-06T21:58:34Z" + }, + { + "version": "3.2105.621.3026", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0621.3026.zip", + "checksum": "bcc0b8c0c6bb7226bda66b8174564874", + "timestamp": "2021-05-06T21:30:45Z" + }, + { + "version": "3.2105.616.249", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0616.0249.zip", + "checksum": "ed7b9be3573c6d5c79f5378c8107aadf", + "timestamp": "2021-05-06T16:02:59Z" + }, + { + "version": "3.2105.615.3410", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0615.3410.zip", + "checksum": "0a00bf051033a2cdbd55b065673adca1", + "timestamp": "2021-05-06T15:34:28Z" + }, + { + "version": "3.2105.517.4442", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0517.4442.zip", + "checksum": "dba4fd528d3e87b40fc353e181fdfdec", + "timestamp": "2021-05-05T17:44:58Z" + }, + { + "version": "3.2105.515.4408", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0515.4408.zip", + "checksum": "e80d41312488f1356db78141e76691f4", + "timestamp": "2021-05-05T15:44:26Z" + }, + { + "version": "3.2105.512.4953", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0512.4953.zip", + "checksum": "de24209cc192ba3d4bdfee517c24cfda", + "timestamp": "2021-05-05T12:50:08Z" + }, + { + "version": "3.2105.512.2109", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0512.2109.zip", + "checksum": "2fe7096877213639c8d6b992d3262f8e", + "timestamp": "2021-05-05T12:21:24Z" + }, + { + "version": "3.2105.511.5156", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0511.5156.zip", + "checksum": "0ae14df88ad95b8fa889cc9478193e79", + "timestamp": "2021-05-05T11:52:14Z" + }, + { + "version": "3.2105.507.5859", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0507.5859.zip", + "checksum": "0dc892f6d60ff6a6a501a22a0f11c0c0", + "timestamp": "2021-05-05T07:59:18Z" + }, + { + "version": "3.2105.504.4521", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0504.4521.zip", + "checksum": "1e82422f2d7d9f8930f7f1d848d9b337", + "timestamp": "2021-05-05T04:45:36Z" + }, + { + "version": "3.2105.504.1804", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0504.1804.zip", + "checksum": "153af9f7e358b8c5ddb8340726b7cd64", + "timestamp": "2021-05-05T04:18:21Z" + }, + { + "version": "3.2105.502.2459", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0502.2459.zip", + "checksum": "5c446c64f241555ef52894f7f9d97ee6", + "timestamp": "2021-05-05T02:25:16Z" + }, + { + "version": "3.2105.501.4022", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0501.4022.zip", + "checksum": "460ed94ed6c23a4489c2a2fe14fd426c", + "timestamp": "2021-05-05T01:40:40Z" + }, + { + "version": "3.2105.423.327", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0423.0327.zip", + "checksum": "7782a4d0177493f4c2ebc2fa6c8a0941", + "timestamp": "2021-05-04T23:03:43Z" + }, + { + "version": "3.2105.418.1240", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0418.1240.zip", + "checksum": "d719c1cc251151f81296534735a2a408", + "timestamp": "2021-05-04T18:12:53Z" + }, + { + "version": "3.2105.417.3531", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0417.3531.zip", + "checksum": "bbc4010f19ad9ea11d9f8ee1b2212e27", + "timestamp": "2021-05-04T17:35:42Z" + }, + { + "version": "3.2105.416.1009", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0416.1009.zip", + "checksum": "9567df66dbb21524d54e6fbfb64f5763", + "timestamp": "2021-05-04T16:10:21Z" + }, + { + "version": "3.2105.415.4728", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0415.4728.zip", + "checksum": "ead769881baa696ab9298fc20b39fdc2", + "timestamp": "2021-05-04T15:47:38Z" + }, + { + "version": "3.2105.415.2510", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0415.2510.zip", + "checksum": "32cd50fe9a5d47b37d9671aac73098d9", + "timestamp": "2021-05-04T15:25:24Z" + }, + { + "version": "3.2105.409.4730", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0409.4730.zip", + "checksum": "262cb505abd9ad7a8ebd4a2bc10ac1de", + "timestamp": "2021-05-04T09:47:46Z" + }, + { + "version": "3.2105.409.1733", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0409.1733.zip", + "checksum": "5132138a10da19e6883b8b26d06fc234", + "timestamp": "2021-05-04T09:17:52Z" + }, + { + "version": "3.2105.405.3147", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0405.3147.zip", + "checksum": "0062c650b5238cb2209a70d32b55b827", + "timestamp": "2021-05-04T05:31:57Z" + }, + { + "version": "3.2105.405.910", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0405.0910.zip", + "checksum": "846efe87d12a5b2205b9bcb6915f9983", + "timestamp": "2021-05-04T05:09:21Z" + }, + { + "version": "3.2105.322.2814", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0322.2814.zip", + "checksum": "c656deea5b9617fccae7b68919880a3f", + "timestamp": "2021-05-03T22:28:25Z" + }, + { + "version": "3.2105.322.607", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0322.0607.zip", + "checksum": "71061eac6b6055d8c0be5415d1069c11", + "timestamp": "2021-05-03T22:06:21Z" + }, + { + "version": "3.2105.315.5250", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0315.5250.zip", + "checksum": "6de058543d5832ec6ef61c5571286fd0", + "timestamp": "2021-05-03T15:53:07Z" + }, + { + "version": "3.2105.308.1301", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0308.1301.zip", + "checksum": "8c58327f6fe81cbf08b15e41ff83226a", + "timestamp": "2021-05-03T08:13:22Z" + }, + { + "version": "3.2105.221.1641", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0221.1641.zip", + "checksum": "21f59f1a4f53d7b18fba9414ede0a8c8", + "timestamp": "2021-05-02T21:16:56Z" + }, + { + "version": "3.2105.219.4132", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0219.4132.zip", + "checksum": "4cde48eb8497587565e27d3506f116e9", + "timestamp": "2021-05-02T19:41:48Z" + }, + { + "version": "3.2105.216.912", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0216.0912.zip", + "checksum": "2cc795361ac3d3fa29121f8294a2c16a", + "timestamp": "2021-05-02T16:09:27Z" + }, + { + "version": "3.2105.209.5552", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0209.5552.zip", + "checksum": "7c5c7003d2c1b6affb594b76d30d26b4", + "timestamp": "2021-05-02T09:56:08Z" + }, + { + "version": "3.2105.123.436", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0123.0436.zip", + "checksum": "f0296793bea886ca08c54c082c2ebd15", + "timestamp": "2021-05-01T23:04:52Z" + }, + { + "version": "3.2105.116.3031", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0116.3031.zip", + "checksum": "8e8af04b0c62ce0d9cee6a9773a77b19", + "timestamp": "2021-05-01T16:30:45Z" + }, + { + "version": "3.2105.116.345", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2105.0116.0345.zip", + "checksum": "8ba2b4c21d4b43c0f3edbd55c2b383f2", + "timestamp": "2021-05-01T16:04:03Z" + }, + { + "version": "3.2104.3019.736", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.3019.0736.zip", + "checksum": "0f9cace4ad4f042e0aef8a0922b8b81d", + "timestamp": "2021-04-30T19:07:52Z" + }, + { + "version": "3.2104.3011.952", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.3011.0952.zip", + "checksum": "ccbab10777dd366fd030f579e4352373", + "timestamp": "2021-04-30T11:10:10Z" + }, + { + "version": "3.2104.3008.5444", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.3008.5444.zip", + "checksum": "580875eea29b5cc91e66318a14f0e136", + "timestamp": "2021-04-30T08:55:03Z" + }, + { + "version": "3.2104.2920.409", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2920.0409.zip", + "checksum": "eecf31e32eda743f02fb3b373e1ea237", + "timestamp": "2021-04-29T20:04:23Z" + }, + { + "version": "3.2104.2919.3553", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2919.3553.zip", + "checksum": "40b54fd8b1e40291cc27cc2bcff7e67d", + "timestamp": "2021-04-29T19:36:10Z" + }, + { + "version": "3.2104.2912.4235", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2912.4235.zip", + "checksum": "46517b5c91a30c864b433798a7922799", + "timestamp": "2021-04-29T12:42:56Z" + }, + { + "version": "3.2104.2714.4440", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2714.4440.zip", + "checksum": "8befffbb37822e045df23a181ecb9e72", + "timestamp": "2021-04-27T14:44:54Z" + }, + { + "version": "3.2104.2714.649", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2714.0649.zip", + "checksum": "4244a933eed35b365fdb21c17a109850", + "timestamp": "2021-04-27T14:07:10Z" + }, + { + "version": "3.2104.2622.3634", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2622.3634.zip", + "checksum": "38dfb20c6f6bcd88e808541b1b799bf9", + "timestamp": "2021-04-26T22:36:48Z" + }, + { + "version": "3.2104.2622.834", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2622.0834.zip", + "checksum": "aecd21599ff2b56518727f79bccfe471", + "timestamp": "2021-04-26T22:08:51Z" + }, + { + "version": "3.2104.2615.459", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2615.0459.zip", + "checksum": "cce31f4e08e921640ac423ede0bc2263", + "timestamp": "2021-04-26T15:05:16Z" + }, + { + "version": "3.2104.2614.541", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2614.0541.zip", + "checksum": "463cc90903695e032354ff1ccb935356", + "timestamp": "2021-04-26T14:05:54Z" + }, + { + "version": "3.2104.2517.5547", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2517.5547.zip", + "checksum": "ee34615a3fe01ed11a54dd289fa604f7", + "timestamp": "2021-04-25T17:55:55Z" + }, + { + "version": "3.2104.2517.4134", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2517.4134.zip", + "checksum": "74c13121e1d3edf6670d82bd05435299", + "timestamp": "2021-04-25T17:41:48Z" + }, + { + "version": "3.2104.2517.1423", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2517.1423.zip", + "checksum": "9cbd14734d1a44cd065cc7abe356ff5e", + "timestamp": "2021-04-25T17:14:37Z" + }, + { + "version": "3.2104.2516.1729", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2516.1729.zip", + "checksum": "8bae0c7a7caa522c4a3c64d7ba59d264", + "timestamp": "2021-04-25T16:17:39Z" + }, + { + "version": "3.2104.2515.4954", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2515.4954.zip", + "checksum": "3b82e0f6f91636e2a35c1ad0d90238e5", + "timestamp": "2021-04-25T15:50:11Z" + }, + { + "version": "3.2104.2420.4801", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2420.4801.zip", + "checksum": "56138c78922bbe418203018c4c5cb204", + "timestamp": "2021-04-24T20:48:15Z" + }, + { + "version": "3.2104.2414.2126", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2414.2126.zip", + "checksum": "8da450d2dfa18ed48504d4a334e04397", + "timestamp": "2021-04-24T14:21:42Z" + }, + { + "version": "3.2104.2308.4057", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2308.4057.zip", + "checksum": "ee559a8cf49c204f74e45d094e1399d8", + "timestamp": "2021-04-23T08:41:14Z" + }, + { + "version": "3.2104.2215.2837", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2215.2837.zip", + "checksum": "2044d15bc53c42d08a40e4ff92f8ddb4", + "timestamp": "2021-04-22T15:28:52Z" + }, + { + "version": "3.2104.2215.103", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2215.0103.zip", + "checksum": "063498f2316512c8655e21715456aae2", + "timestamp": "2021-04-22T15:01:21Z" + }, + { + "version": "3.2104.2118.2846", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2118.2846.zip", + "checksum": "e83b2113e07575082f594979df1ba6b4", + "timestamp": "2021-04-21T18:29:05Z" + }, + { + "version": "3.2104.2114.4027", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2114.4027.zip", + "checksum": "2c2a25a4c46c8f4181e7be048b60df25", + "timestamp": "2021-04-21T14:40:41Z" + }, + { + "version": "3.2104.2114.1301", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2114.1301.zip", + "checksum": "6204b46a4b842baedefbb9bf58812751", + "timestamp": "2021-04-21T14:13:19Z" + }, + { + "version": "3.2104.2112.4234", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2112.4234.zip", + "checksum": "4d64dce021c35969028577e8b7be119f", + "timestamp": "2021-04-21T12:42:50Z" + }, + { + "version": "3.2104.2112.1445", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2112.1445.zip", + "checksum": "31ef7c3f4c3c114877a8c10cc9e7480b", + "timestamp": "2021-04-21T12:15:05Z" + }, + { + "version": "3.2104.2016.2956", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2016.2956.zip", + "checksum": "662bf630e4ea1ade900e71727b8a4cd9", + "timestamp": "2021-04-20T16:30:12Z" + }, + { + "version": "3.2104.2011.5229", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.2011.5229.zip", + "checksum": "b0fa2972e77f99530bfb6c5f3406be2d", + "timestamp": "2021-04-20T11:52:49Z" + }, + { + "version": "3.2104.1918.5212", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1918.5212.zip", + "checksum": "08c461d70bead9f66467ec2df6f9e60f", + "timestamp": "2021-04-19T18:52:25Z" + }, + { + "version": "3.2104.1913.4031", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1913.4031.zip", + "checksum": "d4ef112b675ef699d0b8f01dc64e3122", + "timestamp": "2021-04-19T13:40:47Z" + }, + { + "version": "3.2104.1913.832", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1913.0832.zip", + "checksum": "052e81bdc989e07f8bc37882e3cea44e", + "timestamp": "2021-04-19T13:08:49Z" + }, + { + "version": "3.2104.1912.3829", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1912.3829.zip", + "checksum": "9fc29324cbe94c24d0da50984ac15c7f", + "timestamp": "2021-04-19T12:38:47Z" + }, + { + "version": "3.2104.1906.5315", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1906.5315.zip", + "checksum": "f02261851876f26b0f7bc52c81b38655", + "timestamp": "2021-04-19T06:53:33Z" + }, + { + "version": "3.2104.1804.4757", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1804.4757.zip", + "checksum": "eadbed42d3c8c366f1058b9bfd2a927b", + "timestamp": "2021-04-18T04:48:11Z" + }, + { + "version": "3.2104.1713.1411", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1713.1411.zip", + "checksum": "51f674949afcd83f0b2e8077345adcff", + "timestamp": "2021-04-17T13:14:29Z" + }, + { + "version": "3.2104.1514.227", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1514.0227.zip", + "checksum": "edb69aab1c69c34b4f96d9e5da5db592", + "timestamp": "2021-04-15T14:02:53Z" + }, + { + "version": "3.2104.1421.1032", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1421.1032.zip", + "checksum": "4893c75ba5bad2a934b7c685b3769610", + "timestamp": "2021-04-14T21:10:49Z" + }, + { + "version": "3.2104.1418.1950", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1418.1950.zip", + "checksum": "2b8b58cd7fb365c20a9b521932f6296b", + "timestamp": "2021-04-14T18:20:00Z" + }, + { + "version": "3.2104.1416.4559", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1416.4559.zip", + "checksum": "72414505c39d71ece6066bb95b9d2279", + "timestamp": "2021-04-14T16:46:12Z" + }, + { + "version": "3.2104.1414.3153", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1414.3153.zip", + "checksum": "dc177e14816555f04d4a47813cef3b98", + "timestamp": "2021-04-14T14:32:08Z" + }, + { + "version": "3.2104.1414.409", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1414.0409.zip", + "checksum": "85522465d08758d74d235ba38f95f4a5", + "timestamp": "2021-04-14T14:04:27Z" + }, + { + "version": "3.2104.1413.2008", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1413.2008.zip", + "checksum": "b24948d4b01f2e3d6cb8ace65c68e6aa", + "timestamp": "2021-04-14T13:20:28Z" + }, + { + "version": "3.2104.1409.4831", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1409.4831.zip", + "checksum": "4508968f0a5d47d993f2048d5ed73279", + "timestamp": "2021-04-14T09:48:51Z" + }, + { + "version": "3.2104.1317.4012", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1317.4012.zip", + "checksum": "b7d4bfcbe4885091c2896cf7f74bacb0", + "timestamp": "2021-04-13T17:40:27Z" + }, + { + "version": "3.2104.1315.134", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1315.0134.zip", + "checksum": "6585c0ceb87226d8f0163d3e627571dc", + "timestamp": "2021-04-13T15:01:45Z" + }, + { + "version": "3.2104.1314.3642", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1314.3642.zip", + "checksum": "ef74024a9389df7d9e96be34d5689aa5", + "timestamp": "2021-04-13T14:36:52Z" + }, + { + "version": "3.2104.1314.956", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1314.0956.zip", + "checksum": "a508471b4e600f827243295077b08178", + "timestamp": "2021-04-13T14:10:12Z" + }, + { + "version": "3.2104.1313.1348", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1313.1348.zip", + "checksum": "82c7bb18c5ed27bb1c77809eda988bdb", + "timestamp": "2021-04-13T13:14:06Z" + }, + { + "version": "3.2104.1309.4754", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1309.4754.zip", + "checksum": "34b43909db06cbde7f0133ece708b799", + "timestamp": "2021-04-13T09:48:16Z" + }, + { + "version": "3.2104.1221.455", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1221.0455.zip", + "checksum": "f4410aa718c841dd377b09f5fe7d1920", + "timestamp": "2021-04-12T21:05:10Z" + }, + { + "version": "3.2104.1218.1714", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1218.1714.zip", + "checksum": "826cf0ac81192c7eec3f856dfa092b7a", + "timestamp": "2021-04-12T18:17:30Z" + }, + { + "version": "3.2104.1214.3901", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1214.3901.zip", + "checksum": "4b4ebd1910a02dead96a2355f31e888d", + "timestamp": "2021-04-12T14:39:17Z" + }, + { + "version": "3.2104.1214.1019", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1214.1019.zip", + "checksum": "719bf1ec2855b9dd6f0665336f18e731", + "timestamp": "2021-04-12T14:10:41Z" + }, + { + "version": "3.2104.1209.1806", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1209.1806.zip", + "checksum": "6a9ebe596aa6a7b1918fd27d550de987", + "timestamp": "2021-04-12T09:18:20Z" + }, + { + "version": "3.2104.1121.5318", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1121.5318.zip", + "checksum": "7083643b192dcb6aaef69c96e5e1b366", + "timestamp": "2021-04-11T21:53:34Z" + }, + { + "version": "3.2104.1118.1758", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1118.1758.zip", + "checksum": "b4ae0ce810f521ceb4db103a4cc32ac6", + "timestamp": "2021-04-11T18:18:14Z" + }, + { + "version": "3.2104.1117.5051", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1117.5051.zip", + "checksum": "811a204b9240158ec0ea934ecc902b6e", + "timestamp": "2021-04-11T17:51:05Z" + }, + { + "version": "3.2104.1116.4716", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1116.4716.zip", + "checksum": "97cca2c24562385caab78641e166cf9c", + "timestamp": "2021-04-11T16:47:25Z" + }, + { + "version": "3.2104.1116.1903", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1116.1903.zip", + "checksum": "8c743559cbd7c1d407ad26ca80651612", + "timestamp": "2021-04-11T16:19:19Z" + }, + { + "version": "3.2104.1112.3031", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1112.3031.zip", + "checksum": "bc2afdcf494d3694dfe8ceac98c592d8", + "timestamp": "2021-04-11T12:30:45Z" + }, + { + "version": "3.2104.1112.256", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1112.0256.zip", + "checksum": "01d87204bf475c1a79a04d750bcb7005", + "timestamp": "2021-04-11T12:03:15Z" + }, + { + "version": "3.2104.1023.3033", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1023.3033.zip", + "checksum": "3fae722d12c0fb7523b1c0df98b1e6ca", + "timestamp": "2021-04-10T23:30:47Z" + }, + { + "version": "3.2104.1023.324", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1023.0324.zip", + "checksum": "f435484f55a3f52d925611fe194f3dc1", + "timestamp": "2021-04-10T23:03:39Z" + }, + { + "version": "3.2104.1021.5920", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1021.5920.zip", + "checksum": "0367b5c9b702c3fb308a070b948ef06b", + "timestamp": "2021-04-10T21:59:34Z" + }, + { + "version": "3.2104.1021.3221", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1021.3221.zip", + "checksum": "e2146311223d57c61560d2617b5adeb7", + "timestamp": "2021-04-10T21:32:36Z" + }, + { + "version": "3.2104.1020.1229", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1020.1229.zip", + "checksum": "dd65180b6138b503fede0ae30d57e02f", + "timestamp": "2021-04-10T20:12:39Z" + }, + { + "version": "3.2104.1019.5107", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1019.5107.zip", + "checksum": "3e784adf18f9c8863213bcb786242c5e", + "timestamp": "2021-04-10T19:51:18Z" + }, + { + "version": "3.2104.1017.4700", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1017.4700.zip", + "checksum": "38376b2d8b98c83d50a1052487010f6d", + "timestamp": "2021-04-10T17:47:10Z" + }, + { + "version": "3.2104.1015.4007", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1015.4007.zip", + "checksum": "996c49707a8700e9d863a14e4d7d335f", + "timestamp": "2021-04-10T15:40:24Z" + }, + { + "version": "3.2104.1001.2033", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1001.2033.zip", + "checksum": "55b05636d4a6018c7dd63585de2bb7c1", + "timestamp": "2021-04-10T01:20:49Z" + }, + { + "version": "3.2104.1000.229", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.1000.0229.zip", + "checksum": "460dbbcc3d49e7e44149fec6e2977d82", + "timestamp": "2021-04-10T00:02:47Z" + }, + { + "version": "3.2104.922.22", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0922.0022.zip", + "checksum": "c8f77df4456ccb725bccd3f3aa848089", + "timestamp": "2021-04-09T22:00:36Z" + }, + { + "version": "3.2104.921.3121", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0921.3121.zip", + "checksum": "1af50a768fd96f50d69654a738d7fa4c", + "timestamp": "2021-04-09T21:31:38Z" + }, + { + "version": "3.2104.911.416", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0911.0416.zip", + "checksum": "fcb211ebec5ddd0436b4ca6abf0a3b14", + "timestamp": "2021-04-09T11:04:31Z" + }, + { + "version": "3.2104.910.3549", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0910.3549.zip", + "checksum": "f11d7b3f87bbc6fbbf383c1f7b561b07", + "timestamp": "2021-04-09T10:36:06Z" + }, + { + "version": "3.2104.821.5606", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0821.5606.zip", + "checksum": "997a1560787cccc85dcb20fd9749f61f", + "timestamp": "2021-04-08T21:56:24Z" + }, + { + "version": "3.2104.816.3915", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0816.3915.zip", + "checksum": "38390329df546e1ef4348e6f1b991345", + "timestamp": "2021-04-08T16:39:32Z" + }, + { + "version": "3.2104.812.4855", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0812.4855.zip", + "checksum": "af1ed3b2d777a119d59a3f8ad2a6863a", + "timestamp": "2021-04-08T12:49:10Z" + }, + { + "version": "3.2104.811.3741", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0811.3741.zip", + "checksum": "5c2db63806de83d8f3ac75605b6fde02", + "timestamp": "2021-04-08T11:38:01Z" + }, + { + "version": "3.2104.723.2744", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0723.2744.zip", + "checksum": "97db602c9a8e45a6a51e0917b74f9001", + "timestamp": "2021-04-07T23:28:13Z" + }, + { + "version": "3.2104.722.5156", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0722.5156.zip", + "checksum": "add960a374b9d3b76b807978d9d70362", + "timestamp": "2021-04-07T22:52:50Z" + }, + { + "version": "3.2104.721.4912", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0721.4912.zip", + "checksum": "e8618bdef288357f90ce32e0a01988b6", + "timestamp": "2021-04-07T21:49:23Z" + }, + { + "version": "3.2104.721.927", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0721.0927.zip", + "checksum": "ab3748d8642beeb72bffe14e94a5faf2", + "timestamp": "2021-04-07T21:09:38Z" + }, + { + "version": "3.2104.717.2538", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0717.2538.zip", + "checksum": "8fd609a0a09c03ff63b9c9af8871208e", + "timestamp": "2021-04-07T17:25:55Z" + }, + { + "version": "3.2104.716.5242", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0716.5242.zip", + "checksum": "c68a76085e2ff1178b23a823ca1fdd9a", + "timestamp": "2021-04-07T16:52:58Z" + }, + { + "version": "3.2104.713.2540", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0713.2540.zip", + "checksum": "3dc143cdccafbe97773d0992ff8b4fdc", + "timestamp": "2021-04-07T13:25:55Z" + }, + { + "version": "3.2104.712.5828", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0712.5828.zip", + "checksum": "89f3526353758a09ee3c36ff68cd3d43", + "timestamp": "2021-04-07T12:58:47Z" + }, + { + "version": "3.2104.619.1439", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0619.1439.zip", + "checksum": "f6a1f86d7552f9056fe59c85dd60e784", + "timestamp": "2021-04-06T19:14:58Z" + }, + { + "version": "3.2104.515.5300", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0515.5300.zip", + "checksum": "1156a32afab1e8721ee9d3cc138b033d", + "timestamp": "2021-04-05T15:53:16Z" + }, + { + "version": "3.2104.512.1359", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0512.1359.zip", + "checksum": "deb72541bc74eac71b15f282d86e2809", + "timestamp": "2021-04-05T12:14:15Z" + }, + { + "version": "3.2104.506.5729", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0506.5729.zip", + "checksum": "691800bb6dd5bb072369af86ca2a9db1", + "timestamp": "2021-04-05T06:57:42Z" + }, + { + "version": "3.2104.415.3742", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0415.3742.zip", + "checksum": "736db45f90153bbc9aca4ce8bc0ccd96", + "timestamp": "2021-04-04T15:37:59Z" + }, + { + "version": "3.2104.411.4230", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0411.4230.zip", + "checksum": "2a89cb715fa625e5cf3e100a49f1a306", + "timestamp": "2021-04-04T11:42:50Z" + }, + { + "version": "3.2104.322.1605", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0322.1605.zip", + "checksum": "118fa27563d175b602e80063ca59550d", + "timestamp": "2021-04-03T22:16:22Z" + }, + { + "version": "3.2104.317.4959", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0317.4959.zip", + "checksum": "2d430cb4be598b0235f2cf7a2be8a45d", + "timestamp": "2021-04-03T17:50:17Z" + }, + { + "version": "3.2104.300.2324", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0300.2324.zip", + "checksum": "717fcec1f41acb4578a9ad6d4cf5cc74", + "timestamp": "2021-04-03T00:23:40Z" + }, + { + "version": "3.2104.223.1935", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0223.1935.zip", + "checksum": "972b9b32f9159e815586ccfcd59a1894", + "timestamp": "2021-04-02T23:19:50Z" + }, + { + "version": "3.2104.222.5308", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0222.5308.zip", + "checksum": "9d186362dc6a910ef4f63c5a9d8ff9b3", + "timestamp": "2021-04-02T22:53:26Z" + }, + { + "version": "3.2104.215.108", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0215.0108.zip", + "checksum": "31ad42538bfa72c93081c5d7ff0dd019", + "timestamp": "2021-04-02T15:01:29Z" + }, + { + "version": "3.2104.117.4420", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0117.4420.zip", + "checksum": "fdbe84adc0430b44261869b230457c16", + "timestamp": "2021-04-01T17:44:37Z" + }, + { + "version": "3.2104.116.2822", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0116.2822.zip", + "checksum": "e9c76d8e6650b22f86774f92f55cd6e7", + "timestamp": "2021-04-01T16:28:39Z" + }, + { + "version": "3.2104.116.128", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2104.0116.0128.zip", + "checksum": "a48d6743e332e9bc259621b938458174", + "timestamp": "2021-04-01T16:01:47Z" + }, + { + "version": "3.2103.3013.5915", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.3013.5915.zip", + "checksum": "55d653806db558df584859d204f526ef", + "timestamp": "2021-03-30T13:59:34Z" + }, + { + "version": "3.2103.2716.4929", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2716.4929.zip", + "checksum": "72886fd75e9f0669cd17e4f6c073c130", + "timestamp": "2021-03-27T16:49:49Z" + }, + { + "version": "3.2103.2708.4952", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2708.4952.zip", + "checksum": "903ef0bbb391e1d40aa00566c0d1e894", + "timestamp": "2021-03-27T08:50:10Z" + }, + { + "version": "3.2103.2700.2911", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2700.2911.zip", + "checksum": "bb52a4fabbecb3d220fdcae127d7f4f2", + "timestamp": "2021-03-27T00:29:26Z" + }, + { + "version": "3.2103.2700.27", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2700.0027.zip", + "checksum": "669532e27d25f94212fbe6f4cf2a9c79", + "timestamp": "2021-03-27T00:00:46Z" + }, + { + "version": "3.2103.2612.115", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2612.0115.zip", + "checksum": "82b93123a52a3864b3db47a7bb4d2a38", + "timestamp": "2021-03-26T12:01:25Z" + }, + { + "version": "3.2103.2611.3625", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2611.3625.zip", + "checksum": "76be951f3508114fd833e9fa5e52d63f", + "timestamp": "2021-03-26T11:36:40Z" + }, + { + "version": "3.2103.2523.2001", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2523.2001.zip", + "checksum": "cefba5e89c8488e5f0a64a8cbfd91527", + "timestamp": "2021-03-25T23:20:19Z" + }, + { + "version": "3.2103.2516.5332", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2516.5332.zip", + "checksum": "d1cc9654a83706cdb15e7bae0b2eab0f", + "timestamp": "2021-03-25T16:53:47Z" + }, + { + "version": "3.2103.2516.2359", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2516.2359.zip", + "checksum": "bbd8a9effa25622ffd253e37c7e059e4", + "timestamp": "2021-03-25T16:24:19Z" + }, + { + "version": "3.2103.2501.5820", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2501.5820.zip", + "checksum": "f4005698aa2230f9817b00fc25ad9532", + "timestamp": "2021-03-25T01:58:34Z" + }, + { + "version": "3.2103.2501.2944", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2501.2944.zip", + "checksum": "198c7a0e38c244c1c0585b802df6523f", + "timestamp": "2021-03-25T01:30:00Z" + }, + { + "version": "3.2103.2500.3417", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2500.3417.zip", + "checksum": "f3ff56095eea2d08e7913319320c482e", + "timestamp": "2021-03-25T00:34:34Z" + }, + { + "version": "3.2103.2422.2855", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2422.2855.zip", + "checksum": "98a9ca80c50d4254bf9dfc8d59890c51", + "timestamp": "2021-03-24T22:29:14Z" + }, + { + "version": "3.2103.2314.4038", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2314.4038.zip", + "checksum": "99e6e770f1f1676e8e20a2c88e6ac12f", + "timestamp": "2021-03-23T14:40:50Z" + }, + { + "version": "3.2103.2306.3426", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2306.3426.zip", + "checksum": "b73f3d3bf5551f5642e0dddd104a666c", + "timestamp": "2021-03-23T06:34:37Z" + }, + { + "version": "3.2103.2305.301", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2305.0301.zip", + "checksum": "d22f1e7585abea8cbe926c3e2f7943e9", + "timestamp": "2021-03-23T05:03:13Z" + }, + { + "version": "3.2103.2301.2346", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2301.2346.zip", + "checksum": "ff8c5dd22d39191777bae2a7a1362fa7", + "timestamp": "2021-03-23T01:24:02Z" + }, + { + "version": "3.2103.2222.2348", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2222.2348.zip", + "checksum": "fe17de5c10a6d62a2ebd9a2bf068cb22", + "timestamp": "2021-03-22T22:24:03Z" + }, + { + "version": "3.2103.2219.222", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2219.0222.zip", + "checksum": "126c114116e5a2fd642ce3226c49d648", + "timestamp": "2021-03-22T19:02:32Z" + }, + { + "version": "3.2103.2218.3718", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2218.3718.zip", + "checksum": "d4dfaadcd894ee33f2447ecf0b0c9278", + "timestamp": "2021-03-22T18:37:31Z" + }, + { + "version": "3.2103.2218.3711", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2218.3711.zip", + "checksum": "15dfda510f56537f97266c91c542be25", + "timestamp": "2021-03-22T18:37:27Z" + }, + { + "version": "3.2103.2218.643", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2218.0643.zip", + "checksum": "5ae058b743b956a411291fd5f09a3045", + "timestamp": "2021-03-22T18:06:57Z" + }, + { + "version": "3.2103.2217.2208", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2217.2208.zip", + "checksum": "30a60cdba6ae1638b0178748f4d225f0", + "timestamp": "2021-03-22T17:22:27Z" + }, + { + "version": "3.2103.2123.2911", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2123.2911.zip", + "checksum": "514775ea50a669b65f011847ab8f0a5f", + "timestamp": "2021-03-21T23:29:33Z" + }, + { + "version": "3.2103.2119.3725", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2119.3725.zip", + "checksum": "53c754712aee9ad40bfdf4ac3df263b3", + "timestamp": "2021-03-21T19:37:41Z" + }, + { + "version": "3.2103.2114.2521", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2114.2521.zip", + "checksum": "d0b615034d534aaba8a444c6b35cc812", + "timestamp": "2021-03-21T14:25:33Z" + }, + { + "version": "3.2103.2001.1454", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2001.1454.zip", + "checksum": "1e95930d8e7d246494259dfcc1408b0e", + "timestamp": "2021-03-20T01:15:11Z" + }, + { + "version": "3.2103.2000.1246", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.2000.1246.zip", + "checksum": "5b58cabe411de9c51d86e5beb992fc0e", + "timestamp": "2021-03-20T00:13:04Z" + }, + { + "version": "3.2103.1918.444", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1918.0444.zip", + "checksum": "34f1b35f7e87bc96f9a06c5ec846dc76", + "timestamp": "2021-03-19T18:04:57Z" + }, + { + "version": "3.2103.1909.1725", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1909.1725.zip", + "checksum": "2c03b03c3a2b5cde5812c888afa214b1", + "timestamp": "2021-03-19T09:17:41Z" + }, + { + "version": "3.2103.1908.4747", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1908.4747.zip", + "checksum": "15deecbf528b98ddc4e18cbd7a46433e", + "timestamp": "2021-03-19T08:48:04Z" + }, + { + "version": "3.2103.1907.4156", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1907.4156.zip", + "checksum": "aa542a507030f16a3c5a4bf1bc0b3b06", + "timestamp": "2021-03-19T07:42:08Z" + }, + { + "version": "3.2103.1907.1449", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1907.1449.zip", + "checksum": "a7e267bffe1ead12ab32a704dcca854f", + "timestamp": "2021-03-19T07:15:06Z" + }, + { + "version": "3.2103.1815.939", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1815.0939.zip", + "checksum": "049ab8abaae4a628069d76d0fd57d62e", + "timestamp": "2021-03-18T15:09:51Z" + }, + { + "version": "3.2103.1811.1443", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1811.1443.zip", + "checksum": "0399856825386fa81ec49ceca2b3afbd", + "timestamp": "2021-03-18T11:14:58Z" + }, + { + "version": "3.2103.1703.4631", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1703.4631.zip", + "checksum": "04e6c6f30039c51bfa2566b167c70637", + "timestamp": "2021-03-17T03:46:48Z" + }, + { + "version": "3.2103.1620.1233", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1620.1233.zip", + "checksum": "9455398d6d2c4293bc72b61cbb25dc19", + "timestamp": "2021-03-16T20:12:44Z" + }, + { + "version": "3.2103.1619.4512", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1619.4512.zip", + "checksum": "dbee8138868979a377b40b8615fa3f3a", + "timestamp": "2021-03-16T19:45:31Z" + }, + { + "version": "3.2103.1614.226", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1614.0226.zip", + "checksum": "6cbf997d8eabbf46b5fbfb30167489a2", + "timestamp": "2021-03-16T14:02:48Z" + }, + { + "version": "3.2103.1518.4339", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1518.4339.zip", + "checksum": "0e0f125c314a4e52a2c7453753e4c44b", + "timestamp": "2021-03-15T18:43:50Z" + }, + { + "version": "3.2103.1517.2522", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1517.2522.zip", + "checksum": "90954c0cb0e7ec0574a44ab8d8f42bd4", + "timestamp": "2021-03-15T17:25:37Z" + }, + { + "version": "3.2103.1515.5725", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1515.5725.zip", + "checksum": "9c4576163e37bc547e5170ca71a62ff3", + "timestamp": "2021-03-15T15:57:39Z" + }, + { + "version": "3.2103.1513.4818", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1513.4818.zip", + "checksum": "5a5a93704dd9fe9c899ddfeaa6fb7147", + "timestamp": "2021-03-15T13:48:32Z" + }, + { + "version": "3.2103.1508.3142", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1508.3142.zip", + "checksum": "4acd173bf5b69cce8721fb9753fa9b26", + "timestamp": "2021-03-15T08:32:01Z" + }, + { + "version": "3.2103.1422.4109", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1422.4109.zip", + "checksum": "ffb6f5179f9f21942ec8cfe4117ffe9e", + "timestamp": "2021-03-14T22:41:21Z" + }, + { + "version": "3.2103.1418.3256", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1418.3256.zip", + "checksum": "a37bdf8feb07b6efbe4102bdf5ce271d", + "timestamp": "2021-03-14T18:33:12Z" + }, + { + "version": "3.2103.1417.2829", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1417.2829.zip", + "checksum": "710d46bf8ebb281474789a250891b890", + "timestamp": "2021-03-14T17:28:41Z" + }, + { + "version": "3.2103.1414.3234", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1414.3234.zip", + "checksum": "dc384fa06968d14b37ab8076b78bdb03", + "timestamp": "2021-03-14T14:32:51Z" + }, + { + "version": "3.2103.1413.54", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1413.0054.zip", + "checksum": "30296dfcc5ccc13a48d87447de1b6ccb", + "timestamp": "2021-03-14T13:01:11Z" + }, + { + "version": "3.2103.1407.5047", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1407.5047.zip", + "checksum": "89653613690b14f14b5314344de00419", + "timestamp": "2021-03-14T07:51:00Z" + }, + { + "version": "3.2103.1400.1358", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1400.1358.zip", + "checksum": "a9f3317ece3aad07940134ef3091511f", + "timestamp": "2021-03-14T00:14:14Z" + }, + { + "version": "3.2103.1323.4455", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1323.4455.zip", + "checksum": "df4f0351f4688331dc5e2eba69e76e48", + "timestamp": "2021-03-13T23:45:12Z" + }, + { + "version": "3.2103.1322.2338", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1322.2338.zip", + "checksum": "9611d12c818c4ac649ca9db4699d06cc", + "timestamp": "2021-03-13T22:23:57Z" + }, + { + "version": "3.2103.1314.5447", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1314.5447.zip", + "checksum": "efc8c56bd9287429cfd5a6c327244e5b", + "timestamp": "2021-03-13T14:55:02Z" + }, + { + "version": "3.2103.1314.2628", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1314.2628.zip", + "checksum": "efc52db25bf1eec908671c166195a500", + "timestamp": "2021-03-13T14:26:46Z" + }, + { + "version": "3.2103.1302.4003", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_3.2103.1302.4003.zip", + "checksum": "38e46ab4581875ef383a36f1510f5d55", + "timestamp": "2021-03-13T02:40:16Z" + }, + { + "version": "2.2103.1223.2301", + "changelog": "* Explicit decompress no longer needed (#4) @oddstr13 * Let there be CI (#3) @oddstr13\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1223.2301.zip", + "checksum": "a804528e434af7df2d452893c3bfa5db", + "timestamp": "2021-03-12T23:23:14Z" + }, + { + "version": "2.2103.1214.1713", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1214.1713.zip", + "checksum": "1da6d793ee6fd1e644c7d3b3d682d1eb", + "timestamp": "2021-03-12T14:17:24Z" + }, + { + "version": "2.2103.1213.4935", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1213.4935.zip", + "checksum": "3fddba7ca97dc79747436c76b73f55b2", + "timestamp": "2021-03-12T13:49:51Z" + }, + { + "version": "2.2103.1209.427", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1209.0427.zip", + "checksum": "641e1bb4f4fe83aa8a5e5e17c1dbb4e2", + "timestamp": "2021-03-12T09:04:42Z" + }, + { + "version": "2.2103.1123.3829", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1123.3829.zip", + "checksum": "0268adfc37a5a2ec1a6b8550b68fd25b", + "timestamp": "2021-03-11T23:38:47Z" + }, + { + "version": "2.2103.1122.2409", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1122.2409.zip", + "checksum": "7a7394802e3daedcfb5c8639cca596b3", + "timestamp": "2021-03-11T22:24:24Z" + }, + { + "version": "2.2103.1121.5535", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1121.5535.zip", + "checksum": "6ff03034f0b640f3f75c0dc565e5a2dc", + "timestamp": "2021-03-11T21:55:50Z" + }, + { + "version": "2.2103.1120.1520", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1120.1520.zip", + "checksum": "eb2e2b56d52ae207cfdd70017cae8893", + "timestamp": "2021-03-11T20:15:33Z" + }, + { + "version": "2.2103.1116.923", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1116.0923.zip", + "checksum": "818bc6c8446bf22d6cc54aee1d8dd32b", + "timestamp": "2021-03-11T16:09:41Z" + }, + { + "version": "2.2103.1115.2654", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1115.2654.zip", + "checksum": "0058da5fd10a3202cb7e47dd1c4e6d84", + "timestamp": "2021-03-11T15:27:09Z" + }, + { + "version": "2.2103.1111.842", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1111.0842.zip", + "checksum": "9f3069833fb78b894be8e49439931de4", + "timestamp": "2021-03-11T11:08:57Z" + }, + { + "version": "2.2103.1100.257", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1100.0257.zip", + "checksum": "ee3aaa6d1a31ed171fc783b651e1db9d", + "timestamp": "2021-03-11T00:03:11Z" + }, + { + "version": "2.2103.1022.4131", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_2.2103.1022.4131.zip", + "checksum": "7231086b3da05d06397df1dd04d5d91a", + "timestamp": "2021-03-10T22:41:44Z" + }, + { + "version": "1.2103.1019.3547", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anidb/anidb_1.2103.1019.3547.zip", + "checksum": "57614a82206d4709552c67cdb4f256df", + "timestamp": "2021-03-10T19:35:59Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "1bd22884-44be-40f3-ad95-fc4a7834ba2c", + "name": "AniList", + "description": "AniList metadata provider\n", + "overview": "AniList metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anilist.png", + "versions": [ + { + "version": "5.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#18) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_5.0.0.0.zip", + "checksum": "434e14f1d24a9451650673ea54d32da2", + "timestamp": "2022-01-07T21:08:59Z" + }, + { + "version": "2.2106.2121.3244", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.2121.3244.zip", + "checksum": "60a599b243f6db8f520560229e21bcf3", + "timestamp": "2021-06-21T21:32:53Z" + }, + { + "version": "2.2106.2114.1111", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.2114.1111.zip", + "checksum": "b320308c1e3aacdbdcf079da0ee806ee", + "timestamp": "2021-06-21T14:11:20Z" + }, + { + "version": "2.2106.2107.1218", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.2107.1218.zip", + "checksum": "7000e15a1b0cf1f88acd290270c3f55c", + "timestamp": "2021-06-21T07:12:26Z" + }, + { + "version": "2.2106.1823.736", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1823.0736.zip", + "checksum": "ff4520c6a7226bddbd627b88dc726277", + "timestamp": "2021-06-18T23:07:44Z" + }, + { + "version": "2.2106.1815.5322", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1815.5322.zip", + "checksum": "166e76bf6713aa5e98a42124e435f908", + "timestamp": "2021-06-18T15:53:31Z" + }, + { + "version": "2.2106.1810.3209", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1810.3209.zip", + "checksum": "6ad1d83ce30f9aab22bf6e7edc77a8e0", + "timestamp": "2021-06-18T10:32:16Z" + }, + { + "version": "2.2106.1602.4954", + "changelog": "- Split out from the Anime plugin\n- Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1602.4954.zip", + "checksum": "5adc703fbbd72efd7f412193190f596d", + "timestamp": "2021-06-16T02:50:04Z" + }, + { + "version": "2.2106.1514.3708", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1514.3708.zip", + "checksum": "4d3feacf7cf83f3d1e1c4e3fad07872b", + "timestamp": "2021-06-15T14:37:17Z" + }, + { + "version": "2.2106.1514.907", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1514.0907.zip", + "checksum": "06fdf0e0db7fc3236011d0263984974c", + "timestamp": "2021-06-15T14:09:16Z" + }, + { + "version": "2.2106.1503.5912", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1503.5912.zip", + "checksum": "6d400b3d4baedb89cd146e5b82a264d9", + "timestamp": "2021-06-15T03:59:20Z" + }, + { + "version": "2.2106.1422.2023", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1422.2023.zip", + "checksum": "eebaf06b4af4798f6d0570a0cb5118c6", + "timestamp": "2021-06-14T22:20:31Z" + }, + { + "version": "2.2106.1421.5652", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1421.5652.zip", + "checksum": "911d399eb88fe6fc1380fb493426935a", + "timestamp": "2021-06-14T21:57:02Z" + }, + { + "version": "2.2106.1417.5343", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1417.5343.zip", + "checksum": "c3d16b25e7e2b258dd8965834fbfd155", + "timestamp": "2021-06-14T17:53:51Z" + }, + { + "version": "2.2106.1315.2902", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1315.2902.zip", + "checksum": "6a084221557eb0ed155f18e0b76d78ef", + "timestamp": "2021-06-13T15:29:11Z" + }, + { + "version": "2.2106.1313.2850", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1313.2850.zip", + "checksum": "f7b0d84add2526fa4d67faa36f0f4c89", + "timestamp": "2021-06-13T13:28:59Z" + }, + { + "version": "2.2106.1306.4134", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1306.4134.zip", + "checksum": "9b7b97e922cc203648ec2a662d6ba7dd", + "timestamp": "2021-06-13T06:41:43Z" + }, + { + "version": "2.2106.1306.1906", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1306.1906.zip", + "checksum": "069a28e82dc18689d64ecd3a214a1935", + "timestamp": "2021-06-13T06:19:15Z" + }, + { + "version": "2.2106.1215.2511", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1215.2511.zip", + "checksum": "4d66033fb908542456ffb1a99eedff94", + "timestamp": "2021-06-12T15:25:20Z" + }, + { + "version": "2.2106.1206.5616", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1206.5616.zip", + "checksum": "cb78d67753acac7447f274ed847dbf0b", + "timestamp": "2021-06-12T06:56:24Z" + }, + { + "version": "2.2106.1206.3430", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1206.3430.zip", + "checksum": "2abe8f85193e908b198693f1d3204de6", + "timestamp": "2021-06-12T06:34:39Z" + }, + { + "version": "2.2106.1123.4325", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1123.4325.zip", + "checksum": "b3868583b5b8d64ad7ab278a57f7fa90", + "timestamp": "2021-06-11T23:43:34Z" + }, + { + "version": "2.2106.1123.1620", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1123.1620.zip", + "checksum": "1118e844117863ab89232bc882db86ac", + "timestamp": "2021-06-11T23:16:28Z" + }, + { + "version": "2.2106.1122.4607", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1122.4607.zip", + "checksum": "2ee35884c92d833dd31f2eff46bfa5c9", + "timestamp": "2021-06-11T22:46:14Z" + }, + { + "version": "2.2106.1114.3442", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1114.3442.zip", + "checksum": "8305ce01329e4ef7ac80bca2121ea6d6", + "timestamp": "2021-06-11T14:34:50Z" + }, + { + "version": "2.2106.1114.529", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1114.0529.zip", + "checksum": "3bb3a2e2bb2cad44b5d77373ee1fbf47", + "timestamp": "2021-06-11T14:05:37Z" + }, + { + "version": "2.2106.1113.4235", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1113.4235.zip", + "checksum": "4092586731c4dd0564e9373af9cf6a57", + "timestamp": "2021-06-11T13:42:43Z" + }, + { + "version": "2.2106.1113.942", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1113.0942.zip", + "checksum": "8bac99bd41541430a4482c13cc7b8202", + "timestamp": "2021-06-11T13:09:51Z" + }, + { + "version": "2.2106.1112.4651", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1112.4651.zip", + "checksum": "6bf99fbc554ec075dedd22162de5eba3", + "timestamp": "2021-06-11T12:47:01Z" + }, + { + "version": "2.2106.1108.1811", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1108.1811.zip", + "checksum": "af0ea420add6254ab5ce8552888bb9d1", + "timestamp": "2021-06-11T08:18:21Z" + }, + { + "version": "2.2106.1106.649", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1106.0649.zip", + "checksum": "01a02de33149f10324f55e4f8c5154e2", + "timestamp": "2021-06-11T06:06:57Z" + }, + { + "version": "2.2106.1105.4323", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1105.4323.zip", + "checksum": "ce0b8e31f08572848e8f4613da059b0a", + "timestamp": "2021-06-11T05:43:32Z" + }, + { + "version": "2.2106.1105.1404", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1105.1404.zip", + "checksum": "ca8350d75ae6efe70d2369549f2c3515", + "timestamp": "2021-06-11T05:14:14Z" + }, + { + "version": "2.2106.1021.1211", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1021.1211.zip", + "checksum": "3fb2fac2071c02cbf38748cc8c90c154", + "timestamp": "2021-06-10T21:12:20Z" + }, + { + "version": "2.2106.1015.1248", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.1015.1248.zip", + "checksum": "193b24bdd239b0a22c10de8f770ea39a", + "timestamp": "2021-06-10T15:12:58Z" + }, + { + "version": "2.2106.914.5453", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0914.5453.zip", + "checksum": "ac383432c8eb68c0a076d9a14d5c5e9b", + "timestamp": "2021-06-09T14:55:03Z" + }, + { + "version": "2.2106.912.5820", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0912.5820.zip", + "checksum": "a348fa786f5b0a26ecf1c5149e59ee6d", + "timestamp": "2021-06-09T12:58:30Z" + }, + { + "version": "2.2106.908.4810", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0908.4810.zip", + "checksum": "95792babd0095f138b6fa4fac99a4b34", + "timestamp": "2021-06-09T08:48:19Z" + }, + { + "version": "2.2106.814.2714", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0814.2714.zip", + "checksum": "118883b1ff802772ab8ade66a7527545", + "timestamp": "2021-06-08T14:27:24Z" + }, + { + "version": "2.2106.721.5939", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0721.5939.zip", + "checksum": "4eb528ccf19bb6965bf21afd7c985baf", + "timestamp": "2021-06-07T21:59:48Z" + }, + { + "version": "2.2106.721.3124", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0721.3124.zip", + "checksum": "cabde9f993141d5dc572f24fd9eee04d", + "timestamp": "2021-06-07T21:31:32Z" + }, + { + "version": "2.2106.714.5004", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0714.5004.zip", + "checksum": "18b24677c0c07ba805c0d024e1d3485b", + "timestamp": "2021-06-07T14:50:13Z" + }, + { + "version": "2.2106.714.1920", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0714.1920.zip", + "checksum": "fccf57352d38bd915238179d47389a5f", + "timestamp": "2021-06-07T14:19:29Z" + }, + { + "version": "2.2106.713.5023", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0713.5023.zip", + "checksum": "80c27bf78bd6ef47cc1c209a635e26c2", + "timestamp": "2021-06-07T13:50:32Z" + }, + { + "version": "2.2106.708.3743", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0708.3743.zip", + "checksum": "ea08cdf035dd1db029a1c8a71e51f220", + "timestamp": "2021-06-07T08:37:52Z" + }, + { + "version": "2.2106.708.209", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0708.0209.zip", + "checksum": "e27d2c9db8b82db36f058df6c9f4469b", + "timestamp": "2021-06-07T08:02:19Z" + }, + { + "version": "2.2106.618.3512", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0618.3512.zip", + "checksum": "3c539db7c5820968607a06707c4be11c", + "timestamp": "2021-06-06T18:35:22Z" + }, + { + "version": "2.2106.615.3918", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0615.3918.zip", + "checksum": "4e159c9072778efcf1d97e31f6506a3a", + "timestamp": "2021-06-06T15:39:27Z" + }, + { + "version": "2.2106.413.35", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0413.0035.zip", + "checksum": "de1f5011782b5d08fab9957bec3dab8d", + "timestamp": "2021-06-04T13:00:43Z" + }, + { + "version": "2.2106.314.4807", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0314.4807.zip", + "checksum": "eec3a8980a7c5bb2f9e2329015ed6cc9", + "timestamp": "2021-06-03T14:48:16Z" + }, + { + "version": "2.2106.302.3048", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0302.3048.zip", + "checksum": "c50c41c8cc04444634c92d2bcc06ede1", + "timestamp": "2021-06-03T02:30:55Z" + }, + { + "version": "2.2106.121.1554", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2106.0121.1554.zip", + "checksum": "b4054e242e6999967209b5c064a33bca", + "timestamp": "2021-06-01T21:16:04Z" + }, + { + "version": "2.2105.3023.2310", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.3023.2310.zip", + "checksum": "c1a7eab22b72c2046923b27d4b8d14d2", + "timestamp": "2021-05-30T23:23:18Z" + }, + { + "version": "2.2105.3018.1244", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.3018.1244.zip", + "checksum": "d34dbdf17d396b4e90fc72d78b5d40dd", + "timestamp": "2021-05-30T18:12:52Z" + }, + { + "version": "2.2105.3008.3415", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.3008.3415.zip", + "checksum": "70701ea4a7bf7d7e82cf9c29637b19e8", + "timestamp": "2021-05-30T08:34:24Z" + }, + { + "version": "2.2105.2711.3548", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2711.3548.zip", + "checksum": "6a7d8200d4edaea56ba8a0c0aea3ea5c", + "timestamp": "2021-05-27T11:35:57Z" + }, + { + "version": "2.2105.2708.4441", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2708.4441.zip", + "checksum": "99fc882aae28a7284611943a9f61fe8d", + "timestamp": "2021-05-27T08:44:50Z" + }, + { + "version": "2.2105.2706.1141", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2706.1141.zip", + "checksum": "21c3bbe8ff5c97f5a6b6e77d1059234f", + "timestamp": "2021-05-27T06:11:48Z" + }, + { + "version": "2.2105.2705.4416", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2705.4416.zip", + "checksum": "83dd9b25b921eb4e8b8e6538a41d7a7b", + "timestamp": "2021-05-27T05:44:24Z" + }, + { + "version": "2.2105.2620.3051", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2620.3051.zip", + "checksum": "cbae92c3299337c95f9ca40dbeaf9af8", + "timestamp": "2021-05-26T20:30:59Z" + }, + { + "version": "2.2105.2620.810", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2620.0810.zip", + "checksum": "b9df72464fc4794e90d50650a0afb341", + "timestamp": "2021-05-26T20:08:19Z" + }, + { + "version": "2.2105.2619.3940", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2619.3940.zip", + "checksum": "56618972d0624250cc26f391495a9f56", + "timestamp": "2021-05-26T19:39:49Z" + }, + { + "version": "2.2105.2619.1720", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2619.1720.zip", + "checksum": "1d39dca274155851081c429b224467ad", + "timestamp": "2021-05-26T19:17:29Z" + }, + { + "version": "2.2105.2617.3345", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2617.3345.zip", + "checksum": "37e3d27ae45d9fb449ed57cd34baaa4e", + "timestamp": "2021-05-26T17:33:54Z" + }, + { + "version": "2.2105.2615.3914", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2615.3914.zip", + "checksum": "5ca05ad75d11ed6781c278c4703ff743", + "timestamp": "2021-05-26T15:39:23Z" + }, + { + "version": "2.2105.2418.5811", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2418.5811.zip", + "checksum": "b0615d35a9cc7ff36aa3fcba33a5f196", + "timestamp": "2021-05-24T18:58:20Z" + }, + { + "version": "2.2105.2417.4842", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2417.4842.zip", + "checksum": "a51aa7431f7343fe6832e184ae5ca4c0", + "timestamp": "2021-05-24T17:48:51Z" + }, + { + "version": "2.2105.2412.1327", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2412.1327.zip", + "checksum": "057731da3572302262833792513a469d", + "timestamp": "2021-05-24T12:13:36Z" + }, + { + "version": "2.2105.2407.1741", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2407.1741.zip", + "checksum": "8399fedd38944721713bb80212da7360", + "timestamp": "2021-05-24T07:17:49Z" + }, + { + "version": "2.2105.2406.5050", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2406.5050.zip", + "checksum": "2cecb9361cd0acd59498d8d11ff4bfa1", + "timestamp": "2021-05-24T06:50:59Z" + }, + { + "version": "2.2105.2304.4835", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2304.4835.zip", + "checksum": "fcbbbe8e6ef82238824eabf1da87033a", + "timestamp": "2021-05-23T04:48:44Z" + }, + { + "version": "2.2105.2121.3847", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2121.3847.zip", + "checksum": "7b54089975030f25693416a60d6a5094", + "timestamp": "2021-05-21T21:38:56Z" + }, + { + "version": "2.2105.2118.5231", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2118.5231.zip", + "checksum": "119fcd542f88c29521c57ad9ca0dae96", + "timestamp": "2021-05-21T18:52:40Z" + }, + { + "version": "2.2105.2116.2918", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2116.2918.zip", + "checksum": "28775f369ce95ebfaf69df2a001d6308", + "timestamp": "2021-05-21T16:29:27Z" + }, + { + "version": "2.2105.2112.5411", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2112.5411.zip", + "checksum": "dc964a32dadc5641325230de9d55fae4", + "timestamp": "2021-05-21T12:54:20Z" + }, + { + "version": "2.2105.2112.2144", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2112.2144.zip", + "checksum": "8ffe4156f549998d5d19614bdc3d5128", + "timestamp": "2021-05-21T12:21:55Z" + }, + { + "version": "2.2105.2111.5419", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2111.5419.zip", + "checksum": "47e0feb9011bf614fef4f464d31b1cbf", + "timestamp": "2021-05-21T11:54:27Z" + }, + { + "version": "2.2105.2111.2708", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2111.2708.zip", + "checksum": "c89dfd1e43ebcda68d1e5af7c1699efa", + "timestamp": "2021-05-21T11:27:18Z" + }, + { + "version": "2.2105.2104.5035", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2104.5035.zip", + "checksum": "948cd69169fa4f35b30d5e43f523e39f", + "timestamp": "2021-05-21T04:50:43Z" + }, + { + "version": "2.2105.2023.5124", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2023.5124.zip", + "checksum": "46a19d9f68db660b75043b50a919dd07", + "timestamp": "2021-05-20T23:51:32Z" + }, + { + "version": "2.2105.2021.3348", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2021.3348.zip", + "checksum": "7ccbfcb349975f959fe075d3b6c9c00e", + "timestamp": "2021-05-20T21:33:56Z" + }, + { + "version": "2.2105.2021.421", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.2021.0421.zip", + "checksum": "dc6d54057a8471fbe1a474f4932ab3f6", + "timestamp": "2021-05-20T21:04:29Z" + }, + { + "version": "2.2105.1920.5538", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1920.5538.zip", + "checksum": "c1a364b4f1a7c9ade7ff07a518aedd29", + "timestamp": "2021-05-19T20:55:46Z" + }, + { + "version": "2.2105.1821.350", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1821.0350.zip", + "checksum": "6efe98770751061000f030d14f0ebdc6", + "timestamp": "2021-05-18T21:03:58Z" + }, + { + "version": "2.2105.1819.4441", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1819.4441.zip", + "checksum": "485ce005084e6cbdf5bd97a68f625417", + "timestamp": "2021-05-18T19:44:49Z" + }, + { + "version": "2.2105.1818.4855", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1818.4855.zip", + "checksum": "925b5dca14613a45821f03e1aa0c3820", + "timestamp": "2021-05-18T18:49:04Z" + }, + { + "version": "2.2105.1811.4942", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1811.4942.zip", + "checksum": "6e74a2c09c181c2450bb009c47fefa42", + "timestamp": "2021-05-18T11:49:50Z" + }, + { + "version": "2.2105.1806.1641", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1806.1641.zip", + "checksum": "dc9a3050c2a19b790f949eecfb13c0ae", + "timestamp": "2021-05-18T06:16:49Z" + }, + { + "version": "2.2105.1722.2902", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1722.2902.zip", + "checksum": "707d524cdfc6f297dba40e027321f071", + "timestamp": "2021-05-17T22:29:11Z" + }, + { + "version": "2.2105.1717.816", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1717.0816.zip", + "checksum": "0b54db2117aaab22418c1b78c459361c", + "timestamp": "2021-05-17T17:08:24Z" + }, + { + "version": "2.2105.1716.4034", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1716.4034.zip", + "checksum": "3877b581b4a8c9be4bf85cd387df17f0", + "timestamp": "2021-05-17T16:40:42Z" + }, + { + "version": "2.2105.1619.421", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1619.0421.zip", + "checksum": "fcc4c0f24238da4fdc6b025f6e5ab0f0", + "timestamp": "2021-05-16T19:04:30Z" + }, + { + "version": "2.2105.1612.2241", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1612.2241.zip", + "checksum": "95d213153a4da88e61eff770aa570d7d", + "timestamp": "2021-05-16T12:22:49Z" + }, + { + "version": "2.2105.1610.5145", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1610.5145.zip", + "checksum": "c6451c523a80ea2062cad5b63eba0204", + "timestamp": "2021-05-16T10:51:53Z" + }, + { + "version": "2.2105.1610.2213", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1610.2213.zip", + "checksum": "13810034fb3c30519b3e4179c2a2b058", + "timestamp": "2021-05-16T10:22:21Z" + }, + { + "version": "2.2105.1521.2053", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1521.2053.zip", + "checksum": "bf2dc9f49a29646af977ed68f6a8ff6d", + "timestamp": "2021-05-15T21:21:01Z" + }, + { + "version": "2.2105.1514.4821", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1514.4821.zip", + "checksum": "69d2c773ddaa60ff19d46fb9201b04df", + "timestamp": "2021-05-15T14:48:29Z" + }, + { + "version": "2.2105.1308.5536", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1308.5536.zip", + "checksum": "3a8a78c9f3c68c031917313372de5720", + "timestamp": "2021-05-13T08:55:45Z" + }, + { + "version": "2.2105.1114.1535", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1114.1535.zip", + "checksum": "1e11fb2080ba7bdc2161b99709ac558e", + "timestamp": "2021-05-11T14:15:43Z" + }, + { + "version": "2.2105.1113.4328", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1113.4328.zip", + "checksum": "1c27f92de09771aa5f864f0c24169686", + "timestamp": "2021-05-11T13:43:36Z" + }, + { + "version": "2.2105.1113.1602", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1113.1602.zip", + "checksum": "ab0ec9feca72bb993e7e115bee36ce97", + "timestamp": "2021-05-11T13:16:11Z" + }, + { + "version": "2.2105.1112.4751", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1112.4751.zip", + "checksum": "8447ad6de549cdabbd1f6ce1a7c0a8a7", + "timestamp": "2021-05-11T12:47:59Z" + }, + { + "version": "2.2105.1112.1935", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1112.1935.zip", + "checksum": "644ca7258a92f16846be384624d8b3fb", + "timestamp": "2021-05-11T12:19:43Z" + }, + { + "version": "2.2105.1022.2906", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1022.2906.zip", + "checksum": "4fd3c1e1d6e84495b956e72fc5f10eb0", + "timestamp": "2021-05-10T22:29:20Z" + }, + { + "version": "2.2105.1022.2900", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1022.2900.zip", + "checksum": "bd0b7bdd3b41dc7e4fc6374cadc945a2", + "timestamp": "2021-05-10T22:29:19Z" + }, + { + "version": "2.2105.1021.5547", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1021.5547.zip", + "checksum": "8a38d08547aa4e0073151b2cb21792ea", + "timestamp": "2021-05-10T21:56:04Z" + }, + { + "version": "2.2105.1021.2336", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1021.2336.zip", + "checksum": "a0540b10fd9cee129cb855cd6d2fbb7c", + "timestamp": "2021-05-10T21:23:44Z" + }, + { + "version": "2.2105.1020.5332", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1020.5332.zip", + "checksum": "0aef353e99d05b2c384ae5a48e39b73c", + "timestamp": "2021-05-10T20:53:41Z" + }, + { + "version": "2.2105.1015.5409", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.1015.5409.zip", + "checksum": "8647f2d288ed17aa0c2b444a7c38707d", + "timestamp": "2021-05-10T15:54:17Z" + }, + { + "version": "2.2105.720.2926", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0720.2926.zip", + "checksum": "8fdbae85ed236ad14722a9da65416a95", + "timestamp": "2021-05-07T20:29:40Z" + }, + { + "version": "2.2105.713.4050", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0713.4050.zip", + "checksum": "50750ad46b52fcf6d15ac956591279f0", + "timestamp": "2021-05-07T13:40:58Z" + }, + { + "version": "2.2105.712.3300", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0712.3300.zip", + "checksum": "7ecb9fa103a8b8fcb4c1bd099f3365d5", + "timestamp": "2021-05-07T12:33:10Z" + }, + { + "version": "2.2105.706.1517", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0706.1517.zip", + "checksum": "4978ae712018676dd026c82276f73c1c", + "timestamp": "2021-05-07T06:15:27Z" + }, + { + "version": "2.2105.621.5836", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0621.5836.zip", + "checksum": "e0a5691d7864d5144bdbd91651d37a71", + "timestamp": "2021-05-06T21:58:44Z" + }, + { + "version": "2.2105.621.3047", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0621.3047.zip", + "checksum": "4010cd84360c1a4ffda91f915e232fea", + "timestamp": "2021-05-06T21:30:55Z" + }, + { + "version": "2.2105.616.301", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0616.0301.zip", + "checksum": "b35c4e972b900ab07f243d2fae282889", + "timestamp": "2021-05-06T16:03:11Z" + }, + { + "version": "2.2105.615.3430", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0615.3430.zip", + "checksum": "6bb0e164bac9441d067bd13c8e38318a", + "timestamp": "2021-05-06T15:34:39Z" + }, + { + "version": "2.2105.517.4500", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0517.4500.zip", + "checksum": "ea428d93cdf270e7b41f2cf015d90d4f", + "timestamp": "2021-05-05T17:45:09Z" + }, + { + "version": "2.2105.515.4428", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0515.4428.zip", + "checksum": "77f7d3de4c7219a687c408363915e750", + "timestamp": "2021-05-05T15:44:37Z" + }, + { + "version": "2.2105.512.5010", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0512.5010.zip", + "checksum": "3fe7e74e4b2812f36f6da36751addb3d", + "timestamp": "2021-05-05T12:50:19Z" + }, + { + "version": "2.2105.512.2126", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0512.2126.zip", + "checksum": "418cd7146443e0abe4a808d23cc28998", + "timestamp": "2021-05-05T12:21:35Z" + }, + { + "version": "2.2105.511.5216", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0511.5216.zip", + "checksum": "f184c119158aea44be1ca0786147d3f3", + "timestamp": "2021-05-05T11:52:25Z" + }, + { + "version": "2.2105.507.5920", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0507.5920.zip", + "checksum": "7c13356d287bc2b2a5755bc20ee57676", + "timestamp": "2021-05-05T07:59:29Z" + }, + { + "version": "2.2105.504.4538", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0504.4538.zip", + "checksum": "925daad4d60a559e77acbcb996d6a13f", + "timestamp": "2021-05-05T04:45:45Z" + }, + { + "version": "2.2105.504.1822", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0504.1822.zip", + "checksum": "0219e608e84377a25b9ba0ee640fd605", + "timestamp": "2021-05-05T04:18:30Z" + }, + { + "version": "2.2105.502.2520", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0502.2520.zip", + "checksum": "be3eb2b2190ac429ca9c8b0cdc3bdf55", + "timestamp": "2021-05-05T02:25:28Z" + }, + { + "version": "2.2105.501.4042", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0501.4042.zip", + "checksum": "cf02b207efab7d2ca5c6f82d7f2a779b", + "timestamp": "2021-05-05T01:40:51Z" + }, + { + "version": "2.2105.423.344", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0423.0344.zip", + "checksum": "c069db8c334c3e6e9296d18cc556eb32", + "timestamp": "2021-05-04T23:03:53Z" + }, + { + "version": "2.2105.418.1254", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0418.1254.zip", + "checksum": "d1174cebe8714552860fb84e160b3e67", + "timestamp": "2021-05-04T18:13:05Z" + }, + { + "version": "2.2105.417.3544", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0417.3544.zip", + "checksum": "a2a312da0823c6f5c9e40644fa70cae1", + "timestamp": "2021-05-04T17:35:52Z" + }, + { + "version": "2.2105.416.1023", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0416.1023.zip", + "checksum": "97ac5d9948065026d2c2659579d62c54", + "timestamp": "2021-05-04T16:10:32Z" + }, + { + "version": "2.2105.415.4740", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0415.4740.zip", + "checksum": "060c541ea259c36b2fd57e3d5b1ff5fa", + "timestamp": "2021-05-04T15:47:48Z" + }, + { + "version": "2.2105.415.2526", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0415.2526.zip", + "checksum": "2d8f239d708cdef05e78bea88ada83fe", + "timestamp": "2021-05-04T15:25:35Z" + }, + { + "version": "2.2105.409.4748", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0409.4748.zip", + "checksum": "34fe161d4c43c1dc0b66949bca77b1ae", + "timestamp": "2021-05-04T09:47:56Z" + }, + { + "version": "2.2105.409.1754", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0409.1754.zip", + "checksum": "cd6dcb252ad59c3abdfd07e091cbfd41", + "timestamp": "2021-05-04T09:18:03Z" + }, + { + "version": "2.2105.405.3159", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0405.3159.zip", + "checksum": "1f95b94ac08112c59b49e3243f598718", + "timestamp": "2021-05-04T05:32:09Z" + }, + { + "version": "2.2105.405.923", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0405.0923.zip", + "checksum": "2f9176ae2bf4d78ecdd4515d7a729ce9", + "timestamp": "2021-05-04T05:09:32Z" + }, + { + "version": "2.2105.322.2826", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0322.2826.zip", + "checksum": "18346264833a40835920eddb93e7747d", + "timestamp": "2021-05-03T22:28:37Z" + }, + { + "version": "2.2105.322.622", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0322.0622.zip", + "checksum": "410822b526df5cd3c98295586897725f", + "timestamp": "2021-05-03T22:06:31Z" + }, + { + "version": "2.2105.315.5309", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0315.5309.zip", + "checksum": "2987991d092e29c05f2b7f51a6086cbf", + "timestamp": "2021-05-03T15:53:17Z" + }, + { + "version": "2.2105.308.1324", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0308.1324.zip", + "checksum": "cdc25eaa3ac6111b9500b6781a42bdb4", + "timestamp": "2021-05-03T08:13:34Z" + }, + { + "version": "2.2105.221.1658", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0221.1658.zip", + "checksum": "f456a8d054b88a3fbd39146eceaa554e", + "timestamp": "2021-05-02T21:17:07Z" + }, + { + "version": "2.2105.219.4150", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0219.4150.zip", + "checksum": "06a3bad4bbed1f2d2a476cd4c980a3c6", + "timestamp": "2021-05-02T19:41:59Z" + }, + { + "version": "2.2105.216.929", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0216.0929.zip", + "checksum": "eb9cae1b4f301dfe60c4fe8c1709955b", + "timestamp": "2021-05-02T16:09:37Z" + }, + { + "version": "2.2105.209.5610", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0209.5610.zip", + "checksum": "03231da9373e7434f0dc497a73780ce7", + "timestamp": "2021-05-02T09:56:18Z" + }, + { + "version": "2.2105.123.454", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0123.0454.zip", + "checksum": "ff47bf758be09c229938f4df64969f7d", + "timestamp": "2021-05-01T23:05:03Z" + }, + { + "version": "2.2105.116.3047", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0116.3047.zip", + "checksum": "57f961e00440bf5fe97e4bc8435927b2", + "timestamp": "2021-05-01T16:30:55Z" + }, + { + "version": "2.2105.116.405", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2105.0116.0405.zip", + "checksum": "50d8ef41b88410ebf360159eba0efae0", + "timestamp": "2021-05-01T16:04:13Z" + }, + { + "version": "2.2104.3019.754", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.3019.0754.zip", + "checksum": "19c36d08f35f07ef8eb820dd64f9b374", + "timestamp": "2021-04-30T19:08:03Z" + }, + { + "version": "2.2104.3011.1011", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.3011.1011.zip", + "checksum": "762fdb4eb25ec322135fa817deb6d089", + "timestamp": "2021-04-30T11:10:20Z" + }, + { + "version": "2.2104.3008.5505", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.3008.5505.zip", + "checksum": "2570ef709c9801ab94eb038892b63ba8", + "timestamp": "2021-04-30T08:55:13Z" + }, + { + "version": "2.2104.2920.425", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2920.0425.zip", + "checksum": "84bf9aa0a14a3ae2166cc0fef8972c1e", + "timestamp": "2021-04-29T20:04:33Z" + }, + { + "version": "2.2104.2919.3612", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2919.3612.zip", + "checksum": "cbb98de02dc5812533fc47799238f71f", + "timestamp": "2021-04-29T19:36:21Z" + }, + { + "version": "2.2104.2912.4258", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2912.4258.zip", + "checksum": "88a905a2e9e94af800596124f1525e62", + "timestamp": "2021-04-29T12:43:09Z" + }, + { + "version": "2.2104.2714.4456", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2714.4456.zip", + "checksum": "38cec0331ff9b33ea6a5a314f81ab6d6", + "timestamp": "2021-04-27T14:45:05Z" + }, + { + "version": "2.2104.2714.712", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2714.0712.zip", + "checksum": "72617c1917b0b0118af486afd2c81fd4", + "timestamp": "2021-04-27T14:07:20Z" + }, + { + "version": "2.2104.2622.3649", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2622.3649.zip", + "checksum": "eab95bab74a75211295af0d4076043ba", + "timestamp": "2021-04-26T22:36:58Z" + }, + { + "version": "2.2104.2622.853", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2622.0853.zip", + "checksum": "cdf6c7f83f32dfa960083ca4339428f5", + "timestamp": "2021-04-26T22:09:01Z" + }, + { + "version": "2.2104.2615.518", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2615.0518.zip", + "checksum": "bc6b097d7c93b0e58ce283db898217c7", + "timestamp": "2021-04-26T15:05:27Z" + }, + { + "version": "2.2104.2614.556", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2614.0556.zip", + "checksum": "f1611c24b9b64b406884e212c70a22cc", + "timestamp": "2021-04-26T14:06:07Z" + }, + { + "version": "2.2104.2517.5557", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2517.5557.zip", + "checksum": "bc816e48b2c3e8159e1dacd6dd5c6ec3", + "timestamp": "2021-04-25T17:56:08Z" + }, + { + "version": "2.2104.2517.4150", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2517.4150.zip", + "checksum": "d820b2d7016631d940cb848aebf22995", + "timestamp": "2021-04-25T17:41:58Z" + }, + { + "version": "2.2104.2517.1439", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2517.1439.zip", + "checksum": "eb93363c987849d39a078370cc193f0f", + "timestamp": "2021-04-25T17:14:47Z" + }, + { + "version": "2.2104.2516.1740", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2516.1740.zip", + "checksum": "48a5284ba1f4462c0983330b241abfc4", + "timestamp": "2021-04-25T16:17:48Z" + }, + { + "version": "2.2104.2515.5013", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2515.5013.zip", + "checksum": "39b934a994f9c9b199f1c5ec0d66f16f", + "timestamp": "2021-04-25T15:50:20Z" + }, + { + "version": "2.2104.2420.4817", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2420.4817.zip", + "checksum": "0e358530d091ce299119b21514823faa", + "timestamp": "2021-04-24T20:48:26Z" + }, + { + "version": "2.2104.2414.2144", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2414.2144.zip", + "checksum": "84b3e0f459fac46cfbb68966c2893f6c", + "timestamp": "2021-04-24T14:21:53Z" + }, + { + "version": "2.2104.2308.4116", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2308.4116.zip", + "checksum": "c974e74c8944c79f138bb8254733386b", + "timestamp": "2021-04-23T08:41:25Z" + }, + { + "version": "2.2104.2215.2854", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2215.2854.zip", + "checksum": "5fd8618198a87dc8a49aed4520d0f05a", + "timestamp": "2021-04-22T15:29:04Z" + }, + { + "version": "2.2104.2215.122", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2215.0122.zip", + "checksum": "abbfc3923e4bc6e6466b3eb036757759", + "timestamp": "2021-04-22T15:01:31Z" + }, + { + "version": "2.2104.2118.2906", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2118.2906.zip", + "checksum": "159a8b0561cb1d9c57dcf1de2d7e79fd", + "timestamp": "2021-04-21T18:29:15Z" + }, + { + "version": "2.2104.2114.4043", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2114.4043.zip", + "checksum": "d58083d00d4605be7d4fbc0b16317010", + "timestamp": "2021-04-21T14:40:52Z" + }, + { + "version": "2.2104.2114.1320", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2114.1320.zip", + "checksum": "9c8ee89e51380fb872b807737485aa6a", + "timestamp": "2021-04-21T14:13:30Z" + }, + { + "version": "2.2104.2112.4252", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2112.4252.zip", + "checksum": "ca82c8eb2ccaa16b968c0cb6fc0b76be", + "timestamp": "2021-04-21T12:43:03Z" + }, + { + "version": "2.2104.2112.1507", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2112.1507.zip", + "checksum": "72ca588ff7bae87df167fafee4d4d541", + "timestamp": "2021-04-21T12:15:15Z" + }, + { + "version": "2.2104.2016.3014", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2016.3014.zip", + "checksum": "cb1097e1fa06fe680ba608df1ab18bf6", + "timestamp": "2021-04-20T16:30:22Z" + }, + { + "version": "2.2104.2011.5250", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.2011.5250.zip", + "checksum": "1cc2c208c672875601dea66386595589", + "timestamp": "2021-04-20T11:52:59Z" + }, + { + "version": "2.2104.1918.5226", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1918.5226.zip", + "checksum": "635ca4329dd280c1166e81a18f9e6ced", + "timestamp": "2021-04-19T18:52:35Z" + }, + { + "version": "2.2104.1913.4048", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1913.4048.zip", + "checksum": "5913df821ddac48c4b09eff58d06b500", + "timestamp": "2021-04-19T13:40:57Z" + }, + { + "version": "2.2104.1913.851", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1913.0851.zip", + "checksum": "9536857853253258b08fb6dd6187661b", + "timestamp": "2021-04-19T13:09:00Z" + }, + { + "version": "2.2104.1912.3849", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1912.3849.zip", + "checksum": "3dafe4df025bb0ff9f6afbc2a836840c", + "timestamp": "2021-04-19T12:38:57Z" + }, + { + "version": "2.2104.1906.5334", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1906.5334.zip", + "checksum": "42d4b064ff99c16f72fd44554d7094c4", + "timestamp": "2021-04-19T06:53:44Z" + }, + { + "version": "2.2104.1804.4813", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1804.4813.zip", + "checksum": "b0c5f2aa3e623717581778d7d9fa5d21", + "timestamp": "2021-04-18T04:48:22Z" + }, + { + "version": "2.2104.1713.1431", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1713.1431.zip", + "checksum": "1487da374ad605495c3589aa0550c220", + "timestamp": "2021-04-17T13:14:38Z" + }, + { + "version": "2.2104.1514.255", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1514.0255.zip", + "checksum": "b8595a7afea026482aea123f30687849", + "timestamp": "2021-04-15T14:03:05Z" + }, + { + "version": "2.2104.1421.1051", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1421.1051.zip", + "checksum": "76bc87c19129476dad12529cc0bec6e1", + "timestamp": "2021-04-14T21:10:59Z" + }, + { + "version": "2.2104.1418.2003", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1418.2003.zip", + "checksum": "7ac8b0148874fee64f40209605378a03", + "timestamp": "2021-04-14T18:20:11Z" + }, + { + "version": "2.2104.1416.4614", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1416.4614.zip", + "checksum": "cd91f1883d137a3da6a494c198c4614a", + "timestamp": "2021-04-14T16:46:23Z" + }, + { + "version": "2.2104.1414.3210", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1414.3210.zip", + "checksum": "81ea72ea5df6548cd6969af2e37b8c38", + "timestamp": "2021-04-14T14:32:18Z" + }, + { + "version": "2.2104.1414.429", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1414.0429.zip", + "checksum": "065a565caf25eaddc3263b3a484fd2d4", + "timestamp": "2021-04-14T14:04:37Z" + }, + { + "version": "2.2104.1413.2029", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1413.2029.zip", + "checksum": "e5deeef3d0cc699a4dc935ecaca02511", + "timestamp": "2021-04-14T13:20:40Z" + }, + { + "version": "2.2104.1409.4852", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1409.4852.zip", + "checksum": "a45c6a79d886499ea6ad0c71e90e745b", + "timestamp": "2021-04-14T09:49:03Z" + }, + { + "version": "2.2104.1317.4029", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1317.4029.zip", + "checksum": "2028f35458c9d28be4b52f0a2755d5bb", + "timestamp": "2021-04-13T17:40:37Z" + }, + { + "version": "2.2104.1315.146", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1315.0146.zip", + "checksum": "1081d60cc37734e4eeb104bdffd97c27", + "timestamp": "2021-04-13T15:01:54Z" + }, + { + "version": "2.2104.1314.1014", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1314.1014.zip", + "checksum": "6b02fe96b9f72f81e9112ac6d21ea2f2", + "timestamp": "2021-04-13T14:10:23Z" + }, + { + "version": "2.2104.1313.1408", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1313.1408.zip", + "checksum": "c4b2ef454d7742d1cc55427821a0a645", + "timestamp": "2021-04-13T13:14:16Z" + }, + { + "version": "2.2104.1309.4818", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1309.4818.zip", + "checksum": "e510f2f7f33d4e84488c195fabbc013b", + "timestamp": "2021-04-13T09:48:26Z" + }, + { + "version": "2.2104.1221.512", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1221.0512.zip", + "checksum": "65c58ec9a84d4f341d15d2fabb132340", + "timestamp": "2021-04-12T21:05:21Z" + }, + { + "version": "2.2104.1218.1731", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1218.1731.zip", + "checksum": "b6edbff934e27ae6680212146db9011e", + "timestamp": "2021-04-12T18:17:40Z" + }, + { + "version": "2.2104.1214.3919", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1214.3919.zip", + "checksum": "fa969ba655590e188d81386f429633fe", + "timestamp": "2021-04-12T14:39:28Z" + }, + { + "version": "2.2104.1214.1044", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1214.1044.zip", + "checksum": "ac726ce505d818485a43b66a71cf6305", + "timestamp": "2021-04-12T14:10:54Z" + }, + { + "version": "2.2104.1209.1822", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1209.1822.zip", + "checksum": "b6deba36685f3de9af882d8c1590326d", + "timestamp": "2021-04-12T09:18:30Z" + }, + { + "version": "2.2104.1121.5336", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1121.5336.zip", + "checksum": "7dd1d5a928653a409b0db2ed62eed88e", + "timestamp": "2021-04-11T21:53:45Z" + }, + { + "version": "2.2104.1118.1816", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1118.1816.zip", + "checksum": "f249d67eaff517fe3e1309e93afa89b1", + "timestamp": "2021-04-11T18:18:24Z" + }, + { + "version": "2.2104.1117.5107", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1117.5107.zip", + "checksum": "42eae28e6c3226bc834ac8698d93f8ba", + "timestamp": "2021-04-11T17:51:15Z" + }, + { + "version": "2.2104.1116.4727", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1116.4727.zip", + "checksum": "d200e0ea4828f0a337670026ecc2338a", + "timestamp": "2021-04-11T16:47:35Z" + }, + { + "version": "2.2104.1116.1921", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1116.1921.zip", + "checksum": "c200bb9a4db1dec5bee7a2c2610a967d", + "timestamp": "2021-04-11T16:19:30Z" + }, + { + "version": "2.2104.1112.3047", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1112.3047.zip", + "checksum": "871daf68ad857aaf7d695833ddf93bd4", + "timestamp": "2021-04-11T12:30:55Z" + }, + { + "version": "2.2104.1112.317", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1112.0317.zip", + "checksum": "aca9a630f3d965deeca9492885c67893", + "timestamp": "2021-04-11T12:03:26Z" + }, + { + "version": "2.2104.1023.3049", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1023.3049.zip", + "checksum": "157ca192bd6cc168dfc411e6fff176ad", + "timestamp": "2021-04-10T23:30:58Z" + }, + { + "version": "2.2104.1023.341", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1023.0341.zip", + "checksum": "28e77ffa72341170ab4eb24609f3976e", + "timestamp": "2021-04-10T23:03:49Z" + }, + { + "version": "2.2104.1021.5936", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1021.5936.zip", + "checksum": "20328cb8befdc853bea04d4e2aaceb5b", + "timestamp": "2021-04-10T21:59:45Z" + }, + { + "version": "2.2104.1021.3238", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1021.3238.zip", + "checksum": "21b030df73eda3c3007bbc4bd8d70eef", + "timestamp": "2021-04-10T21:32:46Z" + }, + { + "version": "2.2104.1020.1240", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1020.1240.zip", + "checksum": "1c74a9aa05ebc9dcdbfb23273de428e5", + "timestamp": "2021-04-10T20:12:48Z" + }, + { + "version": "2.2104.1019.5119", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1019.5119.zip", + "checksum": "ca3d063b3742c8208f1aae9130d931f0", + "timestamp": "2021-04-10T19:51:28Z" + }, + { + "version": "2.2104.1017.4712", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1017.4712.zip", + "checksum": "50d3934492d6613b15fc862fd2bef42c", + "timestamp": "2021-04-10T17:47:21Z" + }, + { + "version": "2.2104.1015.4026", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1015.4026.zip", + "checksum": "74ad291acec37e62a2a1949aefbfd839", + "timestamp": "2021-04-10T15:40:34Z" + }, + { + "version": "2.2104.1001.2050", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1001.2050.zip", + "checksum": "7348950f86642f6a1f9d766bd06eaf44", + "timestamp": "2021-04-10T01:20:59Z" + }, + { + "version": "2.2104.1000.249", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.1000.0249.zip", + "checksum": "fe3c84d994306af28965f1761d50b795", + "timestamp": "2021-04-10T00:02:57Z" + }, + { + "version": "2.2104.922.38", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0922.0038.zip", + "checksum": "9c4ce2613e1942776eb9ffc41135a6b6", + "timestamp": "2021-04-09T22:00:46Z" + }, + { + "version": "2.2104.921.3139", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0921.3139.zip", + "checksum": "3f04a6b43641b1a10cd5df45baaafbc0", + "timestamp": "2021-04-09T21:31:47Z" + }, + { + "version": "2.2104.911.433", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0911.0433.zip", + "checksum": "52f67138c62bb021fbabda438db22505", + "timestamp": "2021-04-09T11:04:41Z" + }, + { + "version": "2.2104.910.3608", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0910.3608.zip", + "checksum": "1542ef6a956262f2e1c45e3e7eb9ce8d", + "timestamp": "2021-04-09T10:36:17Z" + }, + { + "version": "2.2104.821.5626", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0821.5626.zip", + "checksum": "7ce3c228f7b1aeebe28ea4beeb715c81", + "timestamp": "2021-04-08T21:56:35Z" + }, + { + "version": "2.2104.816.3934", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0816.3934.zip", + "checksum": "7a3a7d2f407a6f21cb422d5de156d7de", + "timestamp": "2021-04-08T16:39:42Z" + }, + { + "version": "2.2104.812.4912", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0812.4912.zip", + "checksum": "20672a5bdd6a912aabd391c7224a450b", + "timestamp": "2021-04-08T12:49:20Z" + }, + { + "version": "2.2104.811.3802", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0811.3802.zip", + "checksum": "fe0a485da4244656e8fea98353ab1573", + "timestamp": "2021-04-08T11:38:11Z" + }, + { + "version": "2.2104.723.2815", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0723.2815.zip", + "checksum": "9566ee8c343c5e3a374a4e083e23e1bd", + "timestamp": "2021-04-07T23:28:24Z" + }, + { + "version": "2.2104.722.5252", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0722.5252.zip", + "checksum": "1b1a21cdcada525f431b7dbe88599be7", + "timestamp": "2021-04-07T22:53:01Z" + }, + { + "version": "2.2104.721.4925", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0721.4925.zip", + "checksum": "0e9640c55e78d60ea4a4934bca4fa35d", + "timestamp": "2021-04-07T21:49:33Z" + }, + { + "version": "2.2104.721.939", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0721.0939.zip", + "checksum": "ae6944ba303297d877ae36e588958376", + "timestamp": "2021-04-07T21:09:49Z" + }, + { + "version": "2.2104.717.2557", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0717.2557.zip", + "checksum": "5c230165fc2ed8ba78e97a947ab1a0e1", + "timestamp": "2021-04-07T17:26:05Z" + }, + { + "version": "2.2104.716.5300", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0716.5300.zip", + "checksum": "802c847d0d61c927ae9d06046bab3293", + "timestamp": "2021-04-07T16:53:08Z" + }, + { + "version": "2.2104.713.2557", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0713.2557.zip", + "checksum": "1747572bc1bcca604955a68a49592369", + "timestamp": "2021-04-07T13:26:06Z" + }, + { + "version": "2.2104.712.5849", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0712.5849.zip", + "checksum": "8ca438299c93882a1b29d35c96e45419", + "timestamp": "2021-04-07T12:58:57Z" + }, + { + "version": "2.2104.619.1500", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0619.1500.zip", + "checksum": "69f8c02ce52bc89bb0f6390c6672741d", + "timestamp": "2021-04-06T19:15:07Z" + }, + { + "version": "2.2104.515.5318", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0515.5318.zip", + "checksum": "5fb421da6736b325961be4a96677b86f", + "timestamp": "2021-04-05T15:53:27Z" + }, + { + "version": "2.2104.512.1417", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0512.1417.zip", + "checksum": "8c1586ff9e54db1bded796f2eb1988c0", + "timestamp": "2021-04-05T12:14:25Z" + }, + { + "version": "2.2104.506.5743", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0506.5743.zip", + "checksum": "30954f7cda9427c9c7543c925029a857", + "timestamp": "2021-04-05T06:57:52Z" + }, + { + "version": "2.2104.415.3801", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0415.3801.zip", + "checksum": "bdd3cb403abc237b32a5aca1b5a103b4", + "timestamp": "2021-04-04T15:38:09Z" + }, + { + "version": "2.2104.411.4251", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0411.4251.zip", + "checksum": "386698f0adf3a0d5ead225e3bedafa27", + "timestamp": "2021-04-04T11:42:59Z" + }, + { + "version": "2.2104.322.1624", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0322.1624.zip", + "checksum": "1dd92deacfb3dd9f535c07e18fe5b5cb", + "timestamp": "2021-04-03T22:16:33Z" + }, + { + "version": "2.2104.317.5019", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0317.5019.zip", + "checksum": "dc97cbeff9b9506b1a4caae2076c6501", + "timestamp": "2021-04-03T17:50:27Z" + }, + { + "version": "2.2104.300.2343", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0300.2343.zip", + "checksum": "47eac28936fada19ca46d62078bbf0d0", + "timestamp": "2021-04-03T00:23:51Z" + }, + { + "version": "2.2104.223.1952", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0223.1952.zip", + "checksum": "f043031b6cf656386eb2c71c8e224d64", + "timestamp": "2021-04-02T23:20:00Z" + }, + { + "version": "2.2104.222.5328", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0222.5328.zip", + "checksum": "c1cd97c7f24a1787f560dd162d27989e", + "timestamp": "2021-04-02T22:53:36Z" + }, + { + "version": "2.2104.215.131", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0215.0131.zip", + "checksum": "60911fd435bd86632476b0f264c04746", + "timestamp": "2021-04-02T15:01:39Z" + }, + { + "version": "2.2104.117.4439", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0117.4439.zip", + "checksum": "534717bcda9dbd0c1089e7ef3c48332a", + "timestamp": "2021-04-01T17:44:48Z" + }, + { + "version": "2.2104.116.2840", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0116.2840.zip", + "checksum": "4345f036219f509068cd569e6826c8cf", + "timestamp": "2021-04-01T16:28:48Z" + }, + { + "version": "2.2104.116.149", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2104.0116.0149.zip", + "checksum": "25f692491a858427e9e88e5042396608", + "timestamp": "2021-04-01T16:01:58Z" + }, + { + "version": "2.2103.3013.5936", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.3013.5936.zip", + "checksum": "bb3c4aeb9f03186ebc59d11a783f1c9f", + "timestamp": "2021-03-30T13:59:47Z" + }, + { + "version": "2.2103.2716.4951", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2716.4951.zip", + "checksum": "f0fef6021ab77e3d23425b406160a524", + "timestamp": "2021-03-27T16:49:59Z" + }, + { + "version": "2.2103.2708.5012", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2708.5012.zip", + "checksum": "20d0c0df2052f9b01f6c369d6aa547f4", + "timestamp": "2021-03-27T08:50:20Z" + }, + { + "version": "2.2103.2700.2928", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2700.2928.zip", + "checksum": "d021ef972feea64846deedc8756b6ba2", + "timestamp": "2021-03-27T00:29:36Z" + }, + { + "version": "2.2103.2700.48", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2700.0048.zip", + "checksum": "3359e2a5432e0ba2af9616beee4eb31e", + "timestamp": "2021-03-27T00:00:56Z" + }, + { + "version": "2.2103.2612.127", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2612.0127.zip", + "checksum": "bea72daf0b9ebd24fc8043d6feb460a7", + "timestamp": "2021-03-26T12:01:36Z" + }, + { + "version": "2.2103.2611.3642", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2611.3642.zip", + "checksum": "46720eedf4593da843f987690d423328", + "timestamp": "2021-03-26T11:36:51Z" + }, + { + "version": "2.2103.2523.2021", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2523.2021.zip", + "checksum": "bd6a663301b2521f7dc238228c2e785a", + "timestamp": "2021-03-25T23:20:29Z" + }, + { + "version": "2.2103.2516.5349", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2516.5349.zip", + "checksum": "b437a183a1764fe6bb9df016a2a88aff", + "timestamp": "2021-03-25T16:53:57Z" + }, + { + "version": "2.2103.2516.2421", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2516.2421.zip", + "checksum": "4c7ec86bd8602dbdbacdb1532272dfc3", + "timestamp": "2021-03-25T16:24:30Z" + }, + { + "version": "2.2103.2501.5836", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2501.5836.zip", + "checksum": "510ca66d35e137837f949d68ee9f7b9d", + "timestamp": "2021-03-25T01:58:44Z" + }, + { + "version": "2.2103.2501.3002", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2501.3002.zip", + "checksum": "a00527fc77eeefd350048837d28ad048", + "timestamp": "2021-03-25T01:30:10Z" + }, + { + "version": "2.2103.2500.3436", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2500.3436.zip", + "checksum": "c04294cdbf050d41a8bf388ebc2a47ea", + "timestamp": "2021-03-25T00:34:44Z" + }, + { + "version": "2.2103.2422.2915", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2422.2915.zip", + "checksum": "5484c6fa420c20f36195cd26b3bed995", + "timestamp": "2021-03-24T22:29:24Z" + }, + { + "version": "2.2103.2314.4052", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2314.4052.zip", + "checksum": "c856469911778dcacfec9f3e373602e2", + "timestamp": "2021-03-23T14:41:01Z" + }, + { + "version": "2.2103.2306.3438", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2306.3438.zip", + "checksum": "9369d0ed1aea9d2a4a9b58277e80e5bd", + "timestamp": "2021-03-23T06:34:47Z" + }, + { + "version": "2.2103.2305.314", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2305.0314.zip", + "checksum": "490c7a60c49da05eaeb1e522a74914e8", + "timestamp": "2021-03-23T05:03:23Z" + }, + { + "version": "2.2103.2301.2404", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2301.2404.zip", + "checksum": "80a50f31afea1bc6eee7c03f5abd4e21", + "timestamp": "2021-03-23T01:24:13Z" + }, + { + "version": "2.2103.2222.2404", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2222.2404.zip", + "checksum": "db30f011f05fa080f36af5957ccc60e7", + "timestamp": "2021-03-22T22:24:12Z" + }, + { + "version": "2.2103.2219.234", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2219.0234.zip", + "checksum": "192c5eecf7a257f006eb59a646ab3652", + "timestamp": "2021-03-22T19:02:42Z" + }, + { + "version": "2.2103.2218.3735", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2218.3735.zip", + "checksum": "c1f494980420e2ac90046adf41edd13a", + "timestamp": "2021-03-22T18:37:48Z" + }, + { + "version": "2.2103.2218.3729", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2218.3729.zip", + "checksum": "d4f37deb0a046e203ad2807fccbdbb53", + "timestamp": "2021-03-22T18:37:46Z" + }, + { + "version": "2.2103.2218.659", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2218.0659.zip", + "checksum": "0b4316959d084f8d7887476caf9d8fee", + "timestamp": "2021-03-22T18:07:07Z" + }, + { + "version": "2.2103.2217.2229", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2217.2229.zip", + "checksum": "ad2e75c7788e8636a9d32f0d3d9357ed", + "timestamp": "2021-03-22T17:22:37Z" + }, + { + "version": "2.2103.2123.2935", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2123.2935.zip", + "checksum": "2667dc463472d295abf5dd0b1b472f9b", + "timestamp": "2021-03-21T23:29:47Z" + }, + { + "version": "2.2103.2119.3743", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2119.3743.zip", + "checksum": "3839bf9712dee40dfb0b805208912aa1", + "timestamp": "2021-03-21T19:37:52Z" + }, + { + "version": "2.2103.2114.2534", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2114.2534.zip", + "checksum": "cffb385fed8a4d2bcaa365027b4ca81d", + "timestamp": "2021-03-21T14:25:43Z" + }, + { + "version": "2.2103.2001.1512", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2001.1512.zip", + "checksum": "716f339e67253e4c1fb621c0796d6e8e", + "timestamp": "2021-03-20T01:15:21Z" + }, + { + "version": "2.2103.2000.1306", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.2000.1306.zip", + "checksum": "0935966f89c710837874eee316d9082c", + "timestamp": "2021-03-20T00:13:14Z" + }, + { + "version": "2.2103.1918.459", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1918.0459.zip", + "checksum": "33888bad4a1817e82e34cf47ec420cb5", + "timestamp": "2021-03-19T18:05:07Z" + }, + { + "version": "2.2103.1909.1743", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1909.1743.zip", + "checksum": "ec8db222ff80ad83617fc1f98651f072", + "timestamp": "2021-03-19T09:17:51Z" + }, + { + "version": "2.2103.1908.4806", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1908.4806.zip", + "checksum": "879ccc902e7aaa1cb3d80b08a6ca259c", + "timestamp": "2021-03-19T08:48:14Z" + }, + { + "version": "2.2103.1907.4210", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1907.4210.zip", + "checksum": "cead2d75fef8a0b88886d3e4b2b77972", + "timestamp": "2021-03-19T07:42:20Z" + }, + { + "version": "2.2103.1907.1508", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1907.1508.zip", + "checksum": "f85c195a5fc28eeb399ddae460d61543", + "timestamp": "2021-03-19T07:15:16Z" + }, + { + "version": "2.2103.1815.953", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1815.0953.zip", + "checksum": "d958e9e0ec148c81e354be7eed714b50", + "timestamp": "2021-03-18T15:10:01Z" + }, + { + "version": "2.2103.1811.1500", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1811.1500.zip", + "checksum": "2a27427f98e3cae6fb40d2dfc727230a", + "timestamp": "2021-03-18T11:15:09Z" + }, + { + "version": "2.2103.1703.4649", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1703.4649.zip", + "checksum": "d0db98cc48d7211185a47f61236ffc9c", + "timestamp": "2021-03-17T03:47:01Z" + }, + { + "version": "2.2103.1620.1246", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1620.1246.zip", + "checksum": "3860cb0fd936d00c4258306299c8c52c", + "timestamp": "2021-03-16T20:12:54Z" + }, + { + "version": "2.2103.1619.4532", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1619.4532.zip", + "checksum": "84e99cbcf8a29077144c5c76a18b7ff4", + "timestamp": "2021-03-16T19:45:40Z" + }, + { + "version": "2.2103.1614.249", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1614.0249.zip", + "checksum": "0cca87c1906c17f9b3aaf5c02482c8b5", + "timestamp": "2021-03-16T14:02:58Z" + }, + { + "version": "2.2103.1518.4352", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1518.4352.zip", + "checksum": "c7d82917ee777b28efc6267c50497b41", + "timestamp": "2021-03-15T18:44:01Z" + }, + { + "version": "2.2103.1517.2539", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1517.2539.zip", + "checksum": "9e03970141a540e758e360830cd1cb18", + "timestamp": "2021-03-15T17:25:47Z" + }, + { + "version": "2.2103.1515.5741", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1515.5741.zip", + "checksum": "8039c29c9b3d541e09209ee7b629b2cd", + "timestamp": "2021-03-15T15:57:50Z" + }, + { + "version": "2.2103.1513.4834", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1513.4834.zip", + "checksum": "0fb4ef509a87f4f01e9a8ea44dc95baa", + "timestamp": "2021-03-15T13:48:42Z" + }, + { + "version": "2.2103.1508.3203", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1508.3203.zip", + "checksum": "51774e7e206ffb08a51922c28ec00f87", + "timestamp": "2021-03-15T08:32:12Z" + }, + { + "version": "2.2103.1422.4123", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1422.4123.zip", + "checksum": "d47246077aa01ae2ad8eba1588ab7630", + "timestamp": "2021-03-14T22:41:31Z" + }, + { + "version": "2.2103.1418.3315", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1418.3315.zip", + "checksum": "c59fc3eafa3b704668e4f554d2dff7c2", + "timestamp": "2021-03-14T18:33:24Z" + }, + { + "version": "2.2103.1417.2843", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1417.2843.zip", + "checksum": "ea79b3c1def8b1dda970976a835f7f0e", + "timestamp": "2021-03-14T17:28:52Z" + }, + { + "version": "2.2103.1414.3253", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1414.3253.zip", + "checksum": "508d4b9afdf9596d5ab5e4b5ea2a4c05", + "timestamp": "2021-03-14T14:33:01Z" + }, + { + "version": "2.2103.1413.113", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1413.0113.zip", + "checksum": "dd324dbf4a1a8d73bac1c49fddc08f01", + "timestamp": "2021-03-14T13:01:22Z" + }, + { + "version": "2.2103.1407.5102", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1407.5102.zip", + "checksum": "70353eae348b2fbeae56f05bf57d456d", + "timestamp": "2021-03-14T07:51:10Z" + }, + { + "version": "2.2103.1400.1416", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1400.1416.zip", + "checksum": "30819c1d332f84602332ab3f9b9b59bc", + "timestamp": "2021-03-14T00:14:24Z" + }, + { + "version": "2.2103.1323.4515", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1323.4515.zip", + "checksum": "a725b6f009d5dbfc93f7a5ea4c088bde", + "timestamp": "2021-03-13T23:45:23Z" + }, + { + "version": "2.2103.1322.2359", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1322.2359.zip", + "checksum": "fe58809faf5916aed2e291bc2f94a323", + "timestamp": "2021-03-13T22:24:07Z" + }, + { + "version": "2.2103.1314.5504", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1314.5504.zip", + "checksum": "3f2b6c9d45a0f85d6b12316546e4c22e", + "timestamp": "2021-03-13T14:55:13Z" + }, + { + "version": "2.2103.1314.2648", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1314.2648.zip", + "checksum": "9eea642dc38a24cd5d8c5498076f5c05", + "timestamp": "2021-03-13T14:26:56Z" + }, + { + "version": "2.2103.1302.4017", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1302.4017.zip", + "checksum": "348f8f3bf5e25556da26170d4fe82d7b", + "timestamp": "2021-03-13T02:40:27Z" + }, + { + "version": "2.2103.1223.2316", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1223.2316.zip", + "checksum": "f49f561a7e6bfc34cabaa283d7efeec1", + "timestamp": "2021-03-12T23:23:25Z" + }, + { + "version": "2.2103.1214.1725", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1214.1725.zip", + "checksum": "9c3c9c0d19f70b73c0bf28b98695803b", + "timestamp": "2021-03-12T14:17:34Z" + }, + { + "version": "2.2103.1213.4953", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1213.4953.zip", + "checksum": "f1e55fa5407687c7fcead31966414927", + "timestamp": "2021-03-12T13:50:02Z" + }, + { + "version": "2.2103.1209.444", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1209.0444.zip", + "checksum": "d5fc97671ded87adbb428060bd58b544", + "timestamp": "2021-03-12T09:04:52Z" + }, + { + "version": "2.2103.1123.3849", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1123.3849.zip", + "checksum": "e5b1bc83b6bf8942dfe449ac1d09a582", + "timestamp": "2021-03-11T23:38:57Z" + }, + { + "version": "2.2103.1122.2426", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1122.2426.zip", + "checksum": "673d9c583c831cdcb8c819043798007d", + "timestamp": "2021-03-11T22:24:34Z" + }, + { + "version": "2.2103.1121.5552", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1121.5552.zip", + "checksum": "7b4c789605b3e883996c1cf954d62920", + "timestamp": "2021-03-11T21:56:01Z" + }, + { + "version": "2.2103.1120.1535", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1120.1535.zip", + "checksum": "48eaa6b4803e4160c7d86516b39e47d5", + "timestamp": "2021-03-11T20:15:44Z" + }, + { + "version": "2.2103.1116.942", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1116.0942.zip", + "checksum": "742a012ce72876f877896238a53c8ef1", + "timestamp": "2021-03-11T16:09:51Z" + }, + { + "version": "2.2103.1115.2711", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1115.2711.zip", + "checksum": "a0446107dcfbbf7abc80ecc35e1d0279", + "timestamp": "2021-03-11T15:27:21Z" + }, + { + "version": "2.2103.1111.859", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1111.0859.zip", + "checksum": "d728474fa14332f5d5799834e42b36c8", + "timestamp": "2021-03-11T11:09:07Z" + }, + { + "version": "2.2103.1100.312", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1100.0312.zip", + "checksum": "1fbe92b6541e0b4b11366204bd5256f8", + "timestamp": "2021-03-11T00:03:20Z" + }, + { + "version": "2.2103.1022.4146", + "changelog": "- Split out from the Anime plugin - Unpin patch version of DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anilist/anilist_2.2103.1022.4146.zip", + "checksum": "05cf24794427a46090ebf477c43e5f56", + "timestamp": "2021-03-10T22:41:54Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "776d9158-b91f-49d9-82c5-dacce63d63b8", + "name": "AniSearch", + "description": "AniSearch metadata provider\n", + "overview": "AniSearch metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-anisearch.png", + "versions": [ + { + "version": "4.0.0.0", + "changelog": "### Code or Repo Maintenance ###\n- 10.8 support (#7) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_4.0.0.0.zip", + "checksum": "03e7ab39095b37e3d1ef607d67b627ba", + "timestamp": "2022-01-07T21:09:14Z" + }, + { + "version": "2.2106.2121.3307", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.2121.3307.zip", + "checksum": "8e574d0b5bedadc306579927941e9752", + "timestamp": "2021-06-21T21:33:14Z" + }, + { + "version": "2.2106.2114.1134", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.2114.1134.zip", + "checksum": "4505f92f9a6ccfec2b4b23530bf22d38", + "timestamp": "2021-06-21T14:11:41Z" + }, + { + "version": "2.2106.2107.1240", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.2107.1240.zip", + "checksum": "a382b825f3a50891400997577c6e573e", + "timestamp": "2021-06-21T07:12:48Z" + }, + { + "version": "2.2106.1823.756", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1823.0756.zip", + "checksum": "a1ce6341cc779a26086c75a3f87dcf2f", + "timestamp": "2021-06-18T23:08:05Z" + }, + { + "version": "2.2106.1815.5343", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1815.5343.zip", + "checksum": "6f6ade4145c77a523e287c1383ed3eb4", + "timestamp": "2021-06-18T15:53:50Z" + }, + { + "version": "2.2106.1810.3231", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1810.3231.zip", + "checksum": "85a2d87adedf6736346f941b597b5996", + "timestamp": "2021-06-18T10:32:38Z" + }, + { + "version": "2.2106.1602.5017", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1602.5017.zip", + "checksum": "e7da202eac897fd4a5f72cabdc9120fe", + "timestamp": "2021-06-16T02:50:24Z" + }, + { + "version": "2.2106.1514.3730", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1514.3730.zip", + "checksum": "2ceb8070b81bd0bc79fcb025fe4b38ed", + "timestamp": "2021-06-15T14:37:37Z" + }, + { + "version": "2.2106.1514.929", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1514.0929.zip", + "checksum": "c6aa35f28682712a198efb0bb7de33d8", + "timestamp": "2021-06-15T14:09:36Z" + }, + { + "version": "2.2106.1503.5933", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1503.5933.zip", + "checksum": "c593c734d7faa1c35c1887d1b1d692b2", + "timestamp": "2021-06-15T03:59:40Z" + }, + { + "version": "2.2106.1422.2043", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1422.2043.zip", + "checksum": "6ffb4a0bfc71bc3d803e578bc3853898", + "timestamp": "2021-06-14T22:20:50Z" + }, + { + "version": "2.2106.1421.5719", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1421.5719.zip", + "checksum": "acb05e849ad6f5542b843c9abd11e1a7", + "timestamp": "2021-06-14T21:57:27Z" + }, + { + "version": "2.2106.1417.5426", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1417.5426.zip", + "checksum": "ae8f0911be2e7e879e9be86213d04138", + "timestamp": "2021-06-14T17:54:33Z" + }, + { + "version": "2.2106.1315.2924", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1315.2924.zip", + "checksum": "516c17d8b59cdb8740cb703b94b960db", + "timestamp": "2021-06-13T15:29:31Z" + }, + { + "version": "2.2106.1313.2914", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1313.2914.zip", + "checksum": "c4bb105cd8fec6ea1bf0ce3f5172895d", + "timestamp": "2021-06-13T13:29:21Z" + }, + { + "version": "2.2106.1306.4155", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1306.4155.zip", + "checksum": "69253cd3f2c763a0b411f5214d5c254e", + "timestamp": "2021-06-13T06:42:05Z" + }, + { + "version": "2.2106.1306.1927", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1306.1927.zip", + "checksum": "8116d09bd94d597fba044afefa629825", + "timestamp": "2021-06-13T06:19:35Z" + }, + { + "version": "2.2106.1215.2533", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1215.2533.zip", + "checksum": "6aeac2e3d78eb35d6c85b678eecc6ca4", + "timestamp": "2021-06-12T15:25:40Z" + }, + { + "version": "2.2106.1206.5636", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1206.5636.zip", + "checksum": "9691aeba26618d20320f999cd661ff4b", + "timestamp": "2021-06-12T06:56:44Z" + }, + { + "version": "2.2106.1206.3452", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1206.3452.zip", + "checksum": "ed72528bec29cc03772e800bdc02c22a", + "timestamp": "2021-06-12T06:35:01Z" + }, + { + "version": "2.2106.1123.4347", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1123.4347.zip", + "checksum": "9515181aaf5a4592f1a9f76188916151", + "timestamp": "2021-06-11T23:43:55Z" + }, + { + "version": "2.2106.1123.1640", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1123.1640.zip", + "checksum": "1fecdfa098eef7ea129ff9ea2db1aee8", + "timestamp": "2021-06-11T23:16:47Z" + }, + { + "version": "2.2106.1122.4626", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1122.4626.zip", + "checksum": "78f64c54477d505fbaad9552199c1cda", + "timestamp": "2021-06-11T22:46:33Z" + }, + { + "version": "2.2106.1114.3506", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1114.3506.zip", + "checksum": "5b563742bf4edb104edb54a06fa22502", + "timestamp": "2021-06-11T14:35:13Z" + }, + { + "version": "2.2106.1114.550", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1114.0550.zip", + "checksum": "5d29a6aa177a5b5c7e2e83fef7ff1cc0", + "timestamp": "2021-06-11T14:05:58Z" + }, + { + "version": "2.2106.1113.4256", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1113.4256.zip", + "checksum": "25c66319f2bf87fe94a43baeea465d5b", + "timestamp": "2021-06-11T13:43:05Z" + }, + { + "version": "2.2106.1113.1007", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1113.1007.zip", + "checksum": "3ee56f8124611811bfc44162ae62c4a6", + "timestamp": "2021-06-11T13:10:14Z" + }, + { + "version": "2.2106.1112.4716", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1112.4716.zip", + "checksum": "bcb1d01787ed969fc7b963a754559614", + "timestamp": "2021-06-11T12:47:24Z" + }, + { + "version": "2.2106.1108.1833", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1108.1833.zip", + "checksum": "54c6ee41d9056f98a5be98c3276ad0dc", + "timestamp": "2021-06-11T08:18:40Z" + }, + { + "version": "2.2106.1106.710", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1106.0710.zip", + "checksum": "e4470442bcabb6482e83750c0c9075b0", + "timestamp": "2021-06-11T06:07:17Z" + }, + { + "version": "2.2106.1105.4344", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1105.4344.zip", + "checksum": "1621a25ac9ce1d5c11475857c31ae02b", + "timestamp": "2021-06-11T05:43:52Z" + }, + { + "version": "2.2106.1105.1427", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1105.1427.zip", + "checksum": "996bf281f5b3154470c23189f2295c41", + "timestamp": "2021-06-11T05:14:34Z" + }, + { + "version": "2.2106.1021.1234", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1021.1234.zip", + "checksum": "8e6dd9e8711dd5c2f1990a22fd515566", + "timestamp": "2021-06-10T21:12:42Z" + }, + { + "version": "2.2106.1015.1313", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.1015.1313.zip", + "checksum": "4f2ab3e678fd614fa68691e56bc316f6", + "timestamp": "2021-06-10T15:13:22Z" + }, + { + "version": "2.2106.914.5516", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0914.5516.zip", + "checksum": "1676ccee37dba97803473201e8c2050b", + "timestamp": "2021-06-09T14:55:24Z" + }, + { + "version": "2.2106.912.5844", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0912.5844.zip", + "checksum": "957e4de795f43997af4ceee52b4bfa33", + "timestamp": "2021-06-09T12:58:52Z" + }, + { + "version": "2.2106.908.4831", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0908.4831.zip", + "checksum": "438ea6d43eb68cd7c2efd0044848ccbe", + "timestamp": "2021-06-09T08:48:39Z" + }, + { + "version": "2.2106.814.2738", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0814.2738.zip", + "checksum": "1c04e32e972ab52a75c8a3f8fbe1ed15", + "timestamp": "2021-06-08T14:27:46Z" + }, + { + "version": "2.2106.722.2", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0722.0002.zip", + "checksum": "e5ac355d620043c3ffb13ac0b33f6ac5", + "timestamp": "2021-06-07T22:00:10Z" + }, + { + "version": "2.2106.721.3144", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0721.3144.zip", + "checksum": "7b26ee94ff9350037f7864439a2955c6", + "timestamp": "2021-06-07T21:31:51Z" + }, + { + "version": "2.2106.714.5026", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0714.5026.zip", + "checksum": "4254232b60cfc5834298e03493c69e36", + "timestamp": "2021-06-07T14:50:33Z" + }, + { + "version": "2.2106.714.1942", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0714.1942.zip", + "checksum": "74077167675124bf62c129a78f58d047", + "timestamp": "2021-06-07T14:19:49Z" + }, + { + "version": "2.2106.713.5044", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0713.5044.zip", + "checksum": "c932454a8df04dc5ec9f7d2f5da4b6a2", + "timestamp": "2021-06-07T13:50:52Z" + }, + { + "version": "2.2106.708.3806", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0708.3806.zip", + "checksum": "adcc9d0d4e8d1edede8d4fb001aa432e", + "timestamp": "2021-06-07T08:38:13Z" + }, + { + "version": "2.2106.708.231", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0708.0231.zip", + "checksum": "f2aa6dc22f3af11428eca4b1fb62f018", + "timestamp": "2021-06-07T08:02:38Z" + }, + { + "version": "2.2106.618.3535", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0618.3535.zip", + "checksum": "b68e064717862676118f01b0cab57697", + "timestamp": "2021-06-06T18:35:42Z" + }, + { + "version": "2.2106.615.3939", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0615.3939.zip", + "checksum": "e208afb8647e1c71c90b94783f80b923", + "timestamp": "2021-06-06T15:39:47Z" + }, + { + "version": "2.2106.413.57", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0413.0057.zip", + "checksum": "c75666e4ce4b7e6e8986bdab03c43bc3", + "timestamp": "2021-06-04T13:01:06Z" + }, + { + "version": "2.2106.314.4828", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0314.4828.zip", + "checksum": "161bb0d43b6ff33ac20668a1c6e98876", + "timestamp": "2021-06-03T14:48:35Z" + }, + { + "version": "2.2106.302.3109", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0302.3109.zip", + "checksum": "da50e1aa96289cce95f802bda299bbd5", + "timestamp": "2021-06-03T02:31:17Z" + }, + { + "version": "2.2106.121.1617", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2106.0121.1617.zip", + "checksum": "2ccee9597303d31b319ab420b8fbf72c", + "timestamp": "2021-06-01T21:16:24Z" + }, + { + "version": "2.2105.3023.2330", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.3023.2330.zip", + "checksum": "7d920b94dc0da51422b52fc6e4c050c0", + "timestamp": "2021-05-30T23:23:37Z" + }, + { + "version": "2.2105.3018.1307", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.3018.1307.zip", + "checksum": "b8bfef1f5761d655cb59031e0f968361", + "timestamp": "2021-05-30T18:13:15Z" + }, + { + "version": "2.2105.3008.3438", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.3008.3438.zip", + "checksum": "4e24f4ef0e1a42a3f3610a9f9b06a2d4", + "timestamp": "2021-05-30T08:34:45Z" + }, + { + "version": "2.2105.2711.3610", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2711.3610.zip", + "checksum": "f1dafe99470dc42f0e2b779f0e302fe0", + "timestamp": "2021-05-27T11:36:18Z" + }, + { + "version": "2.2105.2708.4506", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2708.4506.zip", + "checksum": "594df000931763d00751aa51998c0722", + "timestamp": "2021-05-27T08:45:14Z" + }, + { + "version": "2.2105.2706.1201", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2706.1201.zip", + "checksum": "7d8a650fa58f6874ffec203578d14b66", + "timestamp": "2021-05-27T06:12:12Z" + }, + { + "version": "2.2105.2705.4437", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2705.4437.zip", + "checksum": "a9ec04420791b5d7959f18a939279a79", + "timestamp": "2021-05-27T05:44:45Z" + }, + { + "version": "2.2105.2620.3112", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2620.3112.zip", + "checksum": "db921a92a6928aa9b70cf446b9f2b81f", + "timestamp": "2021-05-26T20:31:19Z" + }, + { + "version": "2.2105.2620.832", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2620.0832.zip", + "checksum": "8fc9061f128f0876244e9bba78b1fb70", + "timestamp": "2021-05-26T20:08:40Z" + }, + { + "version": "2.2105.2619.4001", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2619.4001.zip", + "checksum": "876ea0de211ba1fa6661dd51be6253c7", + "timestamp": "2021-05-26T19:40:09Z" + }, + { + "version": "2.2105.2619.1741", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2619.1741.zip", + "checksum": "81d5d4417a284ecbccf75e1fac001330", + "timestamp": "2021-05-26T19:17:48Z" + }, + { + "version": "2.2105.2617.3407", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2617.3407.zip", + "checksum": "dfe7ff86d7b1e9fce3c2cd99419d6324", + "timestamp": "2021-05-26T17:34:17Z" + }, + { + "version": "2.2105.2615.3936", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2615.3936.zip", + "checksum": "68d4e250cf35d8420dd37f493ce4c347", + "timestamp": "2021-05-26T15:39:44Z" + }, + { + "version": "2.2105.2418.5835", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2418.5835.zip", + "checksum": "e39696b6859ca78ada09d05347918f1e", + "timestamp": "2021-05-24T18:58:43Z" + }, + { + "version": "2.2105.2417.4905", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2417.4905.zip", + "checksum": "43d4b9c0eb826363dee9d989dbd774b1", + "timestamp": "2021-05-24T17:49:12Z" + }, + { + "version": "2.2105.2412.1348", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2412.1348.zip", + "checksum": "776cfb397500276a014310e03e726fd2", + "timestamp": "2021-05-24T12:13:56Z" + }, + { + "version": "2.2105.2407.1803", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2407.1803.zip", + "checksum": "4bcce3562ed877d8db741037e651ce4e", + "timestamp": "2021-05-24T07:18:11Z" + }, + { + "version": "2.2105.2406.5112", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2406.5112.zip", + "checksum": "afb26e7b6ff6628213cb10897ef1e00a", + "timestamp": "2021-05-24T06:51:19Z" + }, + { + "version": "2.2105.2304.4857", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2304.4857.zip", + "checksum": "35add346182e0b8b7ce9edff0ab04ced", + "timestamp": "2021-05-23T04:49:05Z" + }, + { + "version": "2.2105.2121.3909", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2121.3909.zip", + "checksum": "b68097d54d9644a3a413b5aac38ff01b", + "timestamp": "2021-05-21T21:39:17Z" + }, + { + "version": "2.2105.2118.5253", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2118.5253.zip", + "checksum": "a6bcd0d63f0c5a24572d97f1e99a6b52", + "timestamp": "2021-05-21T18:53:00Z" + }, + { + "version": "2.2105.2116.2938", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2116.2938.zip", + "checksum": "7b7cf2a9a4f59bc9459d0f7423af63ba", + "timestamp": "2021-05-21T16:29:45Z" + }, + { + "version": "2.2105.2112.5432", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2112.5432.zip", + "checksum": "45786d045edeb115e58032618c095727", + "timestamp": "2021-05-21T12:54:40Z" + }, + { + "version": "2.2105.2112.2208", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2112.2208.zip", + "checksum": "a9d5d3dd50962e59b87dd9c5d34cf4f5", + "timestamp": "2021-05-21T12:22:16Z" + }, + { + "version": "2.2105.2111.5439", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2111.5439.zip", + "checksum": "32d46c5a84799755488c5d31c799a068", + "timestamp": "2021-05-21T11:54:46Z" + }, + { + "version": "2.2105.2111.2733", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2111.2733.zip", + "checksum": "e1e6d1e424c34304b90fb3b5043d15b9", + "timestamp": "2021-05-21T11:27:41Z" + }, + { + "version": "2.2105.2104.5055", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2104.5055.zip", + "checksum": "30ba4e6f95f998eb1389794c529465fd", + "timestamp": "2021-05-21T04:51:04Z" + }, + { + "version": "2.2105.2023.5144", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2023.5144.zip", + "checksum": "a2ee5fd75bd6bb549383873573b613cb", + "timestamp": "2021-05-20T23:51:51Z" + }, + { + "version": "2.2105.2021.3410", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2021.3410.zip", + "checksum": "11d5c03e46867e6c59576edb1946063a", + "timestamp": "2021-05-20T21:34:19Z" + }, + { + "version": "2.2105.2021.442", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.2021.0442.zip", + "checksum": "5d7dbd961d12bff6bb432e61ffacc7cc", + "timestamp": "2021-05-20T21:04:49Z" + }, + { + "version": "2.2105.1920.5558", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1920.5558.zip", + "checksum": "adf970c19f6811414f0d5335deb0b0d6", + "timestamp": "2021-05-19T20:56:08Z" + }, + { + "version": "2.2105.1821.412", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1821.0412.zip", + "checksum": "cb5cbc1feee59ca25e04cb3331c3db77", + "timestamp": "2021-05-18T21:04:19Z" + }, + { + "version": "2.2105.1819.4503", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1819.4503.zip", + "checksum": "0ad7ae87cf3965c47328829fb77dcc93", + "timestamp": "2021-05-18T19:45:10Z" + }, + { + "version": "2.2105.1818.4917", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1818.4917.zip", + "checksum": "35f8019147a26e96695530861cd5fafe", + "timestamp": "2021-05-18T18:49:24Z" + }, + { + "version": "2.2105.1811.5004", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1811.5004.zip", + "checksum": "5fe2a3a396f2ac9c7b0ab223ef177e3e", + "timestamp": "2021-05-18T11:50:11Z" + }, + { + "version": "2.2105.1806.1702", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1806.1702.zip", + "checksum": "37da73f6b6febb15a229a5bdf7843da8", + "timestamp": "2021-05-18T06:17:10Z" + }, + { + "version": "2.2105.1722.2924", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1722.2924.zip", + "checksum": "213f148079fc7617d03454ae05411c46", + "timestamp": "2021-05-17T22:29:31Z" + }, + { + "version": "2.2105.1717.837", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1717.0837.zip", + "checksum": "b4bdcfa172017cf4175542d91014b1f8", + "timestamp": "2021-05-17T17:08:44Z" + }, + { + "version": "2.2105.1716.4056", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1716.4056.zip", + "checksum": "227d4620cf072e924050e0289f3d0c19", + "timestamp": "2021-05-17T16:41:04Z" + }, + { + "version": "2.2105.1619.443", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1619.0443.zip", + "checksum": "9ee202ffbc0e065095d605f4dc6ba55e", + "timestamp": "2021-05-16T19:04:50Z" + }, + { + "version": "2.2105.1612.2302", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1612.2302.zip", + "checksum": "cbb14af4699b98ae6f9c267390bffc30", + "timestamp": "2021-05-16T12:23:10Z" + }, + { + "version": "2.2105.1610.5207", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1610.5207.zip", + "checksum": "6b312c71221cf12544465798268a8d1f", + "timestamp": "2021-05-16T10:52:15Z" + }, + { + "version": "2.2105.1610.2234", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1610.2234.zip", + "checksum": "c6bb5ebb30c77ae03d8cad15278aaad9", + "timestamp": "2021-05-16T10:22:41Z" + }, + { + "version": "2.2105.1521.2114", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1521.2114.zip", + "checksum": "7f377db8782f0c02460c11af6d6237a2", + "timestamp": "2021-05-15T21:21:22Z" + }, + { + "version": "2.2105.1514.4841", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1514.4841.zip", + "checksum": "81d1010a398dc7729323a28b6ba5544e", + "timestamp": "2021-05-15T14:48:49Z" + }, + { + "version": "2.2105.1308.5556", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1308.5556.zip", + "checksum": "37f2843b4698ebd9d070d328e2bb1cf8", + "timestamp": "2021-05-13T08:56:06Z" + }, + { + "version": "2.2105.1114.1556", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1114.1556.zip", + "checksum": "cb9124f09eb5c1b1a96ed1d2fca3ede5", + "timestamp": "2021-05-11T14:16:05Z" + }, + { + "version": "2.2105.1113.4348", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1113.4348.zip", + "checksum": "fcc5cf206d8296d9c4fc4ec41bf1bbc7", + "timestamp": "2021-05-11T13:43:57Z" + }, + { + "version": "2.2105.1113.1624", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1113.1624.zip", + "checksum": "99e7f7ea27ed0b458679aa6f7fd17003", + "timestamp": "2021-05-11T13:16:31Z" + }, + { + "version": "2.2105.1112.4813", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1112.4813.zip", + "checksum": "e933d14aaed24bf254749118e9ecc867", + "timestamp": "2021-05-11T12:48:20Z" + }, + { + "version": "2.2105.1112.1956", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1112.1956.zip", + "checksum": "f1255df0811df473824b3dc53c01351d", + "timestamp": "2021-05-11T12:20:05Z" + }, + { + "version": "2.2105.1022.2939", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1022.2939.zip", + "checksum": "674f1b71c04bb2217fc505b388bd0a3a", + "timestamp": "2021-05-10T22:29:52Z" + }, + { + "version": "2.2105.1021.5624", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1021.5624.zip", + "checksum": "2fcfe540b186dcb3db17bae5fc461c9b", + "timestamp": "2021-05-10T21:56:36Z" + }, + { + "version": "2.2105.1021.2356", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1021.2356.zip", + "checksum": "16ced465288ebae662833c9e5017f926", + "timestamp": "2021-05-10T21:24:06Z" + }, + { + "version": "2.2105.1020.5353", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1020.5353.zip", + "checksum": "66488814e4d2b1dfd7b5abf4ab0d91ae", + "timestamp": "2021-05-10T20:54:00Z" + }, + { + "version": "2.2105.1015.5430", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.1015.5430.zip", + "checksum": "9797e5b864a0d82aabdff16412fbdf97", + "timestamp": "2021-05-10T15:54:37Z" + }, + { + "version": "2.2105.720.3003", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0720.3003.zip", + "checksum": "31f0db469d789b9780f9525fc1bd52e1", + "timestamp": "2021-05-07T20:30:17Z" + }, + { + "version": "2.2105.713.4112", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0713.4112.zip", + "checksum": "fb64aaba0ad611ff01df4a557c5c2c3a", + "timestamp": "2021-05-07T13:41:19Z" + }, + { + "version": "2.2105.712.3323", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0712.3323.zip", + "checksum": "5aa39d666d6bb7cb4881f08327cd68db", + "timestamp": "2021-05-07T12:33:30Z" + }, + { + "version": "2.2105.706.1539", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0706.1539.zip", + "checksum": "9636a186cb0306d45478545a229eaa0d", + "timestamp": "2021-05-07T06:15:47Z" + }, + { + "version": "2.2105.621.5857", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0621.5857.zip", + "checksum": "749d2a66aafb54a936aa8b68205f917f", + "timestamp": "2021-05-06T21:59:05Z" + }, + { + "version": "2.2105.621.3109", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0621.3109.zip", + "checksum": "230a4c040be77c76c6d783591bf89f63", + "timestamp": "2021-05-06T21:31:16Z" + }, + { + "version": "2.2105.616.323", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0616.0323.zip", + "checksum": "f748e5fc6f948501e599839f3bf95b14", + "timestamp": "2021-05-06T16:03:32Z" + }, + { + "version": "2.2105.615.3451", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0615.3451.zip", + "checksum": "db834468733327656303bc48a0b92905", + "timestamp": "2021-05-06T15:34:58Z" + }, + { + "version": "2.2105.517.4524", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0517.4524.zip", + "checksum": "b6481397d03917c979ae9f4f72af8933", + "timestamp": "2021-05-05T17:45:31Z" + }, + { + "version": "2.2105.515.4450", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0515.4450.zip", + "checksum": "c730c4760d603c64924fca9a26b57c8c", + "timestamp": "2021-05-05T15:44:58Z" + }, + { + "version": "2.2105.512.5031", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0512.5031.zip", + "checksum": "17fc2d3eb87889a90cc375d7e7ca48d4", + "timestamp": "2021-05-05T12:50:38Z" + }, + { + "version": "2.2105.512.2148", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0512.2148.zip", + "checksum": "93979ca470f4be8f1ea9e65cebf75d19", + "timestamp": "2021-05-05T12:21:55Z" + }, + { + "version": "2.2105.511.5238", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0511.5238.zip", + "checksum": "16cf5ccc268a8c8fe2081e2b7732294e", + "timestamp": "2021-05-05T11:52:45Z" + }, + { + "version": "2.2105.507.5942", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0507.5942.zip", + "checksum": "5e9ea356adf2343d36d830a8638f0f0b", + "timestamp": "2021-05-05T07:59:49Z" + }, + { + "version": "2.2105.504.4557", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0504.4557.zip", + "checksum": "41e8653040160814ec01f4c4d472fbbd", + "timestamp": "2021-05-05T04:46:06Z" + }, + { + "version": "2.2105.504.1842", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0504.1842.zip", + "checksum": "dad9f349fee50dfd7e19e52a2a382a68", + "timestamp": "2021-05-05T04:18:49Z" + }, + { + "version": "2.2105.502.2540", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0502.2540.zip", + "checksum": "2a9ba339d62557cfd54f7538746d5fa3", + "timestamp": "2021-05-05T02:25:47Z" + }, + { + "version": "2.2105.501.4104", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0501.4104.zip", + "checksum": "64a30b965c8b787e5c80ca1b757fdf0b", + "timestamp": "2021-05-05T01:41:12Z" + }, + { + "version": "2.2105.423.407", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0423.0407.zip", + "checksum": "d71e107ac5b355f8529fc9ec12e5eaa5", + "timestamp": "2021-05-04T23:04:15Z" + }, + { + "version": "2.2105.418.1320", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0418.1320.zip", + "checksum": "89bc9b11f4347c6634d47b4df5afe779", + "timestamp": "2021-05-04T18:13:28Z" + }, + { + "version": "2.2105.417.3605", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0417.3605.zip", + "checksum": "77adc70a2098c8a94c8b28ff0bdb4051", + "timestamp": "2021-05-04T17:36:13Z" + }, + { + "version": "2.2105.416.1044", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0416.1044.zip", + "checksum": "3b297443c4f677fca60a339345a66457", + "timestamp": "2021-05-04T16:10:51Z" + }, + { + "version": "2.2105.415.4801", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0415.4801.zip", + "checksum": "c228fa39a24255757b6f6a3fcf2eb1ce", + "timestamp": "2021-05-04T15:48:10Z" + }, + { + "version": "2.2105.415.2548", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0415.2548.zip", + "checksum": "a41fe75a0260a1868f2f1af5b9793938", + "timestamp": "2021-05-04T15:25:55Z" + }, + { + "version": "2.2105.409.4811", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0409.4811.zip", + "checksum": "4d7f838731a483564be7392f8a6688fc", + "timestamp": "2021-05-04T09:48:19Z" + }, + { + "version": "2.2105.409.1815", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0409.1815.zip", + "checksum": "8c913922bb4ecef41aec2ffa243f0d37", + "timestamp": "2021-05-04T09:18:23Z" + }, + { + "version": "2.2105.405.3221", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0405.3221.zip", + "checksum": "cba5b8f12cd57f83d4bbbca4a75000bd", + "timestamp": "2021-05-04T05:32:28Z" + }, + { + "version": "2.2105.405.945", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0405.0945.zip", + "checksum": "542d7802eb2172de1bae2c5a75192a28", + "timestamp": "2021-05-04T05:09:52Z" + }, + { + "version": "2.2105.322.2850", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0322.2850.zip", + "checksum": "f301a5d1288be3a135faaa4e3ad22243", + "timestamp": "2021-05-03T22:28:57Z" + }, + { + "version": "2.2105.322.644", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0322.0644.zip", + "checksum": "fe67ef52b316384e36dc605b6ada0fa4", + "timestamp": "2021-05-03T22:06:52Z" + }, + { + "version": "2.2105.315.5329", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0315.5329.zip", + "checksum": "3523305cc505161158f18c5c3627784c", + "timestamp": "2021-05-03T15:53:36Z" + }, + { + "version": "2.2105.308.1347", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0308.1347.zip", + "checksum": "d85b5ade4aacdb4f5602373cf95844cf", + "timestamp": "2021-05-03T08:13:54Z" + }, + { + "version": "2.2105.221.1719", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0221.1719.zip", + "checksum": "fe245798fcddd9a588e39a101dcc81f5", + "timestamp": "2021-05-02T21:17:26Z" + }, + { + "version": "2.2105.219.4217", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0219.4217.zip", + "checksum": "6e5e0f58116265b10e3b9cedfc95dfdd", + "timestamp": "2021-05-02T19:42:26Z" + }, + { + "version": "2.2105.216.949", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0216.0949.zip", + "checksum": "e7f66f727256eff0ebc04b86878a6e8f", + "timestamp": "2021-05-02T16:09:57Z" + }, + { + "version": "2.2105.209.5631", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0209.5631.zip", + "checksum": "ec299f83277ad77fa8137cbf344a9865", + "timestamp": "2021-05-02T09:56:38Z" + }, + { + "version": "2.2105.123.516", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0123.0516.zip", + "checksum": "43b42d56f4ac5251b1f5f64b91af5425", + "timestamp": "2021-05-01T23:05:23Z" + }, + { + "version": "2.2105.116.3108", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0116.3108.zip", + "checksum": "be5a75510c8ef9aa4164aba3991c8fad", + "timestamp": "2021-05-01T16:31:16Z" + }, + { + "version": "2.2105.116.425", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2105.0116.0425.zip", + "checksum": "c53b2735ae3f83fb629dbdb4e9ddeae3", + "timestamp": "2021-05-01T16:04:32Z" + }, + { + "version": "2.2104.3019.816", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.3019.0816.zip", + "checksum": "6f6b500c72e8a097aea426d218b90d8d", + "timestamp": "2021-04-30T19:08:24Z" + }, + { + "version": "2.2104.3011.1033", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.3011.1033.zip", + "checksum": "a6a13860f448d81ffae82b3d8a9fa8e5", + "timestamp": "2021-04-30T11:10:41Z" + }, + { + "version": "2.2104.3008.5526", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.3008.5526.zip", + "checksum": "2f0803cf6d12d8ef947e1ac95a6f2e10", + "timestamp": "2021-04-30T08:55:33Z" + }, + { + "version": "2.2104.2920.446", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2920.0446.zip", + "checksum": "11a9c1e232997cc6af382e59ea8b9e7a", + "timestamp": "2021-04-29T20:04:53Z" + }, + { + "version": "2.2104.2919.3634", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2919.3634.zip", + "checksum": "107d8404e526dbd9c82e49cf2e8ff7aa", + "timestamp": "2021-04-29T19:36:41Z" + }, + { + "version": "2.2104.2912.4323", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2912.4323.zip", + "checksum": "e7f90e98112434e2ec632da6167aca2c", + "timestamp": "2021-04-29T12:43:31Z" + }, + { + "version": "2.2104.2714.4518", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2714.4518.zip", + "checksum": "38a3eff7977e415beecd95466e2e086e", + "timestamp": "2021-04-27T14:45:25Z" + }, + { + "version": "2.2104.2714.732", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2714.0732.zip", + "checksum": "04cb132e256c7e88589360c90dd363b2", + "timestamp": "2021-04-27T14:07:40Z" + }, + { + "version": "2.2104.2622.3712", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2622.3712.zip", + "checksum": "5ecc733755183797980ea396245baec5", + "timestamp": "2021-04-26T22:37:19Z" + }, + { + "version": "2.2104.2622.917", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2622.0917.zip", + "checksum": "bac89b32bd044767cd7489f6336782d4", + "timestamp": "2021-04-26T22:09:23Z" + }, + { + "version": "2.2104.2615.538", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2615.0538.zip", + "checksum": "aeb3f2425ff627db3a6ca4fd2a058c38", + "timestamp": "2021-04-26T15:05:46Z" + }, + { + "version": "2.2104.2614.619", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2614.0619.zip", + "checksum": "6bd2e774bf304e136104dafef799a483", + "timestamp": "2021-04-26T14:06:26Z" + }, + { + "version": "2.2104.2517.5621", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2517.5621.zip", + "checksum": "f8a50f9d5c71cf686f9bb28ce5723613", + "timestamp": "2021-04-25T17:56:29Z" + }, + { + "version": "2.2104.2517.4217", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2517.4217.zip", + "checksum": "41fb9975d34912e63ce45b3b89e95d00", + "timestamp": "2021-04-25T17:42:26Z" + }, + { + "version": "2.2104.2517.1459", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2517.1459.zip", + "checksum": "2f34f76a58ecfdd608c222925e0b8f72", + "timestamp": "2021-04-25T17:15:08Z" + }, + { + "version": "2.2104.2516.1802", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2516.1802.zip", + "checksum": "d2fc761544208c7f8b87e52d1128af41", + "timestamp": "2021-04-25T16:18:10Z" + }, + { + "version": "2.2104.2515.5032", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2515.5032.zip", + "checksum": "4e99e83c150167ca59a0a5c4534fa01a", + "timestamp": "2021-04-25T15:50:39Z" + }, + { + "version": "2.2104.2420.4838", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2420.4838.zip", + "checksum": "ee02f5719a2d51627d55b911becc18f9", + "timestamp": "2021-04-24T20:48:46Z" + }, + { + "version": "2.2104.2414.2207", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2414.2207.zip", + "checksum": "c12337a0f79c0f686357e5374b7ed0d4", + "timestamp": "2021-04-24T14:22:14Z" + }, + { + "version": "2.2104.2308.4139", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2308.4139.zip", + "checksum": "57b0fe9bbfaa8ee74535796fd04e1564", + "timestamp": "2021-04-23T08:41:46Z" + }, + { + "version": "2.2104.2215.2917", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2215.2917.zip", + "checksum": "0f9dc13ee4b144202716b1b07304e7e0", + "timestamp": "2021-04-22T15:29:24Z" + }, + { + "version": "2.2104.2215.143", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2215.0143.zip", + "checksum": "848665093869cc23bddf11981d5d6a35", + "timestamp": "2021-04-22T15:01:52Z" + }, + { + "version": "2.2104.2118.2927", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2118.2927.zip", + "checksum": "66076c83f286546478a1826d06b12e6f", + "timestamp": "2021-04-21T18:29:34Z" + }, + { + "version": "2.2104.2114.4106", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2114.4106.zip", + "checksum": "4f0c54d8852e2020370ac24718bc8f2c", + "timestamp": "2021-04-21T14:41:13Z" + }, + { + "version": "2.2104.2114.1344", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2114.1344.zip", + "checksum": "64d5ac88d683b4c5afa01414886b2d88", + "timestamp": "2021-04-21T14:13:52Z" + }, + { + "version": "2.2104.2112.4316", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2112.4316.zip", + "checksum": "5d7a5a1d825c0dd071050bbefd727a21", + "timestamp": "2021-04-21T12:43:23Z" + }, + { + "version": "2.2104.2112.1528", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2112.1528.zip", + "checksum": "86d396bbe6a9168a814196d55536b9fc", + "timestamp": "2021-04-21T12:15:36Z" + }, + { + "version": "2.2104.2016.3036", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2016.3036.zip", + "checksum": "fd425f952a937a68980f117f61a0e0ff", + "timestamp": "2021-04-20T16:30:44Z" + }, + { + "version": "2.2104.2011.5314", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.2011.5314.zip", + "checksum": "9dbe43e3ef8cee127e65c917ad041220", + "timestamp": "2021-04-20T11:53:21Z" + }, + { + "version": "2.2104.1918.5247", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1918.5247.zip", + "checksum": "6901733a3b2b04c949f66ead89aac35e", + "timestamp": "2021-04-19T18:52:54Z" + }, + { + "version": "2.2104.1913.4110", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1913.4110.zip", + "checksum": "0e0611b56cc0c101be1a8f178dd8b25a", + "timestamp": "2021-04-19T13:41:17Z" + }, + { + "version": "2.2104.1913.913", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1913.0913.zip", + "checksum": "772c0320a2881e6f3d5bb5832c2cd443", + "timestamp": "2021-04-19T13:09:21Z" + }, + { + "version": "2.2104.1912.3911", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1912.3911.zip", + "checksum": "79a6a8537973afa7b941a5670140098f", + "timestamp": "2021-04-19T12:39:18Z" + }, + { + "version": "2.2104.1906.5356", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1906.5356.zip", + "checksum": "459b32095ab733d4662868b1fbc2ac8a", + "timestamp": "2021-04-19T06:54:05Z" + }, + { + "version": "2.2104.1804.4834", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1804.4834.zip", + "checksum": "14a142af9fea15ffbcbb76db806f1613", + "timestamp": "2021-04-18T04:48:41Z" + }, + { + "version": "2.2104.1713.1452", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1713.1452.zip", + "checksum": "ef70f79294b3405cbd759dbde178be33", + "timestamp": "2021-04-17T13:14:59Z" + }, + { + "version": "2.2104.1514.318", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1514.0318.zip", + "checksum": "7c0ab3ac7ff3b94e134a392dae3ee8d9", + "timestamp": "2021-04-15T14:03:25Z" + }, + { + "version": "2.2104.1421.1112", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1421.1112.zip", + "checksum": "4410b40ac1c07c9c84e15e21aba87337", + "timestamp": "2021-04-14T21:11:20Z" + }, + { + "version": "2.2104.1418.2023", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1418.2023.zip", + "checksum": "8fd7a772e411847730cd11c9323720d0", + "timestamp": "2021-04-14T18:20:30Z" + }, + { + "version": "2.2104.1416.4637", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1416.4637.zip", + "checksum": "ff42fcf12b044d8e419981273d7be994", + "timestamp": "2021-04-14T16:46:46Z" + }, + { + "version": "2.2104.1414.3230", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1414.3230.zip", + "checksum": "75c11239a949aa78d5689d7c5907f7e4", + "timestamp": "2021-04-14T14:32:36Z" + }, + { + "version": "2.2104.1414.450", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1414.0450.zip", + "checksum": "39a7f6f178e2fe651eac9327488768d6", + "timestamp": "2021-04-14T14:04:57Z" + }, + { + "version": "2.2104.1413.2054", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1413.2054.zip", + "checksum": "9a84e1eb962bfa486c2320e34c1c7d29", + "timestamp": "2021-04-14T13:21:03Z" + }, + { + "version": "2.2104.1409.4918", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1409.4918.zip", + "checksum": "86e571be9ffd14627833b8138b04258e", + "timestamp": "2021-04-14T09:49:24Z" + }, + { + "version": "2.2104.1317.4050", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1317.4050.zip", + "checksum": "665f674d7de4e0d00cb4d6a65fc5c00d", + "timestamp": "2021-04-13T17:40:57Z" + }, + { + "version": "2.2104.1315.207", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1315.0207.zip", + "checksum": "d14b77ff86df553b274a091f232b4297", + "timestamp": "2021-04-13T15:02:14Z" + }, + { + "version": "2.2104.1314.3725", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1314.3725.zip", + "checksum": "d0434ab77474a5ff2731276f07336a12", + "timestamp": "2021-04-13T14:37:34Z" + }, + { + "version": "2.2104.1314.1036", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1314.1036.zip", + "checksum": "610407436497dc8109ff00ac4f24451a", + "timestamp": "2021-04-13T14:10:43Z" + }, + { + "version": "2.2104.1313.1429", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1313.1429.zip", + "checksum": "de6da5d7c5aac04c57eb226da9025283", + "timestamp": "2021-04-13T13:14:36Z" + }, + { + "version": "2.2104.1309.4838", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1309.4838.zip", + "checksum": "ad67bcc434c948e78e4144d4b0e12511", + "timestamp": "2021-04-13T09:48:46Z" + }, + { + "version": "2.2104.1221.535", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1221.0535.zip", + "checksum": "b702b682cf2427b69a32b508cf6c2e57", + "timestamp": "2021-04-12T21:05:42Z" + }, + { + "version": "2.2104.1218.1753", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1218.1753.zip", + "checksum": "97d2284b9af91fa630d1ff94412c8894", + "timestamp": "2021-04-12T18:18:01Z" + }, + { + "version": "2.2104.1214.3941", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1214.3941.zip", + "checksum": "62f4794cc5a79aa52a5e78bb3a475d83", + "timestamp": "2021-04-12T14:39:49Z" + }, + { + "version": "2.2104.1214.1108", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1214.1108.zip", + "checksum": "23a92fd56311c51a89e9802007b823bc", + "timestamp": "2021-04-12T14:11:16Z" + }, + { + "version": "2.2104.1209.1843", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1209.1843.zip", + "checksum": "cbd01e3ebac47f4ce456443107353617", + "timestamp": "2021-04-12T09:18:50Z" + }, + { + "version": "2.2104.1121.5357", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1121.5357.zip", + "checksum": "57ac35f40f93794ab7a15aa544db8cb8", + "timestamp": "2021-04-11T21:54:04Z" + }, + { + "version": "2.2104.1118.1836", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1118.1836.zip", + "checksum": "13ac8acb8d504e008da9b23a2488c6ac", + "timestamp": "2021-04-11T18:18:44Z" + }, + { + "version": "2.2104.1117.5128", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1117.5128.zip", + "checksum": "52d4e7c22c4e6cdef88e0218690dfa5e", + "timestamp": "2021-04-11T17:51:34Z" + }, + { + "version": "2.2104.1116.4749", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1116.4749.zip", + "checksum": "961d1aaa69f1a7a67c565f4a35d8a2d0", + "timestamp": "2021-04-11T16:47:56Z" + }, + { + "version": "2.2104.1116.1941", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1116.1941.zip", + "checksum": "3255f3acc61630dabf2c326ee51f35b1", + "timestamp": "2021-04-11T16:19:49Z" + }, + { + "version": "2.2104.1112.3107", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1112.3107.zip", + "checksum": "611fcfeab716699fc9e6d67ef6de22a0", + "timestamp": "2021-04-11T12:31:15Z" + }, + { + "version": "2.2104.1112.338", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1112.0338.zip", + "checksum": "ecbb9676cb65994145fef404826dc796", + "timestamp": "2021-04-11T12:03:46Z" + }, + { + "version": "2.2104.1023.3110", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1023.3110.zip", + "checksum": "092237acceb1876cbecbf3a6ae09be65", + "timestamp": "2021-04-10T23:31:17Z" + }, + { + "version": "2.2104.1023.401", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1023.0401.zip", + "checksum": "f038d96284b9eac5cc79d262eebf2732", + "timestamp": "2021-04-10T23:04:08Z" + }, + { + "version": "2.2104.1021.5956", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1021.5956.zip", + "checksum": "a93924beb58f7ee6c518d2c9d729b3f2", + "timestamp": "2021-04-10T22:00:04Z" + }, + { + "version": "2.2104.1021.3306", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1021.3306.zip", + "checksum": "e69bed65b77ef3a1d1f0b096f06948c3", + "timestamp": "2021-04-10T21:33:13Z" + }, + { + "version": "2.2104.1020.1301", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1020.1301.zip", + "checksum": "a1d38ca770a4c1e3b85e3d9fba415e20", + "timestamp": "2021-04-10T20:13:08Z" + }, + { + "version": "2.2104.1019.5140", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1019.5140.zip", + "checksum": "35424198312ac9c631c491cc5c1daf43", + "timestamp": "2021-04-10T19:51:48Z" + }, + { + "version": "2.2104.1017.4734", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1017.4734.zip", + "checksum": "7190800a65f4c714c50edc834879954c", + "timestamp": "2021-04-10T17:47:41Z" + }, + { + "version": "2.2104.1015.4046", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1015.4046.zip", + "checksum": "692baabbd4318ed2be601168af4d0c70", + "timestamp": "2021-04-10T15:40:54Z" + }, + { + "version": "2.2104.1001.2111", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1001.2111.zip", + "checksum": "3781e307d7f7d370c8e2279e0ef67f05", + "timestamp": "2021-04-10T01:21:18Z" + }, + { + "version": "2.2104.1000.309", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.1000.0309.zip", + "checksum": "15018fdc3b63e4e1a2cc94058ddcd032", + "timestamp": "2021-04-10T00:03:17Z" + }, + { + "version": "2.2104.922.59", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0922.0059.zip", + "checksum": "36ad85046cd0b6d103a4611daca222b3", + "timestamp": "2021-04-09T22:01:06Z" + }, + { + "version": "2.2104.921.3200", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0921.3200.zip", + "checksum": "dd7661cf755f568d3e3b600fe9ceb844", + "timestamp": "2021-04-09T21:32:07Z" + }, + { + "version": "2.2104.911.456", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0911.0456.zip", + "checksum": "68737f5a19dfdf73387dae6182315aa4", + "timestamp": "2021-04-09T11:05:04Z" + }, + { + "version": "2.2104.910.3630", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0910.3630.zip", + "checksum": "fdc211ecee0daab99d978bb8041ca10c", + "timestamp": "2021-04-09T10:36:38Z" + }, + { + "version": "2.2104.821.5646", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0821.5646.zip", + "checksum": "987f2df85b256bbe65ca2a21af93b98d", + "timestamp": "2021-04-08T21:56:54Z" + }, + { + "version": "2.2104.816.3955", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0816.3955.zip", + "checksum": "ec9c0d9b01bcb41c233f225d455473c4", + "timestamp": "2021-04-08T16:40:03Z" + }, + { + "version": "2.2104.812.4933", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0812.4933.zip", + "checksum": "8dbb380b8758eb1e26a854af49190e7f", + "timestamp": "2021-04-08T12:49:40Z" + }, + { + "version": "2.2104.811.3823", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0811.3823.zip", + "checksum": "2f84d2e26d099f64dd9f13a2fbe37b60", + "timestamp": "2021-04-08T11:38:30Z" + }, + { + "version": "2.2104.723.2836", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0723.2836.zip", + "checksum": "73e1f359fa149f76b98dc0ddd5da6e85", + "timestamp": "2021-04-07T23:28:44Z" + }, + { + "version": "2.2104.722.5313", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0722.5313.zip", + "checksum": "7d60192b6665cdd48197570278ce6728", + "timestamp": "2021-04-07T22:53:20Z" + }, + { + "version": "2.2104.721.4946", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0721.4946.zip", + "checksum": "8a43b58c5624e3bb9cfed4343299d709", + "timestamp": "2021-04-07T21:49:53Z" + }, + { + "version": "2.2104.721.1002", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0721.1002.zip", + "checksum": "fa7fdbcabd428f41e2a1916db0b33109", + "timestamp": "2021-04-07T21:10:10Z" + }, + { + "version": "2.2104.717.2618", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0717.2618.zip", + "checksum": "aa160972922a4982a9ceeb5ec391c86b", + "timestamp": "2021-04-07T17:26:25Z" + }, + { + "version": "2.2104.716.5320", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0716.5320.zip", + "checksum": "dbfdecb5220d83417fe8b672d2c62fc5", + "timestamp": "2021-04-07T16:53:27Z" + }, + { + "version": "2.2104.713.2617", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0713.2617.zip", + "checksum": "46dca82049108c9d0baa79e5bf50f261", + "timestamp": "2021-04-07T13:26:25Z" + }, + { + "version": "2.2104.712.5910", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0712.5910.zip", + "checksum": "ea595bd9b516487ccda92d369cf356fa", + "timestamp": "2021-04-07T12:59:17Z" + }, + { + "version": "2.2104.619.1520", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0619.1520.zip", + "checksum": "2d97e5816b3f79b8ddc2eeb573e53923", + "timestamp": "2021-04-06T19:15:26Z" + }, + { + "version": "2.2104.515.5339", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0515.5339.zip", + "checksum": "dc9aaaf6ebcb3940f31dea351c8aa500", + "timestamp": "2021-04-05T15:53:46Z" + }, + { + "version": "2.2104.512.1439", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0512.1439.zip", + "checksum": "92cc5300399884c5c55f67ab130d11c6", + "timestamp": "2021-04-05T12:14:47Z" + }, + { + "version": "2.2104.506.5805", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0506.5805.zip", + "checksum": "fa204bdc2f4904aba5dd0a3edc706f14", + "timestamp": "2021-04-05T06:58:13Z" + }, + { + "version": "2.2104.415.3821", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0415.3821.zip", + "checksum": "3e3f244f8604a571b85b2e91e5637a8e", + "timestamp": "2021-04-04T15:38:28Z" + }, + { + "version": "2.2104.411.4311", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0411.4311.zip", + "checksum": "cfd151e698545c63d34c5e96b02804c7", + "timestamp": "2021-04-04T11:43:18Z" + }, + { + "version": "2.2104.322.1645", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0322.1645.zip", + "checksum": "68a7ba7c6f2181da188163563a7e21d6", + "timestamp": "2021-04-03T22:16:53Z" + }, + { + "version": "2.2104.317.5039", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0317.5039.zip", + "checksum": "12b4b674df6334b4c8098403d880b1ec", + "timestamp": "2021-04-03T17:50:47Z" + }, + { + "version": "2.2104.300.2403", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0300.2403.zip", + "checksum": "5b486ee43fe278bb08415c15233a81dd", + "timestamp": "2021-04-03T00:24:10Z" + }, + { + "version": "2.2104.223.2012", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0223.2012.zip", + "checksum": "1d5c25d34e559a062bbcba5d03d7f090", + "timestamp": "2021-04-02T23:20:19Z" + }, + { + "version": "2.2104.222.5349", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0222.5349.zip", + "checksum": "c903ea1b763f710ab85c18b6756f6445", + "timestamp": "2021-04-02T22:53:56Z" + }, + { + "version": "2.2104.215.153", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0215.0153.zip", + "checksum": "c91f6ed43bb7a3e7d32c6bdbe75beaee", + "timestamp": "2021-04-02T15:02:00Z" + }, + { + "version": "2.2104.117.4500", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0117.4500.zip", + "checksum": "2be7a94d1b3accc822610494239322e0", + "timestamp": "2021-04-01T17:45:07Z" + }, + { + "version": "2.2104.116.2900", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0116.2900.zip", + "checksum": "1128813cdd9f03dd57bec19fe11948a2", + "timestamp": "2021-04-01T16:29:06Z" + }, + { + "version": "2.2104.116.211", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2104.0116.0211.zip", + "checksum": "aa425f7ad0415fe0a750cc79a1f8397a", + "timestamp": "2021-04-01T16:02:18Z" + }, + { + "version": "2.2103.3013.5958", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.3013.5958.zip", + "checksum": "945de1035155a8abb624cafefa922602", + "timestamp": "2021-03-30T14:00:05Z" + }, + { + "version": "2.2103.2716.5011", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2716.5011.zip", + "checksum": "5c3e67fea8939170cc451571041f0290", + "timestamp": "2021-03-27T16:50:18Z" + }, + { + "version": "2.2103.2708.5032", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2708.5032.zip", + "checksum": "2e13a2a8b74eeea4258a98b3fac1b209", + "timestamp": "2021-03-27T08:50:40Z" + }, + { + "version": "2.2103.2700.2949", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2700.2949.zip", + "checksum": "12e839334243ffb9a3703d63cc6c36ec", + "timestamp": "2021-03-27T00:29:57Z" + }, + { + "version": "2.2103.2700.110", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2700.0110.zip", + "checksum": "cc831d6675a9e868aed73212be7877f3", + "timestamp": "2021-03-27T00:01:17Z" + }, + { + "version": "2.2103.2612.148", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2612.0148.zip", + "checksum": "47002238a8d0dac80b8f50d2fff5b820", + "timestamp": "2021-03-26T12:01:56Z" + }, + { + "version": "2.2103.2611.3705", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2611.3705.zip", + "checksum": "088848da7972d012d59ef458e421e3e5", + "timestamp": "2021-03-26T11:37:12Z" + }, + { + "version": "2.2103.2523.2042", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2523.2042.zip", + "checksum": "f817538fa93b5899481f31509b79048f", + "timestamp": "2021-03-25T23:20:50Z" + }, + { + "version": "2.2103.2516.5411", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2516.5411.zip", + "checksum": "f31e63a3160646097166f6cdd7bca273", + "timestamp": "2021-03-25T16:54:18Z" + }, + { + "version": "2.2103.2516.2442", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2516.2442.zip", + "checksum": "52d3ee0b14c4c9f62e2965335968f381", + "timestamp": "2021-03-25T16:24:49Z" + }, + { + "version": "2.2103.2501.5858", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2501.5858.zip", + "checksum": "db3c2bb0e0e653c209091e3dd32689f5", + "timestamp": "2021-03-25T01:59:05Z" + }, + { + "version": "2.2103.2501.3023", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2501.3023.zip", + "checksum": "53bd37eb49ad03ca6d51cbc6c8e367e6", + "timestamp": "2021-03-25T01:30:30Z" + }, + { + "version": "2.2103.2500.3457", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2500.3457.zip", + "checksum": "bed8df303232610779c4aa5dcb0fe17e", + "timestamp": "2021-03-25T00:35:04Z" + }, + { + "version": "2.2103.2422.2936", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2422.2936.zip", + "checksum": "83c1db73e86aa3c5f156c65a2935456e", + "timestamp": "2021-03-24T22:29:43Z" + }, + { + "version": "2.2103.2314.4113", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2314.4113.zip", + "checksum": "c527bf3ddbef24fade19452e686eda48", + "timestamp": "2021-03-23T14:41:21Z" + }, + { + "version": "2.2103.2306.3459", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2306.3459.zip", + "checksum": "c99798d9cfa98c133f875111e1070c62", + "timestamp": "2021-03-23T06:35:07Z" + }, + { + "version": "2.2103.2305.336", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2305.0336.zip", + "checksum": "f3e321eff13be3a4f7a43d58519a7780", + "timestamp": "2021-03-23T05:03:43Z" + }, + { + "version": "2.2103.2301.2426", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2301.2426.zip", + "checksum": "a35adc6c964c8eef72539708dbcfb30b", + "timestamp": "2021-03-23T01:24:34Z" + }, + { + "version": "2.2103.2222.2426", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2222.2426.zip", + "checksum": "56ed145ca13e64ba663cd578e8d39211", + "timestamp": "2021-03-22T22:24:33Z" + }, + { + "version": "2.2103.2219.254", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2219.0254.zip", + "checksum": "e69851f9c727510d7d0819b0b17a1c83", + "timestamp": "2021-03-22T19:03:02Z" + }, + { + "version": "2.2103.2218.3807", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2218.3807.zip", + "checksum": "3564a5cf49135036c60fd9eec46a531e", + "timestamp": "2021-03-22T18:38:20Z" + }, + { + "version": "2.2103.2218.720", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2218.0720.zip", + "checksum": "8d40f6b1827e3f9d54fa5c54cc786f0e", + "timestamp": "2021-03-22T18:07:27Z" + }, + { + "version": "2.2103.2217.2250", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2217.2250.zip", + "checksum": "346802736ce925ae948cfcb68a9e5023", + "timestamp": "2021-03-22T17:22:58Z" + }, + { + "version": "2.2103.2123.3010", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2123.3010.zip", + "checksum": "fdaf94ec675c5e5e11f56fd50607167f", + "timestamp": "2021-03-21T23:30:23Z" + }, + { + "version": "2.2103.2119.3804", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2119.3804.zip", + "checksum": "5b15aca04bb268d6e28f451a6e193e47", + "timestamp": "2021-03-21T19:38:11Z" + }, + { + "version": "2.2103.2114.2555", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2114.2555.zip", + "checksum": "ff7b78d814e2653824253ff7eb15e284", + "timestamp": "2021-03-21T14:26:02Z" + }, + { + "version": "2.2103.2001.1533", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2001.1533.zip", + "checksum": "f21d0f8f0dc8a0d9692553f2948c1755", + "timestamp": "2021-03-20T01:15:40Z" + }, + { + "version": "2.2103.2000.1327", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.2000.1327.zip", + "checksum": "62d2f2ca5dbd5be1befe28e132bc8be4", + "timestamp": "2021-03-20T00:13:35Z" + }, + { + "version": "2.2103.1918.520", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1918.0520.zip", + "checksum": "215c933b2c6842ee3c6e586a16ddde78", + "timestamp": "2021-03-19T18:05:27Z" + }, + { + "version": "2.2103.1909.1803", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1909.1803.zip", + "checksum": "96f48f64989a0939fa557b29a44b7fbd", + "timestamp": "2021-03-19T09:18:11Z" + }, + { + "version": "2.2103.1908.4827", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1908.4827.zip", + "checksum": "73174ac85fe3ba337f8b69097c3357a3", + "timestamp": "2021-03-19T08:48:34Z" + }, + { + "version": "2.2103.1907.4234", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1907.4234.zip", + "checksum": "86526652f03382a4cbb196a23dd37a14", + "timestamp": "2021-03-19T07:42:42Z" + }, + { + "version": "2.2103.1907.1529", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1907.1529.zip", + "checksum": "63e195b48347c0f6a163175266a97360", + "timestamp": "2021-03-19T07:15:36Z" + }, + { + "version": "2.2103.1815.1014", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1815.1014.zip", + "checksum": "12ea0e4e60081ba6e330ee9729de8d5a", + "timestamp": "2021-03-18T15:10:22Z" + }, + { + "version": "2.2103.1811.1522", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1811.1522.zip", + "checksum": "8f90a7656b8f49f7ac637e88cf4a110a", + "timestamp": "2021-03-18T11:15:30Z" + }, + { + "version": "2.2103.1703.4713", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1703.4713.zip", + "checksum": "a6388586856bfa7891394e207b2de8ea", + "timestamp": "2021-03-17T03:47:20Z" + }, + { + "version": "2.2103.1620.1306", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1620.1306.zip", + "checksum": "b699d8e3d2aa72df199f1cdd45f34d38", + "timestamp": "2021-03-16T20:13:13Z" + }, + { + "version": "2.2103.1619.4553", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1619.4553.zip", + "checksum": "0d1d5693f6b3a6fca4a3ec01dda57503", + "timestamp": "2021-03-16T19:46:00Z" + }, + { + "version": "2.2103.1614.311", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1614.0311.zip", + "checksum": "524e25fe545213abb224c4b68a44e1b3", + "timestamp": "2021-03-16T14:03:19Z" + }, + { + "version": "2.2103.1518.4413", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1518.4413.zip", + "checksum": "6918a9ffaafdc558df9c670a335902a8", + "timestamp": "2021-03-15T18:44:20Z" + }, + { + "version": "2.2103.1517.2600", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1517.2600.zip", + "checksum": "3b86f6ff0c84b3a590fbb2831f58268c", + "timestamp": "2021-03-15T17:26:07Z" + }, + { + "version": "2.2103.1515.5802", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1515.5802.zip", + "checksum": "1a38db53e1cb4ff4ba0335a3ebf59fb7", + "timestamp": "2021-03-15T15:58:10Z" + }, + { + "version": "2.2103.1513.4856", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1513.4856.zip", + "checksum": "53cdf5b07e2dd208b2ddaf9fd232ea3d", + "timestamp": "2021-03-15T13:49:03Z" + }, + { + "version": "2.2103.1508.3238", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1508.3238.zip", + "checksum": "d04ab18db408a7e63668c6f3533be8e7", + "timestamp": "2021-03-15T08:32:46Z" + }, + { + "version": "2.2103.1422.4144", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1422.4144.zip", + "checksum": "7179be1c73a3961cda6bb1b13aa0b512", + "timestamp": "2021-03-14T22:41:51Z" + }, + { + "version": "2.2103.1418.3336", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1418.3336.zip", + "checksum": "591f03f2c43ea02e1fb3343cecce14eb", + "timestamp": "2021-03-14T18:33:43Z" + }, + { + "version": "2.2103.1417.2902", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1417.2902.zip", + "checksum": "dfe7c9479fc5ca1cbdafb01fb04adaff", + "timestamp": "2021-03-14T17:29:09Z" + }, + { + "version": "2.2103.1414.3310", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1414.3310.zip", + "checksum": "efac302d46c4737ac02157ea5266ab75", + "timestamp": "2021-03-14T14:33:18Z" + }, + { + "version": "2.2103.1413.130", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1413.0130.zip", + "checksum": "6d4fe68bfa432d1d606be0d58c9f8c66", + "timestamp": "2021-03-14T13:01:38Z" + }, + { + "version": "2.2103.1407.5120", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1407.5120.zip", + "checksum": "fd0a66447b3c8e33addf81e5430ff413", + "timestamp": "2021-03-14T07:51:27Z" + }, + { + "version": "2.2103.1400.1433", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1400.1433.zip", + "checksum": "4396d85301148f73ffdc47a67cf0b2f3", + "timestamp": "2021-03-14T00:14:40Z" + }, + { + "version": "2.2103.1323.4533", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1323.4533.zip", + "checksum": "e05f01591fb90e1b3ba2f4ac92b23fc1", + "timestamp": "2021-03-13T23:45:40Z" + }, + { + "version": "2.2103.1322.2416", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1322.2416.zip", + "checksum": "99b5a5cc51c36375825c952edebbf7c1", + "timestamp": "2021-03-13T22:24:23Z" + }, + { + "version": "2.2103.1314.5521", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1314.5521.zip", + "checksum": "f8dc1340c9a7a48bc1552d4f2b60f94d", + "timestamp": "2021-03-13T14:55:29Z" + }, + { + "version": "2.2103.1314.2706", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1314.2706.zip", + "checksum": "f935daca19cfd00c276cdacec2d7053b", + "timestamp": "2021-03-13T14:27:16Z" + }, + { + "version": "2.2103.1302.4036", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1302.4036.zip", + "checksum": "7768f4fbca77ca69c4b460cd17bf685f", + "timestamp": "2021-03-13T02:40:43Z" + }, + { + "version": "2.2103.1223.2334", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1223.2334.zip", + "checksum": "bc0cd3f539e2814fa191cb3da7e745f8", + "timestamp": "2021-03-12T23:23:41Z" + }, + { + "version": "2.2103.1214.1742", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1214.1742.zip", + "checksum": "290af36d1c1dba4ffa8d4f311fdb75a6", + "timestamp": "2021-03-12T14:17:49Z" + }, + { + "version": "2.2103.1213.5011", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1213.5011.zip", + "checksum": "d7b2c64295815e1e18f1b46538675faf", + "timestamp": "2021-03-12T13:50:18Z" + }, + { + "version": "2.2103.1209.502", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1209.0502.zip", + "checksum": "fc42661789a3ddf7fc62d5930fbf817a", + "timestamp": "2021-03-12T09:05:10Z" + }, + { + "version": "2.2103.1123.3907", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1123.3907.zip", + "checksum": "a439b81ea97f50853e32f9100d23a77c", + "timestamp": "2021-03-11T23:39:14Z" + }, + { + "version": "2.2103.1122.2443", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1122.2443.zip", + "checksum": "0f4860acbeb46cd41c0c159851a081b2", + "timestamp": "2021-03-11T22:24:50Z" + }, + { + "version": "2.2103.1121.5610", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1121.5610.zip", + "checksum": "2510b7c9d4c5ee28f800245e6ce2a9da", + "timestamp": "2021-03-11T21:56:17Z" + }, + { + "version": "2.2103.1120.1553", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1120.1553.zip", + "checksum": "c82492bf7472784a1c465b78bf7db27e", + "timestamp": "2021-03-11T20:16:00Z" + }, + { + "version": "2.2103.1116.1000", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1116.1000.zip", + "checksum": "1bfd4382b15170f29257cd3e0f78deb1", + "timestamp": "2021-03-11T16:10:07Z" + }, + { + "version": "2.2103.1115.2731", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1115.2731.zip", + "checksum": "cd5772bf776ffea2fa3445c8b444e770", + "timestamp": "2021-03-11T15:27:38Z" + }, + { + "version": "2.2103.1111.916", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1111.0916.zip", + "checksum": "4f4c65f63d735bdd4dd12ea0a0e30ece", + "timestamp": "2021-03-11T11:09:23Z" + }, + { + "version": "2.2103.1100.330", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1100.0330.zip", + "checksum": "659fbfd0d53eb81780156475f928b2df", + "timestamp": "2021-03-11T00:03:37Z" + }, + { + "version": "2.2103.1022.4204", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/anisearch/anisearch_2.2103.1022.4204.zip", + "checksum": "64e7bfcbffc74a471303333f22f65a32", + "timestamp": "2021-03-10T22:42:13Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "88d809e2-056b-47f4-9911-073949b9963f", + "name": "Kitsu", + "description": "Kitsu metadata provider\n", + "overview": "Kitsu metadata provider", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kitsu.png", + "versions": [ + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- chore: plugin images (#5) @h1dden-da3m0n\n\n### Dependency updates ###\n- chore(deps): bump release-drafter/release-drafter from v5.14.0 to v5.15.0 (#4) @dependabot\n\n### CI & build changes ###\n- Update ci (#6) @h1dden-da3m0n\n- Let there be CI (#2) @oddstr13\n\n### Code or Repo Maintenance ###\n- 10.8 support (#9) @crobibero\n\n### Documentation updates ###\n- chore(doc): doc and editorconf update (#3) @h1dden-da3m0n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_3.0.0.0.zip", + "checksum": "f63d8ef71d89ff9e28511a76898bd726", + "timestamp": "2022-01-07T21:10:21Z" + }, + { + "version": "2.2110.609.1422", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.609.1422.zip", + "checksum": "9e10497d751465e24adc37cb1a065ed3", + "timestamp": "2021-10-06T09:14:32Z" + }, + { + "version": "2.2110.521.3509", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.521.3509.zip", + "checksum": "655f996129af3d815d0b894a1a11e340", + "timestamp": "2021-10-05T21:35:18Z" + }, + { + "version": "2.2110.521.916", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.521.916.zip", + "checksum": "b9a01e61d34bf7481ffb92db4fae52fa", + "timestamp": "2021-10-05T21:09:25Z" + }, + { + "version": "2.2110.505.1137", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.505.1137.zip", + "checksum": "c43eafcddd2204b62ce745878bcaa40c", + "timestamp": "2021-10-05T05:11:47Z" + }, + { + "version": "2.2110.504.4812", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.504.4812.zip", + "checksum": "1898618503fe404d1f45880c59c2ddf9", + "timestamp": "2021-10-05T04:48:21Z" + }, + { + "version": "2.2110.504.2416", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.504.2416.zip", + "checksum": "727d39927c44805adb1934fcb2a0d691", + "timestamp": "2021-10-05T04:24:27Z" + }, + { + "version": "2.2110.418.5944", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.418.5944.zip", + "checksum": "c78f574109d46e7cf67dd20ebd744ff2", + "timestamp": "2021-10-04T18:59:53Z" + }, + { + "version": "2.2110.418.3108", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.418.3108.zip", + "checksum": "36af730b284fe5e3d17305f4bac5d395", + "timestamp": "2021-10-04T18:31:18Z" + }, + { + "version": "2.2110.417.4639", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.417.4639.zip", + "checksum": "34a96fa25d71e179ffd20404d8365f8d", + "timestamp": "2021-10-04T17:46:50Z" + }, + { + "version": "2.2110.413.5656", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.413.5656.zip", + "checksum": "0510d5b9f51be4fb9947b9121831b39d", + "timestamp": "2021-10-04T13:57:08Z" + }, + { + "version": "2.2110.413.3058", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.413.3058.zip", + "checksum": "ba80fbfd4ae99bc3a715f7b567e06a91", + "timestamp": "2021-10-04T13:31:09Z" + }, + { + "version": "2.2110.405.5447", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.405.5447.zip", + "checksum": "a418959870679ef924ef2be122444f61", + "timestamp": "2021-10-04T05:54:55Z" + }, + { + "version": "2.2110.405.3145", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.405.3145.zip", + "checksum": "e3dcfaa07567bdfd2a6533a85c0b8cfe", + "timestamp": "2021-10-04T05:31:55Z" + }, + { + "version": "2.2110.318.5143", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.318.5143.zip", + "checksum": "62587850d226e4031302ba03fcd6963d", + "timestamp": "2021-10-03T18:51:53Z" + }, + { + "version": "2.2110.316.302", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.316.302.zip", + "checksum": "28cdb204f002618b4f59513491dba9de", + "timestamp": "2021-10-03T16:03:12Z" + }, + { + "version": "2.2110.315.3631", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.315.3631.zip", + "checksum": "6ebd4b5802405789066f28ed046d639f", + "timestamp": "2021-10-03T15:36:40Z" + }, + { + "version": "2.2110.312.5355", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.312.5355.zip", + "checksum": "36afd5184ffc7971dadba0b0fbf7457e", + "timestamp": "2021-10-03T12:54:05Z" + }, + { + "version": "2.2110.312.2737", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.312.2737.zip", + "checksum": "58fc2e044b19bc12e0ab6591b5ab7660", + "timestamp": "2021-10-03T12:27:47Z" + }, + { + "version": "2.2110.310.2452", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.310.2452.zip", + "checksum": "bb7684a96670446a6c968398522dcea7", + "timestamp": "2021-10-03T10:25:04Z" + }, + { + "version": "2.2110.222.3913", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.222.3913.zip", + "checksum": "4612f99d5adcc002b14465acd274ea22", + "timestamp": "2021-10-02T22:39:23Z" + }, + { + "version": "2.2110.211.2630", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.211.2630.zip", + "checksum": "d4570413a6f6d7a004097f95ab851f43", + "timestamp": "2021-10-02T11:26:39Z" + }, + { + "version": "2.2110.118.639", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.118.639.zip", + "checksum": "1ea6181c47c3eb1854e7ac30157d2e21", + "timestamp": "2021-10-01T18:06:49Z" + }, + { + "version": "2.2110.106.3825", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2110.106.3825.zip", + "checksum": "6846a5925150f51770afcce1b4f41003", + "timestamp": "2021-10-01T06:38:35Z" + }, + { + "version": "2.2109.3014.5335", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.3014.5335.zip", + "checksum": "a487efa8d594a59d978484ea469c558f", + "timestamp": "2021-09-30T14:53:47Z" + }, + { + "version": "2.2109.3009.2907", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.3009.2907.zip", + "checksum": "d4aa1f4ec7b70517c037c137f4e66857", + "timestamp": "2021-09-30T09:29:17Z" + }, + { + "version": "2.2109.2918.829", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2918.829.zip", + "checksum": "5b7bf7f48aa41d0ec4dccbeec6bd49cb", + "timestamp": "2021-09-29T18:08:40Z" + }, + { + "version": "2.2109.2913.5929", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2913.5929.zip", + "checksum": "4ded882019a41de860c5aad1a71b037a", + "timestamp": "2021-09-29T13:59:38Z" + }, + { + "version": "2.2109.2913.3616", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2913.3616.zip", + "checksum": "3043e2c04e6d1cc8768a9de02b405c77", + "timestamp": "2021-09-29T13:36:27Z" + }, + { + "version": "2.2109.2908.548", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2908.548.zip", + "checksum": "edc9e275281e82e76c9deb834b306a6c", + "timestamp": "2021-09-29T08:05:58Z" + }, + { + "version": "2.2109.2906.1819", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2906.1819.zip", + "checksum": "47ddcca9e16c12d69f3143f20e5ff132", + "timestamp": "2021-09-29T06:18:28Z" + }, + { + "version": "2.2109.2905.5400", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2905.5400.zip", + "checksum": "5fcebec4b0dc25f037738453109b6617", + "timestamp": "2021-09-29T05:54:11Z" + }, + { + "version": "2.2109.2903.4530", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2903.4530.zip", + "checksum": "4e8266213b84e50399ec9736b3117082", + "timestamp": "2021-09-29T03:45:39Z" + }, + { + "version": "2.2109.2823.5138", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2823.5138.zip", + "checksum": "252e98469172caa9044a5b2dbf3171a6", + "timestamp": "2021-09-28T23:51:48Z" + }, + { + "version": "2.2109.2811.4027", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2811.4027.zip", + "checksum": "544f1643b4b947277acfd40cadffbb69", + "timestamp": "2021-09-28T11:40:36Z" + }, + { + "version": "2.2109.2809.4830", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2809.4830.zip", + "checksum": "5a316fb820b037b0695057e00b4f2930", + "timestamp": "2021-09-28T09:48:39Z" + }, + { + "version": "2.2109.2809.2327", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2809.2327.zip", + "checksum": "f7a4ef5e7db42566b6f206df244c1f3d", + "timestamp": "2021-09-28T09:23:37Z" + }, + { + "version": "2.2109.2716.734", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2716.734.zip", + "checksum": "7d4ea6eb1672cc83b2572014afce7549", + "timestamp": "2021-09-27T16:07:44Z" + }, + { + "version": "2.2109.2707.4530", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2707.4530.zip", + "checksum": "79b6d5e72e60a5dd156b05f1e08eecbc", + "timestamp": "2021-09-27T07:45:40Z" + }, + { + "version": "2.2109.2705.2409", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2705.2409.zip", + "checksum": "c411c6f23bf992c012594031e5395526", + "timestamp": "2021-09-27T05:24:19Z" + }, + { + "version": "2.2109.2616.1633", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2616.1633.zip", + "checksum": "14631f93d03001ff4f5a97dd7cd49f80", + "timestamp": "2021-09-26T16:16:43Z" + }, + { + "version": "2.2109.2522.5137", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2522.5137.zip", + "checksum": "0b53ab0d1a7cd9a81e0b12c45cf476f4", + "timestamp": "2021-09-25T22:51:47Z" + }, + { + "version": "2.2109.2520.4151", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2520.4151.zip", + "checksum": "6e5e01f91af81382faae62757bdf1eea", + "timestamp": "2021-09-25T20:42:01Z" + }, + { + "version": "2.2109.2519.3852", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2519.3852.zip", + "checksum": "f8769b692ab9e7d5e85e9ea2ec49ce1d", + "timestamp": "2021-09-25T19:39:02Z" + }, + { + "version": "2.2109.2519.1328", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2519.1328.zip", + "checksum": "a9d12c10e49b5a88724f49a005ef9c38", + "timestamp": "2021-09-25T19:13:37Z" + }, + { + "version": "2.2109.2518.4745", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2518.4745.zip", + "checksum": "588c33e983bc5fc29cd3305a8b13db2d", + "timestamp": "2021-09-25T18:47:55Z" + }, + { + "version": "2.2109.2517.4525", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2517.4525.zip", + "checksum": "7c7a9e9c6177497e83f27a16db5cc551", + "timestamp": "2021-09-25T17:45:35Z" + }, + { + "version": "2.2109.2514.49", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2514.49.zip", + "checksum": "a896a3a0f04dab6aab8f2a0b38a25b92", + "timestamp": "2021-09-25T14:00:59Z" + }, + { + "version": "2.2109.2318.1113", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2318.1113.zip", + "checksum": "0eec47c040d628dfbe4d47ac96e43af2", + "timestamp": "2021-09-23T18:11:22Z" + }, + { + "version": "2.2109.2317.3614", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2317.3614.zip", + "checksum": "fc83bb91165c4a3145c123cac0680046", + "timestamp": "2021-09-23T17:36:24Z" + }, + { + "version": "2.2109.2316.5444", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2316.5444.zip", + "checksum": "acc5997065885798b3502285355bedf7", + "timestamp": "2021-09-23T16:54:54Z" + }, + { + "version": "2.2109.2316.3024", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2316.3024.zip", + "checksum": "db21c89def7441acffbc14728df3f758", + "timestamp": "2021-09-23T16:30:33Z" + }, + { + "version": "2.2109.2316.126", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2316.126.zip", + "checksum": "a7322340359a4d396365716aeb294df4", + "timestamp": "2021-09-23T16:01:36Z" + }, + { + "version": "2.2109.2315.3102", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2315.3102.zip", + "checksum": "b54abc4e73f435cdde9dcb97e9e69e08", + "timestamp": "2021-09-23T15:31:13Z" + }, + { + "version": "2.2109.2314.5801", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2314.5801.zip", + "checksum": "cde37b073bba52b2e2e9cfebe01e251e", + "timestamp": "2021-09-23T14:58:13Z" + }, + { + "version": "2.2109.2212.5129", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2212.5129.zip", + "checksum": "5bf0a52ecf374cc3dd59e6c12f386d2e", + "timestamp": "2021-09-22T12:51:40Z" + }, + { + "version": "2.2109.2208.1017", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2208.1017.zip", + "checksum": "426bffa9fdb404050daef6ac8f8fc297", + "timestamp": "2021-09-22T08:10:26Z" + }, + { + "version": "2.2109.2207.4325", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2207.4325.zip", + "checksum": "3e7cbb2c8675ef3c564c88bb585d9f51", + "timestamp": "2021-09-22T07:43:35Z" + }, + { + "version": "2.2109.2206.4357", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2206.4357.zip", + "checksum": "c6a1ac329ef07ed2aa548dc5d75cb711", + "timestamp": "2021-09-22T06:44:08Z" + }, + { + "version": "2.2109.2119.2631", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2119.2631.zip", + "checksum": "3f2bfb45998634af18ea07529c1293be", + "timestamp": "2021-09-21T19:26:41Z" + }, + { + "version": "2.2109.2116.5419", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2116.5419.zip", + "checksum": "d5e23a1fa46dcaf9fba3e5e8e0bcef52", + "timestamp": "2021-09-21T16:54:30Z" + }, + { + "version": "2.2109.2106.5809", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2106.5809.zip", + "checksum": "f6cb8510580ed18339488235923dc37e", + "timestamp": "2021-09-21T06:58:19Z" + }, + { + "version": "2.2109.2106.3239", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2106.3239.zip", + "checksum": "16bd84b4dfbe0bfe7accb567f05bab5c", + "timestamp": "2021-09-21T06:32:49Z" + }, + { + "version": "2.2109.2022.437", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2022.437.zip", + "checksum": "1e9fcd4c739f71406b3eb62a90f33d15", + "timestamp": "2021-09-20T22:04:46Z" + }, + { + "version": "2.2109.2021.2740", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2021.2740.zip", + "checksum": "07b1637689f93ed7ab94378fc9b2d572", + "timestamp": "2021-09-20T21:27:50Z" + }, + { + "version": "2.2109.2021.229", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2021.229.zip", + "checksum": "9796107d0bce1b987ed5186983e4d534", + "timestamp": "2021-09-20T21:02:38Z" + }, + { + "version": "2.2109.2019.4834", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2019.4834.zip", + "checksum": "5546920a499a59f1b0b133fa6ae18684", + "timestamp": "2021-09-20T19:48:43Z" + }, + { + "version": "2.2109.2013.3558", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2013.3558.zip", + "checksum": "6a27f80df1a6b9ee026617bd5cf046ef", + "timestamp": "2021-09-20T13:36:10Z" + }, + { + "version": "2.2109.2013.648", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2013.648.zip", + "checksum": "482898806cb4b44e05bc446d374cf166", + "timestamp": "2021-09-20T13:06:56Z" + }, + { + "version": "2.2109.2012.4716", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2012.4716.zip", + "checksum": "5413355102cba2c06be2bbe13e97fa25", + "timestamp": "2021-09-20T12:47:26Z" + }, + { + "version": "2.2109.2008.653", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.2008.653.zip", + "checksum": "5d5734358df64ac796b882c276ba7042", + "timestamp": "2021-09-20T08:07:06Z" + }, + { + "version": "2.2109.1908.5817", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1908.5817.zip", + "checksum": "568012973b72e6acb62356b974bcf721", + "timestamp": "2021-09-19T08:58:28Z" + }, + { + "version": "2.2109.1815.2128", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1815.2128.zip", + "checksum": "f60f81cfdd8355ad3893c844d2e09846", + "timestamp": "2021-09-18T15:21:38Z" + }, + { + "version": "2.2109.1719.5537", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1719.5537.zip", + "checksum": "3f8b29a762f3c0e29ad532dec09733ee", + "timestamp": "2021-09-17T19:55:46Z" + }, + { + "version": "2.2109.1719.3253", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1719.3253.zip", + "checksum": "287c8340375c6ece74a333e2e19429ed", + "timestamp": "2021-09-17T19:33:04Z" + }, + { + "version": "2.2109.1718.4600", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1718.4600.zip", + "checksum": "21eab8f782697530c1f853f1bcdf0bc6", + "timestamp": "2021-09-17T18:46:10Z" + }, + { + "version": "2.2109.1718.2347", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1718.2347.zip", + "checksum": "747549bc42ac52f13adb3b5ea7a4c6e2", + "timestamp": "2021-09-17T18:23:58Z" + }, + { + "version": "2.2109.1707.5148", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1707.5148.zip", + "checksum": "434ccd091f59f94abb7e9912d2cb1499", + "timestamp": "2021-09-17T07:51:59Z" + }, + { + "version": "2.2109.1415.800", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1415.800.zip", + "checksum": "d3871e7d16429bc6b175256ad4e5be7b", + "timestamp": "2021-09-14T15:08:10Z" + }, + { + "version": "2.2109.1414.4415", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1414.4415.zip", + "checksum": "e03d7ad0833ab887f03c44da9b95a9dc", + "timestamp": "2021-09-14T14:44:24Z" + }, + { + "version": "2.2109.1323.3723", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1323.3723.zip", + "checksum": "3de77f6633436c86c7075115206575bd", + "timestamp": "2021-09-13T23:37:32Z" + }, + { + "version": "2.2109.1323.1252", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1323.1252.zip", + "checksum": "61b663cf018199f7140aab0d5446f5cb", + "timestamp": "2021-09-13T23:13:04Z" + }, + { + "version": "2.2109.1322.704", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1322.704.zip", + "checksum": "6b173dcae68fbee0d459593ed8950a23", + "timestamp": "2021-09-13T22:07:13Z" + }, + { + "version": "2.2109.1320.4608", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1320.4608.zip", + "checksum": "66c0e1c46057bc3794f683dd95948c9c", + "timestamp": "2021-09-13T20:46:16Z" + }, + { + "version": "2.2109.1320.2103", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1320.2103.zip", + "checksum": "e778d9421e2b4ae2cac3c81217e3d51c", + "timestamp": "2021-09-13T20:21:13Z" + }, + { + "version": "2.2109.1317.2909", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1317.2909.zip", + "checksum": "6555c1527ad467cf7ed13c51f1568ba3", + "timestamp": "2021-09-13T17:29:19Z" + }, + { + "version": "2.2109.1317.239", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1317.239.zip", + "checksum": "6c8c8fc7d6f38d9fb1bb8a266e3b5e68", + "timestamp": "2021-09-13T17:02:49Z" + }, + { + "version": "2.2109.1315.2529", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1315.2529.zip", + "checksum": "c2f5e44f110f9fcd206b4d06e899252d", + "timestamp": "2021-09-13T15:25:40Z" + }, + { + "version": "2.2109.1315.249", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1315.249.zip", + "checksum": "90a8d4891d7865cec0861373c9c04e88", + "timestamp": "2021-09-13T15:02:59Z" + }, + { + "version": "2.2109.1314.3929", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1314.3929.zip", + "checksum": "311cf640c2813c6bac3fb4f9af370e36", + "timestamp": "2021-09-13T14:39:38Z" + }, + { + "version": "2.2109.1308.5335", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1308.5335.zip", + "checksum": "e4df633b741fd926456f3dfde446d52c", + "timestamp": "2021-09-13T08:53:46Z" + }, + { + "version": "2.2109.1122.1010", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1122.1010.zip", + "checksum": "ed1c2a796cb89004e4fe7873b22a22c9", + "timestamp": "2021-09-11T22:10:19Z" + }, + { + "version": "2.2109.1121.2509", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1121.2509.zip", + "checksum": "d55dd16f8555c9292e356b2cc6238217", + "timestamp": "2021-09-11T21:25:19Z" + }, + { + "version": "2.2109.1115.3854", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1115.3854.zip", + "checksum": "a1d697e4f24422d911710fd9932dd2ed", + "timestamp": "2021-09-11T15:39:05Z" + }, + { + "version": "2.2109.1016.755", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1016.755.zip", + "checksum": "1ed4c90b05d57b411a816d5c18fd77f5", + "timestamp": "2021-09-10T16:08:06Z" + }, + { + "version": "2.2109.1014.4223", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1014.4223.zip", + "checksum": "22b48edb7280e037ca943f6d03ac82c6", + "timestamp": "2021-09-10T14:42:33Z" + }, + { + "version": "2.2109.1011.5915", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1011.5915.zip", + "checksum": "eb5f396179d02624fbc4301c1c97c6b4", + "timestamp": "2021-09-10T11:59:25Z" + }, + { + "version": "2.2109.1008.5623", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.1008.5623.zip", + "checksum": "7383b6d7217e4c22dfc4464f74ecd052", + "timestamp": "2021-09-10T08:56:34Z" + }, + { + "version": "2.2109.918.330", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.918.330.zip", + "checksum": "a5a7814fb91a7fa856bb34aa36c68ab7", + "timestamp": "2021-09-09T18:03:40Z" + }, + { + "version": "2.2109.915.2308", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.915.2308.zip", + "checksum": "28f1f8d1842ed4ed6755aa131be520a2", + "timestamp": "2021-09-09T15:23:17Z" + }, + { + "version": "2.2109.915.6", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.915.6.zip", + "checksum": "608425ef504da80f8571cfcbce3cc2f5", + "timestamp": "2021-09-09T15:00:17Z" + }, + { + "version": "2.2109.912.1009", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.912.1009.zip", + "checksum": "d988b78b82cd166db33add6299499b6a", + "timestamp": "2021-09-09T12:10:20Z" + }, + { + "version": "2.2109.819.250", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.819.250.zip", + "checksum": "bd5ee020a5dab4e1e58216308ea2a6bf", + "timestamp": "2021-09-08T19:02:59Z" + }, + { + "version": "2.2109.818.3904", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.818.3904.zip", + "checksum": "0c9b1159f7b059d1a44423bc38fcc921", + "timestamp": "2021-09-08T18:39:14Z" + }, + { + "version": "2.2109.818.812", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.818.812.zip", + "checksum": "cc5d828f9baddda5dbe6c499d86d38e0", + "timestamp": "2021-09-08T18:08:22Z" + }, + { + "version": "2.2109.817.4114", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.817.4114.zip", + "checksum": "f4bfc332681ee71944e26681d83bf896", + "timestamp": "2021-09-08T17:41:25Z" + }, + { + "version": "2.2109.814.740", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.814.740.zip", + "checksum": "59ecea2b2b6bc4a06b274ac807b1b296", + "timestamp": "2021-09-08T14:07:51Z" + }, + { + "version": "2.2109.718.752", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.718.752.zip", + "checksum": "2d113d9f1b563fb72f158ab72b6cf917", + "timestamp": "2021-09-07T18:08:03Z" + }, + { + "version": "2.2109.717.1506", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.717.1506.zip", + "checksum": "c25df0ad1ce332b579304ae5181056b0", + "timestamp": "2021-09-07T17:15:15Z" + }, + { + "version": "2.2109.716.5007", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.716.5007.zip", + "checksum": "4ea6217976a306a52f0fb63c4625b948", + "timestamp": "2021-09-07T16:50:17Z" + }, + { + "version": "2.2109.715.2737", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.715.2737.zip", + "checksum": "217679746ebdde8da5e266ae5b6ed05f", + "timestamp": "2021-09-07T15:27:48Z" + }, + { + "version": "2.2109.715.336", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.715.336.zip", + "checksum": "ee834fc3b2bc8ee2f432efc91a2d7141", + "timestamp": "2021-09-07T15:03:46Z" + }, + { + "version": "2.2109.713.1401", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.713.1401.zip", + "checksum": "93190eb01c0ca608769f6dc36e9fdad7", + "timestamp": "2021-09-07T13:14:12Z" + }, + { + "version": "2.2109.711.743", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.711.743.zip", + "checksum": "454caa227cf29f6c1ba9c9b34ee5f7cd", + "timestamp": "2021-09-07T11:07:57Z" + }, + { + "version": "2.2109.706.4910", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.706.4910.zip", + "checksum": "47b1fcf55185930292558877fac5f632", + "timestamp": "2021-09-07T06:49:21Z" + }, + { + "version": "2.2109.706.2616", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.706.2616.zip", + "checksum": "594591a03db32279d8182cd50a69bcaa", + "timestamp": "2021-09-07T06:26:26Z" + }, + { + "version": "2.2109.706.324", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.706.324.zip", + "checksum": "e9bca1278c6e1dad23ef00495125a22c", + "timestamp": "2021-09-07T06:03:34Z" + }, + { + "version": "2.2109.618.1659", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.618.1659.zip", + "checksum": "b27812401ade77cdcbc719038f6184c5", + "timestamp": "2021-09-06T18:17:10Z" + }, + { + "version": "2.2109.617.3453", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.617.3453.zip", + "checksum": "cb7747b67bc63899c104970f6d74570f", + "timestamp": "2021-09-06T17:35:06Z" + }, + { + "version": "2.2109.617.49", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.617.49.zip", + "checksum": "817eb24f97ea0446aea92a650975024c", + "timestamp": "2021-09-06T17:01:00Z" + }, + { + "version": "2.2109.613.4831", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.613.4831.zip", + "checksum": "f41b8a47b582c9458bef147c8772d938", + "timestamp": "2021-09-06T13:48:41Z" + }, + { + "version": "2.2109.613.2301", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.613.2301.zip", + "checksum": "64baed1806f1b4fd3ed09fdada0bed56", + "timestamp": "2021-09-06T13:23:11Z" + }, + { + "version": "2.2109.612.5639", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.612.5639.zip", + "checksum": "c60a6262564e2a39edf78cdc4150c407", + "timestamp": "2021-09-06T12:56:49Z" + }, + { + "version": "2.2109.612.1318", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.612.1318.zip", + "checksum": "d7c02780b76d909230044bb25cc9d62f", + "timestamp": "2021-09-06T12:13:29Z" + }, + { + "version": "2.2109.604.5507", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.604.5507.zip", + "checksum": "a8050ce66b8a648d77ab3378be3ffa2e", + "timestamp": "2021-09-06T04:55:17Z" + }, + { + "version": "2.2109.518.2118", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.518.2118.zip", + "checksum": "02ec405e4cbe50262c592bdb92340b07", + "timestamp": "2021-09-05T18:21:28Z" + }, + { + "version": "2.2109.517.5419", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.517.5419.zip", + "checksum": "0406c91bc618a59ac220a6f2f4f82d1b", + "timestamp": "2021-09-05T17:54:29Z" + }, + { + "version": "2.2109.517.2928", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.517.2928.zip", + "checksum": "4410e15864ab248ca734111822859a71", + "timestamp": "2021-09-05T17:29:38Z" + }, + { + "version": "2.2109.513.4858", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.513.4858.zip", + "checksum": "1a3cc53ec5e83ead37436b7cd1f5427b", + "timestamp": "2021-09-05T13:49:09Z" + }, + { + "version": "2.2109.513.934", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.513.934.zip", + "checksum": "d047e8380d75528cb8b09a01eda3bc9b", + "timestamp": "2021-09-05T13:09:43Z" + }, + { + "version": "2.2109.511.5937", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.511.5937.zip", + "checksum": "de63df39ae0fdbaf7f3186f8b1b7782e", + "timestamp": "2021-09-05T11:59:48Z" + }, + { + "version": "2.2109.511.3048", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.511.3048.zip", + "checksum": "9c7284e6f5f360e692e47a3e311e9056", + "timestamp": "2021-09-05T11:30:57Z" + }, + { + "version": "2.2109.511.713", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.511.713.zip", + "checksum": "c0897b366bb29b984ad1c7b0b8c0f893", + "timestamp": "2021-09-05T11:07:22Z" + }, + { + "version": "2.2109.416.1233", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.416.1233.zip", + "checksum": "995df58355118565382f893759741dce", + "timestamp": "2021-09-04T16:12:44Z" + }, + { + "version": "2.2109.415.4937", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.415.4937.zip", + "checksum": "c7f7083b366934955526e8935d6f74f7", + "timestamp": "2021-09-04T15:49:46Z" + }, + { + "version": "2.2109.415.706", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.415.706.zip", + "checksum": "de4f2ebc548d439e7205a3e8fc520e0b", + "timestamp": "2021-09-04T15:07:15Z" + }, + { + "version": "2.2109.414.4116", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.414.4116.zip", + "checksum": "23e7c5d18ecf1ee3a2fbbe3888ff7bd7", + "timestamp": "2021-09-04T14:41:26Z" + }, + { + "version": "2.2109.412.5316", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.412.5316.zip", + "checksum": "7c61182e53f55daf65417a5b63ccfd88", + "timestamp": "2021-09-04T12:53:26Z" + }, + { + "version": "2.2109.411.2405", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.411.2405.zip", + "checksum": "a9632a702a6935be5850904088ae6c08", + "timestamp": "2021-09-04T11:24:14Z" + }, + { + "version": "2.2109.323.2033", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.323.2033.zip", + "checksum": "fe67f48184663f85525b66de97bde79b", + "timestamp": "2021-09-03T23:20:42Z" + }, + { + "version": "2.2109.322.5430", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.322.5430.zip", + "checksum": "934772226fcc8c680b6c0118850d4f8e", + "timestamp": "2021-09-03T22:54:40Z" + }, + { + "version": "2.2109.319.3735", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.319.3735.zip", + "checksum": "a073bc1704aed8efb7362eb3d8ac502c", + "timestamp": "2021-09-03T19:37:46Z" + }, + { + "version": "2.2109.317.4058", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.317.4058.zip", + "checksum": "65667e38b1d3e3c88f3ff7cf44c69e0b", + "timestamp": "2021-09-03T17:41:10Z" + }, + { + "version": "2.2109.317.951", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.317.951.zip", + "checksum": "446e9924b9aa4c07d86b2e82ba989475", + "timestamp": "2021-09-03T17:10:03Z" + }, + { + "version": "2.2109.315.3935", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.315.3935.zip", + "checksum": "8eb2439592dffa7f164a2c54e0b07c0e", + "timestamp": "2021-09-03T15:39:45Z" + }, + { + "version": "2.2109.315.15", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.315.15.zip", + "checksum": "583883bfbc59e232482c93434c085bbe", + "timestamp": "2021-09-03T15:00:26Z" + }, + { + "version": "2.2109.314.2933", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.314.2933.zip", + "checksum": "3ebaf9ff5e42f12ccd5c3235d1607752", + "timestamp": "2021-09-03T14:29:43Z" + }, + { + "version": "2.2109.313.5540", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.313.5540.zip", + "checksum": "e82ee356d9cdc43aa73664aef6bbcdee", + "timestamp": "2021-09-03T13:55:51Z" + }, + { + "version": "2.2109.221.3430", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.221.3430.zip", + "checksum": "295f636534efd669938c8356f1b9e257", + "timestamp": "2021-09-02T21:34:40Z" + }, + { + "version": "2.2109.220.1214", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.220.1214.zip", + "checksum": "a2dc9d53f22c7825cccd16bcc0df602f", + "timestamp": "2021-09-02T20:12:25Z" + }, + { + "version": "2.2109.211.3910", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.211.3910.zip", + "checksum": "51a71250d55174aeb6e610a68e0cb9f8", + "timestamp": "2021-09-02T11:39:22Z" + }, + { + "version": "2.2109.208.5445", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.208.5445.zip", + "checksum": "9cb35aa33efb3ca5d9028f05aae99463", + "timestamp": "2021-09-02T08:54:57Z" + }, + { + "version": "2.2109.207.357", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.207.357.zip", + "checksum": "ad8095f829e39eaea940822e47effb0e", + "timestamp": "2021-09-02T07:04:09Z" + }, + { + "version": "2.2109.117.2417", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.117.2417.zip", + "checksum": "62f65d73a05b0ecdc69e6fceba1d78d9", + "timestamp": "2021-09-01T17:24:26Z" + }, + { + "version": "2.2109.116.4941", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.116.4941.zip", + "checksum": "2c90bc944dbb394301b08864f9bdf0e8", + "timestamp": "2021-09-01T16:49:51Z" + }, + { + "version": "2.2109.114.408", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.114.408.zip", + "checksum": "8e7d222876f6693a32773cb2e103ae89", + "timestamp": "2021-09-01T14:04:18Z" + }, + { + "version": "2.2109.113.1520", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.113.1520.zip", + "checksum": "31470b57940c4ed9e69b607b7e1c8528", + "timestamp": "2021-09-01T13:15:31Z" + }, + { + "version": "2.2109.112.4911", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.112.4911.zip", + "checksum": "f32fd29d962375384e2a76bdeeded72d", + "timestamp": "2021-09-01T12:49:22Z" + }, + { + "version": "2.2109.108.1711", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.108.1711.zip", + "checksum": "0215fbb61ac99c0d5374381bff731b72", + "timestamp": "2021-09-01T08:17:20Z" + }, + { + "version": "2.2109.107.4855", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.107.4855.zip", + "checksum": "ed1a086182cb31188c98088df8102ebe", + "timestamp": "2021-09-01T07:49:07Z" + }, + { + "version": "2.2109.103.5202", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2109.103.5202.zip", + "checksum": "ecd1a37c97c4293b6f2c610c8f14c85a", + "timestamp": "2021-09-01T03:52:12Z" + }, + { + "version": "2.2108.3122.2540", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3122.2540.zip", + "checksum": "20f9b86eda2cfbce480112ff5e3a07f8", + "timestamp": "2021-08-31T22:25:49Z" + }, + { + "version": "2.2108.3023.625", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3023.625.zip", + "checksum": "1622696edfa58828e0b0d84360844f5f", + "timestamp": "2021-08-30T23:06:34Z" + }, + { + "version": "2.2108.3022.4352", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3022.4352.zip", + "checksum": "04c323e0ba71240207dda2ec4b8f5aff", + "timestamp": "2021-08-30T22:44:03Z" + }, + { + "version": "2.2108.3019.438", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3019.438.zip", + "checksum": "7f4d752d18747baa8cfb6ee5fda816f4", + "timestamp": "2021-08-30T19:04:48Z" + }, + { + "version": "2.2108.3018.2548", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3018.2548.zip", + "checksum": "ecbb58e8e20a6e17251f212d98a00a84", + "timestamp": "2021-08-30T18:25:56Z" + }, + { + "version": "2.2108.3017.5958", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3017.5958.zip", + "checksum": "5a7c38bfdc6d9a1b31550f3666959432", + "timestamp": "2021-08-30T18:00:11Z" + }, + { + "version": "2.2108.3013.4055", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3013.4055.zip", + "checksum": "9f572c4baabc3c714ad925587256b34e", + "timestamp": "2021-08-30T13:41:06Z" + }, + { + "version": "2.2108.3013.1416", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3013.1416.zip", + "checksum": "c5bb9ee790632d2e6027c4c027add729", + "timestamp": "2021-08-30T13:14:25Z" + }, + { + "version": "2.2108.3012.4806", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3012.4806.zip", + "checksum": "1ec12219460dd588e491887300320139", + "timestamp": "2021-08-30T12:48:16Z" + }, + { + "version": "2.2108.3007.5126", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.3007.5126.zip", + "checksum": "bb3cc71a9570469a1176774b285616ed", + "timestamp": "2021-08-30T07:51:36Z" + }, + { + "version": "2.2108.2811.5250", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2811.5250.zip", + "checksum": "3fba6445d79478da6ba661c02117d7f6", + "timestamp": "2021-08-28T11:52:59Z" + }, + { + "version": "2.2108.2800.5053", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2800.5053.zip", + "checksum": "929126add28f3779a815dc757688c1e2", + "timestamp": "2021-08-28T00:51:04Z" + }, + { + "version": "2.2108.2716.5635", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2716.5635.zip", + "checksum": "8f3ec11ababb25fe43919ebb8134233b", + "timestamp": "2021-08-27T16:56:47Z" + }, + { + "version": "2.2108.2715.5602", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2715.5602.zip", + "checksum": "1e7c0e8551f02773209b1371d1ad0093", + "timestamp": "2021-08-27T15:56:13Z" + }, + { + "version": "2.2108.2706.5125", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2706.5125.zip", + "checksum": "68d00d3e81ff13fede0566df49c377e3", + "timestamp": "2021-08-27T06:51:34Z" + }, + { + "version": "2.2108.2701.5420", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2701.5420.zip", + "checksum": "4f63927f36c49c900265d17e4b9ce075", + "timestamp": "2021-08-27T01:54:30Z" + }, + { + "version": "2.2108.2421.3302", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2421.3302.zip", + "checksum": "5bdb6d6e916f339a239bc847a396b2e9", + "timestamp": "2021-08-24T21:33:12Z" + }, + { + "version": "2.2108.2421.831", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2421.831.zip", + "checksum": "c25bd3daedac3920c9def08257df06d2", + "timestamp": "2021-08-24T21:08:41Z" + }, + { + "version": "2.2108.2419.5434", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2419.5434.zip", + "checksum": "d5c7a85854ec1147f0dc5ab5b40ead5c", + "timestamp": "2021-08-24T19:54:44Z" + }, + { + "version": "2.2108.2414.3710", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2414.3710.zip", + "checksum": "ac2e9e5ea53c56eb58aca2a08220e72f", + "timestamp": "2021-08-24T14:37:20Z" + }, + { + "version": "2.2108.2414.1201", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2414.1201.zip", + "checksum": "e642fb064d896f6ba7955bdfa46e18fd", + "timestamp": "2021-08-24T14:12:15Z" + }, + { + "version": "2.2108.2413.4826", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2413.4826.zip", + "checksum": "2477cfdbd5578a42242639efbd90f029", + "timestamp": "2021-08-24T13:48:36Z" + }, + { + "version": "2.2108.2405.126", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2405.126.zip", + "checksum": "411b7ad752c315ad9573580a3d10a09e", + "timestamp": "2021-08-24T05:01:36Z" + }, + { + "version": "2.2108.2404.3509", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2404.3509.zip", + "checksum": "d5698aa64a24741f0cd3e3e69a6afdc2", + "timestamp": "2021-08-24T04:35:18Z" + }, + { + "version": "2.2108.2404.512", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2404.512.zip", + "checksum": "de8cc2914880f8e374fbdb694c44023a", + "timestamp": "2021-08-24T04:05:22Z" + }, + { + "version": "2.2108.2320.5434", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2320.5434.zip", + "checksum": "de76de6e549313bde664651af990de22", + "timestamp": "2021-08-23T20:54:44Z" + }, + { + "version": "2.2108.2307.5513", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2307.5513.zip", + "checksum": "cbe0e1c5da5540dd1ce69ee575322686", + "timestamp": "2021-08-23T07:55:23Z" + }, + { + "version": "2.2108.2305.4053", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2305.4053.zip", + "checksum": "aed4e40785fd37c5f7f42d9a8f5e91fd", + "timestamp": "2021-08-23T05:41:05Z" + }, + { + "version": "2.2108.2115.510", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2115.510.zip", + "checksum": "8001e38bda0952d797c0346f205c38db", + "timestamp": "2021-08-21T15:05:19Z" + }, + { + "version": "2.2108.2114.3910", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2114.3910.zip", + "checksum": "d2a0a5e06520f6aae9dbc37a91195c8b", + "timestamp": "2021-08-21T14:39:20Z" + }, + { + "version": "2.2108.2101.5235", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.2101.5235.zip", + "checksum": "dc7b3c85e83089a06320b73870e23b51", + "timestamp": "2021-08-21T01:52:45Z" + }, + { + "version": "2.2108.1910.4931", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1910.4931.zip", + "checksum": "dd2563447af1d67d2941bd48e49a0103", + "timestamp": "2021-08-19T10:49:42Z" + }, + { + "version": "2.2108.1806.4806", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1806.4806.zip", + "checksum": "6def5e49c6d1c279be14a9e02fb36535", + "timestamp": "2021-08-18T06:48:27Z" + }, + { + "version": "2.2108.1802.5159", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1802.5159.zip", + "checksum": "7ed81dd28380673dafbf6aa8d2a71efe", + "timestamp": "2021-08-18T02:52:10Z" + }, + { + "version": "2.2108.1704.3859", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1704.3859.zip", + "checksum": "492729ead9e60f8051a1a3e93d1ec274", + "timestamp": "2021-08-17T04:39:10Z" + }, + { + "version": "2.2108.1613.3908", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1613.3908.zip", + "checksum": "334e4c321224624d9f5b103dedb42940", + "timestamp": "2021-08-16T13:39:18Z" + }, + { + "version": "2.2108.1613.1548", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1613.1548.zip", + "checksum": "ea4e96df0488efc110d31d901fcbfb3d", + "timestamp": "2021-08-16T13:15:59Z" + }, + { + "version": "2.2108.1607.4938", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1607.4938.zip", + "checksum": "31d72fa4097b251ff4dcc8ce6c3ea4bf", + "timestamp": "2021-08-16T07:49:47Z" + }, + { + "version": "2.2108.1607.2355", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1607.2355.zip", + "checksum": "5aefc49ac812dd92d03e7c31c0ef63cb", + "timestamp": "2021-08-16T07:24:06Z" + }, + { + "version": "2.2108.1522.2817", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1522.2817.zip", + "checksum": "08336c5843256b779a691fc18557fd85", + "timestamp": "2021-08-15T22:28:28Z" + }, + { + "version": "2.2108.1518.2353", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1518.2353.zip", + "checksum": "8705f31409df82949c429ddfb08b2d0a", + "timestamp": "2021-08-15T18:24:04Z" + }, + { + "version": "2.2108.1517.5916", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1517.5916.zip", + "checksum": "f37cab355cbfc0eeba2c137b67d67f7a", + "timestamp": "2021-08-15T17:59:25Z" + }, + { + "version": "2.2108.1512.3940", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1512.3940.zip", + "checksum": "d89df2638782a37046616cd9364654a7", + "timestamp": "2021-08-15T12:39:50Z" + }, + { + "version": "2.2108.1410.4337", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1410.4337.zip", + "checksum": "d61c1ab26eadcaaad0c0a04466c0540b", + "timestamp": "2021-08-14T10:43:47Z" + }, + { + "version": "2.2108.1316.4306", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1316.4306.zip", + "checksum": "7137340f799895f93300df230b0eaeb0", + "timestamp": "2021-08-13T16:43:15Z" + }, + { + "version": "2.2108.1316.1925", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1316.1925.zip", + "checksum": "bee39dc29f7ab1987fec4389dbdbbb55", + "timestamp": "2021-08-13T16:19:35Z" + }, + { + "version": "2.2108.1302.2610", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1302.2610.zip", + "checksum": "9d4843cac762c60cd7a6700a245cca27", + "timestamp": "2021-08-13T02:26:19Z" + }, + { + "version": "2.2108.1302.322", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1302.322.zip", + "checksum": "ddbe01872ba99bc0291207e9d876c4d2", + "timestamp": "2021-08-13T02:03:33Z" + }, + { + "version": "2.2108.1300.1009", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1300.1009.zip", + "checksum": "faad2818930a33e72f9c27b06de61e4a", + "timestamp": "2021-08-13T00:10:18Z" + }, + { + "version": "2.2108.1223.5259", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1223.5259.zip", + "checksum": "27aead7658889ddd5517cf0d5d2732ba", + "timestamp": "2021-08-12T23:53:10Z" + }, + { + "version": "2.2108.1215.5209", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1215.5209.zip", + "checksum": "48f9c30a94378336e9f2d175fff99dac", + "timestamp": "2021-08-12T15:52:20Z" + }, + { + "version": "2.2108.1210.5218", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1210.5218.zip", + "checksum": "a5c9c100f4dfb3b7c1811b0808233e83", + "timestamp": "2021-08-12T10:52:29Z" + }, + { + "version": "2.2108.1116.4328", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1116.4328.zip", + "checksum": "e0d3a78db53e35532b26c70d661657ce", + "timestamp": "2021-08-11T16:43:48Z" + }, + { + "version": "2.2108.1116.2804", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1116.2804.zip", + "checksum": "d15119f1d955438359f5e7537904758b", + "timestamp": "2021-08-11T16:28:17Z" + }, + { + "version": "2.2108.1111.5516", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1111.5516.zip", + "checksum": "49224b7f67acbad0f4e688b4d169de31", + "timestamp": "2021-08-11T11:55:26Z" + }, + { + "version": "2.2108.1111.3014", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1111.3014.zip", + "checksum": "c470eea9212336253ca65810f63b9f19", + "timestamp": "2021-08-11T11:30:23Z" + }, + { + "version": "2.2108.1111.317", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1111.317.zip", + "checksum": "87613a701e02b3ba9c3fd6a53eaafac9", + "timestamp": "2021-08-11T11:03:27Z" + }, + { + "version": "2.2108.1107.21", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1107.21.zip", + "checksum": "36720876cf7533e45f527863ed8bf56c", + "timestamp": "2021-08-11T07:00:32Z" + }, + { + "version": "2.2108.1018.5440", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1018.5440.zip", + "checksum": "5f712b529ce391ce8d7e5aed5d731cb3", + "timestamp": "2021-08-10T18:54:50Z" + }, + { + "version": "2.2108.1018.2614", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1018.2614.zip", + "checksum": "76a2913d14109757cda59047e48fe881", + "timestamp": "2021-08-10T18:26:23Z" + }, + { + "version": "2.2108.1018.939", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1018.939.zip", + "checksum": "05cf67b68d92e56ee975823e67375e18", + "timestamp": "2021-08-10T18:09:50Z" + }, + { + "version": "2.2108.1014.1702", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1014.1702.zip", + "checksum": "c93b27d4068790f5bff226d41d61d491", + "timestamp": "2021-08-10T14:17:13Z" + }, + { + "version": "2.2108.1009.5357", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.1009.5357.zip", + "checksum": "d1fa8aa4e8c4dd118ba65e2670eea93b", + "timestamp": "2021-08-10T09:54:08Z" + }, + { + "version": "2.2108.922.4259", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.922.4259.zip", + "checksum": "1d89c7089927737786323d6a572907f6", + "timestamp": "2021-08-09T22:43:10Z" + }, + { + "version": "2.2108.922.1905", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.922.1905.zip", + "checksum": "25c638994c7604ab163dc1122308bdda", + "timestamp": "2021-08-09T22:19:15Z" + }, + { + "version": "2.2108.920.5757", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.920.5757.zip", + "checksum": "7cc01b59a2f55d7c73163990d0f756c7", + "timestamp": "2021-08-09T20:58:08Z" + }, + { + "version": "2.2108.920.3603", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.920.3603.zip", + "checksum": "ab10ab13db7ec8ae276988d7d009a06c", + "timestamp": "2021-08-09T20:36:12Z" + }, + { + "version": "2.2108.920.1300", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.920.1300.zip", + "checksum": "ee65fd2021712d703aaa8d51129c39c0", + "timestamp": "2021-08-09T20:13:12Z" + }, + { + "version": "2.2108.919.3029", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.919.3029.zip", + "checksum": "b8b713f337824c5e6cc7e5ed7e66f142", + "timestamp": "2021-08-09T19:30:39Z" + }, + { + "version": "2.2108.917.5644", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.917.5644.zip", + "checksum": "888a113876473b8a3698fe9866142009", + "timestamp": "2021-08-09T17:56:54Z" + }, + { + "version": "2.2108.917.3508", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.917.3508.zip", + "checksum": "cf5ae9ad3effc456e5bb365fcdd2ec66", + "timestamp": "2021-08-09T17:35:17Z" + }, + { + "version": "2.2108.917.1241", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.917.1241.zip", + "checksum": "d84f2c52c7a6d59dd3e9a035bef14e0a", + "timestamp": "2021-08-09T17:12:51Z" + }, + { + "version": "2.2108.916.4659", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.916.4659.zip", + "checksum": "fa654cf6961a1bf16a2ac7362c58b450", + "timestamp": "2021-08-09T16:47:10Z" + }, + { + "version": "2.2108.916.2415", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.916.2415.zip", + "checksum": "8f8c82e127edfd6e41e3ad11e554359b", + "timestamp": "2021-08-09T16:24:25Z" + }, + { + "version": "2.2108.915.4108", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.915.4108.zip", + "checksum": "45474d1f55a976d5c666474c30da92a1", + "timestamp": "2021-08-09T15:41:17Z" + }, + { + "version": "2.2108.915.1849", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.915.1849.zip", + "checksum": "4874ce6884395c7d611860ef05ced64f", + "timestamp": "2021-08-09T15:19:00Z" + }, + { + "version": "2.2108.818.2221", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.818.2221.zip", + "checksum": "c59d3f79e88dc63b367a107a168c3b17", + "timestamp": "2021-08-08T18:22:30Z" + }, + { + "version": "2.2108.817.5507", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.817.5507.zip", + "checksum": "10b69d0a38579047e2744422a3682ef5", + "timestamp": "2021-08-08T17:55:17Z" + }, + { + "version": "2.2108.813.1715", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.813.1715.zip", + "checksum": "c376f3d2669587194ef4f7e12324f530", + "timestamp": "2021-08-08T13:17:25Z" + }, + { + "version": "2.2108.716.4939", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.716.4939.zip", + "checksum": "837838b4fa0f12e3c3525a6521c77192", + "timestamp": "2021-08-07T16:49:50Z" + }, + { + "version": "2.2108.619.1322", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.619.1322.zip", + "checksum": "f17690047b4f4c27bd573fa75bdf45c2", + "timestamp": "2021-08-06T19:13:32Z" + }, + { + "version": "2.2108.615.5345", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.615.5345.zip", + "checksum": "6f19191f6e0a7a335148d19e5bbb24e8", + "timestamp": "2021-08-06T15:53:55Z" + }, + { + "version": "2.2108.615.1255", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.615.1255.zip", + "checksum": "fbb147104e0ad9d7c37715a061ee11d6", + "timestamp": "2021-08-06T15:13:07Z" + }, + { + "version": "2.2108.612.5029", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.612.5029.zip", + "checksum": "8155c85ebdee33194de49e870c64782d", + "timestamp": "2021-08-06T12:50:39Z" + }, + { + "version": "2.2108.603.1558", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.603.1558.zip", + "checksum": "6cc807f0d05de1c65c5e190717bb9ade", + "timestamp": "2021-08-06T03:16:09Z" + }, + { + "version": "2.2108.517.2239", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.517.2239.zip", + "checksum": "cce799caef8fa8d995a061c94ded8c50", + "timestamp": "2021-08-05T17:22:49Z" + }, + { + "version": "2.2108.516.3436", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.516.3436.zip", + "checksum": "484f88ca89ee92bdf14d6e5126cc3394", + "timestamp": "2021-08-05T16:34:46Z" + }, + { + "version": "2.2108.516.1227", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.516.1227.zip", + "checksum": "2b381a3d63ebfb92fc09c107a33e7868", + "timestamp": "2021-08-05T16:12:37Z" + }, + { + "version": "2.2108.417.337", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.417.337.zip", + "checksum": "3b1bf60ff6636ae3a7485c8304422062", + "timestamp": "2021-08-04T17:03:49Z" + }, + { + "version": "2.2108.411.3755", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.411.3755.zip", + "checksum": "0cacc044d5d1bc1f651e73e637f9f5ae", + "timestamp": "2021-08-04T11:38:05Z" + }, + { + "version": "2.2108.403.1601", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.403.1601.zip", + "checksum": "052ac2e2c1eac6e8078eda1bec50a04e", + "timestamp": "2021-08-04T03:16:12Z" + }, + { + "version": "2.2108.317.2451", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.317.2451.zip", + "checksum": "bcac4583933fd76f56f4d74c344eefbe", + "timestamp": "2021-08-03T17:25:03Z" + }, + { + "version": "2.2108.317.121", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.317.121.zip", + "checksum": "6523988c230b1ddbb8c805dbdae5a5a7", + "timestamp": "2021-08-03T17:01:31Z" + }, + { + "version": "2.2108.316.3926", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.316.3926.zip", + "checksum": "20b87c12f3582692397d07a4518ff03c", + "timestamp": "2021-08-03T16:39:36Z" + }, + { + "version": "2.2108.316.848", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.316.848.zip", + "checksum": "8bb4df073c03c49f9d487a7b61730c2c", + "timestamp": "2021-08-03T16:08:59Z" + }, + { + "version": "2.2108.315.2957", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.315.2957.zip", + "checksum": "f79b6f271dca8d3957d830887ec0c25f", + "timestamp": "2021-08-03T15:30:09Z" + }, + { + "version": "2.2108.313.2029", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.313.2029.zip", + "checksum": "5d226f224111e001a1747e35b4db2f54", + "timestamp": "2021-08-03T13:20:39Z" + }, + { + "version": "2.2108.312.5328", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.312.5328.zip", + "checksum": "dc10ab74b835eb5a180598dfaf628c53", + "timestamp": "2021-08-03T12:53:39Z" + }, + { + "version": "2.2108.218.427", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.218.427.zip", + "checksum": "d5272b6cfbd801c6d37a2612988bf3ed", + "timestamp": "2021-08-02T18:04:37Z" + }, + { + "version": "2.2108.217.3820", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2108.217.3820.zip", + "checksum": "3e9fc7747b56b71f627fa30aad32fc4f", + "timestamp": "2021-08-02T17:38:30Z" + }, + { + "version": "2.2107.3123.5501", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3123.5501.zip", + "checksum": "41f350c14415c2211a84ae2353bc37d9", + "timestamp": "2021-07-31T23:55:12Z" + }, + { + "version": "2.2107.3106.3630", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3106.3630.zip", + "checksum": "d7c883c4265dbab32180b53a7f8ba985", + "timestamp": "2021-07-31T06:36:39Z" + }, + { + "version": "2.2107.3106.1523", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3106.1523.zip", + "checksum": "3b6a3bb32075980df903b97b3081cc2f", + "timestamp": "2021-07-31T06:15:32Z" + }, + { + "version": "2.2107.3105.5404", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3105.5404.zip", + "checksum": "f68bbcc2ac985626c4f157366766f66a", + "timestamp": "2021-07-31T05:54:14Z" + }, + { + "version": "2.2107.3010.2145", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3010.2145.zip", + "checksum": "f4510f9ee160d6e9b63e661849501da9", + "timestamp": "2021-07-30T10:21:54Z" + }, + { + "version": "2.2107.3009.5511", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3009.5511.zip", + "checksum": "081aead82fe55d7fe6b84ec77d208d15", + "timestamp": "2021-07-30T09:55:20Z" + }, + { + "version": "2.2107.3008.4104", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3008.4104.zip", + "checksum": "13a8531bb541995d5a1f363759786492", + "timestamp": "2021-07-30T08:41:13Z" + }, + { + "version": "2.2107.3008.1437", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.3008.1437.zip", + "checksum": "2cce8d62e5660347e9ac46ae1a580c06", + "timestamp": "2021-07-30T08:14:46Z" + }, + { + "version": "2.2107.2907.3850", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2907.3850.zip", + "checksum": "65aff762e59264df99f80f19bec0401d", + "timestamp": "2021-07-29T07:39:01Z" + }, + { + "version": "2.2107.2720.1044", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2720.1044.zip", + "checksum": "b6fd19023be317b8830dc6a9aa3d6541", + "timestamp": "2021-07-27T20:10:53Z" + }, + { + "version": "2.2107.2708.5122", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2708.5122.zip", + "checksum": "96bb177e02970dbdbcbb1246807439eb", + "timestamp": "2021-07-27T08:51:34Z" + }, + { + "version": "2.2107.2314.4947", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2314.4947.zip", + "checksum": "70f81fce0f19e631320bf94187480d7f", + "timestamp": "2021-07-23T14:49:57Z" + }, + { + "version": "2.2107.2206.5043", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2206.5043.zip", + "checksum": "c37bee1ac24458d0089afe0ea92253cf", + "timestamp": "2021-07-22T06:50:53Z" + }, + { + "version": "2.2107.2020.1626", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2020.1626.zip", + "checksum": "c7bbed5ffc4ee259408e703b0b97fc44", + "timestamp": "2021-07-20T20:16:35Z" + }, + { + "version": "2.2107.2019.4909", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2019.4909.zip", + "checksum": "006a3d9cd14cd63ec1e3f55a62e58587", + "timestamp": "2021-07-20T19:49:18Z" + }, + { + "version": "2.2107.2017.3322", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2017.3322.zip", + "checksum": "79b2a80d1221a32ab118e35f01b3fec6", + "timestamp": "2021-07-20T17:33:31Z" + }, + { + "version": "2.2107.2016.5427", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.2016.5427.zip", + "checksum": "44f52a59b8251f55e3deee219d7c058a", + "timestamp": "2021-07-20T16:54:36Z" + }, + { + "version": "2.2107.1918.4234", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1918.4234.zip", + "checksum": "7bb67d99b62e0d69aa68a0831ec95d14", + "timestamp": "2021-07-19T18:42:45Z" + }, + { + "version": "2.2107.1918.1645", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1918.1645.zip", + "checksum": "1cc6bf16fcd7e6cd738dd226ac44e021", + "timestamp": "2021-07-19T18:16:54Z" + }, + { + "version": "2.2107.1917.4916", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1917.4916.zip", + "checksum": "37390b48a4f5966a64d50ac8e12fee23", + "timestamp": "2021-07-19T17:49:26Z" + }, + { + "version": "2.2107.1916.1141", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1916.1141.zip", + "checksum": "d6131c57e1c553fbbec18c1ed468461b", + "timestamp": "2021-07-19T16:11:51Z" + }, + { + "version": "2.2107.1819.5359", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1819.5359.zip", + "checksum": "d86fdfc4307677cba5d26d18927d3201", + "timestamp": "2021-07-18T19:54:11Z" + }, + { + "version": "2.2107.1817.2655", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1817.2655.zip", + "checksum": "bb11a7d7efcc1ca09a478b174e3ce3e0", + "timestamp": "2021-07-18T17:27:07Z" + }, + { + "version": "2.2107.1800.657", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1800.657.zip", + "checksum": "3a1742ddc62ae00b5df1812afe626213", + "timestamp": "2021-07-18T00:07:08Z" + }, + { + "version": "2.2107.1719.1851", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1719.1851.zip", + "checksum": "630e474c9041d83fe3e6756b31e2bb01", + "timestamp": "2021-07-17T19:19:02Z" + }, + { + "version": "2.2107.1715.5414", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1715.5414.zip", + "checksum": "c2d6aeac73267ffedae7875e544afb62", + "timestamp": "2021-07-17T15:54:25Z" + }, + { + "version": "2.2107.1623.712", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1623.712.zip", + "checksum": "be2dbd5568b86147cae9ab2bab482ce4", + "timestamp": "2021-07-16T23:07:21Z" + }, + { + "version": "2.2107.1611.4202", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1611.4202.zip", + "checksum": "b87117c1c419fb69fac4cae1f6c4687b", + "timestamp": "2021-07-16T11:42:17Z" + }, + { + "version": "2.2107.1517.3710", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1517.3710.zip", + "checksum": "668805443926a25841fbe281ea8f6177", + "timestamp": "2021-07-15T17:37:20Z" + }, + { + "version": "2.2107.1514.5356", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1514.5356.zip", + "checksum": "62b9269e6aeef60e82aaca4f11228f90", + "timestamp": "2021-07-15T14:54:06Z" + }, + { + "version": "2.2107.1514.3201", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1514.3201.zip", + "checksum": "d7d348bef42ee59d7927bed31fc50a89", + "timestamp": "2021-07-15T14:32:11Z" + }, + { + "version": "2.2107.1419.5109", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1419.5109.zip", + "checksum": "63874e4de1ce73efdc782d000a9b77bd", + "timestamp": "2021-07-14T19:51:18Z" + }, + { + "version": "2.2107.1418.3310", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1418.3310.zip", + "checksum": "d23cef444ddc4f0760a2dd5d98f87a32", + "timestamp": "2021-07-14T18:33:21Z" + }, + { + "version": "2.2107.1408.5418", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1408.5418.zip", + "checksum": "12cdc65387e05609c9d148c561c73214", + "timestamp": "2021-07-14T08:54:29Z" + }, + { + "version": "2.2107.1300.2059", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1300.2059.zip", + "checksum": "bcaa6cc24ee379afcdc276d0e362f6ae", + "timestamp": "2021-07-13T00:21:10Z" + }, + { + "version": "2.2107.1223.5308", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1223.5308.zip", + "checksum": "8d277298120021ab2d080398a134cfb6", + "timestamp": "2021-07-12T23:53:17Z" + }, + { + "version": "2.2107.1223.145", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1223.145.zip", + "checksum": "d073a364f880274d8636f0a2e515b775", + "timestamp": "2021-07-12T23:01:55Z" + }, + { + "version": "2.2107.1222.3328", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1222.3328.zip", + "checksum": "0385d4482e8b87077933c086c60f53e6", + "timestamp": "2021-07-12T22:33:38Z" + }, + { + "version": "2.2107.1208.2645", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1208.2645.zip", + "checksum": "fa217709a84c2bce4750e8d6618d9bae", + "timestamp": "2021-07-12T08:26:54Z" + }, + { + "version": "2.2107.1207.5836", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1207.5836.zip", + "checksum": "d238eadb6388d2d35467961dd77cf82f", + "timestamp": "2021-07-12T07:58:46Z" + }, + { + "version": "2.2107.1111.3331", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1111.3331.zip", + "checksum": "34b98cafd804c4482dd371037e3204d6", + "timestamp": "2021-07-11T11:33:42Z" + }, + { + "version": "2.2107.1016.326", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1016.326.zip", + "checksum": "954023a583c69ca1e33c4c26658e8e4f", + "timestamp": "2021-07-10T16:03:38Z" + }, + { + "version": "2.2107.1013.3235", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1013.3235.zip", + "checksum": "435c95f955c6aa1d5f9874083186c5d1", + "timestamp": "2021-07-10T13:32:45Z" + }, + { + "version": "2.2107.1012.2858", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1012.2858.zip", + "checksum": "5f9a66a22e6b68b01c26d23dd5b1110a", + "timestamp": "2021-07-10T12:29:08Z" + }, + { + "version": "2.2107.1005.1112", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1005.1112.zip", + "checksum": "b5970fae412a3c20c1e99c4ba46f6bd5", + "timestamp": "2021-07-10T05:11:22Z" + }, + { + "version": "2.2107.1004.1036", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.1004.1036.zip", + "checksum": "cd66c2ca7ff050974810bc92d81fb86b", + "timestamp": "2021-07-10T04:10:47Z" + }, + { + "version": "2.2107.914.609", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.914.609.zip", + "checksum": "fa2aef9ae32e70dc9cb052524bd007b2", + "timestamp": "2021-07-09T14:06:19Z" + }, + { + "version": "2.2107.912.909", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.912.909.zip", + "checksum": "0e46924cb7a28ad3d64769b83a6fd8dd", + "timestamp": "2021-07-09T12:09:20Z" + }, + { + "version": "2.2107.814.4050", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.814.4050.zip", + "checksum": "06aeeb312ef34a9dcb901eb3d54aab50", + "timestamp": "2021-07-08T14:40:59Z" + }, + { + "version": "2.2107.621.1344", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.621.1344.zip", + "checksum": "ceffd5e2b194c452ca086bf78c9f2796", + "timestamp": "2021-07-06T21:13:53Z" + }, + { + "version": "2.2107.620.5209", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.620.5209.zip", + "checksum": "6da7473977b73deda8a5919d9d0c44aa", + "timestamp": "2021-07-06T20:52:19Z" + }, + { + "version": "2.2107.522.2245", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.522.2245.zip", + "checksum": "fa53dd18538a6ff0a3c76ad0de351051", + "timestamp": "2021-07-05T22:22:55Z" + }, + { + "version": "2.2107.204.242", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.204.242.zip", + "checksum": "769d4f517d7057bc7e515c826408828f", + "timestamp": "2021-07-02T04:02:52Z" + }, + { + "version": "2.2107.203.3752", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.203.3752.zip", + "checksum": "4ca7190b32622dac797ec9da883b8c9a", + "timestamp": "2021-07-02T03:38:01Z" + }, + { + "version": "2.2107.203.1732", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.203.1732.zip", + "checksum": "7e7b0ed23c7ef3c9f558e7e4a38416c6", + "timestamp": "2021-07-02T03:17:42Z" + }, + { + "version": "2.2107.119.5611", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.119.5611.zip", + "checksum": "9dd9b0650a867c693cf9931a529d97d3", + "timestamp": "2021-07-01T19:56:20Z" + }, + { + "version": "2.2107.119.3418", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.119.3418.zip", + "checksum": "9380fd0a44d97caed53b2aaff5733eb0", + "timestamp": "2021-07-01T19:34:29Z" + }, + { + "version": "2.2107.118.501", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.118.501.zip", + "checksum": "33b34fdd0ecb380d6688f8ca97f72581", + "timestamp": "2021-07-01T18:05:11Z" + }, + { + "version": "2.2107.117.4326", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2107.117.4326.zip", + "checksum": "f903ff6c727c71692040db5edf322413", + "timestamp": "2021-07-01T17:43:37Z" + }, + { + "version": "2.2106.2923.2748", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2923.2748.zip", + "checksum": "0704af13572c194843960c74d83ec707", + "timestamp": "2021-06-29T23:27:58Z" + }, + { + "version": "2.2106.2820.615", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2820.0615.zip", + "checksum": "27f853e9ead07897a63f0e15be128b96", + "timestamp": "2021-06-28T20:06:24Z" + }, + { + "version": "2.2106.2819.4052", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2819.4052.zip", + "checksum": "dae2033c3170df0345600974bbaa8b9a", + "timestamp": "2021-06-28T19:41:01Z" + }, + { + "version": "2.2106.2406.3304", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2406.3304.zip", + "checksum": "f9e0dc65553d4b4e523efd12392812cc", + "timestamp": "2021-06-24T06:33:14Z" + }, + { + "version": "2.2106.2406.1131", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2406.1131.zip", + "checksum": "fd4b186d00700c0e76dbb8382a53025a", + "timestamp": "2021-06-24T06:11:40Z" + }, + { + "version": "2.2106.2405.4311", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2405.4311.zip", + "checksum": "3bddd94f8103e2316e0952def9abd028", + "timestamp": "2021-06-24T05:43:21Z" + }, + { + "version": "2.2106.2404.5405", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2404.5405.zip", + "checksum": "8e8e06c212b416af09b96e175dd6a2e9", + "timestamp": "2021-06-24T04:54:14Z" + }, + { + "version": "2.2106.2404.3216", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2404.3216.zip", + "checksum": "170dd79658f7ce595a71a0ad23e7b736", + "timestamp": "2021-06-24T04:32:26Z" + }, + { + "version": "2.2106.2401.2703", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2401.2703.zip", + "checksum": "17358ce63baaa10ce24d73fa868e485c", + "timestamp": "2021-06-24T01:27:15Z" + }, + { + "version": "2.2106.2210.5038", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2210.5038.zip", + "checksum": "847d2400467f1ad693d4ddc005284384", + "timestamp": "2021-06-22T10:50:49Z" + }, + { + "version": "2.2106.2208.755", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2208.0755.zip", + "checksum": "6f8e18bc2da5d08c34e5c93cd0239d38", + "timestamp": "2021-06-22T08:08:06Z" + }, + { + "version": "2.2106.2206.319", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2206.0319.zip", + "checksum": "24cb1d9f945a2a8c54c544a064912cdc", + "timestamp": "2021-06-22T06:03:29Z" + }, + { + "version": "2.2106.2121.3433", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2121.3433.zip", + "checksum": "bc5e0abbaaeca509ebd086d92517c923", + "timestamp": "2021-06-21T21:34:41Z" + }, + { + "version": "2.2106.2114.1318", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2114.1318.zip", + "checksum": "3a9410b12f965b507f150b9e4552ac61", + "timestamp": "2021-06-21T14:13:26Z" + }, + { + "version": "2.2106.2107.1414", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.2107.1414.zip", + "checksum": "1df23378d15cc7897e62d08d41240b9c", + "timestamp": "2021-06-21T07:14:22Z" + }, + { + "version": "2.2106.1823.923", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1823.0923.zip", + "checksum": "4b88df767e5f432695fbfe17177a9f62", + "timestamp": "2021-06-18T23:09:31Z" + }, + { + "version": "2.2106.1815.5511", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1815.5511.zip", + "checksum": "0a7cc31cb1accf766c9fe1822dea4fa5", + "timestamp": "2021-06-18T15:55:18Z" + }, + { + "version": "2.2106.1810.3355", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1810.3355.zip", + "checksum": "c68693ba25764485d4fd385ac419c976", + "timestamp": "2021-06-18T10:34:05Z" + }, + { + "version": "2.2106.1602.5145", + "changelog": "- Split out from the Anime plugin\n- Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1602.5145.zip", + "checksum": "431de7cb35d33be4a5199c418c0a9caf", + "timestamp": "2021-06-16T02:51:52Z" + }, + { + "version": "2.2106.1514.3854", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1514.3854.zip", + "checksum": "55876818507999d0bae5d469c2802964", + "timestamp": "2021-06-15T14:39:05Z" + }, + { + "version": "2.2106.1514.1058", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1514.1058.zip", + "checksum": "e0ace1457cca0d203d864761ab8f3f27", + "timestamp": "2021-06-15T14:11:08Z" + }, + { + "version": "2.2106.1504.104", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1504.0104.zip", + "checksum": "593a984f2ec9e00367bc9a8f2ba9ec0c", + "timestamp": "2021-06-15T04:01:13Z" + }, + { + "version": "2.2106.1422.2207", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1422.2207.zip", + "checksum": "5600606ca3e7ef2bcac17261a581f707", + "timestamp": "2021-06-14T22:22:15Z" + }, + { + "version": "2.2106.1421.5850", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1421.5850.zip", + "checksum": "e102c816ccc96f80e5cb99ffcb166802", + "timestamp": "2021-06-14T21:58:57Z" + }, + { + "version": "2.2106.1417.5556", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1417.5556.zip", + "checksum": "a9186f372f033b7ce028f51c0710188e", + "timestamp": "2021-06-14T17:56:06Z" + }, + { + "version": "2.2106.1315.3052", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1315.3052.zip", + "checksum": "68cdc6251e4fc908fa86916c61c3f0ca", + "timestamp": "2021-06-13T15:31:01Z" + }, + { + "version": "2.2106.1313.3042", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1313.3042.zip", + "checksum": "6af0bc9b5991b336e2e2e000b4e1061e", + "timestamp": "2021-06-13T13:30:49Z" + }, + { + "version": "2.2106.1306.4328", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1306.4328.zip", + "checksum": "50e0f3b2279bed4ffa88b6501135651a", + "timestamp": "2021-06-13T06:43:35Z" + }, + { + "version": "2.2106.1306.2055", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1306.2055.zip", + "checksum": "2fb1f677e788799b6762b45adc3a8554", + "timestamp": "2021-06-13T06:21:05Z" + }, + { + "version": "2.2106.1215.2701", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1215.2701.zip", + "checksum": "539dda0e92794904e1a3cad18cf44d38", + "timestamp": "2021-06-12T15:27:13Z" + }, + { + "version": "2.2106.1206.5806", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1206.5806.zip", + "checksum": "9cc135df9482622cbc11d1ab10906834", + "timestamp": "2021-06-12T06:58:15Z" + }, + { + "version": "2.2106.1206.3621", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1206.3621.zip", + "checksum": "ffce7bf1b9cc1ffad0d32f96b4b56b8f", + "timestamp": "2021-06-12T06:36:29Z" + }, + { + "version": "2.2106.1123.4512", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1123.4512.zip", + "checksum": "261299cfedfa0cfdbb2f44ea49ac620f", + "timestamp": "2021-06-11T23:45:20Z" + }, + { + "version": "2.2106.1123.1809", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1123.1809.zip", + "checksum": "c0925ea7e82349e8366e56c26618ef5c", + "timestamp": "2021-06-11T23:18:16Z" + }, + { + "version": "2.2106.1122.4750", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1122.4750.zip", + "checksum": "f9957300af2a6b91933d6fcc773d014a", + "timestamp": "2021-06-11T22:47:59Z" + }, + { + "version": "2.2106.1114.3632", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1114.3632.zip", + "checksum": "011c8c6cd3e80bf9a0a6af93e653bb0e", + "timestamp": "2021-06-11T14:36:39Z" + }, + { + "version": "2.2106.1114.715", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1114.0715.zip", + "checksum": "6aad2c475eaa32787e1b829a338cbe80", + "timestamp": "2021-06-11T14:07:23Z" + }, + { + "version": "2.2106.1113.4422", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1113.4422.zip", + "checksum": "2ccced6d80db0204c27e9d478961b45a", + "timestamp": "2021-06-11T13:44:30Z" + }, + { + "version": "2.2106.1113.1130", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1113.1130.zip", + "checksum": "b1405c6779f7af0dcdbe692f00df87a0", + "timestamp": "2021-06-11T13:11:38Z" + }, + { + "version": "2.2106.1112.4843", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1112.4843.zip", + "checksum": "64eba25adbf6b3078a7dffa1a28c4c77", + "timestamp": "2021-06-11T12:48:51Z" + }, + { + "version": "2.2106.1108.2003", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1108.2003.zip", + "checksum": "e593c7a0e783e1b877f1c66c2db041a9", + "timestamp": "2021-06-11T08:20:11Z" + }, + { + "version": "2.2106.1106.834", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1106.0834.zip", + "checksum": "b985027014a0c2bcc57676e3583b3890", + "timestamp": "2021-06-11T06:08:41Z" + }, + { + "version": "2.2106.1105.4511", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1105.4511.zip", + "checksum": "c8a71f5f4feda4bd17f2994f75f3072c", + "timestamp": "2021-06-11T05:45:20Z" + }, + { + "version": "2.2106.1105.1557", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1105.1557.zip", + "checksum": "792ce2beebda0ad3e242b43ab80e55aa", + "timestamp": "2021-06-11T05:16:06Z" + }, + { + "version": "2.2106.1021.1408", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1021.1408.zip", + "checksum": "659f628d3820f76d4ba6b11f78451e5e", + "timestamp": "2021-06-10T21:14:15Z" + }, + { + "version": "2.2106.1015.1442", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.1015.1442.zip", + "checksum": "4f2d21c333f7b78f379e6b206d3e6ea1", + "timestamp": "2021-06-10T15:14:49Z" + }, + { + "version": "2.2106.914.5645", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0914.5645.zip", + "checksum": "4e7f57d0c6cbad79bff0ee275050209f", + "timestamp": "2021-06-09T14:56:54Z" + }, + { + "version": "2.2106.913.19", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0913.0019.zip", + "checksum": "6055f03618d72890693c323923d7d6b9", + "timestamp": "2021-06-09T13:00:27Z" + }, + { + "version": "2.2106.908.5005", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0908.5005.zip", + "checksum": "6f809eb21d1dc8c40c17bd94a85eb182", + "timestamp": "2021-06-09T08:50:13Z" + }, + { + "version": "2.2106.814.2914", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0814.2914.zip", + "checksum": "83cdc45d2e0e80e336cf3e0295776c25", + "timestamp": "2021-06-08T14:29:22Z" + }, + { + "version": "2.2106.722.129", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0722.0129.zip", + "checksum": "232d107108d1fba2bfd72770cb868a1d", + "timestamp": "2021-06-07T22:01:37Z" + }, + { + "version": "2.2106.721.3312", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0721.3312.zip", + "checksum": "9f303dd5190e121f7f311e009a5d733b", + "timestamp": "2021-06-07T21:33:20Z" + }, + { + "version": "2.2106.714.5146", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0714.5146.zip", + "checksum": "9293fe25066227eeb01b4beba3632ee2", + "timestamp": "2021-06-07T14:51:54Z" + }, + { + "version": "2.2106.714.2107", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0714.2107.zip", + "checksum": "7929989c5acfafaad1e58e054b584614", + "timestamp": "2021-06-07T14:21:15Z" + }, + { + "version": "2.2106.713.5215", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0713.5215.zip", + "checksum": "1d2362ce8c1d8e2ac0d96318678fd191", + "timestamp": "2021-06-07T13:52:23Z" + }, + { + "version": "2.2106.708.3932", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0708.3932.zip", + "checksum": "59f18c792b04fb60eb239870ae68b7ee", + "timestamp": "2021-06-07T08:39:40Z" + }, + { + "version": "2.2106.708.402", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0708.0402.zip", + "checksum": "3e2c4f54c773bf619ad18c48c376bb55", + "timestamp": "2021-06-07T08:04:11Z" + }, + { + "version": "2.2106.618.3701", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0618.3701.zip", + "checksum": "2bbba503f448fd75050206daa3837f2a", + "timestamp": "2021-06-06T18:37:10Z" + }, + { + "version": "2.2106.615.4111", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0615.4111.zip", + "checksum": "4dbb2ec4799f4ebe30743a410c610a09", + "timestamp": "2021-06-06T15:41:20Z" + }, + { + "version": "2.2106.413.226", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0413.0226.zip", + "checksum": "a2485ea56f7dea5da30de9023a123bdf", + "timestamp": "2021-06-04T13:02:34Z" + }, + { + "version": "2.2106.314.4955", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0314.4955.zip", + "checksum": "c3652549a59cf149398ff31992d86265", + "timestamp": "2021-06-03T14:50:05Z" + }, + { + "version": "2.2106.302.3238", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0302.3238.zip", + "checksum": "30b1a8a20b64b4bf9ff6f50470ceb836", + "timestamp": "2021-06-03T02:32:45Z" + }, + { + "version": "2.2106.121.1743", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2106.0121.1743.zip", + "checksum": "0c228360e53883d2c0ee886007496708", + "timestamp": "2021-06-01T21:17:50Z" + }, + { + "version": "2.2105.3023.2455", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.3023.2455.zip", + "checksum": "1af3e5dbf868b525d3c8ded1a84e36a6", + "timestamp": "2021-05-30T23:25:06Z" + }, + { + "version": "2.2105.3018.1435", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.3018.1435.zip", + "checksum": "26197b0d9dd427ab90d725715ef3f203", + "timestamp": "2021-05-30T18:14:43Z" + }, + { + "version": "2.2105.3008.3606", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.3008.3606.zip", + "checksum": "312451145b44e9ecc794bee03ee427f3", + "timestamp": "2021-05-30T08:36:14Z" + }, + { + "version": "2.2105.2711.3747", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2711.3747.zip", + "checksum": "d5563133b7292b7b36e3b6e7131e0d70", + "timestamp": "2021-05-27T11:37:55Z" + }, + { + "version": "2.2105.2708.4635", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2708.4635.zip", + "checksum": "c9e53da8d13fb032741311516cd678d2", + "timestamp": "2021-05-27T08:46:43Z" + }, + { + "version": "2.2105.2706.1336", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2706.1336.zip", + "checksum": "a30fb2918501decd73f02a7872d7a548", + "timestamp": "2021-05-27T06:13:44Z" + }, + { + "version": "2.2105.2705.4606", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2705.4606.zip", + "checksum": "03775fdfd7bf5de1d19d2126972e0051", + "timestamp": "2021-05-27T05:46:13Z" + }, + { + "version": "2.2105.2620.3233", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2620.3233.zip", + "checksum": "0dff86fb351679b5620acf218d813c43", + "timestamp": "2021-05-26T20:32:41Z" + }, + { + "version": "2.2105.2620.955", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2620.0955.zip", + "checksum": "6b55ced751f2c5d5a87a8946fdf1c3c9", + "timestamp": "2021-05-26T20:10:04Z" + }, + { + "version": "2.2105.2619.4126", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2619.4126.zip", + "checksum": "cb290aa82c14b7fb9fa5d8bae1de4e0f", + "timestamp": "2021-05-26T19:41:35Z" + }, + { + "version": "2.2105.2619.1909", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2619.1909.zip", + "checksum": "1824c069cea46c3fc1a2f06368c04256", + "timestamp": "2021-05-26T19:19:16Z" + }, + { + "version": "2.2105.2617.3535", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2617.3535.zip", + "checksum": "dfcc607ac895cae037539116c81e3727", + "timestamp": "2021-05-26T17:35:44Z" + }, + { + "version": "2.2105.2615.4106", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2615.4106.zip", + "checksum": "75405d3578f1639ec683adc555877170", + "timestamp": "2021-05-26T15:41:14Z" + }, + { + "version": "2.2105.2419.6", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2419.0006.zip", + "checksum": "84d1893afb7a40a05a4060665ce32f1d", + "timestamp": "2021-05-24T19:00:15Z" + }, + { + "version": "2.2105.2417.5034", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2417.5034.zip", + "checksum": "0d194d9dec88e1f655634b9c998d9e03", + "timestamp": "2021-05-24T17:50:41Z" + }, + { + "version": "2.2105.2412.1515", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2412.1515.zip", + "checksum": "6856b5b2fd8b2a4006eba2247500addd", + "timestamp": "2021-05-24T12:15:24Z" + }, + { + "version": "2.2105.2407.1929", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2407.1929.zip", + "checksum": "ddc46afb322f76c0acbf3bbe59b029f1", + "timestamp": "2021-05-24T07:19:36Z" + }, + { + "version": "2.2105.2406.5238", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2406.5238.zip", + "checksum": "1bfd8bfc7b5ef735b2e57b53c6a1ae12", + "timestamp": "2021-05-24T06:52:45Z" + }, + { + "version": "2.2105.2304.5027", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2304.5027.zip", + "checksum": "aaa5f74b9de448035156122ac39c7d01", + "timestamp": "2021-05-23T04:50:34Z" + }, + { + "version": "2.2105.2121.4039", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2121.4039.zip", + "checksum": "87ca3c0e3f7a78473488f3aa49194002", + "timestamp": "2021-05-21T21:40:46Z" + }, + { + "version": "2.2105.2118.5419", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2118.5419.zip", + "checksum": "fe83f3c3c0b611edf5fbfc0135737626", + "timestamp": "2021-05-21T18:54:28Z" + }, + { + "version": "2.2105.2116.3105", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2116.3105.zip", + "checksum": "71f762aa58a9926a226924ab49cf0df9", + "timestamp": "2021-05-21T16:31:13Z" + }, + { + "version": "2.2105.2112.5604", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2112.5604.zip", + "checksum": "5ba3fac64739800d1492b8d27501567d", + "timestamp": "2021-05-21T12:56:12Z" + }, + { + "version": "2.2105.2112.2334", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2112.2334.zip", + "checksum": "97aceb6271f3e66ab0a1867477e61c1c", + "timestamp": "2021-05-21T12:23:42Z" + }, + { + "version": "2.2105.2111.5603", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2111.5603.zip", + "checksum": "f500327a200c89a2809b7bfba619d6c7", + "timestamp": "2021-05-21T11:56:12Z" + }, + { + "version": "2.2105.2111.2907", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2111.2907.zip", + "checksum": "1353303068a97ed185743814791b9543", + "timestamp": "2021-05-21T11:29:15Z" + }, + { + "version": "2.2105.2104.5223", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2104.5223.zip", + "checksum": "4d157ab4899a0521057c4a443db2b4e7", + "timestamp": "2021-05-21T04:52:32Z" + }, + { + "version": "2.2105.2023.5311", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2023.5311.zip", + "checksum": "994020048e5ebc963d9b17a663915ffd", + "timestamp": "2021-05-20T23:53:19Z" + }, + { + "version": "2.2105.2021.3531", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2021.3531.zip", + "checksum": "1d367c172f13894123970e7f4e8c93f6", + "timestamp": "2021-05-20T21:35:40Z" + }, + { + "version": "2.2105.2021.613", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.2021.0613.zip", + "checksum": "ef09cafbd8d4d4487a4ae1e222cc027a", + "timestamp": "2021-05-20T21:06:21Z" + }, + { + "version": "2.2105.1920.5732", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1920.5732.zip", + "checksum": "37b551262ff9ea56d0d4d0dd93736d36", + "timestamp": "2021-05-19T20:57:42Z" + }, + { + "version": "2.2105.1821.540", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1821.0540.zip", + "checksum": "921f5496005c16e6c9da1bb0f9afcb79", + "timestamp": "2021-05-18T21:05:48Z" + }, + { + "version": "2.2105.1819.4629", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1819.4629.zip", + "checksum": "20389f4d9f17afdddf6d34471121b167", + "timestamp": "2021-05-18T19:46:36Z" + }, + { + "version": "2.2105.1818.5052", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1818.5052.zip", + "checksum": "5b32bfd035ad4a9135f63f37573ba4e8", + "timestamp": "2021-05-18T18:51:01Z" + }, + { + "version": "2.2105.1811.5129", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1811.5129.zip", + "checksum": "bfcb6e9f3d747808cf8566fb90fd9e6f", + "timestamp": "2021-05-18T11:51:36Z" + }, + { + "version": "2.2105.1806.1830", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1806.1830.zip", + "checksum": "dc3bcf98fcc2f8834bdd82856fb1718c", + "timestamp": "2021-05-18T06:18:38Z" + }, + { + "version": "2.2105.1722.3051", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1722.3051.zip", + "checksum": "7e0f17ef4a80540a0c56047296985a94", + "timestamp": "2021-05-17T22:30:59Z" + }, + { + "version": "2.2105.1717.1002", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1717.1002.zip", + "checksum": "ab677a0004b8a643db812541e14387d7", + "timestamp": "2021-05-17T17:10:10Z" + }, + { + "version": "2.2105.1716.4230", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1716.4230.zip", + "checksum": "0eae8f5f3ca54535373afc22048e38c5", + "timestamp": "2021-05-17T16:42:39Z" + }, + { + "version": "2.2105.1619.610", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1619.0610.zip", + "checksum": "f6a45f650f44e669fb5e57773189e39b", + "timestamp": "2021-05-16T19:06:18Z" + }, + { + "version": "2.2105.1612.2427", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1612.2427.zip", + "checksum": "c74e15ffc04fb009feb3334ee717b66c", + "timestamp": "2021-05-16T12:24:34Z" + }, + { + "version": "2.2105.1610.5326", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1610.5326.zip", + "checksum": "7b63d861fcd45e7e2d49756a54189ec4", + "timestamp": "2021-05-16T10:53:35Z" + }, + { + "version": "2.2105.1610.2401", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1610.2401.zip", + "checksum": "092749977603871de63c420d356138f7", + "timestamp": "2021-05-16T10:24:10Z" + }, + { + "version": "2.2105.1521.2240", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1521.2240.zip", + "checksum": "eee13d2cc8895b65f4fc9cf780efcebe", + "timestamp": "2021-05-15T21:22:48Z" + }, + { + "version": "2.2105.1514.5007", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1514.5007.zip", + "checksum": "e1d09cfe08ee30174481f70bae821004", + "timestamp": "2021-05-15T14:50:15Z" + }, + { + "version": "2.2105.1308.5730", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1308.5730.zip", + "checksum": "d7987d7b422feeafc6bba42ffa8bbb91", + "timestamp": "2021-05-13T08:57:38Z" + }, + { + "version": "2.2105.1114.1725", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1114.1725.zip", + "checksum": "bb8918ef9ab89c537e06082059b4307f", + "timestamp": "2021-05-11T14:17:32Z" + }, + { + "version": "2.2105.1113.4516", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1113.4516.zip", + "checksum": "116fa63e0673bc3c9fa17410fe8a11bf", + "timestamp": "2021-05-11T13:45:25Z" + }, + { + "version": "2.2105.1113.1750", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1113.1750.zip", + "checksum": "12dd5f6194c5b1b43aa2d517b955161f", + "timestamp": "2021-05-11T13:17:58Z" + }, + { + "version": "2.2105.1112.4937", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1112.4937.zip", + "checksum": "a001acb74610e7cfb807c33033884304", + "timestamp": "2021-05-11T12:49:45Z" + }, + { + "version": "2.2105.1112.2125", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1112.2125.zip", + "checksum": "11c8baa5564745f77d407e8b34cd7fb8", + "timestamp": "2021-05-11T12:21:33Z" + }, + { + "version": "2.2105.1022.3154", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1022.3154.zip", + "checksum": "9002af638c19c165e2ba711a51d8bb01", + "timestamp": "2021-05-10T22:32:03Z" + }, + { + "version": "2.2105.1021.5823", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1021.5823.zip", + "checksum": "2235b421c71aa1227079e67d5a3683ab", + "timestamp": "2021-05-10T21:58:37Z" + }, + { + "version": "2.2105.1021.2526", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1021.2526.zip", + "checksum": "2811be6349938da5b5bb64fdc540d74d", + "timestamp": "2021-05-10T21:25:33Z" + }, + { + "version": "2.2105.1020.5520", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1020.5520.zip", + "checksum": "ca6afea74f1653a5158eed3df082977d", + "timestamp": "2021-05-10T20:55:28Z" + }, + { + "version": "2.2105.1015.5600", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.1015.5600.zip", + "checksum": "bd1aae185b3b580d30695f8b0ad82626", + "timestamp": "2021-05-10T15:56:09Z" + }, + { + "version": "2.2105.720.3254", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0720.3254.zip", + "checksum": "d31b885dea1cd92f3aa54da2681aceae", + "timestamp": "2021-05-07T20:33:15Z" + }, + { + "version": "2.2105.713.4246", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0713.4246.zip", + "checksum": "ceac8909ced675d47fb3acdca92b1cba", + "timestamp": "2021-05-07T13:42:54Z" + }, + { + "version": "2.2105.712.3450", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0712.3450.zip", + "checksum": "7df62a9de23cafb03af2c3ac615ff7c3", + "timestamp": "2021-05-07T12:34:58Z" + }, + { + "version": "2.2105.706.1708", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0706.1708.zip", + "checksum": "cde4df2fc41a4520ba46ed3d7f1520bf", + "timestamp": "2021-05-07T06:17:16Z" + }, + { + "version": "2.2105.622.24", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0622.0024.zip", + "checksum": "ee6f6ac38382e97242f96fafaf1c6579", + "timestamp": "2021-05-06T22:00:32Z" + }, + { + "version": "2.2105.621.3235", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0621.3235.zip", + "checksum": "acb2032cf9bcfde6911b2fd4c030be7c", + "timestamp": "2021-05-06T21:32:43Z" + }, + { + "version": "2.2105.616.450", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0616.0450.zip", + "checksum": "a30fa8da1e572499e5b8aa5606e851f7", + "timestamp": "2021-05-06T16:04:57Z" + }, + { + "version": "2.2105.615.3623", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0615.3623.zip", + "checksum": "c90b41dd8535b4fccf2167b6d367421e", + "timestamp": "2021-05-06T15:36:31Z" + }, + { + "version": "2.2105.517.4649", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0517.4649.zip", + "checksum": "f2bbe31991cbd12b35ecac3ab38b8f71", + "timestamp": "2021-05-05T17:46:56Z" + }, + { + "version": "2.2105.515.4621", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0515.4621.zip", + "checksum": "b15b0b0838ebe0ecb1c5be377e52d5e0", + "timestamp": "2021-05-05T15:46:29Z" + }, + { + "version": "2.2105.512.5154", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0512.5154.zip", + "checksum": "f30069541e78dba125eafc28a3a89142", + "timestamp": "2021-05-05T12:52:04Z" + }, + { + "version": "2.2105.512.2310", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0512.2310.zip", + "checksum": "d92c0b92e9d0e3eeeb37d7906a62e3ad", + "timestamp": "2021-05-05T12:23:19Z" + }, + { + "version": "2.2105.511.5408", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0511.5408.zip", + "checksum": "f5ed652a295749babdb365507a11d70f", + "timestamp": "2021-05-05T11:54:16Z" + }, + { + "version": "2.2105.508.114", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0508.0114.zip", + "checksum": "0749dd930553be77aad90f20d57cffb7", + "timestamp": "2021-05-05T08:01:24Z" + }, + { + "version": "2.2105.504.4722", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0504.4722.zip", + "checksum": "b2e9cb80628ab14e3cb6a87d7f5938e9", + "timestamp": "2021-05-05T04:47:31Z" + }, + { + "version": "2.2105.504.2008", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0504.2008.zip", + "checksum": "609753c1179686f44a6e85d2043a5a6b", + "timestamp": "2021-05-05T04:20:18Z" + }, + { + "version": "2.2105.502.2707", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0502.2707.zip", + "checksum": "6a8e7671c5ad11d8c857afd60168b48f", + "timestamp": "2021-05-05T02:27:18Z" + }, + { + "version": "2.2105.501.4242", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0501.4242.zip", + "checksum": "77ac4be6adf8eafb8076705f8cab53ae", + "timestamp": "2021-05-05T01:42:52Z" + }, + { + "version": "2.2105.423.535", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0423.0535.zip", + "checksum": "0d70fe0b25fe3c8d54fad181f8203983", + "timestamp": "2021-05-04T23:05:43Z" + }, + { + "version": "2.2105.418.1444", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0418.1444.zip", + "checksum": "e1d9f2c39300f8268dae2f2218b9fea2", + "timestamp": "2021-05-04T18:14:53Z" + }, + { + "version": "2.2105.417.3729", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0417.3729.zip", + "checksum": "65fff5490327f93c7dff0c1af31c0374", + "timestamp": "2021-05-04T17:37:37Z" + }, + { + "version": "2.2105.416.1209", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0416.1209.zip", + "checksum": "fe1e76605830ac87a66d05f17247f352", + "timestamp": "2021-05-04T16:12:17Z" + }, + { + "version": "2.2105.415.4925", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0415.4925.zip", + "checksum": "f50004731d710237b74fb5b63f056154", + "timestamp": "2021-05-04T15:49:33Z" + }, + { + "version": "2.2105.415.2718", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0415.2718.zip", + "checksum": "8b50ae3fa35fb9c5a45aa06f2a282721", + "timestamp": "2021-05-04T15:27:26Z" + }, + { + "version": "2.2105.409.4933", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0409.4933.zip", + "checksum": "9ed1a5a68322da6471dc01f749ea41d2", + "timestamp": "2021-05-04T09:49:41Z" + }, + { + "version": "2.2105.409.1942", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0409.1942.zip", + "checksum": "d47d87bd103819911c364da188f05731", + "timestamp": "2021-05-04T09:19:50Z" + }, + { + "version": "2.2105.405.3342", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0405.3342.zip", + "checksum": "4035179eda6de5791725a39a2bb65040", + "timestamp": "2021-05-04T05:33:50Z" + }, + { + "version": "2.2105.405.1112", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0405.1112.zip", + "checksum": "28de4bb3c344fdee1b60dca42696b22d", + "timestamp": "2021-05-04T05:11:20Z" + }, + { + "version": "2.2105.322.3014", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0322.3014.zip", + "checksum": "2adc8fd7a22338ea71d271b86b4f9d03", + "timestamp": "2021-05-03T22:30:22Z" + }, + { + "version": "2.2105.322.811", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0322.0811.zip", + "checksum": "8511147862388249fde632687dd7168d", + "timestamp": "2021-05-03T22:08:19Z" + }, + { + "version": "2.2105.315.5454", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0315.5454.zip", + "checksum": "738661a159f90e046fbc4d9e283c3b55", + "timestamp": "2021-05-03T15:55:03Z" + }, + { + "version": "2.2105.308.1513", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0308.1513.zip", + "checksum": "17b5183f6b99f0c4eb6a6338da5f5b28", + "timestamp": "2021-05-03T08:15:21Z" + }, + { + "version": "2.2105.221.1845", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0221.1845.zip", + "checksum": "b799eae04a5fceafe7a7ed5a53d1b9e6", + "timestamp": "2021-05-02T21:18:52Z" + }, + { + "version": "2.2105.219.4348", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0219.4348.zip", + "checksum": "4c09f639486d07424a93c5913957b2b0", + "timestamp": "2021-05-02T19:43:56Z" + }, + { + "version": "2.2105.216.1118", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0216.1118.zip", + "checksum": "ebf073d086c3d2fbac4c2910180d74c3", + "timestamp": "2021-05-02T16:11:25Z" + }, + { + "version": "2.2105.209.5803", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0209.5803.zip", + "checksum": "f4456d168aca9891466f9e1b4a93d51b", + "timestamp": "2021-05-02T09:58:12Z" + }, + { + "version": "2.2105.123.643", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0123.0643.zip", + "checksum": "eb67594abd7ecb7767c99f4199d2dbd0", + "timestamp": "2021-05-01T23:06:51Z" + }, + { + "version": "2.2105.116.3232", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0116.3232.zip", + "checksum": "d3104024ac49d7b6c4c8b283cf3a5f64", + "timestamp": "2021-05-01T16:32:40Z" + }, + { + "version": "2.2105.116.551", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2105.0116.0551.zip", + "checksum": "29257a2056b17db1002e4506efccd101", + "timestamp": "2021-05-01T16:05:58Z" + }, + { + "version": "2.2104.3019.942", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.3019.0942.zip", + "checksum": "f7b83ca66c402fd18d407ea858ab3ce8", + "timestamp": "2021-04-30T19:09:50Z" + }, + { + "version": "2.2104.3011.1200", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.3011.1200.zip", + "checksum": "42728e4bdeca51a4f5e0a6dfd1f14ed1", + "timestamp": "2021-04-30T11:12:12Z" + }, + { + "version": "2.2104.3008.5653", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.3008.5653.zip", + "checksum": "dc2526d9704e426b8da01496acd7ffc4", + "timestamp": "2021-04-30T08:57:02Z" + }, + { + "version": "2.2104.2920.610", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2920.0610.zip", + "checksum": "632409f67476af5995b61b8d2b3305b2", + "timestamp": "2021-04-29T20:06:18Z" + }, + { + "version": "2.2104.2919.3759", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2919.3759.zip", + "checksum": "36ac5f57bee0b454e2f0d7b95eafd021", + "timestamp": "2021-04-29T19:38:09Z" + }, + { + "version": "2.2104.2912.4453", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2912.4453.zip", + "checksum": "8735f07514b90f3b756a9576d3dda463", + "timestamp": "2021-04-29T12:45:01Z" + }, + { + "version": "2.2104.2714.4641", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2714.4641.zip", + "checksum": "9babf9e58119b867122d477fada1c78c", + "timestamp": "2021-04-27T14:46:49Z" + }, + { + "version": "2.2104.2714.859", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2714.0859.zip", + "checksum": "8bc2619eb2aee35ad860ec4b0c16b4f7", + "timestamp": "2021-04-27T14:09:08Z" + }, + { + "version": "2.2104.2622.3837", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2622.3837.zip", + "checksum": "4e802bb6186ccd1a322d12f0dc54cfbe", + "timestamp": "2021-04-26T22:38:45Z" + }, + { + "version": "2.2104.2622.1041", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2622.1041.zip", + "checksum": "b1c5fe640c86d17bd0cf53c63edc5f0f", + "timestamp": "2021-04-26T22:10:49Z" + }, + { + "version": "2.2104.2615.705", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2615.0705.zip", + "checksum": "22fe01a78aea3b484097ed90f7f8f440", + "timestamp": "2021-04-26T15:07:12Z" + }, + { + "version": "2.2104.2614.747", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2614.0747.zip", + "checksum": "95abbd817060c212ff7eed5b9e02528b", + "timestamp": "2021-04-26T14:07:55Z" + }, + { + "version": "2.2104.2517.5757", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2517.5757.zip", + "checksum": "6b82f23bbb0f1547fb088ef1dd10f748", + "timestamp": "2021-04-25T17:58:07Z" + }, + { + "version": "2.2104.2517.4409", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2517.4409.zip", + "checksum": "5dbca2ac91206c63a7af991e2d607e25", + "timestamp": "2021-04-25T17:44:20Z" + }, + { + "version": "2.2104.2517.1625", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2517.1625.zip", + "checksum": "91ca706414b5cd9f89e0221f75f063b7", + "timestamp": "2021-04-25T17:16:32Z" + }, + { + "version": "2.2104.2516.1925", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2516.1925.zip", + "checksum": "f91bdba944f3407f0774684d26d588e0", + "timestamp": "2021-04-25T16:19:33Z" + }, + { + "version": "2.2104.2515.5156", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2515.5156.zip", + "checksum": "a03125144570e7fd9b1aff019f53eaf3", + "timestamp": "2021-04-25T15:52:05Z" + }, + { + "version": "2.2104.2420.5006", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2420.5006.zip", + "checksum": "eb3d3970ffbddf3424a73533fbe116e8", + "timestamp": "2021-04-24T20:50:13Z" + }, + { + "version": "2.2104.2414.2333", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2414.2333.zip", + "checksum": "d07e67e17289a5b98c4ab8fe0cac7992", + "timestamp": "2021-04-24T14:23:41Z" + }, + { + "version": "2.2104.2308.4316", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2308.4316.zip", + "checksum": "0fb071e5f3924b70c3cbc31124308c7a", + "timestamp": "2021-04-23T08:43:23Z" + }, + { + "version": "2.2104.2215.3039", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2215.3039.zip", + "checksum": "3b7928e3253da530a0468e2d571ba9ae", + "timestamp": "2021-04-22T15:30:46Z" + }, + { + "version": "2.2104.2215.312", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2215.0312.zip", + "checksum": "b227038967492901bd608ab5a1c41cf3", + "timestamp": "2021-04-22T15:03:20Z" + }, + { + "version": "2.2104.2118.3053", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2118.3053.zip", + "checksum": "b77ca3ceb3b3e6403039e927bdede1f5", + "timestamp": "2021-04-21T18:31:01Z" + }, + { + "version": "2.2104.2114.4236", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2114.4236.zip", + "checksum": "e28f5ba9c47bcf2ddcd078e36c063885", + "timestamp": "2021-04-21T14:42:45Z" + }, + { + "version": "2.2104.2114.1512", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2114.1512.zip", + "checksum": "4a4e9ddf7b37a38a1ef376b62673630a", + "timestamp": "2021-04-21T14:15:19Z" + }, + { + "version": "2.2104.2112.4443", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2112.4443.zip", + "checksum": "d96647c4125085d0e81a44fa91216646", + "timestamp": "2021-04-21T12:44:51Z" + }, + { + "version": "2.2104.2112.1659", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2112.1659.zip", + "checksum": "dfc6f27c0a0b94a5d7bceacea9c48fde", + "timestamp": "2021-04-21T12:17:09Z" + }, + { + "version": "2.2104.2011.5440", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.2011.5440.zip", + "checksum": "83e2c05ccb4f5e21633560f4b444176a", + "timestamp": "2021-04-20T11:54:47Z" + }, + { + "version": "2.2104.1918.5412", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1918.5412.zip", + "checksum": "5e0b9118638eb9cf5101baa1a6074a91", + "timestamp": "2021-04-19T18:54:20Z" + }, + { + "version": "2.2104.1913.4246", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1913.4246.zip", + "checksum": "7a28e5a4742eea551a094358a5daef9e", + "timestamp": "2021-04-19T13:42:54Z" + }, + { + "version": "2.2104.1913.1031", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1913.1031.zip", + "checksum": "c188d8ad5239b8e2dc9a2851d4a35e9a", + "timestamp": "2021-04-19T13:10:39Z" + }, + { + "version": "2.2104.1912.4040", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1912.4040.zip", + "checksum": "bc47a94df5a8b61c6347d75c8628ecb8", + "timestamp": "2021-04-19T12:40:47Z" + }, + { + "version": "2.2104.1906.5523", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1906.5523.zip", + "checksum": "9e70888e11186e5d5a75b3bc8e1231af", + "timestamp": "2021-04-19T06:55:30Z" + }, + { + "version": "2.2104.1804.5000", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1804.5000.zip", + "checksum": "3e57ee86558382ca1ea5fcfc0444257e", + "timestamp": "2021-04-18T04:50:08Z" + }, + { + "version": "2.2104.1713.1618", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1713.1618.zip", + "checksum": "869f33602f33ee3a9427781dd5b94a50", + "timestamp": "2021-04-17T13:16:26Z" + }, + { + "version": "2.2104.1514.447", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1514.0447.zip", + "checksum": "5692edaf64695a800f789c0c7cfe9818", + "timestamp": "2021-04-15T14:04:55Z" + }, + { + "version": "2.2104.1421.1246", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1421.1246.zip", + "checksum": "20be5b098336d7438b54706e0b1299f8", + "timestamp": "2021-04-14T21:12:54Z" + }, + { + "version": "2.2104.1418.2147", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1418.2147.zip", + "checksum": "169c181a5f8d40d956510db693aaebd9", + "timestamp": "2021-04-14T18:21:54Z" + }, + { + "version": "2.2104.1416.4806", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1416.4806.zip", + "checksum": "02f07bd5f145a89f418fe6707376d76f", + "timestamp": "2021-04-14T16:48:15Z" + }, + { + "version": "2.2104.1414.3353", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1414.3353.zip", + "checksum": "6b3657b55329fdf731915a460d51e752", + "timestamp": "2021-04-14T14:34:00Z" + }, + { + "version": "2.2104.1414.616", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1414.0616.zip", + "checksum": "5ddcca36f191af8c2975bf681dae73e7", + "timestamp": "2021-04-14T14:06:24Z" + }, + { + "version": "2.2104.1413.2225", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1413.2225.zip", + "checksum": "16b13180213381eab46599b885bfd96d", + "timestamp": "2021-04-14T13:22:33Z" + }, + { + "version": "2.2104.1409.5046", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1409.5046.zip", + "checksum": "e84706b1df4994e9f9f72bcb3bd3d87a", + "timestamp": "2021-04-14T09:50:54Z" + }, + { + "version": "2.2104.1317.4222", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1317.4222.zip", + "checksum": "929bdc54d4f4f4ecc0bd4d7fde63dc92", + "timestamp": "2021-04-13T17:42:31Z" + }, + { + "version": "2.2104.1315.332", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1315.0332.zip", + "checksum": "b07a5eca113c056395e8c1b05ec8946c", + "timestamp": "2021-04-13T15:03:40Z" + }, + { + "version": "2.2104.1314.3852", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1314.3852.zip", + "checksum": "86a28e0dbf41ed33a754c622ba9de1e1", + "timestamp": "2021-04-13T14:39:00Z" + }, + { + "version": "2.2104.1314.1201", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1314.1201.zip", + "checksum": "26ea455d8f829a6c555f968b4778fafd", + "timestamp": "2021-04-13T14:12:12Z" + }, + { + "version": "2.2104.1313.1554", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1313.1554.zip", + "checksum": "0308c44f77961a42876e8fc04bf7ee72", + "timestamp": "2021-04-13T13:16:01Z" + }, + { + "version": "2.2104.1309.5006", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1309.5006.zip", + "checksum": "6fe02e722dd0e1dfdccb251962d2e95e", + "timestamp": "2021-04-13T09:50:14Z" + }, + { + "version": "2.2104.1221.703", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1221.0703.zip", + "checksum": "a14789bcfe6122bde75a764cbcba5154", + "timestamp": "2021-04-12T21:07:11Z" + }, + { + "version": "2.2104.1218.1922", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1218.1922.zip", + "checksum": "940bffa3b6e40180afc138927ea0dc55", + "timestamp": "2021-04-12T18:19:30Z" + }, + { + "version": "2.2104.1214.4108", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1214.4108.zip", + "checksum": "2e98817a3583e8c74d1b8864a68c2ef7", + "timestamp": "2021-04-12T14:41:17Z" + }, + { + "version": "2.2104.1214.1251", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1214.1251.zip", + "checksum": "c3b84d3d1dd27cf3306043227e73a38d", + "timestamp": "2021-04-12T14:13:04Z" + }, + { + "version": "2.2104.1209.2010", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1209.2010.zip", + "checksum": "1a71f1339460992af591177fe4977053", + "timestamp": "2021-04-12T09:20:18Z" + }, + { + "version": "2.2104.1121.5518", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1121.5518.zip", + "checksum": "c862eaaf215c0eadc64a64ef746917e1", + "timestamp": "2021-04-11T21:55:26Z" + }, + { + "version": "2.2104.1118.1955", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1118.1955.zip", + "checksum": "e0f713025982613016f056faaef88c49", + "timestamp": "2021-04-11T18:20:04Z" + }, + { + "version": "2.2104.1117.5246", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1117.5246.zip", + "checksum": "b6f8cde57d8480783d608aa2756df715", + "timestamp": "2021-04-11T17:52:53Z" + }, + { + "version": "2.2104.1116.4906", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1116.4906.zip", + "checksum": "7b2385dd89c6bc69cfad7e4e43660c9d", + "timestamp": "2021-04-11T16:49:14Z" + }, + { + "version": "2.2104.1116.2100", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1116.2100.zip", + "checksum": "495253162ca86717ac196ded1218b263", + "timestamp": "2021-04-11T16:21:08Z" + }, + { + "version": "2.2104.1112.3249", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1112.3249.zip", + "checksum": "31fcec5c22f30abcc389e622e0378f3e", + "timestamp": "2021-04-11T12:32:56Z" + }, + { + "version": "2.2104.1112.501", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1112.0501.zip", + "checksum": "7a2da8733c19c74209a6f149b4997b97", + "timestamp": "2021-04-11T12:05:09Z" + }, + { + "version": "2.2104.1023.3226", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1023.3226.zip", + "checksum": "6ddbc2220c7ca1340a612844bbd96daa", + "timestamp": "2021-04-10T23:32:33Z" + }, + { + "version": "2.2104.1023.521", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1023.0521.zip", + "checksum": "b4afc8754d95c372b0821e5d3f9dc906", + "timestamp": "2021-04-10T23:05:29Z" + }, + { + "version": "2.2104.1022.115", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1022.0115.zip", + "checksum": "1e6e70cb083d972e799c479cd56f0d28", + "timestamp": "2021-04-10T22:01:22Z" + }, + { + "version": "2.2104.1021.3426", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1021.3426.zip", + "checksum": "2b6a285e8e7d65b7fc445ed694044a29", + "timestamp": "2021-04-10T21:34:33Z" + }, + { + "version": "2.2104.1020.1417", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1020.1417.zip", + "checksum": "a0a0fb1c5351948daa1da0209b861b16", + "timestamp": "2021-04-10T20:14:27Z" + }, + { + "version": "2.2104.1019.5300", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1019.5300.zip", + "checksum": "3d59819bed3ff0401a2a348659468fd1", + "timestamp": "2021-04-10T19:53:07Z" + }, + { + "version": "2.2104.1017.4852", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1017.4852.zip", + "checksum": "050f316e617b9ec099c19758117a769d", + "timestamp": "2021-04-10T17:49:00Z" + }, + { + "version": "2.2104.1015.4209", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1015.4209.zip", + "checksum": "c9d590f7511147682a6d7124162c22f3", + "timestamp": "2021-04-10T15:42:18Z" + }, + { + "version": "2.2104.1001.2228", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1001.2228.zip", + "checksum": "0ec2043ef83d1f25b1f445059d8065cb", + "timestamp": "2021-04-10T01:22:36Z" + }, + { + "version": "2.2104.1000.431", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.1000.0431.zip", + "checksum": "ad14f8d2a312fa8fe77db855c6e1f2c1", + "timestamp": "2021-04-10T00:04:39Z" + }, + { + "version": "2.2104.922.212", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0922.0212.zip", + "checksum": "f90cde6a811c1abb2a37cc9db395acc4", + "timestamp": "2021-04-09T22:02:19Z" + }, + { + "version": "2.2104.921.3319", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0921.3319.zip", + "checksum": "1e89616a5b84fd6ce3b7ddb65089c20a", + "timestamp": "2021-04-09T21:33:28Z" + }, + { + "version": "2.2104.911.635", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0911.0635.zip", + "checksum": "1fe50af54108f40a256c7661e26685ac", + "timestamp": "2021-04-09T11:06:42Z" + }, + { + "version": "2.2104.910.3753", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0910.3753.zip", + "checksum": "7112053b86fdf449b8847ff900e23e12", + "timestamp": "2021-04-09T10:38:02Z" + }, + { + "version": "2.2104.821.5814", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0821.5814.zip", + "checksum": "9c90bc37ddaf5ed9c9abc57b0b1ff75d", + "timestamp": "2021-04-08T21:58:21Z" + }, + { + "version": "2.2104.816.4117", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0816.4117.zip", + "checksum": "a4c569a4af637f492ed4b59120a38711", + "timestamp": "2021-04-08T16:41:25Z" + }, + { + "version": "2.2104.812.5055", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0812.5055.zip", + "checksum": "4a52db5324b17044c4a955b5454007ed", + "timestamp": "2021-04-08T12:51:02Z" + }, + { + "version": "2.2104.811.3948", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0811.3948.zip", + "checksum": "dd3e79312b519bd2db7ddb3989f6e364", + "timestamp": "2021-04-08T11:39:56Z" + }, + { + "version": "2.2104.723.2959", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0723.2959.zip", + "checksum": "9fd5e1033bc143aabab4dcb61d90e523", + "timestamp": "2021-04-07T23:30:06Z" + }, + { + "version": "2.2104.722.5459", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0722.5459.zip", + "checksum": "7135eaeaaa6c1b2267eb23825f20544c", + "timestamp": "2021-04-07T22:55:07Z" + }, + { + "version": "2.2104.721.5104", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0721.5104.zip", + "checksum": "625cc6bee4a77d8354c7f8cf41fa6687", + "timestamp": "2021-04-07T21:51:11Z" + }, + { + "version": "2.2104.721.1123", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0721.1123.zip", + "checksum": "d20078953cb24fc7c70c9c9af432b237", + "timestamp": "2021-04-07T21:11:30Z" + }, + { + "version": "2.2104.717.2743", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0717.2743.zip", + "checksum": "87cc609e5431315a2edfeb8c3bae6c5d", + "timestamp": "2021-04-07T17:27:51Z" + }, + { + "version": "2.2104.716.5445", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0716.5445.zip", + "checksum": "ed38add4755472f14f70ef4380315fc9", + "timestamp": "2021-04-07T16:54:53Z" + }, + { + "version": "2.2104.713.2740", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0713.2740.zip", + "checksum": "a6f8fda25bce82c324696688ac149ec8", + "timestamp": "2021-04-07T13:27:49Z" + }, + { + "version": "2.2104.713.34", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0713.0034.zip", + "checksum": "2f0e2c5589894fad7bb1719807a89c2d", + "timestamp": "2021-04-07T13:00:41Z" + }, + { + "version": "2.2104.619.1640", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0619.1640.zip", + "checksum": "2f5a0f2a810916d5aa27c1088742f5ff", + "timestamp": "2021-04-06T19:16:47Z" + }, + { + "version": "2.2104.515.5459", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0515.5459.zip", + "checksum": "efb408cadc676f6401d4731173635991", + "timestamp": "2021-04-05T15:55:06Z" + }, + { + "version": "2.2104.512.1603", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0512.1603.zip", + "checksum": "b9979cf356f95e5226cc39ff2c061849", + "timestamp": "2021-04-05T12:16:10Z" + }, + { + "version": "2.2104.506.5923", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0506.5923.zip", + "checksum": "4a2ef1892f19e9d47033d58389756ee7", + "timestamp": "2021-04-05T06:59:31Z" + }, + { + "version": "2.2104.415.3941", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0415.3941.zip", + "checksum": "e7b13eac48803afccdef3c0cf7a2164f", + "timestamp": "2021-04-04T15:39:50Z" + }, + { + "version": "2.2104.411.4432", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0411.4432.zip", + "checksum": "2625c46d7e06971886a442843df7c574", + "timestamp": "2021-04-04T11:44:39Z" + }, + { + "version": "2.2104.322.1805", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0322.1805.zip", + "checksum": "6d977970d0a73cf5006b3e57e2ee4b6e", + "timestamp": "2021-04-03T22:18:12Z" + }, + { + "version": "2.2104.317.5202", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0317.5202.zip", + "checksum": "67a2a5235f552f9773b118604113a607", + "timestamp": "2021-04-03T17:52:09Z" + }, + { + "version": "2.2104.300.2526", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0300.2526.zip", + "checksum": "4d0bcf6dd6d16ceb398710a75037161d", + "timestamp": "2021-04-03T00:25:34Z" + }, + { + "version": "2.2104.223.2130", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0223.2130.zip", + "checksum": "5835f0bb4766e0b790c849ec0f3962a7", + "timestamp": "2021-04-02T23:21:37Z" + }, + { + "version": "2.2104.222.5509", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0222.5509.zip", + "checksum": "baa127440f60e953d8a13eec1c86b2fb", + "timestamp": "2021-04-02T22:55:17Z" + }, + { + "version": "2.2104.215.312", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0215.0312.zip", + "checksum": "679f96fcca6edf301ba35b0b9614ab76", + "timestamp": "2021-04-02T15:03:20Z" + }, + { + "version": "2.2104.117.4621", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0117.4621.zip", + "checksum": "387f6511c91d09ec05fd72f3672e9097", + "timestamp": "2021-04-01T17:46:29Z" + }, + { + "version": "2.2104.116.3019", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0116.3019.zip", + "checksum": "160c24534bb0aea14943e28dc4d1213c", + "timestamp": "2021-04-01T16:30:27Z" + }, + { + "version": "2.2104.116.332", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2104.0116.0332.zip", + "checksum": "00f20cc39a7eb6099010a7dab483fe92", + "timestamp": "2021-04-01T16:03:40Z" + }, + { + "version": "2.2103.3014.119", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.3014.0119.zip", + "checksum": "6933b1a43cf60adac975821c5ac58b64", + "timestamp": "2021-03-30T14:01:26Z" + }, + { + "version": "2.2103.2716.5133", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2716.5133.zip", + "checksum": "05c95039d8966cce4d9e357cf0a7b7ed", + "timestamp": "2021-03-27T16:51:41Z" + }, + { + "version": "2.2103.2708.5152", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2708.5152.zip", + "checksum": "d47f217f7e911fd5937ab79d4b77330e", + "timestamp": "2021-03-27T08:51:59Z" + }, + { + "version": "2.2103.2700.3110", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2700.3110.zip", + "checksum": "e437e8b5585e747a58e52733e63e53f0", + "timestamp": "2021-03-27T00:31:17Z" + }, + { + "version": "2.2103.2700.231", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2700.0231.zip", + "checksum": "3d3e4462bdd056fb2443948bb9cc7273", + "timestamp": "2021-03-27T00:02:39Z" + }, + { + "version": "2.2103.2612.306", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2612.0306.zip", + "checksum": "3fd41b66e7c4d1f54e49c73b6ad9f6a2", + "timestamp": "2021-03-26T12:03:14Z" + }, + { + "version": "2.2103.2611.3827", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2611.3827.zip", + "checksum": "9f74b2ae21eb5e43d350b8a5788b97fd", + "timestamp": "2021-03-26T11:38:35Z" + }, + { + "version": "2.2103.2523.2207", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2523.2207.zip", + "checksum": "2108f761c0cc13db3a756dbb75eed2b6", + "timestamp": "2021-03-25T23:22:15Z" + }, + { + "version": "2.2103.2516.5525", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2516.5525.zip", + "checksum": "a6a6f3e937578729718358a5a46e8134", + "timestamp": "2021-03-25T16:55:34Z" + }, + { + "version": "2.2103.2516.2603", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2516.2603.zip", + "checksum": "652a966c8d5e090a3a1ec389bd2a0f55", + "timestamp": "2021-03-25T16:26:10Z" + }, + { + "version": "2.2103.2502.17", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2502.0017.zip", + "checksum": "c12e11d7bcf4b769a1e2ae095b5382ec", + "timestamp": "2021-03-25T02:00:25Z" + }, + { + "version": "2.2103.2501.3141", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2501.3141.zip", + "checksum": "a1a4cf02ad4f16327afac41f6ad705f1", + "timestamp": "2021-03-25T01:31:48Z" + }, + { + "version": "2.2103.2500.3619", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2500.3619.zip", + "checksum": "8c71aace4c9c163abcab9078b3186227", + "timestamp": "2021-03-25T00:36:27Z" + }, + { + "version": "2.2103.2422.3057", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2422.3057.zip", + "checksum": "e95ffbbc881508ed8c7201c01e63618a", + "timestamp": "2021-03-24T22:31:04Z" + }, + { + "version": "2.2103.2314.4238", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2314.4238.zip", + "checksum": "310ca64d4b6fefdf55719fbed355c42f", + "timestamp": "2021-03-23T14:42:45Z" + }, + { + "version": "2.2103.2306.3618", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2306.3618.zip", + "checksum": "04caa37d89e41ad8ba3870d7c5a55560", + "timestamp": "2021-03-23T06:36:25Z" + }, + { + "version": "2.2103.2305.453", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2305.0453.zip", + "checksum": "91ed6a62917ef6dd16fad846b5dbcbe3", + "timestamp": "2021-03-23T05:05:00Z" + }, + { + "version": "2.2103.2301.2551", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2301.2551.zip", + "checksum": "d5fbc6ef939f26945448ac5ea8aa034e", + "timestamp": "2021-03-23T01:26:00Z" + }, + { + "version": "2.2103.2222.2545", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2222.2545.zip", + "checksum": "3d3a8a809c3a2a9940b29dfbc4fbf05e", + "timestamp": "2021-03-22T22:25:53Z" + }, + { + "version": "2.2103.2219.414", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2219.0414.zip", + "checksum": "d3a205cd70c66d2cfddb7a14b300834e", + "timestamp": "2021-03-22T19:04:22Z" + }, + { + "version": "2.2103.2218.4014", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2218.4014.zip", + "checksum": "8d6e109cbdbdc78842ef1a389e8644fb", + "timestamp": "2021-03-22T18:40:27Z" + }, + { + "version": "2.2103.2218.841", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2218.0841.zip", + "checksum": "00d4cc7b19393c23e2c2ca37bccbd68f", + "timestamp": "2021-03-22T18:08:48Z" + }, + { + "version": "2.2103.2217.2413", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2217.2413.zip", + "checksum": "44830fb1cab97de104cab08d8fc9e8a8", + "timestamp": "2021-03-22T17:24:22Z" + }, + { + "version": "2.2103.2123.3252", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2123.3252.zip", + "checksum": "e56338776813795fcb448c4c5595f53d", + "timestamp": "2021-03-21T23:33:09Z" + }, + { + "version": "2.2103.2119.3927", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2119.3927.zip", + "checksum": "b1e1bbae8dbfe0d6c0b7ee68170bb731", + "timestamp": "2021-03-21T19:39:39Z" + }, + { + "version": "2.2103.2114.2717", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2114.2717.zip", + "checksum": "05264a84f77d6107ed209232ba5cbd92", + "timestamp": "2021-03-21T14:27:25Z" + }, + { + "version": "2.2103.2001.1653", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2001.1653.zip", + "checksum": "6aa8678d161ff2ebf432f986736d7999", + "timestamp": "2021-03-20T01:17:00Z" + }, + { + "version": "2.2103.2000.1452", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.2000.1452.zip", + "checksum": "800b969f8c1a0ecfa4f4a0a1ff82b7bc", + "timestamp": "2021-03-20T00:14:59Z" + }, + { + "version": "2.2103.1918.640", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1918.0640.zip", + "checksum": "f5be0aeda1ea5b7c14ffd94b8e772809", + "timestamp": "2021-03-19T18:06:48Z" + }, + { + "version": "2.2103.1909.1921", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1909.1921.zip", + "checksum": "30d290a87694f2739715ad5d55a867fb", + "timestamp": "2021-03-19T09:19:28Z" + }, + { + "version": "2.2103.1908.4949", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1908.4949.zip", + "checksum": "ae585515145b48541058c2af09e26661", + "timestamp": "2021-03-19T08:49:57Z" + }, + { + "version": "2.2103.1907.4352", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1907.4352.zip", + "checksum": "b04c4757759246ae82a636003c09935c", + "timestamp": "2021-03-19T07:44:01Z" + }, + { + "version": "2.2103.1907.1652", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1907.1652.zip", + "checksum": "2f7e1370b4e8a28f8d03f95639a9618e", + "timestamp": "2021-03-19T07:16:59Z" + }, + { + "version": "2.2103.1815.1137", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1815.1137.zip", + "checksum": "a09177e6de069bbb31497db649a26170", + "timestamp": "2021-03-18T15:11:46Z" + }, + { + "version": "2.2103.1811.1645", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1811.1645.zip", + "checksum": "af28287053ebe591656dfec1d5a5b431", + "timestamp": "2021-03-18T11:16:53Z" + }, + { + "version": "2.2103.1703.4834", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1703.4834.zip", + "checksum": "c13efebd594fa641b843e877758ee7ad", + "timestamp": "2021-03-17T03:48:42Z" + }, + { + "version": "2.2103.1620.1429", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1620.1429.zip", + "checksum": "b6f45c369143655be734d282b2bad1e8", + "timestamp": "2021-03-16T20:14:37Z" + }, + { + "version": "2.2103.1619.4716", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1619.4716.zip", + "checksum": "d4ad6f13e6725c6296a28c304219a615", + "timestamp": "2021-03-16T19:47:24Z" + }, + { + "version": "2.2103.1614.436", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1614.0436.zip", + "checksum": "099335ecb45ec0151d4c1db48bf85c8d", + "timestamp": "2021-03-16T14:04:44Z" + }, + { + "version": "2.2103.1518.4531", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1518.4531.zip", + "checksum": "3fc89cf907019cceaba134560b4aaa98", + "timestamp": "2021-03-15T18:45:39Z" + }, + { + "version": "2.2103.1517.2723", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1517.2723.zip", + "checksum": "95a2d69e87aafa80d5f0d48e2a205a48", + "timestamp": "2021-03-15T17:27:32Z" + }, + { + "version": "2.2103.1515.5925", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1515.5925.zip", + "checksum": "07c113ff47b3b4efc649577bb57130d7", + "timestamp": "2021-03-15T15:59:33Z" + }, + { + "version": "2.2103.1513.5015", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1513.5015.zip", + "checksum": "87d69c372be4f5c8f51d45f9d111f476", + "timestamp": "2021-03-15T13:50:22Z" + }, + { + "version": "2.2103.1508.3400", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1508.3400.zip", + "checksum": "4ec92141929f2c16f7e6a60d44c6154c", + "timestamp": "2021-03-15T08:34:08Z" + }, + { + "version": "2.2103.1422.4331", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1422.4331.zip", + "checksum": "602b9f89d5feb9e3ef9b108b1dd6ef53", + "timestamp": "2021-03-14T22:43:39Z" + }, + { + "version": "2.2103.1418.3457", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1418.3457.zip", + "checksum": "4fbda6e9066e4691d9663603230fe93b", + "timestamp": "2021-03-14T18:35:04Z" + }, + { + "version": "2.2103.1417.3023", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1417.3023.zip", + "checksum": "fcee9148cb441b2af5e8e519341ed7be", + "timestamp": "2021-03-14T17:30:30Z" + }, + { + "version": "2.2103.1414.3432", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1414.3432.zip", + "checksum": "b2053da06141ccef30c7d4c8f4650726", + "timestamp": "2021-03-14T14:34:40Z" + }, + { + "version": "2.2103.1413.251", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1413.0251.zip", + "checksum": "5c4373350c2a8cb1eb0493e3ac7a419d", + "timestamp": "2021-03-14T13:02:58Z" + }, + { + "version": "2.2103.1407.5240", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1407.5240.zip", + "checksum": "d778b5e83d9165b895dc87ef59be7a24", + "timestamp": "2021-03-14T07:52:47Z" + }, + { + "version": "2.2103.1400.1549", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1400.1549.zip", + "checksum": "28bd0e54bb033c1b87c7414d10408b62", + "timestamp": "2021-03-14T00:15:56Z" + }, + { + "version": "2.2103.1323.4654", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1323.4654.zip", + "checksum": "7be66da5a63566fbb2494b5065698849", + "timestamp": "2021-03-13T23:47:02Z" + }, + { + "version": "2.2103.1322.2538", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1322.2538.zip", + "checksum": "a5a6215861c5fc594c0ccaaed4e4f48e", + "timestamp": "2021-03-13T22:25:45Z" + }, + { + "version": "2.2103.1314.5639", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1314.5639.zip", + "checksum": "7318bdd96643a2458fdb76dd7fb61c6a", + "timestamp": "2021-03-13T14:56:46Z" + }, + { + "version": "2.2103.1314.2833", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1314.2833.zip", + "checksum": "5fba246e4a33a51fc2def44ebf4f3b1d", + "timestamp": "2021-03-13T14:28:40Z" + }, + { + "version": "2.2103.1302.4157", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1302.4157.zip", + "checksum": "291a424f79f11db2a3ad0a74f4227d52", + "timestamp": "2021-03-13T02:42:05Z" + }, + { + "version": "2.2103.1223.2454", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1223.2454.zip", + "checksum": "422e81b313a8afb09addca1241bcad8b", + "timestamp": "2021-03-12T23:25:02Z" + }, + { + "version": "2.2103.1214.1900", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1214.1900.zip", + "checksum": "01eb4862fc8d8f4bdb1f245efbc9a18e", + "timestamp": "2021-03-12T14:19:06Z" + }, + { + "version": "2.2103.1213.5151", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1213.5151.zip", + "checksum": "c38b1d257804c7ea40cf1989f267bb1b", + "timestamp": "2021-03-12T13:51:59Z" + }, + { + "version": "2.2103.1209.621", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1209.0621.zip", + "checksum": "3bbc47357c43bffdf522916861bce3bc", + "timestamp": "2021-03-12T09:06:29Z" + }, + { + "version": "2.2103.1123.4028", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1123.4028.zip", + "checksum": "eaae49686a8fb15e9b11faad054ba82c", + "timestamp": "2021-03-11T23:40:35Z" + }, + { + "version": "2.2103.1122.2603", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1122.2603.zip", + "checksum": "951f29bfb511b8735a9cd9a7a3d5001a", + "timestamp": "2021-03-11T22:26:11Z" + }, + { + "version": "2.2103.1121.5734", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1121.5734.zip", + "checksum": "ccd41981208e2bfcae054c66309980fc", + "timestamp": "2021-03-11T21:57:42Z" + }, + { + "version": "2.2103.1120.1713", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1120.1713.zip", + "checksum": "5abac8b51a6619362fc36832cbe98af5", + "timestamp": "2021-03-11T20:17:20Z" + }, + { + "version": "2.2103.1116.1120", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1116.1120.zip", + "checksum": "cadbe15343502b350e21868a10ff61b3", + "timestamp": "2021-03-11T16:11:28Z" + }, + { + "version": "2.2103.1115.2853", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1115.2853.zip", + "checksum": "8fbc008ed13bdbf85fce5417273b6607", + "timestamp": "2021-03-11T15:29:01Z" + }, + { + "version": "2.2103.1111.1037", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1111.1037.zip", + "checksum": "d7249acfeb51b32de4de352f2b8584b0", + "timestamp": "2021-03-11T11:10:44Z" + }, + { + "version": "2.2103.1100.451", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1100.0451.zip", + "checksum": "5c08c2e269a7dfdfcc5b8b1f3cf7bd89", + "timestamp": "2021-03-11T00:04:59Z" + }, + { + "version": "2.2103.1022.4331", + "changelog": "- Split out from the Anime plugin - Remove dependency on DependencyInjection\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/kitsu/kitsu_2.2103.1022.4331.zip", + "checksum": "7b8725d7653dc82bf89cb7a74f479f8d", + "timestamp": "2021-03-10T22:43:39Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "A4A488D0-17A3-4919-8D82-7F3DE4F6B209", + "name": "TVmaze", + "description": "Get TV metadata from TVmaze\n", + "overview": "Get TV metadata from TVmaze", + "owner": "jellyfin", + "category": "Metadata", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-tvmaze.png", + "versions": [ + { + "version": "7.2106.2121.3716", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.2121.3716.zip", + "checksum": "f8434771c46821fdf3793445cabab617", + "timestamp": "2021-06-21T21:37:24Z" + }, + { + "version": "7.2106.2114.1559", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.2114.1559.zip", + "checksum": "8c8a19c9f168abed2d6841037f0f632a", + "timestamp": "2021-06-21T14:16:11Z" + }, + { + "version": "7.2106.2107.1655", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.2107.1655.zip", + "checksum": "0da82f67615a8152a5e7c9218b615cd0", + "timestamp": "2021-06-21T07:17:06Z" + }, + { + "version": "7.2106.1823.1233", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1823.1233.zip", + "checksum": "86acfda9fad1594b785d00150dc14a48", + "timestamp": "2021-06-18T23:12:41Z" + }, + { + "version": "7.2106.1815.5800", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1815.5800.zip", + "checksum": "e68896a6e2bd64dcc62a3bfb78ee6932", + "timestamp": "2021-06-18T15:58:12Z" + }, + { + "version": "7.2106.1810.3646", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1810.3646.zip", + "checksum": "5a0dd469d291cdd6a34f0464de785585", + "timestamp": "2021-06-18T10:36:54Z" + }, + { + "version": "7.2106.1602.5426", + "changelog": "* update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1602.5426.zip", + "checksum": "c9764be4106fa09de7c4a152a1dba2ce", + "timestamp": "2021-06-16T02:54:34Z" + }, + { + "version": "7.2106.1514.4146", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1514.4146.zip", + "checksum": "223ab4a2bbc3530ae4c521fd9f9d1c75", + "timestamp": "2021-06-15T14:42:14Z" + }, + { + "version": "7.2106.1514.1343", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1514.1343.zip", + "checksum": "2a0dbb32c56556f50aecded083458dc6", + "timestamp": "2021-06-15T14:13:52Z" + }, + { + "version": "7.2106.1504.0344", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1504.0344.zip", + "checksum": "b27ea342bdb9de864d3e8f80295915d4", + "timestamp": "2021-06-15T04:03:52Z" + }, + { + "version": "7.2106.1422.2447", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1422.2447.zip", + "checksum": "12003eb3626e470101d23645816406b3", + "timestamp": "2021-06-14T22:24:55Z" + }, + { + "version": "7.2106.1422.0130", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1422.0130.zip", + "checksum": "5798b6a462071bacc7b84cbac7425634", + "timestamp": "2021-06-14T22:01:38Z" + }, + { + "version": "7.2106.1417.5841", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1417.5841.zip", + "checksum": "4c1cbe09c6fdc65bb2ee9d6df9940eed", + "timestamp": "2021-06-14T17:58:50Z" + }, + { + "version": "7.2106.1315.3331", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1315.3331.zip", + "checksum": "f66a9f9ad73f7b012b3a52f8875d67ba", + "timestamp": "2021-06-13T15:33:39Z" + }, + { + "version": "7.2106.1313.3323", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1313.3323.zip", + "checksum": "cc92b04bb8504f64b8996e99976daea4", + "timestamp": "2021-06-13T13:33:31Z" + }, + { + "version": "7.2106.1306.4610", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1306.4610.zip", + "checksum": "64f8fdf270a89069159fc5450bd3a926", + "timestamp": "2021-06-13T06:46:19Z" + }, + { + "version": "7.2106.1306.2334", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1306.2334.zip", + "checksum": "9ab058239849f8644ccccafa9a98b997", + "timestamp": "2021-06-13T06:23:42Z" + }, + { + "version": "7.2106.1215.2957", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1215.2957.zip", + "checksum": "f1ccf4e242534b6522f19488780ceddd", + "timestamp": "2021-06-12T15:30:08Z" + }, + { + "version": "7.2106.1207.0051", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1207.0051.zip", + "checksum": "5cebdb26dea53084ed67cb9333ee9e83", + "timestamp": "2021-06-12T07:01:00Z" + }, + { + "version": "7.2106.1206.3900", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1206.3900.zip", + "checksum": "5642ea573d18e98970a066cea8bc6d3b", + "timestamp": "2021-06-12T06:39:09Z" + }, + { + "version": "7.2106.1123.4742", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1123.4742.zip", + "checksum": "49c52fbccb3ee73f837fb4d1cbb5e469", + "timestamp": "2021-06-11T23:47:51Z" + }, + { + "version": "7.2106.1123.2048", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1123.2048.zip", + "checksum": "bcd8608f9514e050a7fe7347f2ee3680", + "timestamp": "2021-06-11T23:20:57Z" + }, + { + "version": "7.2106.1122.5031", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1122.5031.zip", + "checksum": "4e8d61b30135b06d55539678b6f38a96", + "timestamp": "2021-06-11T22:50:40Z" + }, + { + "version": "7.2106.1114.3909", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1114.3909.zip", + "checksum": "eb9a33ad72843042e4db864085082b98", + "timestamp": "2021-06-11T14:39:18Z" + }, + { + "version": "7.2106.1114.0953", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1114.0953.zip", + "checksum": "2af1e17b67ac5249b7b87a9e50c18b19", + "timestamp": "2021-06-11T14:10:04Z" + }, + { + "version": "7.2106.1113.4700", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1113.4700.zip", + "checksum": "d178eadf103e6fa32fe1da9385035446", + "timestamp": "2021-06-11T13:47:10Z" + }, + { + "version": "7.2106.1113.1415", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1113.1415.zip", + "checksum": "fab24cfffc9330085999870af14cc0f8", + "timestamp": "2021-06-11T13:14:24Z" + }, + { + "version": "7.2106.1112.5128", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1112.5128.zip", + "checksum": "5a0dbfa25f6c191b7dcac01fa0b6427f", + "timestamp": "2021-06-11T12:51:37Z" + }, + { + "version": "7.2106.1108.2244", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1108.2244.zip", + "checksum": "c610bc54d8d9850e817e2c2b95148d79", + "timestamp": "2021-06-11T08:22:53Z" + }, + { + "version": "7.2106.1106.1117", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1106.1117.zip", + "checksum": "353d818b8951217e2c27dd3e1e3fb8a7", + "timestamp": "2021-06-11T06:11:26Z" + }, + { + "version": "7.2106.1105.4751", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1105.4751.zip", + "checksum": "0a2c74013a7792eb0246ece50f5ebde3", + "timestamp": "2021-06-11T05:47:59Z" + }, + { + "version": "7.2106.1105.1838", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1105.1838.zip", + "checksum": "4ab1ee273d89709870e1717b7b02b5ec", + "timestamp": "2021-06-11T05:18:46Z" + }, + { + "version": "7.2106.1021.1651", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1021.1651.zip", + "checksum": "66e28ffc0dd76332bb9135b88c10cb23", + "timestamp": "2021-06-10T21:17:00Z" + }, + { + "version": "7.2106.1015.1729", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.1015.1729.zip", + "checksum": "65fd38e840890bd99b48b62ed69211ba", + "timestamp": "2021-06-10T15:17:37Z" + }, + { + "version": "7.2106.0914.5935", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0914.5935.zip", + "checksum": "863162b7c5f5882011295aa0ab112cc0", + "timestamp": "2021-06-09T14:59:44Z" + }, + { + "version": "7.2106.0913.0305", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0913.0305.zip", + "checksum": "3257e4198c6274a16d37b73d79ed11b7", + "timestamp": "2021-06-09T13:03:15Z" + }, + { + "version": "7.2106.0908.5251", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0908.5251.zip", + "checksum": "aa81ccbb980b01cea421a8d0e6f7fbb0", + "timestamp": "2021-06-09T08:53:03Z" + }, + { + "version": "7.2106.0814.3157", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0814.3157.zip", + "checksum": "c8f26670850257bfe039dcc9fbac0cd7", + "timestamp": "2021-06-08T14:32:07Z" + }, + { + "version": "7.2106.0722.0354", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0722.0354.zip", + "checksum": "555090f2f912896c78ba47fb7e8a6cbb", + "timestamp": "2021-06-07T22:04:04Z" + }, + { + "version": "7.2106.0721.3557", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0721.3557.zip", + "checksum": "5a6a7abd800ae999bf6915df067c2b67", + "timestamp": "2021-06-07T21:36:08Z" + }, + { + "version": "7.2106.0714.5425", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0714.5425.zip", + "checksum": "dd5873a01af5ea918466a19b0df3d875", + "timestamp": "2021-06-07T14:54:35Z" + }, + { + "version": "7.2106.0714.2339", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0714.2339.zip", + "checksum": "d2b0a06005718bcdb39275dd73dd3aba", + "timestamp": "2021-06-07T14:23:48Z" + }, + { + "version": "7.2106.0713.5504", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0713.5504.zip", + "checksum": "525a2471cd2259ce8674bf53d6471db8", + "timestamp": "2021-06-07T13:55:13Z" + }, + { + "version": "7.2106.0708.4218", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0708.4218.zip", + "checksum": "df35799ba2746b5d64c8b14c52fecb38", + "timestamp": "2021-06-07T08:42:27Z" + }, + { + "version": "7.2106.0708.0644", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0708.0644.zip", + "checksum": "5285aaf5ef7a52c1a9724072b0025b6b", + "timestamp": "2021-06-07T08:06:52Z" + }, + { + "version": "7.2106.0618.3939", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0618.3939.zip", + "checksum": "175f90653f2940e5824a31fa85bf8621", + "timestamp": "2021-06-06T18:39:47Z" + }, + { + "version": "7.2106.0615.4400", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0615.4400.zip", + "checksum": "bfd11d0890f352c052c23a111d622dc4", + "timestamp": "2021-06-06T15:44:10Z" + }, + { + "version": "7.2106.0413.0506", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0413.0506.zip", + "checksum": "13879645577eb2f80b4a99f4a73e04ae", + "timestamp": "2021-06-04T13:05:16Z" + }, + { + "version": "7.2106.0314.5237", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0314.5237.zip", + "checksum": "af458ec79bb9fd2d1b2c388408755c3b", + "timestamp": "2021-06-03T14:52:45Z" + }, + { + "version": "7.2106.0302.3517", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0302.3517.zip", + "checksum": "999e8618aec783928f622cf6bfdffa75", + "timestamp": "2021-06-03T02:35:25Z" + }, + { + "version": "7.2106.0121.2020", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2106.0121.2020.zip", + "checksum": "e1d08def8f5a6d8639294c59ac13a53b", + "timestamp": "2021-06-01T21:20:28Z" + }, + { + "version": "7.2105.3023.2743", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.3023.2743.zip", + "checksum": "2a7a69a139c9e4e8ba4e9b220c526b9a", + "timestamp": "2021-05-30T23:27:52Z" + }, + { + "version": "7.2105.3018.1714", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.3018.1714.zip", + "checksum": "70c6fa1c439d24f88c6c9907530d7b53", + "timestamp": "2021-05-30T18:17:23Z" + }, + { + "version": "7.2105.3008.3843", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.3008.3843.zip", + "checksum": "0eae417a24f447a869cf8e0c62229157", + "timestamp": "2021-05-30T08:38:51Z" + }, + { + "version": "7.2105.2711.4034", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2711.4034.zip", + "checksum": "a6288019059d1a0021f31c37d9f2c8a1", + "timestamp": "2021-05-27T11:40:42Z" + }, + { + "version": "7.2105.2708.4919", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2708.4919.zip", + "checksum": "363f287b084ace1932590512f35b0889", + "timestamp": "2021-05-27T08:49:28Z" + }, + { + "version": "7.2105.2706.1604", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2706.1604.zip", + "checksum": "e0d0adf9c755a1063d480c856949819f", + "timestamp": "2021-05-27T06:16:13Z" + }, + { + "version": "7.2105.2705.4840", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2705.4840.zip", + "checksum": "4bbb31dd2c29e2b389459088c8220855", + "timestamp": "2021-05-27T05:48:48Z" + }, + { + "version": "7.2105.2620.3507", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2620.3507.zip", + "checksum": "01f7c3f30292a03f323de20b389aba48", + "timestamp": "2021-05-26T20:35:15Z" + }, + { + "version": "7.2105.2620.1240", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2620.1240.zip", + "checksum": "027fff8aa7425f32285db0dfcc99a6e1", + "timestamp": "2021-05-26T20:12:49Z" + }, + { + "version": "7.2105.2619.4414", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2619.4414.zip", + "checksum": "658b4649b1998d6fa1e2896b93a08514", + "timestamp": "2021-05-26T19:44:22Z" + }, + { + "version": "7.2105.2619.2148", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2619.2148.zip", + "checksum": "0dd5208983554f0d61abcaa9c2515075", + "timestamp": "2021-05-26T19:21:57Z" + }, + { + "version": "7.2105.2617.3815", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2617.3815.zip", + "checksum": "d5c092527c35dd2f9d41c2ff9e23745f", + "timestamp": "2021-05-26T17:38:23Z" + }, + { + "version": "7.2105.2615.4354", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2615.4354.zip", + "checksum": "82979be50d55db9baed63216c7cefe92", + "timestamp": "2021-05-26T15:44:04Z" + }, + { + "version": "7.2105.2419.0249", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2419.0249.zip", + "checksum": "ddf99310b2ad71dc81a719cb2464efd2", + "timestamp": "2021-05-24T19:02:58Z" + }, + { + "version": "7.2105.2417.5314", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2417.5314.zip", + "checksum": "1628fb9bb0202e22d537553cd5b83c4c", + "timestamp": "2021-05-24T17:53:23Z" + }, + { + "version": "7.2105.2412.1752", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2412.1752.zip", + "checksum": "8ad3fda2cf0c877ccc4d73ad5bc8bbc5", + "timestamp": "2021-05-24T12:18:00Z" + }, + { + "version": "7.2105.2406.5513", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2406.5513.zip", + "checksum": "a0aa7195e874f5e94a9129e3ce7bf655", + "timestamp": "2021-05-24T06:55:23Z" + }, + { + "version": "7.2105.2304.5303", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2304.5303.zip", + "checksum": "a2f028ca53584c46ea38baa1bca2d013", + "timestamp": "2021-05-23T04:53:12Z" + }, + { + "version": "7.2105.2121.4327", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2121.4327.zip", + "checksum": "eb29f9561718335520847770a207d39e", + "timestamp": "2021-05-21T21:43:36Z" + }, + { + "version": "7.2105.2118.5657", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2118.5657.zip", + "checksum": "360884edfd15cb0ec9e7c3ed8ee46cee", + "timestamp": "2021-05-21T18:57:07Z" + }, + { + "version": "7.2105.2116.3344", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2116.3344.zip", + "checksum": "07b50d5263ca38daf623b0c1a349237a", + "timestamp": "2021-05-21T16:33:53Z" + }, + { + "version": "7.2105.2112.5905", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2112.5905.zip", + "checksum": "c39bdd70b6831c360d09bc0be202c913", + "timestamp": "2021-05-21T12:59:13Z" + }, + { + "version": "7.2105.2112.2607", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2112.2607.zip", + "checksum": "44b42b4381d87938927d4301341798ee", + "timestamp": "2021-05-21T12:26:16Z" + }, + { + "version": "7.2105.2111.5840", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2111.5840.zip", + "checksum": "59d9ab1d06090fb677b88a3b03741cc7", + "timestamp": "2021-05-21T11:58:49Z" + }, + { + "version": "7.2105.2111.3147", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2111.3147.zip", + "checksum": "e128d366fa54f6c5790052d92cbf4d1d", + "timestamp": "2021-05-21T11:31:55Z" + }, + { + "version": "7.2105.2104.5500", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2104.5500.zip", + "checksum": "62757d525cef2ed42b960ce0116804e4", + "timestamp": "2021-05-21T04:55:10Z" + }, + { + "version": "7.2105.2023.5551", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2023.5551.zip", + "checksum": "e81ac7920d85290ff57b6b64f5737f9a", + "timestamp": "2021-05-20T23:55:59Z" + }, + { + "version": "7.2105.2021.3803", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2021.3803.zip", + "checksum": "d7472c1844a51c11ef64336b61fbe5b2", + "timestamp": "2021-05-20T21:38:11Z" + }, + { + "version": "7.2105.2021.0852", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.2021.0852.zip", + "checksum": "9cd1267947f4bcb601d76e6a1ac74a07", + "timestamp": "2021-05-20T21:09:00Z" + }, + { + "version": "7.2105.1921.0058", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1921.0058.zip", + "checksum": "b31fa8eccbe3a24969832aae6282b675", + "timestamp": "2021-05-19T21:01:07Z" + }, + { + "version": "7.2105.1821.0830", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1821.0830.zip", + "checksum": "c1254ac98a2a541fd9138ea2fe8d1047", + "timestamp": "2021-05-18T21:08:38Z" + }, + { + "version": "7.2105.1819.4906", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1819.4906.zip", + "checksum": "34fb416388dd8e21abf26a3cdceb498b", + "timestamp": "2021-05-18T19:49:15Z" + }, + { + "version": "7.2105.1818.5334", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1818.5334.zip", + "checksum": "05e43fc21733a3499db4aea14161c677", + "timestamp": "2021-05-18T18:53:42Z" + }, + { + "version": "7.2105.1811.5407", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1811.5407.zip", + "checksum": "6f2b76add849379079c5f80599065713", + "timestamp": "2021-05-18T11:54:16Z" + }, + { + "version": "7.2105.1806.2107", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1806.2107.zip", + "checksum": "86019f3a71339db2c93a53699312de38", + "timestamp": "2021-05-18T06:21:15Z" + }, + { + "version": "7.2105.1722.3331", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1722.3331.zip", + "checksum": "640cfed07af3f252743fc885451bb0e8", + "timestamp": "2021-05-17T22:33:39Z" + }, + { + "version": "7.2105.1717.1249", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1717.1249.zip", + "checksum": "41b5fc838894db07fe0138cb84558f45", + "timestamp": "2021-05-17T17:12:58Z" + }, + { + "version": "7.2105.1716.4511", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1716.4511.zip", + "checksum": "e1f00157f34a4c2a640265f459b57ede", + "timestamp": "2021-05-17T16:45:21Z" + }, + { + "version": "7.2105.1619.0848", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1619.0848.zip", + "checksum": "cec6ecd20228ec0d5811f4989b142892", + "timestamp": "2021-05-16T19:08:56Z" + }, + { + "version": "7.2105.1612.2707", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1612.2707.zip", + "checksum": "c53c5c534af26f618139dab8a787d0de", + "timestamp": "2021-05-16T12:27:17Z" + }, + { + "version": "7.2105.1610.5559", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1610.5559.zip", + "checksum": "db05ddb3985d4b94e5f9c69b34df8f84", + "timestamp": "2021-05-16T10:56:09Z" + }, + { + "version": "7.2105.1610.2637", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1610.2637.zip", + "checksum": "3b81cc41928c455f1def211b9aa427a7", + "timestamp": "2021-05-16T10:26:45Z" + }, + { + "version": "7.2105.1521.2518", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1521.2518.zip", + "checksum": "42028c0d4d162cb9b23f492960639cdd", + "timestamp": "2021-05-15T21:25:26Z" + }, + { + "version": "7.2105.1514.5247", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1514.5247.zip", + "checksum": "ef8a7dc2ed430d9320328ad29c7820be", + "timestamp": "2021-05-15T14:52:55Z" + }, + { + "version": "7.2105.1309.0012", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1309.0012.zip", + "checksum": "022427af000caceefa95026ccaaf2f30", + "timestamp": "2021-05-13T09:00:23Z" + }, + { + "version": "7.2105.1114.2002", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1114.2002.zip", + "checksum": "ab17bc90e0bf2556c87247e759b4634b", + "timestamp": "2021-05-11T14:20:11Z" + }, + { + "version": "7.2105.1113.4757", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1113.4757.zip", + "checksum": "96fb80a7bbf1f0f4db07e2008df30ebf", + "timestamp": "2021-05-11T13:48:07Z" + }, + { + "version": "7.2105.1112.5200", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1112.5200.zip", + "checksum": "a1c052bb1a77a6175c674a7b4689dbc7", + "timestamp": "2021-05-11T12:52:10Z" + }, + { + "version": "7.2105.1112.2418", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1112.2418.zip", + "checksum": "2ae973d3f2d85eb9b2a5c674ebeb1445", + "timestamp": "2021-05-11T12:24:28Z" + }, + { + "version": "7.2105.1022.3500", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1022.3500.zip", + "checksum": "484791a39670b0eb83a053b5faf023ed", + "timestamp": "2021-05-10T22:35:13Z" + }, + { + "version": "7.2105.1022.0137", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1022.0137.zip", + "checksum": "36aa2d9c3f0daa80d72ae34d14177190", + "timestamp": "2021-05-10T22:01:48Z" + }, + { + "version": "7.2105.1021.2812", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1021.2812.zip", + "checksum": "143cc5ad8ba83884729c6f2641f361ab", + "timestamp": "2021-05-10T21:28:22Z" + }, + { + "version": "7.2105.1020.5805", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1020.5805.zip", + "checksum": "198c7cd1d8310b3110666828251d7397", + "timestamp": "2021-05-10T20:58:14Z" + }, + { + "version": "7.2105.1015.5852", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.1015.5852.zip", + "checksum": "5934139339514ee7eef6c4e35d9c9db3", + "timestamp": "2021-05-10T15:59:01Z" + }, + { + "version": "7.2105.0720.3810", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0720.3810.zip", + "checksum": "0a8fab6e12bbe654decbb0a7c48c7d70", + "timestamp": "2021-05-07T20:38:26Z" + }, + { + "version": "7.2105.0713.4528", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0713.4528.zip", + "checksum": "0fdf5b65dbe05b90945061dd290f70f6", + "timestamp": "2021-05-07T13:45:36Z" + }, + { + "version": "7.2105.0712.3726", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0712.3726.zip", + "checksum": "7722eca90eb9a724ecb91cc16528d0e5", + "timestamp": "2021-05-07T12:37:34Z" + }, + { + "version": "7.2105.0706.1947", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0706.1947.zip", + "checksum": "a1934284b3df2e58b219c7052b019ea4", + "timestamp": "2021-05-07T06:19:56Z" + }, + { + "version": "7.2105.0622.0251", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0622.0251.zip", + "checksum": "26511019304588618fc414f077f49b54", + "timestamp": "2021-05-06T22:02:59Z" + }, + { + "version": "7.2105.0621.3518", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0621.3518.zip", + "checksum": "2c9f175f982d8a2fc7cfa92828b688a7", + "timestamp": "2021-05-06T21:35:27Z" + }, + { + "version": "7.2105.0616.0732", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0616.0732.zip", + "checksum": "702d7517f53b9601b71511fe1e62733f", + "timestamp": "2021-05-06T16:07:41Z" + }, + { + "version": "7.2105.0615.3909", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0615.3909.zip", + "checksum": "e5fa1f2c93f7be4cc5a387c6e2084035", + "timestamp": "2021-05-06T15:39:18Z" + }, + { + "version": "7.2105.0517.4927", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0517.4927.zip", + "checksum": "5df48cd91d0ae78ead2c466d3bfa99b6", + "timestamp": "2021-05-05T17:49:35Z" + }, + { + "version": "7.2105.0515.4905", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0515.4905.zip", + "checksum": "11accff146c13d05d7f3cd7d5c171520", + "timestamp": "2021-05-05T15:49:14Z" + }, + { + "version": "7.2105.0512.2640", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0512.2640.zip", + "checksum": "19f01adf8d2f1aeb27a203cda0e2dc3c", + "timestamp": "2021-05-05T12:26:48Z" + }, + { + "version": "7.2105.0511.5650", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0511.5650.zip", + "checksum": "1414f6ecc27995f3686e3d7143ff1bc9", + "timestamp": "2021-05-05T11:56:59Z" + }, + { + "version": "7.2105.0508.0408", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0508.0408.zip", + "checksum": "72344618a891da707c3dcef610240c15", + "timestamp": "2021-05-05T08:04:16Z" + }, + { + "version": "7.2105.0504.4947", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0504.4947.zip", + "checksum": "120f60f0a1786e5e81aa1a53492b0222", + "timestamp": "2021-05-05T04:49:55Z" + }, + { + "version": "7.2105.0504.2246", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0504.2246.zip", + "checksum": "d3a7941cda11c37f28ab4c7d798caafc", + "timestamp": "2021-05-05T04:22:54Z" + }, + { + "version": "7.2105.0502.2958", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0502.2958.zip", + "checksum": "0444ae83153dd0be1875d73818256f12", + "timestamp": "2021-05-05T02:30:08Z" + }, + { + "version": "7.2105.0501.4536", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0501.4536.zip", + "checksum": "d6697b6282be46dd7b7241fb13b49c41", + "timestamp": "2021-05-05T01:45:44Z" + }, + { + "version": "7.2105.0423.0817", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0423.0817.zip", + "checksum": "1a74d903a1dfa5103889f478aced8ed2", + "timestamp": "2021-05-04T23:08:25Z" + }, + { + "version": "7.2105.0418.1728", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0418.1728.zip", + "checksum": "227d21ba782cb63c5dde5b7bd63bd5b3", + "timestamp": "2021-05-04T18:17:36Z" + }, + { + "version": "7.2105.0417.4008", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0417.4008.zip", + "checksum": "a30613d68e9986359902dc1d2477e127", + "timestamp": "2021-05-04T17:40:18Z" + }, + { + "version": "7.2105.0416.1449", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0416.1449.zip", + "checksum": "e238eee35dbfa119b4a9eb417127dcb4", + "timestamp": "2021-05-04T16:14:57Z" + }, + { + "version": "7.2105.0415.5204", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0415.5204.zip", + "checksum": "83428e8127821227494e07cf0a7a12be", + "timestamp": "2021-05-04T15:52:13Z" + }, + { + "version": "7.2105.0415.2956", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0415.2956.zip", + "checksum": "e187e722ac00f654f594d9edc58c84ff", + "timestamp": "2021-05-04T15:30:06Z" + }, + { + "version": "7.2105.0409.5207", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0409.5207.zip", + "checksum": "b2bb7e67055262545ee61077f5e110a1", + "timestamp": "2021-05-04T09:52:16Z" + }, + { + "version": "7.2105.0409.2222", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0409.2222.zip", + "checksum": "2201824179cdfad85d40576737dd4fad", + "timestamp": "2021-05-04T09:22:31Z" + }, + { + "version": "7.2105.0405.3621", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0405.3621.zip", + "checksum": "e970e5c132e09ae77c86d9a2b2273fb3", + "timestamp": "2021-05-04T05:36:30Z" + }, + { + "version": "7.2105.0405.1354", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0405.1354.zip", + "checksum": "f0677deb48bea138fb6df84962f14214", + "timestamp": "2021-05-04T05:14:03Z" + }, + { + "version": "7.2105.0322.3254", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0322.3254.zip", + "checksum": "ca406ceecded1d0f49675ba4e63f40ea", + "timestamp": "2021-05-03T22:33:04Z" + }, + { + "version": "7.2105.0322.1052", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0322.1052.zip", + "checksum": "179e41145b141471dc162c621b51ea35", + "timestamp": "2021-05-03T22:11:00Z" + }, + { + "version": "7.2105.0315.5741", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0315.5741.zip", + "checksum": "1b61c3f57cf475aade8e13e9cc05d021", + "timestamp": "2021-05-03T15:57:50Z" + }, + { + "version": "7.2105.0308.1751", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0308.1751.zip", + "checksum": "fe707f5a9895494928bce572bea0a3ed", + "timestamp": "2021-05-03T08:18:00Z" + }, + { + "version": "7.2105.0221.2124", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0221.2124.zip", + "checksum": "9687cceedc6fbfb47d979c5337183bfe", + "timestamp": "2021-05-02T21:21:32Z" + }, + { + "version": "7.2105.0219.4629", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0219.4629.zip", + "checksum": "187c015705a72589cde43db2d48d0d68", + "timestamp": "2021-05-02T19:46:38Z" + }, + { + "version": "7.2105.0216.1403", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0216.1403.zip", + "checksum": "851c66523357c5f099874d1ac71b1c9b", + "timestamp": "2021-05-02T16:14:12Z" + }, + { + "version": "7.2105.0210.0042", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0210.0042.zip", + "checksum": "c9c961b10a53e64ec6d7cc88cc97fe3e", + "timestamp": "2021-05-02T10:00:51Z" + }, + { + "version": "7.2105.0123.0920", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0123.0920.zip", + "checksum": "13175c8cfaab868b87b80ad2c38d045b", + "timestamp": "2021-05-01T23:09:28Z" + }, + { + "version": "7.2105.0116.0830", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2105.0116.0830.zip", + "checksum": "c1a2571c9ab30313f3cc968c33ff9fa2", + "timestamp": "2021-05-01T16:08:39Z" + }, + { + "version": "7.2104.3019.1225", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.3019.1225.zip", + "checksum": "0640dab8fd088efd2ffd1f1ef1b74bb5", + "timestamp": "2021-04-30T19:12:34Z" + }, + { + "version": "7.2104.3011.1451", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.3011.1451.zip", + "checksum": "92c4ae6d9cdc88ec9f72375139b3d26f", + "timestamp": "2021-04-30T11:14:59Z" + }, + { + "version": "7.2104.3008.5943", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.3008.5943.zip", + "checksum": "f79bf833341141efc5fae16676787e79", + "timestamp": "2021-04-30T08:59:53Z" + }, + { + "version": "7.2104.2920.0829", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2920.0829.zip", + "checksum": "329530818e82665b23b8230a86bb1be0", + "timestamp": "2021-04-29T20:08:38Z" + }, + { + "version": "7.2104.2919.4036", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2919.4036.zip", + "checksum": "2154b8d35eec072324861626a586cb2c", + "timestamp": "2021-04-29T19:40:45Z" + }, + { + "version": "7.2104.2912.4731", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2912.4731.zip", + "checksum": "88ff4cebbb44fc0ae090c49e4ea0494d", + "timestamp": "2021-04-29T12:47:39Z" + }, + { + "version": "7.2104.2714.4919", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2714.4919.zip", + "checksum": "625f90c6c67fa519c892f32f3794fdfd", + "timestamp": "2021-04-27T14:49:28Z" + }, + { + "version": "7.2104.2714.1136", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2714.1136.zip", + "checksum": "76c06a78ffc995bcf42ffec18f32e6f6", + "timestamp": "2021-04-27T14:11:44Z" + }, + { + "version": "7.2104.2622.4057", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2622.4057.zip", + "checksum": "41f671dd2abccdeb25162780486fbc65", + "timestamp": "2021-04-26T22:41:07Z" + }, + { + "version": "7.2104.2622.1333", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2622.1333.zip", + "checksum": "2912073fb4d1dc98c7c2c12291fb9a65", + "timestamp": "2021-04-26T22:13:41Z" + }, + { + "version": "7.2104.2615.0941", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2615.0941.zip", + "checksum": "b2854ce09256328d934a540fbb7cc6ef", + "timestamp": "2021-04-26T15:09:49Z" + }, + { + "version": "7.2104.2614.1029", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2614.1029.zip", + "checksum": "58a1634039f2ab296d12a12f03069a74", + "timestamp": "2021-04-26T14:10:38Z" + }, + { + "version": "7.2104.2518.0042", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2518.0042.zip", + "checksum": "0eb2da033f44d868a3851574a76bc860", + "timestamp": "2021-04-25T18:00:50Z" + }, + { + "version": "7.2104.2517.4814", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2517.4814.zip", + "checksum": "a9740072c726ada077f2e1e2a5038e72", + "timestamp": "2021-04-25T17:48:32Z" + }, + { + "version": "7.2104.2517.1901", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2517.1901.zip", + "checksum": "c282f5f382d6ec46f63d8292dec6d9e3", + "timestamp": "2021-04-25T17:19:10Z" + }, + { + "version": "7.2104.2516.2157", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2516.2157.zip", + "checksum": "664faeadeeddd0dda84d5b3465af5d4e", + "timestamp": "2021-04-25T16:22:06Z" + }, + { + "version": "7.2104.2515.5432", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2515.5432.zip", + "checksum": "c14744fd00b130fcd6cd949faefb0166", + "timestamp": "2021-04-25T15:54:40Z" + }, + { + "version": "7.2104.2420.5300", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2420.5300.zip", + "checksum": "7225000d5a9ad9af242fe8642f64e8ab", + "timestamp": "2021-04-24T20:53:10Z" + }, + { + "version": "7.2104.2414.2611", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2414.2611.zip", + "checksum": "4e34494a993d7fcd5165850a9c950d4e", + "timestamp": "2021-04-24T14:26:20Z" + }, + { + "version": "7.2104.2308.4554", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2308.4554.zip", + "checksum": "92bbdd31c52de860b407d2336116d9b7", + "timestamp": "2021-04-23T08:46:04Z" + }, + { + "version": "7.2104.2215.3300", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2215.3300.zip", + "checksum": "0229564782bb07bc8b4b23099960546a", + "timestamp": "2021-04-22T15:33:11Z" + }, + { + "version": "7.2104.2215.0550", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2215.0550.zip", + "checksum": "5dcf9c02741527875f091bc392475301", + "timestamp": "2021-04-22T15:05:59Z" + }, + { + "version": "7.2104.2118.3331", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2118.3331.zip", + "checksum": "e48f673476c621ab16df42e6331bd733", + "timestamp": "2021-04-21T18:33:40Z" + }, + { + "version": "7.2104.2114.4504", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2114.4504.zip", + "checksum": "e84758e8d4f8d8e162c2ac37b10a348b", + "timestamp": "2021-04-21T14:45:12Z" + }, + { + "version": "7.2104.2114.1750", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2114.1750.zip", + "checksum": "8f70202a4392705d18794672f9070a24", + "timestamp": "2021-04-21T14:18:00Z" + }, + { + "version": "7.2104.2112.4750", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2112.4750.zip", + "checksum": "222281b32f2dad2993a248088045166a", + "timestamp": "2021-04-21T12:47:59Z" + }, + { + "version": "7.2104.2112.1943", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2112.1943.zip", + "checksum": "8fd58bd1f305a9a124a4df3fc174dad7", + "timestamp": "2021-04-21T12:19:52Z" + }, + { + "version": "7.2104.2011.5723", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.2011.5723.zip", + "checksum": "5db099bba5b6612511190f3dfd5d1cce", + "timestamp": "2021-04-20T11:57:32Z" + }, + { + "version": "7.2104.1918.5645", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1918.5645.zip", + "checksum": "df1d6719690929ccbd5ab55242ecf4fb", + "timestamp": "2021-04-19T18:56:53Z" + }, + { + "version": "7.2104.1913.4525", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1913.4525.zip", + "checksum": "84d2ff20b1ecd17934f2cbd93fa232f0", + "timestamp": "2021-04-19T13:45:34Z" + }, + { + "version": "7.2104.1913.1311", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1913.1311.zip", + "checksum": "95568726c7bd2d60ce9c15fdfc760b3d", + "timestamp": "2021-04-19T13:13:21Z" + }, + { + "version": "7.2104.1912.4331", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1912.4331.zip", + "checksum": "cfb9997411faa3b18c3a369e77dc0c16", + "timestamp": "2021-04-19T12:43:39Z" + }, + { + "version": "7.2104.1906.5809", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1906.5809.zip", + "checksum": "679218f337d9fc4a4d928d06aa162bf0", + "timestamp": "2021-04-19T06:58:20Z" + }, + { + "version": "7.2104.1804.5233", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1804.5233.zip", + "checksum": "1f231056b92b16967e9f7cd5369da387", + "timestamp": "2021-04-18T04:52:40Z" + }, + { + "version": "7.2104.1713.1855", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1713.1855.zip", + "checksum": "49f8e0870547331ece188b55bb24ac21", + "timestamp": "2021-04-17T13:19:05Z" + }, + { + "version": "7.2104.1514.0727", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1514.0727.zip", + "checksum": "1f131f976c5113ba8d9f84a7fe230c85", + "timestamp": "2021-04-15T14:07:35Z" + }, + { + "version": "7.2104.1421.1533", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1421.1533.zip", + "checksum": "ad53f4b1430b90c8a8d891e3956173fa", + "timestamp": "2021-04-14T21:15:41Z" + }, + { + "version": "7.2104.1418.2422", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1418.2422.zip", + "checksum": "42e777ebdad0fcc826b85d9d77a12279", + "timestamp": "2021-04-14T18:24:30Z" + }, + { + "version": "7.2104.1416.5041", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1416.5041.zip", + "checksum": "800508a91a618fb2c8c4be626f645f48", + "timestamp": "2021-04-14T16:50:49Z" + }, + { + "version": "7.2104.1414.3612", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1414.3612.zip", + "checksum": "d5a51525afadaa9ff0ba9fb8d077481b", + "timestamp": "2021-04-14T14:36:20Z" + }, + { + "version": "7.2104.1414.0859", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1414.0859.zip", + "checksum": "aef605944ad11cfa1f71bb7efa071344", + "timestamp": "2021-04-14T14:09:08Z" + }, + { + "version": "7.2104.1413.2508", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1413.2508.zip", + "checksum": "047f6242224d575fdfb97574e065b756", + "timestamp": "2021-04-14T13:25:16Z" + }, + { + "version": "7.2104.1409.5326", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1409.5326.zip", + "checksum": "b10a55e004373d7b8142f49c342c7d98", + "timestamp": "2021-04-14T09:53:35Z" + }, + { + "version": "7.2104.1317.4504", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1317.4504.zip", + "checksum": "8adae11bb23445d59df45f2858d212ca", + "timestamp": "2021-04-13T17:45:12Z" + }, + { + "version": "7.2104.1315.0609", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1315.0609.zip", + "checksum": "098f3f2f50b5008461c9978b16a02229", + "timestamp": "2021-04-13T15:06:17Z" + }, + { + "version": "7.2104.1314.1455", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1314.1455.zip", + "checksum": "c6d07ec46613fad0d79d798203e6e488", + "timestamp": "2021-04-13T14:15:05Z" + }, + { + "version": "7.2104.1313.1831", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1313.1831.zip", + "checksum": "127a8aa596c6a1360d8120fa7ea66c73", + "timestamp": "2021-04-13T13:18:39Z" + }, + { + "version": "7.2104.1309.5247", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1309.5247.zip", + "checksum": "5cceb8641c4d44c0f8d790f00c298dad", + "timestamp": "2021-04-13T09:52:55Z" + }, + { + "version": "7.2104.1221.0940", + "changelog": "Update api client\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/tvmaze/tvmaze_7.2104.1221.0940.zip", + "checksum": "554eaa53924cad51b8a007f9003d5308", + "timestamp": "2021-04-12T21:09:50Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "f30880ae-3365-449e-b9e6-bf133c8401b0", + "name": "OPDS", + "description": "Provides an OPDS feed for book browsing.\n", + "overview": "Provides an OPDS book feed", + "owner": "jellyfin", + "category": "General", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-opds.png", + "versions": [ + { + "version": "3.0.0.0", + "changelog": "### New features and improvements ###\n- Add Genre search (#9) @crobibero\n- Use Request.PathBase to get actual baseUrl (#8) @crobibero\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#10) @crobibero\n- Update ruleset, fix build, fix ordering (#3) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_3.0.0.0.zip", + "checksum": "e27e95dc9470c8fd746470374b158d32", + "timestamp": "2022-01-07T21:10:52Z" + }, + { + "version": "2.0.0.0", + "changelog": "### New features and improvements ###\n- Add Genre search (#9) @crobibero\n- Use Request.PathBase to get actual baseUrl (#8) @crobibero\n\n### Code or Repo Maintenance ###\n- Use BaseItemKind (#10) @crobibero\n- Update ruleset, fix build, fix ordering (#3) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/opds/opds_2.0.0.0.zip", + "checksum": "837c9659502932985835461749ffab3f", + "timestamp": "2022-01-05T05:05:28Z" + } + ] + } + }, + { + "repository": "jellyfin-unstable", + "plugin": { + "guid": "71552a5a-5c5c-4350-a2ae-ebe451a30173", + "name": "Webhook", + "description": "Sends notifications to destinations via webhooks.\n", + "overview": "Sends notifications.", + "owner": "jellyfin", + "category": "Notifications", + "imageUrl": "https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-webhook.png", + "versions": [ + { + "version": "9.0.0.0", + "changelog": "### Bug Fixes ###\n- Don't filter on userId for UserCreated notification type (#76) @crobibero\n\n### Code or Repo Maintenance ###\n- Fix CI (#79) @crobibero\n- 10.8 support (#69) @crobibero", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://repo.jellyfin.org/releases/plugin/webhook/webhook_9.0.0.0.zip", + "checksum": "56edf6b4b146dcfbd0e6823bc8f63927", + "timestamp": "2022-01-07T20:41:06Z" + } + ] + } + }, + { + "repository": "gh:9p4/jellyfin-plugin-sso", + "plugin": { + "category": "Authentication", + "description": "This plugin allows users to sign in through an SSO provider (such as Google, Facebook, or your own provider). This enables one-click signin.\nReview documentation at https://github.com/9p4/jellyfin-plugin-sso\n", + "guid": "505ce9d1-d916-42fa-86ca-673ef241d7df", + "name": "SSO Authentication", + "overview": "Authenticate users against an SSO provider.", + "owner": "9p4", + "versions": [ + { + "changelog": "Hotfix for https://github.com/9p4/jellyfin-plugin-sso/issues/150", + "checksum": "a2c47db686895bc7cd4594bdda25286e", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.2.1/sso-authentication_3.5.2.1.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2023-10-18T05:12:18Z", + "version": "3.5.2.1" + }, + { + "changelog": "feat: allow overriding redirect scheme\r\n\r\nWow, I'm putting out a lot of releases lately. Sorry about that.\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.5.1.1...v3.5.2.0", + "checksum": "83b29edbc0c6722606bae9f2de095d88", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.2.0/sso-authentication_3.5.2.0.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2023-08-07T17:17:13Z", + "version": "3.5.2.0" + }, + { + "changelog": "fix: change iframe URL to point to the web UI instead of the root\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.5.1.0...v3.5.1.1", + "checksum": "c5e6dd973ebef1ef80d7d59ef7ad0815", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.1.1/sso-authentication_3.5.1.1.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2023-08-07T12:44:02Z", + "version": "3.5.1.1" + }, + { + "changelog": "fix: improve final redirect (#109)\r\nstyle: fix configPage style (prettier)\r\ndocs: detail Google requiring disabling of OpenID endpoint validation\r\nfix: make SAML paths better; improve and add OID discovery defaults\r\ndocs: clarify plugin resetting permissions\r\nstyle: fix README.md style\r\ndocs: document how to set login disclaimer (#16)\r\nfeat: clarify redirect paths (#84)\r\nfix: Remove funding\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.5.0.0...v3.5.1.0", + "checksum": "574ab1a090ba1726a01b0861e990eeb8", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.1.0/sso-authentication_3.5.1.0.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2023-08-06T20:38:07Z", + "version": "3.5.1.0" + }, + { + "changelog": "## What's Changed\r\n* feat: add Live TV management\r\n* fix: make user creation more robust by @fredriklindberg in https://github.com/9p4/jellyfin-plugin-sso/pull/72\r\n* fix: don't include port in redirect URL for 80 and 443 by @fredriklindberg in https://github.com/9p4/jellyfin-plugin-sso/pull/71\r\n* feat: allow configuration of preferred username claim by @9p4 in https://github.com/9p4/jellyfin-plugin-sso/pull/74\r\n* feat: allow for HTTPS to be disabled in OpenID discovery by @9p4 in https://github.com/9p4/jellyfin-plugin-sso/pull/77\r\n* fix: #83 Trim whitespace in user provided strings by @9p4 in https://github.com/9p4/jellyfin-plugin-sso/pull/89\r\n* null check before trim() by @esmondmissen in https://github.com/9p4/jellyfin-plugin-sso/pull/99\r\n* fix: error in logs for #81 by @esmondmissen in https://github.com/9p4/jellyfin-plugin-sso/pull/100\r\n* docs: πŸ“ add authentik redirect uri step by @adamzvolanek in https://github.com/9p4/jellyfin-plugin-sso/pull/127\r\n* fix: fix null pointer errors in various places\r\n\r\n## New Contributors\r\n* @fredriklindberg made their first contribution in https://github.com/9p4/jellyfin-plugin-sso/pull/72\r\n* @esmondmissen made their first contribution in https://github.com/9p4/jellyfin-plugin-sso/pull/99\r\n* @adamzvolanek made their first contribution in https://github.com/9p4/jellyfin-plugin-sso/pull/127\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.4.0.2...v3.5.0.0", + "checksum": "5621a407cce8907bfa5cad9d3ce52924", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.5.0.0/sso-authentication_3.5.0.0.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2023-08-05T22:55:07Z", + "version": "3.5.0.0" + }, + { + "changelog": "# Self Service: \r\n\r\n* Users can link existing jellyfin accounts to SSO provider accounts\r\n* Users can remove existing links\r\n* Users can configure multiple SSO provider accounts\r\n* Account names no longer have to match across Jellyfin -> SSO provider\r\n * Eg, can link google OIDC, with a `sub` of `asfbeausfahgajsfjasd-ugly-sub` to jellyfin username `matthew`\r\n\r\n## What's Changed\r\n\r\n### Features\r\n\r\n* Implement Canonical Linking + Self Service by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/34\r\n * Account names no longer have to match to be linked\r\n\r\n### Fixes\r\n\r\n* Fix ID Provider incorrectly resetting on login by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/33\r\n\r\n### Documentation\r\n\r\n* Document Provider Specific Configuration, Small Readme Update by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/31\r\n* docs: move build-from-source to contributing section, link vscode config by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/63\r\n* docs: :memo: document new plugin install mechanism by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/56\r\n\r\n### CI / Build\r\n\r\n* Add github action for publishing releases by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/39\r\n* Revert \"Add github action for publishing releases\" by @9p4 in https://github.com/9p4/jellyfin-plugin-sso/pull/40\r\n* Revert \"Revert \"Add github action for publishing releases\"\" by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/46\r\n* pin version of oddstr13/jprm to specific commit by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/48\r\n* ci: pin kevinjil/jprm-action to specific sha by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/50\r\n* ci: ignore prereleases when publishing manifest by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/52\r\n* ci: add checksum to nightly builds by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/53\r\n* ci: only run checksum agaisnt zip files by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/54\r\n* build: ignore .vscode entirely in gitignore by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/62\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.3.0.0...v3.4.0.2", + "checksum": "485d67094e39cc5b11470abea6b46427", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.4.0.2/sso-authentication_3.4.0.0.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2022-08-18T09:10:59Z", + "version": "3.4.0.0" + }, + { + "changelog": "## What's Changed\r\n* Clean up controller by @crobibero in https://github.com/9p4/jellyfin-plugin-sso/pull/12\r\n* Fallback Authentication Provider by @Pfuenzle in https://github.com/9p4/jellyfin-plugin-sso/pull/9\r\n* Add UI Page for OIDC Configuration by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/18\r\n* Add prettier workflow to CI by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/22\r\n* Allow requesting additional scopes in OIDC flows by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/24\r\n* CI: Prettier Workflow: Remove explicit branch ref from checkout by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/25\r\n* CI: lint css files in prettier workflow by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/30\r\n* Improve UX on config page by @matthewstrasiotto in https://github.com/9p4/jellyfin-plugin-sso/pull/27\r\n\r\n## New Contributors\r\n* @matthewstrasiotto made their first contribution in https://github.com/9p4/jellyfin-plugin-sso/pull/18\r\n\r\n**Full Changelog**: https://github.com/9p4/jellyfin-plugin-sso/compare/v3.2.0.0...v3.3.0.0", + "checksum": "79357968612a992e6494167fd065dafb", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/v3.3.0.0/sso-authentication_3.3.0.0.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2022-05-22T16:17:07Z", + "version": "3.3.0.0" + }, + { + "changelog": "Nightly build\n", + "checksum": "bce3e4a27fca365076287175c47c1224", + "sourceUrl": "https://github.com/9p4/jellyfin-plugin-sso/releases/download/nightly/sso-authentication_0.0.0.9000.zip", + "targetAbi": "10.8.0.0", + "timestamp": "2022-07-01T01:20:33Z", + "version": "0.0.0.9000" + } + ] + } + }, + { + "repository": "gh:vosmiic/jellyfin-ani-sync", + "plugin": { + "category": "General", + "guid": "c78f11cf-93e6-4423-8c42-d2c255b70e47", + "name": "Ani-Sync", + "description": "Synchronize anime watch status between Jellyfin and anime tracking sites.", + "owner": "vosmiic", + "overview": "Synchronize anime watch status", + "versions": [ + { + "checksum": "e3ab7660a6f9a4c1bf283a0812cdbe19", + "changelog": "1. Fixed issue where completing a rewatch did not correctly update the MAL rewatch status.", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.9/10.8.10.-.ani-sync_2.9.0.0.zip", + "timestamp": "2023-05-17 00:00:00", + "version": "2.9.0.0" + }, + { + "checksum": "401754db28e8e563ec28ed511062e5cd", + "changelog": "1. Fixed issue where special characters in provider auth password caused bad request. 2. Fixed issue where hitting into fatal addon issue caused the entire Jellyfin app to crash.", + "targetAbi": "10.8.9.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.8/10.8.9.-.ani-sync_2.8.0.0.zip", + "timestamp": "2023-04-10 00:00:00", + "version": "2.8.0.0" + }, + { + "checksum": "7eddbd26312c0461b9167c0520b4c7e1", + "changelog": "1. Fixed issue where the user could not save their Annict details if it was the only authenticated API", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.7.1/10.8.8.-.ani-sync_2.7.1.0.zip", + "timestamp": "2023-01-11 00:00:00", + "version": "2.7.1.0" + }, + { + "checksum": "4800da9b2300036e7e5f7c79debc8b33", + "changelog": "1. Added Annict support", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.7/10.8.8.-.ani-sync_2.7.0.0.zip", + "timestamp": "2023-01-09 00:00:00", + "version": "2.7.0.0" + }, + { + "checksum": "4169dea137f2e1d235addb79a534d5bb", + "changelog": "1. Fixed issue where the plugin would cause Jellyfin to crash when watching live media", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.6/10.8.8.-.ani-sync_2.6.0.0.zip", + "timestamp": "2023-01-01 00:00:00", + "version": "2.6.0.0" + }, + { + "checksum": "adeea332b408d517c04341409683238a", + "changelog": "1. Fixed cases where anime-list returned 'a' for the defaulttvdbseason number", + "targetAbi": "10.8.8.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.5/10.8.8.-.ani-sync_2.5.0.0.zip", + "timestamp": "2022-12-13 00:00:00", + "version": "2.5.0.0" + }, + { + "checksum": "c10182c769165105ffeca0f3881e515e", + "changelog": "1. Fixed crash on providers IDs not found (thanks Pecomare)", + "targetAbi": "10.8.5.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.4/10.8.5.-.ani-sync_2.4.0.0.zip", + "timestamp": "2022-11-23 00:00:00", + "version": "2.4.0.0" + }, + { + "checksum": "309238aa8c12ffc781b92374fdb3e845", + "changelog": "1. Search for Anibd id within Season 2. Updated libraries to latest version", + "targetAbi": "10.8.5.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.3/10.8.5.-.ani-sync_2.3.0.0.zip", + "timestamp": "2022-08-10 00:00:00", + "version": "2.3.0.0" + }, + { + "checksum": "c5508cd945f42f466afd438f9bdb1648", + "changelog": "1. Fixed issues with index numbers related to manual sync \n 2. Fixed issues with users libraries not being properly queried when using manual sync", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.2.1/10.8.0.-.ani-sync_2.2.1.0.zip", + "timestamp": "2022-08-03 00:00:00", + "version": "2.2.1.0" + }, + { + "checksum": "9c5c424a012d7dacf6a27bfea31c69e4", + "changelog": "1. Added manual sync functionality \n 2. Fixed anime list pathing issues on Windows builds \n 3. Fixed a few bugs", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.2/10.8.0.-.ani-sync_2.2.0.0.zip", + "timestamp": "2022-07-21 00:00:00", + "version": "2.2.0.0" + }, + { + "checksum": "6437a17ef149569580ed3e2202f7ba3c", + "changelog": "1. Fixed parameters not showing in the config page by updating the Jellyfin packages", + "targetAbi": "10.8.1.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.1.1/10.8.1.-.ani-sync_2.1.1.0.zip", + "timestamp": "2022-06-27 00:00:00", + "version": "2.1.1.0" + }, + { + "checksum": "30107aa68e1e38914edf611c0b52419e", + "changelog": "A few QOL improvements. \n 1. Log fixes \n 2. Update progress of providers when user ticks the anime as watched via the UI \n 3. Fixed OVA detection with new anime detection update. \n 4. Added default anime list save location", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.1/10.8.0.-.ani-sync_2.1.0.0.zip", + "timestamp": "2022-06-16 21:30:00", + "version": "2.1.0.0" + }, + { + "checksum": "45067cae878b674af6d16ef5202368b2", + "changelog": "A few QOL improvements. \n 1. Log fixes \n 2. Update progress of providers when user ticks the anime as watched via the UI \n 3. Fixed OVA detection with new anime detection update. \n 4. Added default anime list save location", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.1/10.7.7.-.ani-sync_2.1.0.0.zip", + "timestamp": "2022-06-16 21:30:00", + "version": "2.1.0.0" + }, + { + "checksum": "278b33aa150042c694f25b30e81b3d3d", + "changelog": "Hotfix for recent v2 release. Larger update out soon. \n 1. Fixed incorrect season detection when using AniList metadata provider \n 2. Fixed anime save location test error on Windows \n 3. Fixed multiple logging errors.", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.0.1/10.8.0.-.ani-sync_2.0.1.0.zip", + "timestamp": "2022-06-11 14:00:00", + "version": "2.0.1.0" + }, + { + "checksum": "b38e72047d2d08d1d306dbe956d63857", + "changelog": "Hotfix for recent v2 release. Larger update out soon. \n 1. Fixed incorrect season detection when using AniList metadata provider \n 2. Fixed anime save location test error on Windows \n 3. Fixed multiple logging errors.", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2.0.1/10.7.7.-.ani-sync_2.0.1.0.zip", + "timestamp": "2022-06-11 14:00:00", + "version": "2.0.1.0" + }, + { + "checksum": "80c7b0c1f86a418658de77df1848c59d", + "changelog": "1. Use outside sources to massively improve anime detection - please check your config for a new option to enable these features (this also comes with a new job in the scheduler).\n 2. Further improve anime detection by comparing the title to more synonyms (thanks Pecomare for this). \n 3. Fixed null error when anime could not be found. \n 4. Fixed anime movies not being correctly processed. \n 5. Fixed issues with servers using a non-default base URL.", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2/10.8.0.-.ani-sync_2.0.0.0.zip", + "timestamp": "2022-06-09 21:00:00", + "version": "2.0.0.0" + }, + { + "checksum": "2cf72f57459d36fa1b8a0abbba9490b5", + "changelog": "1. Use outside sources to massively improve anime detection - please check your config for a new option to enable these features (this also comes with a new job in the scheduler).\n 2. Further improve anime detection by comparing the title to more synonyms (thanks Pecomare for this). \n 3. Fixed null error when anime could not be found. \n 4. Fixed anime movies not being correctly processed. \n 5. Fixed issues with servers using a non-default base URL.", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v2/10.7.7.-.ani-sync_2.0.0.0.zip", + "timestamp": "2022-06-09 21:00:00", + "version": "2.0.0.0" + }, + { + "checksum": "94c7f5b267ee40d9044eda81c2e81d28", + "changelog": "1. Fixed currently airing shows not being updated \n 2. Fixed null reference error causing Jellyfin to crash when API authentication error occurs", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.6/10.8.0.-.ani-sync_1.6.0.0.zip", + "timestamp": "2022-04-18 13:00:00", + "version": "1.6.0.0" + }, + { + "checksum": "9742d80b99f36f76f6ab528a988d51a5", + "changelog": "1. Fixed currently airing shows not being updated \n 2. Fixed null reference error causing Jellyfin to crash when API authentication error occurs", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.6/10.7.7.-.ani-sync_1.6.0.0.zip", + "timestamp": "2022-04-18 13:00:00", + "version": "1.6.0.0" + }, + { + "checksum": "d63031b95e6db2affe2e568ace1eb79d", + "changelog": "1. Checking Japanese title as well as English title when searching for anime via the provider API", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.5/10.8.0.-.ani-sync_1.5.0.0.zip", + "timestamp": "2022-04-06 16:07:00", + "version": "1.5.0.0" + }, + { + "checksum": "8bf61413f8158b34b6a16702c2058207", + "changelog": "1. Checking Japanese title as well as English title when searching for anime via the provider API", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.5/10.7.7.-.ani-sync_1.5.0.0.zip", + "timestamp": "2022-04-06 16:07:00", + "version": "1.5.0.0" + }, + { + "checksum": "21ff1b9a92d45bfdf2e8573c7c9101c9", + "changelog": "1. Added 'Generate Callback URL' button on the config page. \n 2. Fixed the API endpoint not being populated on config page load. \n 3. Added Kitsu support (beta) \n 4. Added multi-cour season support \n 5. Fixed crash when attempting to find OVA", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.4/10.8.0.-.ani-sync_1.4.0.0.zip", + "timestamp": "2022-03-28 12:22:00", + "version": "1.4.0.0" + }, + { + "checksum": "71698e6a23d2eaa06b61350dff10b005", + "changelog": "1. Added 'Generate Callback URL' button on the config page. \n 2. Fixed the API endpoint not being populated on config page load. \n 3. Added Kitsu support (beta) \n 4. Added multi-cour season support \n 5. Fixed crash when attempting to find OVA", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.4/10.7.7.-.ani-sync_1.4.0.0.zip", + "timestamp": "2022-03-28 12:22:00", + "version": "1.4.0.0" + }, + { + "checksum": "39e3413612f58c54a9d28ca05949a35d", + "changelog": "1. Added AniList provider support", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.3/10.8.0.-.ani-sync_1.3.0.0.zip", + "timestamp": "2022-03-13 17:00:00", + "version": "1.3.0.0" + }, + { + "checksum": "e509aa07978fabc2e3629dafda58445b", + "changelog": "1. Added AniList provider support.", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.3/10.7.7.-.ani-sync_1.3.0.0.zip", + "timestamp": "2022-03-13 17:00:00", + "version": "1.3.0.0" + }, + { + "checksum": "3e6b3850c16bbb372a36189484b0690a", + "changelog": "1. Added OVA/special support \n 2. Restored symbols to query when searching for anime", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.2/10.8.0.-.ani-sync_1.2.0.0.zip", + "timestamp": "2022-02-26 17:00:00", + "version": "1.2.0.0" + }, + { + "checksum": "7a3044bda8d14e76c8f73a4f90a9248f", + "changelog": "1. Added OVA/special support \n 2. Restored symbols to query when searching for anime", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.2/10.7.7.-.ani-sync_1.2.0.0.zip", + "timestamp": "2022-02-26 17:00:00", + "version": "1.2.0.0" + }, + { + "checksum": "16464e695f5c4480ea284f7f6051453d", + "changelog": "Hotfix - Fixing anime with a name longer than 64 characters causing crashes", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.1/10.8.0.-.ani-sync_1.1.0.0.zip", + "timestamp": "2022-02-24 21:40:38", + "version": "1.1.0.0" + }, + { + "checksum": "3d44ac6e26ae04229c789db7fba32f4a", + "changelog": "Hotfix - Fixing anime with a name longer than 64 characters causing crashes", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1.1/10.7.7.-.ani-sync_1.1.0.0.zip", + "timestamp": "2022-02-24 21:40:38", + "version": "1.1.0.0" + }, + { + "checksum": "bd90049041dc0768ecb3e7ee60512169", + "changelog": "Initial release", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1/10.8.0.-.ani-sync_1.0.0.0.zip", + "timestamp": "2022-02-21 21:09:38", + "version": "1.0.0.0" + }, + { + "checksum": "36759af89cc368bb02d26b5e74c98444", + "changelog": "Initial release", + "targetAbi": "10.7.7.0", + "sourceUrl": "https://github.com/vosmiic/jellyfin-ani-sync/releases/download/v1/10.7.7.-.ani-sync_1.0.0.0.zip", + "timestamp": "2022-02-21 21:09:38", + "version": "1.0.0.0" + } + ] + } + }, + { + "repository": "gh:danieladov/JellyfinPluginManifest", + "plugin": { + "guid": "f21bbed8-3a97-4d8b-88b2-48aaa65427cb", + "name": "Merge Versions", + "description": "Jellyfin Merge Versions plugin is a plugin that automatically groups every repeated movie\n", + "overview": "Automatically merge repeated movies", + "owner": "danieladov", + "category": "General", + "versions": [ + { + "version": "10.8.0.2", + "changelog": "Fix splitting not taking into account excluded libraries", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.8.0.2/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "a5f050230cce782a6be24e5b6f048593", + "timestamp": "2023-04-20 16:35:00" + }, + { + "version": "10.8.0.1", + "changelog": "Update to Jellyfin 10.8.0-beta1\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.8.0.1/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "6aca911b69ab2f4a4e46331e53a48c81", + "timestamp": "2022-04-11 15:39:00" + }, + { + "version": "10.8.0.0", + "changelog": "Update to Jellyfin 10.8.0\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.8.0.0/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "e279e18a0687d041a21ab7f3cfc7ec42", + "timestamp": "2022-01-27 22:34:50" + }, + { + "version": "10.7.7.0", + "changelog": "Better detection and optimitation\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.7.7.0/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "00818cbc89b8d596cd5a3962c5a8a9b0", + "timestamp": "2021-12-02 23:35:50" + }, + { + "version": "10.7.0.2", + "changelog": "Fix error where movies were merged only by year\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.7.0.2/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "9f94b5248e944bed2a965c251663ab97", + "timestamp": "2021-02-02 02:45:58" + }, + { + "version": "10.7.0", + "changelog": "Update to 10.7.0\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/10.7.0/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "95e271b58302f4372dd4551c44da618b", + "timestamp": "2020-12-05 13:45:58" + }, + { + "version": "1.4.0.0", + "changelog": "New option to exclude paths from being merge\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/1.4.0/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "2b2bb5d442d14ca61c571c7b638bd5e3", + "timestamp": "2020-10-30 21:45:58" + }, + { + "version": "1.3.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-mergeversions/releases/download/1.3.0/Jellyfin-Plugin-MergeVersions.zip", + "checksum": "4dd5f0b36f8236512af651df8ac8855f", + "timestamp": "2020-09-01 14:30:58" + } + ] + } + }, + { + "repository": "gh:danieladov/JellyfinPluginManifest", + "plugin": { + "guid": "afe1de9c-63e4-4692-8d8c-7c964df19eb2", + "name": "Theme Songs", + "description": "Jellyfin Theme Songs plugin is a plugin that automatically downloads every theme song of your tv shows library\n", + "overview": "Automatically downloads theme songs of your tv shows", + "owner": "danieladov", + "category": "General", + "versions": [ + { + "version": "10.8.0.1", + "changelog": "Update to Jellyfin 10.8.0-beta1", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-themesongs/releases/download/10.8.0.1/Jellyfin-Plugin-ThemeSongs.zip", + "checksum": "dca8ba0e26e85439a462d6189f663f0e", + "timestamp": "2022-04-11 15:15:58" + }, + { + "version": "10.8.0.0", + "changelog": "Update to Jellyfin 10.8.0", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-themesongs/releases/download/10.8.0.0/Jellyfin-Plugin-ThemeSongs.zip", + "checksum": "94572e861c7043a9241dd91987692513", + "timestamp": "2022-02-07 18:00:58" + }, + { + "version": "10.7.0.2", + "changelog": "Fix Ilogger error", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-themesongs/releases/download/10.7.0.2/Jellyfin-Plugin-ThemeSongs.zip", + "checksum": "9751a00ff9d6de8ca8693c6a448a9f70", + "timestamp": "2021-01-31 03:30:58" + }, + { + "version": "10.7.0", + "changelog": "Update to 10.7.0", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-themesongs/releases/download/10.7.0/Jellyfin-Plugin-ThemeSongs.zip", + "checksum": "de5a644c7fc8b804277fc6a3fd761475", + "timestamp": "2020-12-05 13:30:58" + }, + { + "version": "1.1.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-themesongs/releases/download/1.0.0/Jellyfin-Plugin-ThemeSongs.zip", + "checksum": "34bc841aa50a34c69d473c7f58ed9885", + "timestamp": "2020-08-12 21:30:58" + } + ] + } + }, + { + "repository": "gh:danieladov/JellyfinPluginManifest", + "plugin": { + "guid": "e9ca8b8e-ca6d-40e7-85dc-58e536df8eb3", + "name": "Skin Manager", + "description": "Skin manager helps you to download and install most popular skins for jellyfin\n", + "overview": "Skins for jellyfin", + "owner": "danieladov", + "imageURL": "https://raw.githubusercontent.com/danieladov/jellyfin-plugin-skin-manager/master/src/img/thumb.png", + "category": "General", + "versions": [ + { + "version": "2.0.1", + "changelog": "Added Ultrachromic and few fixes\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-skin-manager/releases/download/2.0.1/Jellyfin.Plugin.SkinManager.dll.zip", + "checksum": "7e0fb755bb579d2c4fa9a3ae733cf7ce", + "timestamp": "2022-06-14 12:02:52" + }, + { + "version": "2.0.0", + "changelog": "New custom skin editor\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-skin-manager/releases/download/2.0.0/Jellyfin-Plugin-SkinManager.zip", + "checksum": "64672b424ca0ac7cd1f3b032eef40b55", + "timestamp": "2021-05-13 12:02:52" + }, + { + "version": "1.5.0.0", + "changelog": "[BETA] Options to preview and edit the skins\n", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-skin-manager/releases/download/1.5.0.0/Jellyfin-Plugin-SkinManager.zip", + "checksum": "2c479ab72de0f3391bad4da26f9b98d2", + "timestamp": "2020-12-11 22:02:52" + }, + { + "version": "1.4.0.0", + "changelog": "Skin versions support\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-skin-manager/releases/download/1.4.0.0/Jellyfin-Plugin-SkinManager.zip", + "checksum": "10aaad6b203a97b05c8b73bd3de09590", + "timestamp": "2020-11-09 16:20:52" + }, + { + "version": "1.0.0.0", + "changelog": "changelog\n", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/danieladov/jellyfin-plugin-skin-manager/releases/download/1.0.0/Jellyfin-Plugin-SkinManager.zip", + "checksum": "15305155f67ad72dbfa4082aa6ef5c3c", + "timestamp": "2020-11-08 18:14:58" + } + ] + } + }, + { + "repository": "gh:dkanada/jellyfin-plugin-intros", + "plugin": { + "guid": "9482dc3b-48aa-4d3b-8224-9128d1e8e0cd", + "name": "Intros", + "overview": "Display flashy intros before movies and other videos", + "description": "Select a flashy video from prerolls.video to run before any video content.", + "owner": "dkanada", + "category": "Other", + "versions": [ + { + "version": "1.3.1.0", + "changelog": "- update build process and migrate to github for hosting", + "targetAbi": "10.6.0.0", + "sourceUrl": "https://github.com/dkanada/jellyfin-plugin-intros/releases/download/v1.3.1/jellyfin-plugin-intros-v1.3.1.zip", + "checksum": "689cf1b5a9f8adb1a31750da16623996", + "timestamp": "2021-06-02T00:00:00Z" + }, + { + "version": "1.3.2.0", + "changelog": "- fix issue with local trailers and update dependencies", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/dkanada/jellyfin-plugin-intros/releases/download/v1.3.2/jellyfin-plugin-intros-v1.3.2.zip", + "checksum": "14c876026bd71c2b8d11196fab0df527", + "timestamp": "2022-09-14T00:00:00Z" + } + ] + } + }, + { + "repository": "gh:k-matti/jellyfin-plugin-repository", + "plugin": { + "guid": "47816a0e-e69c-44e0-ac7e-f37b134e088f", + "name": "SMS notification", + "description": "Sends sms notifications via selected service.", + "overview": "Sends sms notifications", + "owner": "k-matti", + "category": "Notifications", + "versions": [ + { + "version": "1.0.2.0", + "changelog": "fixes", + "targetAbi": "10.7.2.0", + "sourceUrl": "https://github.com/k-matti/jellyfin-plugin-sms/releases/download/v1.0.2.0/sms-notifications_1.0.2.0.zip", + "checksum": "8dbb6633bdd0f87048c43c77267e9d3c", + "timestamp": "0001-01-01T00:00:00.0000000Z" + }, + { + "version": "1.0.1.0", + "changelog": "initial release", + "targetAbi": "10.7.2.0", + "sourceUrl": "https://github.com/k-matti/jellyfin-plugin-sms/releases/download/v1.0.1.0/sms-notifications_1.0.1.0.zip", + "checksum": "9c33e86071206d6d142d58579e4de825", + "timestamp": "0001-01-01T00:00:00.0000000Z" + } + ] + } + }, + { + "repository": "gh:k-matti/jellyfin-plugin-repository", + "plugin": { + "guid": "6f9a84bf-cb2f-42c3-9f07-4037956f9a02", + "name": "NapiSub", + "description": "Download subtitles for Movies and TV Shows using napiprojekt.pl database", + "overview": "Polish subtitles downloader", + "owner": "k-matti", + "category": "Metadata", + "versions": [ + { + "version": "1.0.1.0", + "changelog": "initial release", + "targetAbi": "10.7.2.0", + "sourceUrl": "https://github.com/k-matti/jellyfin-plugin-napi/releases/download/v1.0.1.0/napisub_1.0.1.0.zip", + "checksum": "7e462432e43267952de5ef26a1df431c", + "timestamp": "0001-01-01T00:00:00.0000000Z" + } + ] + } + }, + { + "repository": "gh:LinFor/jellyfin-plugin-kinopoisk", + "plugin": { + "category": "Metadata", + "guid": "0c136f8a-ff77-4f2b-ade5-13462cae6216", + "name": "КиноПоиск", + "overview": "Π˜Π½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡ ΠΎ Ρ„ΠΈΠ»ΡŒΠΌΠ°Ρ… ΠΈ сСриалах с КиноПоиска", + "owner": "linfor", + "description": "Π—Π°Π³Ρ€ΡƒΠΆΠ°Π΅Ρ‚ Ρ€Π΅ΠΉΡ‚ΠΈΠ½Π³, описания, Π°ΠΊΡ‚Ρ‘Ρ€ΠΎΠ², Ρ‚Ρ€Π΅ΠΉΠ»Π΅Ρ€Ρ‹ ΠΈ Ρ‚.Π΄. с сайта КиноПоиск. ΠœΠΎΠΆΠ΅Ρ‚ ΠΏΠΎΡ‚Ρ€Π΅Π±ΠΎΠ²Π°Ρ‚ΡŒΡΡ Π·Π°Ρ€Π΅Π³ΠΈΡΡ‚Ρ€ΠΈΡ€ΠΎΠ²Π°Ρ‚ΡŒ свой ApiToken, см. ΠΈΠ½Ρ„ΠΎΡ€ΠΌΠ°Ρ†ΠΈΡŽ Π² ΠΏΠ°Ρ€Π°ΠΌΠ΅Ρ‚Ρ€Π°Ρ… ΠΏΠ»Π°Π³ΠΈΠ½Π°. Для Ρ‚ΠΎΡ‡Π½ΠΎΠ³ΠΎ распознавания рСкомСндуСтся ΡƒΠΊΠ°Π·Ρ‹Π²Π°Ρ‚ΡŒ id Ρ„ΠΈΠ»ΡŒΠΌΠ° с сайта КиноПоиск Π² ΠΈΠΌΠ΅Π½ΠΈ Ρ„Π°ΠΉΠ»Π° Π² Ρ„ΠΎΡ€ΠΌΠ°Ρ‚Π΅ kp-12345 ΠΈΠ»ΠΈ kp12345. ΠŸΠΎΠ΄Ρ€ΠΎΠ±Π½Π΅Π΅ см. https://github.com/LinFor/jellyfin-plugin-kinopoisk/blob/master/README.md\n", + "imageUrl": "https://kinopoisk.userecho.com/s/attachments/28876/0/1/25f8c0315e6ccb2aa6c2642e48f2c9e9.png", + "versions": [ + { + "version": "10.7.5.4", + "changelog": "Search fixed in case of null premiere date\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.5.4.zip", + "checksum": "2f48bd383e298da975e93a7f84fe3bc1", + "timestamp": "2021-10-17T15:57:00Z" + }, + { + "version": "10.7.5.3", + "changelog": "Results parsing fixes due to upstream service changes (api 2.2)\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.5.3.zip", + "checksum": "43930ff3db6b6938dcbc23297c53c746", + "timestamp": "2021-09-27T12:09:43Z" + }, + { + "version": "10.7.5.2", + "changelog": "Results parsing fixes due to upstream service changes\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.5.2.zip", + "checksum": "e35c1942fb8ceda1d351d7307174fab2", + "timestamp": "2021-08-10T16:00:08Z" + }, + { + "version": "10.7.5.1", + "changelog": "Results parsing fixes\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.5.1.zip", + "checksum": "c41d06954e6c00d8b51f11ac11180cb3", + "timestamp": "2021-06-22T09:27:10Z" + }, + { + "version": "10.7.5.0", + "changelog": "Short: Huge improvement in auto-identifying of movies. Rus: Π—Π½Π°Ρ‡ΠΈΡ‚Π΅Π»ΡŒΠ½ΠΎ ΡƒΠ»ΡƒΡ‡ΡˆΠ΅Π½ΠΎ Π°Π²Ρ‚ΠΎ-привязка Ρ„ΠΈΠ»ΡŒΠΌΠΎΠ² ΠΏΡ€ΠΈ Π΄ΠΎΠ±Π°Π²Π»Π΅Π½ΠΈΠΈ Π² ΠΌΠ΅Π΄ΠΈΠ°Ρ‚Π΅ΠΊΡƒ. ΠŸΡ‹Ρ‚Π°ΡŽΡΡŒ Π½Π°ΠΉΡ‚ΠΈ ΠΈΠ΄Π΅Π½Ρ‚ΠΈΡ„ΠΈΠΊΠ°Ρ‚ΠΎΡ€ кинопоиска ΠΏΠΎ ΠΏΠ°Ρ‚Ρ‚Π΅Ρ€Π½Ρƒ kp-12345 ΠΈΠ»ΠΈ kp12345 Π² ΠΈΠΌΠ΅Π½ΠΈ Ρ„Π°ΠΉΠ»Π°/ΠΏΠ°ΠΏΠΊΠΈ. ΠŸΡ‹Ρ‚Π°ΡŽΡΡŒ Π½Π°ΠΉΡ‚ΠΈ СдинствСнноС совпадСниС Π½Π° кинопоискС ΠΏΠΎ ΠΈΠΌΠ΅Π½ΠΈ + Π³ΠΎΠ΄Ρƒ. ΠŸΡ‹Ρ‚Π°ΡŽΡΡŒ ΠΏΠ΅Ρ€Π΅Π±Ρ€Π°Ρ‚ΡŒ всС совпадСния ΠΏΠΎ ΠΈΠΌΠ΅Π½ΠΈ + сравнСниС IMDB ID.\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.5.0.zip", + "checksum": "ea7eabac0fc4d1891529616a16a02897", + "timestamp": "2021-05-23T15:30:18Z" + }, + { + "version": "10.7.0.5", + "changelog": "Added trailers filtering: jellyfin-web can only play youtube trailers, not kinopoisk-hosted\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.0.5.zip", + "checksum": "6bdb97ee1e862b0b5657f7b510040148", + "timestamp": "2021-05-22T23:01:09Z" + }, + { + "version": "10.7.0.4", + "changelog": "Added person info, person image, trailers fetching\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.0.4.zip", + "checksum": "28d4972fe0f5e193a8b3051ce5240ffe", + "timestamp": "2021-05-22T22:24:49Z" + }, + { + "version": "10.7.0.3", + "changelog": "Don't provide empty poster Added kinopoisk hyperlink in people info\n", + "targetAbi": "10.7.0", + "sourceUrl": "https://raw.githubusercontent.com/LinFor/jellyfin-plugin-kinopoisk/master/dist/kinopoisk/kinopoisk_10.7.0.3.zip", + "checksum": "d58cdb87e4e93b7ab1b22c14248841e2", + "timestamp": "2021-05-21T16:00:03Z" + }, + { + "checksum": "8d77d5f4de0bdf0abbce76cf8e5a251d", + "changelog": "Fixed rating parsing", + "name": "КиноПоиск", + "targetAbi": "10.7.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.7.0.2.zip", + "filename": "jellyfin-plugin-kinopoisk_10.7.0.2.zip", + "timestamp": "2021-04-06 18:12:00", + "version": "10.7.0.2" + }, + { + "checksum": "9051c982f7846af34249ed9969012c17", + "changelog": "Fixed some actor professions parsing", + "name": "КиноПоиск", + "targetAbi": "10.7.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.7.0.1.zip", + "filename": "jellyfin-plugin-kinopoisk_10.7.0.1.zip", + "timestamp": "2021-03-18 13:31:00", + "version": "10.7.0.1" + }, + { + "checksum": "ec7cfeff6a88f2427057d1bb6fb150b6", + "changelog": "Jellyfin v10.7 compat", + "name": "КиноПоиск", + "targetAbi": "10.7.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.7.0.0.zip", + "filename": "jellyfin-plugin-kinopoisk_10.7.0.0.zip", + "timestamp": "2021-03-16 11:35:00", + "version": "10.7.0.0" + }, + { + "checksum": "50674e215597995b96da17b49ee7ad62", + "changelog": "fix NRE in person provider", + "name": "КиноПоиск", + "targetAbi": "10.6.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.6.0.2.zip", + "filename": "jellyfin-plugin-kinopoisk_10.6.0.2.zip", + "timestamp": "2020-07-09 13:00:00", + "version": "10.6.0.2" + }, + { + "checksum": "a877cde0df7d70266fdb9362b72884c1", + "changelog": "new release", + "name": "КиноПоиск", + "targetAbi": "10.6.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.6.0.1.zip", + "filename": "jellyfin-plugin-kinopoisk_10.6.0.1.zip", + "timestamp": "2020-07-07 19:00:00", + "version": "10.6.0.1" + }, + { + "checksum": "8f43d3943f5f60293c6fb0ccbe560096", + "changelog": "new release", + "name": "КиноПоиск", + "targetAbi": "10.6.0", + "runtimes": "netframework,netcore", + "sourceUrl": "https://github.com/LinFor/jellyfin-plugin-kinopoisk/raw/master/dist/kinopoisk/jellyfin-plugin-kinopoisk_10.6.0.0.zip", + "filename": "jellyfin-plugin-kinopoisk_10.6.0.0.zip", + "timestamp": "2020-07-07 10:00:00", + "version": "10.6.0.0" + } + ] + } + }, + { + "repository": "lizardbyte.dev", + "plugin": { + "guid": "e41ef0c4-c413-41ba-b4fa-8c565dc3c969", + "name": "Themerr", + "description": "Automatically add theme songs to movies using ThemerrDB", + "overview": "Automatically add theme songs to movies using ThemerrDB", + "owner": "LizardByte", + "category": "Metadata", + "image": "themerr-jellyfin.png", + "imageUrl": "https://lizardbyte.github.io/jellyfin-plugin-repo/themerr/themerr-jellyfin.png", + "versions": [ + { + "version": "2023.1216.556.16", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1216.556.16/themerr-jellyfin.zip", + "checksum": "350d208cafcf387bf1b01622059aa61a", + "timestamp": "2023-12-16T05:57:35Z" + }, + { + "version": "2023.1215.2259.6", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1215.2259.6/themerr-jellyfin.zip", + "checksum": "81340accae45f2ba31742e5fcf325a9a", + "timestamp": "2023-12-15T23:34:28Z" + }, + { + "version": "2023.1215.317.17", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1215.317.17/themerr-jellyfin.zip", + "checksum": "66984acd8b1b3875102a1a7c23078c92", + "timestamp": "2023-12-15T03:18:36Z" + }, + { + "version": "2023.1215.251.32", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1215.251.32/themerr-jellyfin.zip", + "checksum": "c28159d66d1c9c736825208bc8d2846d", + "timestamp": "2023-12-15T02:52:39Z" + }, + { + "version": "2023.1215.241.3", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1215.241.3/themerr-jellyfin.zip", + "checksum": "60cfa83e4d5512bd11c89a9e2d5a1123", + "timestamp": "2023-12-15T02:43:56Z" + }, + { + "version": "2023.1215.221.13", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1215.221.13/themerr-jellyfin.zip", + "checksum": "6f2604e7f881a165c5f8cbc71042c480", + "timestamp": "2023-12-15T02:23:02Z" + }, + { + "version": "2023.1214.436.9", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.13.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1214.436.9/themerr-jellyfin.zip", + "checksum": "4de037af126746757be49828cf959bad", + "timestamp": "2023-12-14T04:37:42Z" + }, + { + "version": "2023.1212.418.27", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1212.418.27/themerr-jellyfin.zip", + "checksum": "ee130b648bcb7c74fae9fec70c9ec4cc", + "timestamp": "2023-12-12T04:19:50Z" + }, + { + "version": "2023.1211.1611.20", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.1611.20/themerr-jellyfin.zip", + "checksum": "ef2fdca5f7bd88493e93a58029d8418a", + "timestamp": "2023-12-11T16:30:54Z" + }, + { + "version": "2023.1211.245.52", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.245.52/themerr-jellyfin.zip", + "checksum": "b7f2637db3a4694955ed4bbcd4c9c19b", + "timestamp": "2023-12-11T02:47:11Z" + }, + { + "version": "2023.1211.237.12", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.237.12/themerr-jellyfin.zip", + "checksum": "e8b1a241737eb39eff36ebc0fc906c44", + "timestamp": "2023-12-11T02:38:26Z" + }, + { + "version": "2023.1211.225.23", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.225.23/themerr-jellyfin.zip", + "checksum": "0bf48136fc530c98563469a960e4c19e", + "timestamp": "2023-12-11T02:30:44Z" + }, + { + "version": "2023.1211.214.5", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.214.5/themerr-jellyfin.zip", + "checksum": "b1d522b82d1ff61011d6ab5eb608c8e5", + "timestamp": "2023-12-11T02:28:41Z" + }, + { + "version": "2023.1211.149.9", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.149.9/themerr-jellyfin.zip", + "checksum": "5545765d4ecdef53a4bb10a691a610ed", + "timestamp": "2023-12-11T01:50:10Z" + }, + { + "version": "2023.1211.105.6", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.105.6/themerr-jellyfin.zip", + "checksum": "525009c41a0e4ef93f7ff5a200aae942", + "timestamp": "2023-12-11T01:06:15Z" + }, + { + "version": "2023.1211.31.24", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1211.31.24/themerr-jellyfin.zip", + "checksum": "99c8fcdac073a054cb192afc45508702", + "timestamp": "2023-12-11T00:32:36Z" + }, + { + "version": "2023.1210.1448.35", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1210.1448.35/themerr-jellyfin.zip", + "checksum": "db79880e1f6677c04c781c61fc1f82f9", + "timestamp": "2023-12-10T14:54:13Z" + }, + { + "version": "2023.1210.504.40", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1210.504.40/themerr-jellyfin.zip", + "checksum": "dbb35091db3cfdf05c7634133eb2a3bd", + "timestamp": "2023-12-10T05:11:52Z" + }, + { + "version": "2023.1210.439.17", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1210.439.17/themerr-jellyfin.zip", + "checksum": "cc1f884e88631547f0b085a9558ef616", + "timestamp": "2023-12-10T04:48:47Z" + }, + { + "version": "2023.1207.247.13", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v2023.1207.247.13/themerr-jellyfin.zip", + "checksum": "681123ff1d0cfb3230e935aad8516bcf", + "timestamp": "2023-12-07T02:49:10Z" + }, + { + "version": "0.0.2.0", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v0.0.2/themerr-jellyfin.zip", + "checksum": "49230bec10db39e175c3771566f5a623", + "timestamp": "2023-12-07T02:33:16Z" + }, + { + "version": "0.0.1.0", + "changelog": "see LizardByte/Themerr-jellyfin on GitHub", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/LizardByte/Themerr-jellyfin/releases/download/v0.0.1/themerr-jellyfin.zip", + "checksum": "d8956c51cd8d13cdda03cbeda0f41fac", + "timestamp": "2023-02-04T15:21:57Z" + } + ] + } + }, + { + "repository": "gh:ShokoAnime/Shokofin", + "plugin": { + "guid": "5216ccbf-d24a-4eb3-8a7e-7da4230b7052", + "name": "Shoko", + "description": "A plugin to provide metadata from Shoko Server for your locally organized anime library in Jellyfin.\n", + "overview": "Manage your anime from Jellyfin using metadata from Shoko", + "owner": "shokoanime", + "category": "Metadata", + "imageUrl": "https://raw.githubusercontent.com/ShokoAnime/Shokofin/master/LogoWide.png", + "versions": [ + { + "version": "3.0.1.0", + "changelog": "NA\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/3.0.1/shoko_3.0.1.0.zip", + "checksum": "8bfa1dc2c430c07c0659bbbc757dbf8e", + "timestamp": "2023-04-20T15:44:36Z" + }, + { + "version": "3.0.0.0", + "changelog": "NA\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/3.0.0/shoko_3.0.0.0.zip", + "checksum": "c02b32abb548eb3d2153ac957ad88f80", + "timestamp": "2023-03-29T17:54:57Z" + }, + { + "version": "2.0.1.0", + "changelog": "NA\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/2.0.1/shoko_2.0.1.0.zip", + "checksum": "f6b1520a57381f9425935b10b4048398", + "timestamp": "2022-07-02T10:17:43Z" + }, + { + "version": "2.0.0.0", + "changelog": "NA\n", + "targetAbi": "10.8.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/2.0.0/shoko_2.0.0.0.zip", + "checksum": "635f85542f567644bd8af2e48796e5e6", + "timestamp": "2022-06-27T22:07:22Z" + }, + { + "version": "1.7.3.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.7.3/shoko_1.7.3.0.zip", + "checksum": "4329184a94c68c621a4c944bee7d7f9d", + "timestamp": "2022-04-21T10:23:21Z" + }, + { + "version": "1.7.2.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.7.2/shoko_1.7.2.0.zip", + "checksum": "38dd48745750756abbe6850d5527e694", + "timestamp": "2022-01-23T20:55:00Z" + }, + { + "version": "1.7.1.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.7.1/shoko_1.7.1.0.zip", + "checksum": "c748f37e301aaa891da7e01842d02a87", + "timestamp": "2022-01-21T18:10:49Z" + }, + { + "version": "1.7.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.7.0/shoko_1.7.0.0.zip", + "checksum": "e6604c4c9729b2f8a82bb9d4dfb0bfab", + "timestamp": "2022-01-12T19:27:09Z" + }, + { + "version": "1.6.3.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.6.3/shoko_1.6.3.0.zip", + "checksum": "e4edc60e6ca8ecc9ca83627c37cb0109", + "timestamp": "2021-10-22T13:53:49Z" + }, + { + "version": "1.6.2.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.6.2/shoko_1.6.2.0.zip", + "checksum": "92d76c12c13245a8c67dba3b6a532471", + "timestamp": "2021-10-22T12:45:39Z" + }, + { + "version": "1.6.1.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.6.1/shoko_1.6.1.0.zip", + "checksum": "d574380d64ff9fcc1a532f4b4f00dd82", + "timestamp": "2021-10-18T17:23:28Z" + }, + { + "version": "1.6.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.6.0/shoko_1.6.0.0.zip", + "checksum": "18dfd06489b5c77ba7e3d310ac255a3d", + "timestamp": "2021-10-11T14:11:13Z" + }, + { + "version": "1.5.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.5.0/shokofin_1.5.0.0.zip", + "checksum": "1619ade0f980553dbc056fc414ad6243", + "timestamp": "2021-08-30T00:23:40Z" + }, + { + "version": "1.4.7.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.7/shokofin_1.4.7.zip", + "checksum": "5a9e396ac1775d61cb14796eae6e8f8a", + "timestamp": "2021-06-01T17:14:41Z" + }, + { + "version": "1.4.6.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.6/shokofin_1.4.6.zip", + "checksum": "be14a632a9ff59baccc8d78d6ca1809c", + "timestamp": "2021-05-31T17:29:05Z" + }, + { + "version": "1.4.5.1", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.5.1/shokofin_1.4.5.1.zip", + "checksum": "1a5005234208d651e194ac9987c2ddcd", + "timestamp": "2021-03-26T06:05:25Z" + }, + { + "version": "1.4.5.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.5/shokofin_1.4.5.zip", + "checksum": "ec0638fc707dfe2450dc47b3e161d042", + "timestamp": "2021-03-25T13:10:36Z" + }, + { + "version": "1.4.4.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.4/shokofin_1.4.4.zip", + "checksum": "475abde06b9f67a131bb2737d126d052", + "timestamp": "2021-03-24T09:41:27Z" + }, + { + "version": "1.4.3.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.3/shokofin_1.4.3.zip", + "checksum": "ee2b4d8b79dcd1edf524bd81e2ef7290", + "timestamp": "2021-03-18T17:38:49Z" + }, + { + "version": "1.4.2.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.2/shokofin_1.4.2.zip", + "checksum": "2b90bac9df30315240802d0aa23a706c", + "timestamp": "2021-03-17T07:31:27Z" + }, + { + "version": "1.4.1.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.1/shokofin_1.4.1.zip", + "checksum": "77bc01b63d8dde14401ba8060dd46b38", + "timestamp": "2021-03-16T15:01:11Z" + }, + { + "version": "1.4.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.4.0/shokofin_1.4.0.zip", + "checksum": "57e70a963ef95a8f64bdcc394685f594", + "timestamp": "2021-03-03T20:39:56Z" + }, + { + "version": "1.3.1.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.3.1/shokofin_1.3.1.zip", + "checksum": "135888e53f702e0b96846ca2ca7201d7", + "timestamp": "2020-10-12T14:11:59Z" + }, + { + "version": "1.3.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.3.0/shokofin_1.3.0.zip", + "checksum": "a30811e8adc9491df0aaa436d6a7cea6", + "timestamp": "2020-09-30T20:54:31Z" + }, + { + "version": "1.2.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.2.0/shokojellyfin_1.2.0.zip", + "checksum": "7e1965987f40e62f9e987c44cf98a6fe", + "timestamp": "2020-09-20T21:52:52Z" + }, + { + "version": "1.1.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.1.0/shokojellyfin_1.1.0.zip", + "checksum": "610e540182066278d816e06e8f1a01ee", + "timestamp": "2020-09-08T22:17:26Z" + }, + { + "version": "1.0.0.0", + "changelog": "NA", + "targetAbi": "10.7.0.0", + "sourceUrl": "https://github.com/ShokoAnime/Shokofin/releases/download/1.0.0/shokojellyfin_1.0.0.zip", + "checksum": "184c723247ccdc4b0143dc46f5b6d50d", + "timestamp": "2020-09-07T14:43:45Z" + } + ] + } + } +] \ No newline at end of file diff --git a/src/data/plugins.ts b/src/data/plugins.ts new file mode 100644 index 00000000..95a35112 --- /dev/null +++ b/src/data/plugins.ts @@ -0,0 +1,39 @@ +import GeneratedPlugins from './plugins.generated.json'; + +export type PluginManifest = Array; + +export type Plugin = { + guid: string; + name: string; + description: string; + overview: string; + category: string; + owner: string; + imageUrl?: string; + versions: Array; +}; + +export type PluginWithRepository = Plugin & { repository: string }; + +export type PluginVersion = { + changelog?: string; + targetAbi?: string; + sourceUrl?: string; + checksum?: string; + timestamp?: string; + version?: string; +}; + +type GeneratedPlugin = { + repository: string; + plugin: Plugin; +}; + +export const Plugins: Array = (GeneratedPlugins as GeneratedPlugin[]).map( + ({ repository, plugin }) => ({ ...plugin, repository }) +); + +export const PluginsForRepository = (repository: string) => + (GeneratedPlugins as GeneratedPlugin[]) + .filter((plugin) => plugin.repository === repository) + .map(({ plugin }) => plugin);