mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
fix shuffle after reloading data
This commit is contained in:
@@ -25,6 +25,10 @@ class OfflineObserver: NSObject, NSFilePresenter {
|
||||
|
||||
if productState.stringForKey("type") == "premium" {
|
||||
|
||||
if productState.stringForKey("shuffle") == "0" {
|
||||
return
|
||||
}
|
||||
|
||||
do {
|
||||
try OfflineHelper.backupToEeveeBnk()
|
||||
NSLog("[EeveeSpotify] Settings has changed, updated eevee.bnk")
|
||||
|
||||
Reference in New Issue
Block a user