Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

[Bug] scheduled daily "Analyze episodes" task doesn't run #79

Closed
mueslimak3r opened this issue Aug 20, 2022 · 0 comments
Closed

[Bug] scheduled daily "Analyze episodes" task doesn't run #79

mueslimak3r opened this issue Aug 20, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@mueslimak3r
Copy link

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.

System information

  • Plugin version: 0.1.6.0
  • Jellyfin version: 10.8.4
  • Jellyfin installation method: Docker
  • OS: Debian

Jellyfin logs
will provide if needed

@mueslimak3r mueslimak3r added the bug Something isn't working label Aug 20, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant