fix missing tvart fallback key

This commit is contained in:
simon 2023-04-07 19:14:25 +07:00
parent 4038a837cf
commit 841f5ab67f
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ class ThumbManagerBase:
"banner": os.path.join(
app_root, "static/img/default-channel-banner.jpg"
),
"art": os.path.join(
"tvart": os.path.join(
app_root, "static/img/default-channel-art.jpg"
),
}