mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
rename two properties based on code suggestions
This commit is contained in:
@@ -542,8 +542,8 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
if (streamInfo.tags != null)
|
||||
{
|
||||
attachment.Filename = GetDictionaryValue(streamInfo.tags, "filename");
|
||||
attachment.MIMEType = GetDictionaryValue(streamInfo.tags, "mimetype");
|
||||
attachment.FileName = GetDictionaryValue(streamInfo.tags, "filename");
|
||||
attachment.MimeType = GetDictionaryValue(streamInfo.tags, "mimetype");
|
||||
attachment.Comment = GetDictionaryValue(streamInfo.tags, "comment");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user