chore: Remove redundant playlists_changed assignment

This commit is contained in:
2026-02-04 12:14:10 -07:00
committed by Tanner Collin (aider)
parent c5fbad8ad6
commit 6e9f348089

View File

@@ -158,7 +158,6 @@ def main():
transformed_output = transform_m3u_to_m3u8(raw_output)
if transformed_output:
save_playlist_file(mopidy_playlist_dir, playlist_name, transformed_output)
playlists_changed = True
synced_a_playlist = True
if synced_a_playlist: