play: remove temporary m3u file

This commit is contained in:
Lucas Duailibe 2014-10-03 12:49:06 -03:00
parent ae09f14615
commit 17dbf2a22d

View file

@ -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):