mirror of
https://github.com/tubearchivist/jellyfin.git
synced 2024-11-16 17:00:14 +00:00
Improvements
This commit is contained in:
parent
8b70df5f93
commit
1ea8832cac
@ -15,7 +15,8 @@ EXPECTED_ENV = {
|
||||
"jf_url",
|
||||
"jf_token",
|
||||
"ta_video_path",
|
||||
} # jf_folder is optional
|
||||
"jf_folder",
|
||||
}
|
||||
|
||||
|
||||
class Jellyfin:
|
||||
|
@ -84,7 +84,7 @@ class Library:
|
||||
return
|
||||
|
||||
print("waiting for library refresh")
|
||||
sleep(5)
|
||||
sleep(10)
|
||||
|
||||
|
||||
class Show:
|
||||
|
Loading…
Reference in New Issue
Block a user