mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Add media type icon
This commit is contained in:
parent
15a871889f
commit
b6a634ea6f
3 changed files with 19 additions and 2 deletions
|
@ -269,7 +269,7 @@
|
|||
default:
|
||||
var state_icon = '<i class="fa fa-fw fa-question-circle"></i> ';
|
||||
}
|
||||
$('#play-state-' + key).html(state_icon);
|
||||
$('#play-state-' + key).html(state_icon).attr('title', capitalizeFirstLetter(s.state));
|
||||
|
||||
// Switching tracks can be under the same session key, so need to update the info.
|
||||
if (s.media_type === 'track') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue