From 17dbf2a22d782b49eb361ba995e7582327bf8e7f Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Fri, 3 Oct 2014 12:49:06 -0300 Subject: [PATCH] play: remove temporary m3u file --- beetsplug/play.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/play.py b/beetsplug/play.py index fb4167124..38ef379dd 100644 --- a/beetsplug/play.py +++ b/beetsplug/play.py @@ -105,6 +105,8 @@ def play_music(lib, opts, args): ui.print_(u'Playing {0} {1}.'.format(len(selection), item_type)) + util.remove(m3u.name) + class PlayPlugin(BeetsPlugin):