allow to remove files from mp playlist, also fixes dl-link in playlist and actually...
[vuplus_dvbapp-plugin] / webinterface / src / WebScreens.py
index d14d824..7280b8d 100644 (file)
@@ -185,6 +185,7 @@ class MediaPlayerWebScreen(WebScreen):
 
                self["FileList"] = MP(session, func=MP.LIST)
                self["PlayFile"] = MP(session, func=MP.PLAY)
+               self["RemoveFile"] = MP(session, func=MP.REMOVE)
                self["Command"] = MP(session, func=MP.COMMAND)
                self["WritePlaylist"] = MP(session, func=MP.WRITEPLAYLIST)