Improvements

This commit is contained in:
CommanderRedYT 2024-03-19 16:04:15 +01:00
parent 8b70df5f93
commit 1ea8832cac
No known key found for this signature in database
GPG Key ID: 572F157519DC8A5E
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ EXPECTED_ENV = {
"jf_url", "jf_url",
"jf_token", "jf_token",
"ta_video_path", "ta_video_path",
} # jf_folder is optional "jf_folder",
}
class Jellyfin: class Jellyfin:

View File

@ -84,7 +84,7 @@ class Library:
return return
print("waiting for library refresh") print("waiting for library refresh")
sleep(5) sleep(10)
class Show: class Show: