You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
Describe the bug
When the plugin is installed a scheduled task is created to run episode analysis but I noticed it hadn't run in 9 days (jellyfin dashboard lists when it ran last).
Only by deleting the scheduled run time that was created by the plugin's installation and manually creating a new one was I able to get the task to run on its schedule.
Looking at the code, I see that on this line TimeSpan.FromDays(24).Ticks is used instead of TimeSpan.FromHours(12).Ticks for example. Perhaps even if FromDays is replaced with FromHours, 24 might need to be 0? I'm not familiar with C# so I'm just guessing.
Describe the bug
When the plugin is installed a scheduled task is created to run episode analysis but I noticed it hadn't run in 9 days (jellyfin dashboard lists when it ran last).
Only by deleting the scheduled run time that was created by the plugin's installation and manually creating a new one was I able to get the task to run on its schedule.
Looking at the code, I see that on this line
TimeSpan.FromDays(24).Ticks
is used instead ofTimeSpan.FromHours(12).Ticks
for example. Perhaps even ifFromDays
is replaced withFromHours
, 24 might need to be 0? I'm not familiar with C# so I'm just guessing.intro-skipper/ConfusedPolarBear.Plugin.IntroSkipper/ScheduledTasks/FingerprinterTask.cs
Line 897 in 19ea0ca
System information
Jellyfin logs
will provide if needed
The text was updated successfully, but these errors were encountered: