Remove games
This commit is contained in:
+2
-2
@@ -28,7 +28,7 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
|
||||
|
||||
function displayContent(cmd, apiClient) {
|
||||
|
||||
if (!playbackManager.isPlayingLocally(['Video', 'Book', 'Game'])) {
|
||||
if (!playbackManager.isPlayingLocally(['Video', 'Book'])) {
|
||||
appRouter.showItem(cmd.Arguments.ItemId, apiClient.serverId());
|
||||
}
|
||||
}
|
||||
@@ -242,4 +242,4 @@ define(['connectionManager', 'playbackManager', 'events', 'inputManager', 'focus
|
||||
});
|
||||
|
||||
return serverNotifications;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user