1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update action sheet

This commit is contained in:
Luke Pulverenti 2016-02-22 11:00:17 -05:00
parent 4d7cc304b7
commit 76376601ab
4 changed files with 14 additions and 18 deletions

View file

@ -88,7 +88,7 @@
return {
name: name,
id: t.id,
ironIcon: 'tablet-android'
ironIcon: playerInfo.id == t.id ? 'check' : null
};
});