mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update dlna profiles
This commit is contained in:
parent
8a1cbd44c4
commit
87a6c6232e
46 changed files with 333 additions and 166 deletions
|
@ -798,6 +798,15 @@ var Dashboard = {
|
|||
}]
|
||||
});
|
||||
|
||||
//profile.TranscodingProfiles.filter(function (p) {
|
||||
|
||||
// return p.Type == 'Video' && p.Container == 'mkv';
|
||||
|
||||
//}).forEach(function (p) {
|
||||
|
||||
// p.Container = 'ts';
|
||||
//});
|
||||
|
||||
profile.TranscodingProfiles.filter(function (p) {
|
||||
|
||||
return p.Type == 'Video' && p.CopyTimestamps == true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue