aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Providers/ISubtitleProvider.cs
diff options
context:
space:
mode:
authorLuis Miguel Almánzar <ruisu15@gmail.com>2014-05-05 03:36:26 -0400
committerLuis Miguel Almánzar <ruisu15@gmail.com>2014-05-05 03:36:26 -0400
commit9ef0793b28cfc69ef73838523860a92b8c50b724 (patch)
tree358503f95ed99e91352759536bfbd7668f3c0500 /MediaBrowser.Controller/Providers/ISubtitleProvider.cs
parentb522a11f646cb5c28c8925e02eacdaecdc4bdd5c (diff)
finish implementation of opensubtitles downloader
Diffstat (limited to 'MediaBrowser.Controller/Providers/ISubtitleProvider.cs')
-rw-r--r--MediaBrowser.Controller/Providers/ISubtitleProvider.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Providers/ISubtitleProvider.cs b/MediaBrowser.Controller/Providers/ISubtitleProvider.cs
index a3aaaf298..adefea84d 100644
--- a/MediaBrowser.Controller/Providers/ISubtitleProvider.cs
+++ b/MediaBrowser.Controller/Providers/ISubtitleProvider.cs
@@ -49,7 +49,9 @@ namespace MediaBrowser.Controller.Providers
public string MediaPath { get; set; }
public string SeriesName { get; set; }
+ public string Name { get; set; }
public int? IndexNumber { get; set; }
public int? ParentIndexNumber { get; set; }
+ public long ImdbId { get; set; }
}
}