فهرست منبع

Merge pull request #10035 from MBR-0001/subtitle-improvements-1

Bond-009 1 سال پیش
والد
کامیت
c2bb6adc56
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      MediaBrowser.Model/Providers/RemoteSubtitleInfo.cs

+ 10 - 0
MediaBrowser.Model/Providers/RemoteSubtitleInfo.cs

@@ -25,8 +25,18 @@ namespace MediaBrowser.Model.Providers
 
 
         public float? CommunityRating { get; set; }
         public float? CommunityRating { get; set; }
 
 
+        public float? FrameRate { get; set; }
+
         public int? DownloadCount { get; set; }
         public int? DownloadCount { get; set; }
 
 
         public bool? IsHashMatch { get; set; }
         public bool? IsHashMatch { get; set; }
+
+        public bool? AiTranslated { get; set; }
+
+        public bool? MachineTranslated { get; set; }
+
+        public bool? Forced { get; set; }
+
+        public bool? HearingImpaired { get; set; }
     }
     }
 }
 }