mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 05:49:39 +00:00
add bool true to channel overwrite form parser
This commit is contained in:
@@ -283,6 +283,9 @@ class YoutubeChannel(YouTubeItem):
|
||||
if value in [0, "0"]:
|
||||
del to_write[key]
|
||||
continue
|
||||
if value == "1":
|
||||
to_write[key] = True
|
||||
continue
|
||||
if value:
|
||||
to_write.update({key: value})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user