mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Fix css bug on fixed header
Fix bug on current activity progress when playing transcoded music track
This commit is contained in:
parent
3d56afd89d
commit
849078dab0
3 changed files with 1 additions and 8 deletions
|
@ -491,7 +491,7 @@ class PmsConnect(object):
|
|||
audio_channels = self.get_xml_attr(transcode_session, 'audioChannels')
|
||||
audio_codec = self.get_xml_attr(transcode_session, 'audioCodec')
|
||||
duration = self.get_xml_attr(transcode_session, 'duration')
|
||||
progress = self.get_xml_attr(transcode_session, 'viewOffset')
|
||||
progress = self.get_xml_attr(session, 'viewOffset')
|
||||
else:
|
||||
media_info = session.getElementsByTagName('Media')[0]
|
||||
audio_decision = 'direct play'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue