mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03: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