lint
This commit is contained in:
parent
b549dc36cc
commit
196199e034
1 changed files with 3 additions and 3 deletions
|
|
@ -548,9 +548,9 @@ class TestPrebuiltMusicVideoPresetsWithCategories:
|
||||||
subscription_dict = {"Music Videos": ["https://your.name.here"]}
|
subscription_dict = {"Music Videos": ["https://your.name.here"]}
|
||||||
|
|
||||||
if multi_url:
|
if multi_url:
|
||||||
subscription_dict["Concerts"] = [{
|
subscription_dict["Concerts"] = [
|
||||||
"url": "https://your.name.here2", "title": "Custom Title"
|
{"url": "https://your.name.here2", "title": "Custom Title"}
|
||||||
}]
|
]
|
||||||
|
|
||||||
preset_dict = {
|
preset_dict = {
|
||||||
"preset": [
|
"preset": [
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue