mirror of
http://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-21 18:41:28 +00:00
-> bcd6c220f3
This commit is contained in:
parent
2359ffe922
commit
e7a57fc637
|
@ -23,7 +23,6 @@ player.ytdl = False # Prevent attempts load track with yt-dlp
|
||||||
player.volume = get_config('mpv_volume')
|
player.volume = get_config('mpv_volume')
|
||||||
player.prefetch_playlist = get_config('prefetch_playlist')
|
player.prefetch_playlist = get_config('prefetch_playlist')
|
||||||
show_like_button = get_config('show_like_button')
|
show_like_button = get_config('show_like_button')
|
||||||
track_activity_history = get_config('track_activity_history')
|
|
||||||
share_to_fediverse_token = get_config('share_to_fediverse_token')
|
share_to_fediverse_token = get_config('share_to_fediverse_token')
|
||||||
share_to_fediverse_instance = get_config('share_to_fediverse_instance')
|
share_to_fediverse_instance = get_config('share_to_fediverse_instance')
|
||||||
shuffle = False
|
shuffle = False
|
||||||
|
|
Loading…
Reference in a new issue