1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

merge from upstream

This commit is contained in:
vitorsemeano 2019-03-12 21:41:16 +00:00
commit 093a9b1ebd
68 changed files with 20499 additions and 19536 deletions

View file

@ -751,7 +751,7 @@ define(['browser'], function (browser) {
Condition: 'Equals',
Property: 'IsSecondaryAudio',
Value: 'false',
IsRequired: 'false'
IsRequired: false
});
}
@ -780,7 +780,7 @@ define(['browser'], function (browser) {
Condition: 'Equals',
Property: 'IsSecondaryAudio',
Value: 'false',
IsRequired: 'false'
IsRequired: false
}
]
});
@ -913,4 +913,4 @@ define(['browser'], function (browser) {
return profile;
};
});
});