mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
fixed 'format' when playing .cue files
This commit is contained in:
parent
c4ba4b0457
commit
f8877ff3c3
@ -2494,7 +2494,7 @@ class AudioType(Gtk.Label):
|
|||||||
|
|
||||||
def _on_song_changed(self, *args):
|
def _on_song_changed(self, *args):
|
||||||
try:
|
try:
|
||||||
self.file_type=self._client.wrapped_call("currentsong")["file"].split(".")[-1]
|
self.file_type=self._client.wrapped_call("currentsong")["file"].split(".")[-1].split("/")[0]
|
||||||
self._refresh()
|
self._refresh()
|
||||||
except:
|
except:
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user