mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-02 22:08:27 +01:00
Rename NewSeriesProviderIdsDictionary to NewSeriesProviderIds
This commit is contained in:
@@ -21,6 +21,6 @@ namespace MediaBrowser.Model.FileOrganization
|
||||
|
||||
public string TargetFolder { get; set; }
|
||||
|
||||
public Dictionary<string, string> NewSeriesProviderIdsDictionary { get; set; }
|
||||
public Dictionary<string, string> NewSeriesProviderIds { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user