mirror of
https://gitea.phreedom.club/localhost_frssoft/funkwlmpv
synced 2024-11-14 20:09:21 +02:00
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.prefetch_playlist = get_config('prefetch_playlist')
|
||||
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_instance = get_config('share_to_fediverse_instance')
|
||||
shuffle = False
|
||||
|
|
Loading…
Reference in New Issue