From 69933717a48409574f6bcd0611f07b9f86611179 Mon Sep 17 00:00:00 2001 From: Andreas Frisch Date: Sat, 18 Oct 2008 20:31:57 +0000 Subject: emit evUpdatedInfo on id3 taglist parse and implement YEAR tag --- lib/python/Plugins/Extensions/MediaPlayer/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/python/Plugins/Extensions/MediaPlayer/plugin.py') diff --git a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py index afb8772e..c751bb0d 100644 --- a/lib/python/Plugins/Extensions/MediaPlayer/plugin.py +++ b/lib/python/Plugins/Extensions/MediaPlayer/plugin.py @@ -244,7 +244,7 @@ class MediaPlayer(Screen, InfoBarBase, InfoBarSeek, InfoBarAudioSelection, InfoB sAlbum = currPlay.info().getInfoString(iServiceInformation.sAlbum) sGenre = currPlay.info().getInfoString(iServiceInformation.sGenre) sArtist = currPlay.info().getInfoString(iServiceInformation.sArtist) - sYear = "" + sYear = currPlay.info().getInfoString(iServiceInformation.sTimeCreate) if sTitle == "": if not self.isAudioCD: -- cgit v1.2.3