mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Removed logging message
This commit is contained in:
parent
fd2ead1aff
commit
d776238e6b
@ -91,8 +91,6 @@ namespace MediaBrowser.Controller.Providers
|
|||||||
audio.ProductionYear = GetDictionaryNumericValue(tags, "date");
|
audio.ProductionYear = GetDictionaryNumericValue(tags, "date");
|
||||||
|
|
||||||
audio.PremiereDate = GetDictionaryDateTime(tags, "retaildate") ?? GetDictionaryDateTime(tags, "retail date") ?? GetDictionaryDateTime(tags, "retail_date");
|
audio.PremiereDate = GetDictionaryDateTime(tags, "retaildate") ?? GetDictionaryDateTime(tags, "retail date") ?? GetDictionaryDateTime(tags, "retail_date");
|
||||||
|
|
||||||
MediaBrowser.Common.Logging.Logger.LogInfo(tags.Comparer.GetType().Name.ToString());
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private int? GetDictionaryDiscValue(Dictionary<string, string> tags)
|
private int? GetDictionaryDiscValue(Dictionary<string, string> tags)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user