Skip to content

Commit

Permalink
revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed Dec 1, 2024
1 parent 20de126 commit 943e82a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions feeluown/app/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,7 @@ def create_config() -> Config:
# },
# },
# ]
config.deffield(
'YTDL_RULES',
type_=list,
default=[],
desc=''
)
config.deffield('YTDL_RULES', type_=list, default=None, desc='')
# TODO(cosven): maybe
# 1. when it is set to 2, find standby from other providers first.
# 2. when it is set to 3, play it's MV model instead of using MV's media.
Expand Down

0 comments on commit 943e82a

Please sign in to comment.