stub out remote control page

This commit is contained in:
Luke Pulverenti
2014-04-27 18:51:07 -04:00
parent 3db92516be
commit c3378d2329
4 changed files with 26 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ namespace MediaBrowser.Model.Session
SetAudioStreamIndex = 23,
SetSubtitleStreamIndex = 24,
ToggleFullscreen = 25,
DisplayContent = 26
DisplayContent = 26,
GoToSearch = 27
}
}