diff --git a/src/mpv_control.py b/src/mpv_control.py index 37aed01..7f29f95 100644 --- a/src/mpv_control.py +++ b/src/mpv_control.py @@ -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