From d9ec6e327efa13fafe807951318413c7adb5363b Mon Sep 17 00:00:00 2001 From: Etoh Date: Tue, 15 Oct 2013 00:56:01 +0100 Subject: [PATCH] Add getIconPath to mplayer --- syncplay/players/mplayer.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syncplay/players/mplayer.py b/syncplay/players/mplayer.py index 4a9efa8..2da079e 100644 --- a/syncplay/players/mplayer.py +++ b/syncplay/players/mplayer.py @@ -151,6 +151,10 @@ class MplayerPlayer(BasePlayer): l.append(p) return l + @staticmethod + def getIconPath(path): + return constants.MPLAYER_ICONPATH + @staticmethod def isValidPlayerPath(path): if("mplayer" in path and MplayerPlayer.getExpandedPath(path)):