File tree Expand file tree Collapse file tree
Jellyfin.Plugin.KodiSyncQueue Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77using System . Linq ;
88using System . Net . Mime ;
99using System . Text . Json ;
10- using Jellyfin . Data . Entities ;
10+ using Jellyfin . Database . Implementations . Entities ;
1111using Jellyfin . Extensions . Json ;
1212using Jellyfin . Plugin . KodiSyncQueue . Entities ;
1313using Jellyfin . Plugin . KodiSyncQueue . Utils ;
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net8 .0</TargetFramework >
4+ <TargetFramework >net9 .0</TargetFramework >
55 <GenerateDocumentationFile >false</GenerateDocumentationFile >
66 <TreatWarningsAsErrors >true</TreatWarningsAsErrors >
77 </PropertyGroup >
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ public IEnumerable<TaskTriggerInfo> GetDefaultTriggers()
4949 {
5050 new TaskTriggerInfo
5151 {
52- Type = TaskTriggerInfo . TriggerDaily ,
52+ Type = TaskTriggerInfoType . DailyTrigger ,
5353 TimeOfDayTicks = TimeSpan . FromMinutes ( 1 ) . Ticks
5454 }
5555 } ;
Original file line number Diff line number Diff line change 11using System ;
22using System . Collections . Generic ;
3- using Jellyfin . Data . Entities ;
3+ using Jellyfin . Database . Implementations . Entities ;
44using MediaBrowser . Controller . Entities ;
55using MediaBrowser . Controller . Library ;
66
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: "Kodi Sync Queue"
33guid : " 771e19d6-5385-4caf-b35c-28a0e865cf63"
44imageUrl : " https://repo.jellyfin.org/releases/plugin/images/jellyfin-plugin-kodisyncqueue.png"
55version : 14
6- targetAbi : " 10.10.5 .0"
7- framework : " net8 .0"
6+ targetAbi : " 10.11.0 .0"
7+ framework : " net9 .0"
88owner : " jellyfin"
99overview : " Sync all media changes with Kodi clients"
1010description : " This plugin will track all media changes while Kodi clients are offline to decrease sync times."
You can’t perform that action at this time.
0 commit comments