Fix lint errors

This commit is contained in:
gion
2020-04-01 19:27:38 +02:00
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) {