mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-31 04:48:27 +01:00
fix mp4 sync encoding
This commit is contained in:
@@ -28,7 +28,7 @@ namespace MediaBrowser.Model.Dlna
|
||||
case PlayMethod.DirectPlay:
|
||||
return 0;
|
||||
default:
|
||||
return 2;
|
||||
return 1;
|
||||
}
|
||||
|
||||
}).ThenBy(i =>
|
||||
|
||||
Reference in New Issue
Block a user