Skip to content

Commit

Permalink
New rootlist format support for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Nitemice committed Jan 5, 2024
1 parent 967caf4 commit 63a40c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions folders.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
from urllib.parse import unquote_plus # Python 3


LEVELDB_ROOTLIST_KEY = b"!pl#slc#\x1dspotify:user:{}:rootlist#"
LEVELDB_ROOTLIST_KEY = b"!pl#slc# spotify:user:{}:rootlist#"

if sys.platform == "darwin":
# Mac
Expand Down Expand Up @@ -419,7 +419,6 @@ def find(target_key, filepath):
for internal_key, value in TableData(handle, reader):
if internal_key.user_key == target_key:
return value
break


class TableBlock:
Expand Down

0 comments on commit 63a40c7

Please sign in to comment.