mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-25 11:34:43 +01:00
fix mime type on direct play
This commit is contained in:
@@ -58,6 +58,7 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
{
|
||||
playlistItem.Transcode = false;
|
||||
playlistItem.FileFormat = Path.GetExtension(path).TrimStart('.');
|
||||
playlistItem.MimeType = directPlay.MimeType;
|
||||
return playlistItem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user