Fix lint errors
This commit is contained in:
parent
6c18b655e0
commit
460c2a1f77
4 changed files with 42 additions and 42 deletions
|
@ -24,7 +24,7 @@ define(['events', 'loading', 'connectionManager', 'playbackManager', 'syncplayMa
|
|||
var menuItems = groups.map(function (group) {
|
||||
var name = datetime.getDisplayRunningTime(group.PositionTicks);
|
||||
if (!inSession) {
|
||||
name = group.PlayingItemName
|
||||
name = group.PlayingItemName;
|
||||
}
|
||||
return {
|
||||
name: name,
|
||||
|
@ -32,7 +32,7 @@ define(['events', 'loading', 'connectionManager', 'playbackManager', 'syncplayMa
|
|||
id: group.GroupId,
|
||||
selected: false,
|
||||
secondaryText: group.Partecipants.join(", ")
|
||||
}
|
||||
};
|
||||
});
|
||||
|
||||
if (inSession) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue