mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-27 18:10:54 +01:00
Created an ItemsByName query dto
This commit is contained in:
@@ -359,7 +359,8 @@ namespace MediaBrowser.Api.Images
|
||||
break;
|
||||
}
|
||||
|
||||
var extension = mimeType.Substring(mimeType.IndexOf('/') + 1);
|
||||
|
||||
var extension = mimeType.Split(';').First().Split('/').Last();
|
||||
|
||||
var oldImagePath = entity.GetImage(imageType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user