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

update components

This commit is contained in:
Luke Pulverenti 2016-01-13 16:22:46 -05:00
parent 2c580f4f73
commit 3578670ef6
37 changed files with 1463 additions and 1145 deletions

View file

@ -591,7 +591,7 @@
return false;
}
return self.canAutoPlayVideo() && !browserInfo.mobile;
return self.canAutoPlayVideo();
};
self.canAutoPlayVideo = function () {