fix missing tvart fallback key

This commit is contained in:
simon
2023-04-07 19:14:25 +07:00
parent 4038a837cf
commit 841f5ab67f

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"
),
}