fix result in mediaplayerwrite
[vuplus_dvbapp-plugin] / webinterface / src / WebComponents / Sources / MP.py
index 0df9013..f8f04cc 100644 (file)
@@ -142,7 +142,9 @@ class MP(Source):
                if mp is None:
                        return (False, "mediaplayer not installed")
 
+               fullPath = resolveFilename(SCOPE_CONFIG, filename)
                mp.playlistIOInternal.save(resolveFilename(SCOPE_CONFIG, filename))
+               return (True, "playlist saved to %s" % fullPath)
 
        def command(self, param):
                # TODO: fix error handling