Skip to content

Commit

Permalink
Make sure that the PlayPlayQueue dialog is a MediaWindow
Browse files Browse the repository at this point in the history
Fixes xbmc#1193
  • Loading branch information
Tobias Hieta authored and LongChair committed May 16, 2014
1 parent e9b315d commit 39a0f68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plex/Playlists/GUIDialogPlexPlayQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class CGUIDialogPlexPlayQueue : public CGUIDialogSelect
CGUIDialogPlexPlayQueue();
bool OnMessage(CGUIMessage& message);
void LoadPlayQueue();
bool IsMediaWindow() { return true; }
private:
void ItemSelected();
};
Expand Down

0 comments on commit 39a0f68

Please sign in to comment.