Skip to content
Snippets Groups Projects
Commit 3b1a3cec authored by Tobias Ullerich's avatar Tobias Ullerich
Browse files

#173 - Remove media player container on removing items from playlists

parent c2840f30
No related branches found
No related tags found
No related merge requests found
......@@ -260,7 +260,7 @@ class ContentPlayerPadContent(val pad: Pad, val `type`: String) extends PadConte
* @param mediaPath specify media path
*/
override def unloadMedia(mediaPath: MediaPath): Unit = {
// not needed
mediaPlayers.removeIf(player => player.mediaPath == mediaPath)
}
override def reorderMedia(): Unit = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment