Support persistent track IDs (64-bit ints)

This commit is contained in:
Danielle McLean 2023-12-06 12:27:24 +11:00
parent 28da4da69f
commit 04a976f6f3
Signed by: 00dani
GPG key ID: 52C059C3B22A753E
4 changed files with 46 additions and 4 deletions

View file

@ -3,7 +3,7 @@ from os import environ
from corefoundationasyncio import CoreFoundationEventLoop
from .cocoa import CocoaNowPlaying
from .cocoa.now_playing import CocoaNowPlaying
from .mpd.listener import MpdStateListener