diff options
Diffstat (limited to 'apps/playback.c')
| -rw-r--r-- | apps/playback.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playback.c b/apps/playback.c index 19e7e12..fe9bd57 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -3796,8 +3796,4 @@ void audio_init(void) #endif codec_thread_resume(); thread_thaw(audio_thread_id); - - /* Load the old playlist, to ensure that behaviour with and without - * rebooting is consistent */ - playlist_resume(); } |