Fixed a few bugs

This commit is contained in:
2016-07-12 05:00:07 -05:00
parent ed29923d2e
commit 17977d2a88
2 changed files with 5 additions and 1 deletions

View File

@@ -365,6 +365,7 @@ class audioBuffer(feedBuffer):
result = self.session.vk.client.audio.delete(**args)
if int(result) == 1:
output.speak(_(u"Removed audio from library"))
self.tab.list.remove_item(self.tab.list.get_selected())
def move_to_album(self, *args, **kwargs):
album = selector.audioAlbum(_(u"Select the album where you want to move this song"), self.session)