mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-31 06:41:05 +03:00
Fix naming for category setup
Previous naming could imply that a comma was required between categories
This commit is contained in:
@@ -102,7 +102,7 @@ def main(config, config_file, debug):
|
|||||||
if skip_categories != []:
|
if skip_categories != []:
|
||||||
if input("Skip categories already specified. Change them? (y/n) ") == "y":
|
if input("Skip categories already specified. Change them? (y/n) ") == "y":
|
||||||
categories = input(
|
categories = input(
|
||||||
"Enter skip categories (space sepparated) Options: [sponsor, selfpromo, exclusive_access, interaction, poi_highlight, intro, outro, preview, filler, music_offtopic:\n"
|
"Enter skip categories (space sepparated)(don't add a comma in between) Options: [sponsor selfpromo exclusive_access interaction poi_highlight intro outro preview filler music_offtopic:\n"
|
||||||
)
|
)
|
||||||
skip_categories = categories.split(" ")
|
skip_categories = categories.split(" ")
|
||||||
else:
|
else:
|
||||||
|
|||||||
Reference in New Issue
Block a user