aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Session/GeneralCommandType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-24 11:20:11 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-24 11:20:11 -0400
commit77afd4ba544abf2c92cd6d098e997dfc2d9b39c9 (patch)
tree5dc9bf788d16a203ff0d64c73afea29f85a9d5bf /MediaBrowser.Model/Session/GeneralCommandType.cs
parent609d2283c6dc7572b7bfbf5cd55c8c2ce74e29a4 (diff)
update live tv
Diffstat (limited to 'MediaBrowser.Model/Session/GeneralCommandType.cs')
-rw-r--r--MediaBrowser.Model/Session/GeneralCommandType.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/GeneralCommandType.cs b/MediaBrowser.Model/Session/GeneralCommandType.cs
index f8773a246..dcb3b20ca 100644
--- a/MediaBrowser.Model/Session/GeneralCommandType.cs
+++ b/MediaBrowser.Model/Session/GeneralCommandType.cs
@@ -33,6 +33,8 @@
ToggleFullscreen = 25,
DisplayContent = 26,
GoToSearch = 27,
- DisplayMessage = 28
+ DisplayMessage = 28,
+ SetRepeatAll = 29,
+ SetRepeatOne = 30
}
} \ No newline at end of file