forked from rDrama/rDrama
1
0
Fork 0

dont allow youtube videos higher than a day

master
Aevann 2023-10-17 16:20:30 +03:00
parent 26e7a31a1a
commit c43a91ac63
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ def settings_song_change(v):
except:
return redirect("/settings/personal?error=Anthem change failed, please try another video!")
if duration == 'P0D':
if "D" in duration:
return redirect("/settings/personal?error=Can't use a live youtube video!")
if "H" in duration: