Implemented MPRIS metadata "mpris:artUrl"
This commit is contained in:
parent
9416ac6737
commit
a236370d47
3 changed files with 29 additions and 1 deletions
|
@ -8,6 +8,7 @@ class Utils:
|
|||
home_path = str(Path.home())
|
||||
wobuzz_location = os.path.dirname(os.path.abspath(__file__))
|
||||
settings_location = f"{wobuzz_location}/settings.json"
|
||||
tmp_path = "/tmp/wobuzz"
|
||||
|
||||
def __init__(self, app):
|
||||
self.app = app
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue