jellyfin/MediaBrowser.Model/Session/SystemCommand.cs
2013-08-28 00:16:21 -04:00

15 lines
212 B
C#

namespace MediaBrowser.Model.Session
{
public enum SystemCommand
{
GoHome,
GoToSettings,
VolumeUp,
VolumeDown,
Mute,
Unmute,
ToggleMute
}
}