summaryrefslogtreecommitdiff
path: root/src/msd/msd_main_window.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/msd/msd_main_window.py')
-rw-r--r--src/msd/msd_main_window.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msd/msd_main_window.py b/src/msd/msd_main_window.py
index efbfe45..dbf941d 100644
--- a/src/msd/msd_main_window.py
+++ b/src/msd/msd_main_window.py
@@ -197,7 +197,7 @@ class MainWindow(object):
self.__overlay = PlayWindowVideo(name, url,
self.__close_overlay)
self.__window.add(self.__overlay.get_container())
- elif ctype == "Audio":
+ elif ctype == "Audio" or ctype == "Music":
try:
album_art_url = MediaObject(path).get_prop("AlbumArtURL")
except Exception: