Got some more things refactored so they actually work

This commit is contained in:
Sumner Evans
2020-04-06 08:47:19 -06:00
parent bd7336c96f
commit a695be3340
5 changed files with 50 additions and 57 deletions

View File

@@ -959,7 +959,7 @@ class SublimeMusicApp(Gtk.Application):
def do_play_song(song: Child):
uri, stream = CacheManager.get_song_filename_or_stream(
song,
force_stream=self.app_config.state.config.always_stream,
force_stream=self.app_config.always_stream,
)
# Prevent it from doing the thing where it continually loads
# songs when it has to download.