Skip to content

Commit

Permalink
fix shuffle after reloading data
Browse files Browse the repository at this point in the history
  • Loading branch information
whoeevee committed May 24, 2024
1 parent 31ecb4d commit fb8a974
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/EeveeSpotify/OfflineObserver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fb8a974

Please sign in to comment.