diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-29 15:10:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-06-29 15:10:58 -0400 |
| commit | dcaf8356e6400543e10ff2ee89fc9b3bdf97ef77 (patch) | |
| tree | bb909bd61ad93d4f3c430ddd3b7bd776f4c227d0 /MediaBrowser.Model/Session/PlaystateCommand.cs | |
| parent | a0910fc280bc99ae9e3080ba42fdb81e340ddee1 (diff) | |
update inherited images
Diffstat (limited to 'MediaBrowser.Model/Session/PlaystateCommand.cs')
| -rw-r--r-- | MediaBrowser.Model/Session/PlaystateCommand.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Session/PlaystateCommand.cs b/MediaBrowser.Model/Session/PlaystateCommand.cs index 2af4f26e3..3b70d5454 100644 --- a/MediaBrowser.Model/Session/PlaystateCommand.cs +++ b/MediaBrowser.Model/Session/PlaystateCommand.cs @@ -37,6 +37,7 @@ namespace MediaBrowser.Model.Session /// <summary> /// The fast forward /// </summary> - FastForward + FastForward, + PlayPause } }
\ No newline at end of file |
