mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework EnableMediaPlayback
This commit is contained in:
parent
22f629080c
commit
b16f98ce9f
3 changed files with 5 additions and 5 deletions
|
@ -1009,7 +1009,7 @@
|
|||
|
||||
self.canPlay = function (item, user) {
|
||||
|
||||
if (!user.Configuration.EnableMediaPlayback) {
|
||||
if (item.PlayAccess != 'Full') {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue