fix yt_obs typing

pull/713/head
Simon 4 weeks ago
parent b2a60a8a9d
commit 12c0148318
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4

@ -17,7 +17,7 @@ class YouTubeItem:
es_path = False
index_name = ""
yt_base = ""
yt_obs = {
yt_obs: dict[str, bool | str] = {
"skip_download": True,
"noplaylist": True,
}

Loading…
Cancel
Save