mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
fix mime type on direct play
This commit is contained in:
parent
0db3588529
commit
1c0b8b2b2a
@ -58,6 +58,7 @@ namespace MediaBrowser.Dlna.PlayTo
|
||||
{
|
||||
playlistItem.Transcode = false;
|
||||
playlistItem.FileFormat = Path.GetExtension(path).TrimStart('.');
|
||||
playlistItem.MimeType = directPlay.MimeType;
|
||||
return playlistItem;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user