Browse Source

update RecordingStatus

Luke Pulverenti 8 years ago
parent
commit
cc6b8f44d1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      MediaBrowser.Model/LiveTv/RecordingStatus.cs

+ 0 - 1
MediaBrowser.Model/LiveTv/RecordingStatus.cs

@@ -4,7 +4,6 @@ namespace MediaBrowser.Model.LiveTv
     public enum RecordingStatus
     {
         New,
-        Scheduled,
         InProgress,
         Completed,
         Cancelled,