mirror of
https://github.com/goodtube4u/goodtube.git
synced 2025-11-22 10:16:11 +00:00
Android fix
This commit is contained in:
@@ -4779,7 +4779,7 @@
|
||||
// Position and size the player
|
||||
function goodTube_player_positionAndSize(playerWrapper) {
|
||||
// If we're viewing a video
|
||||
if (typeof goodTube_getParams['v'] !== 'undefined') {
|
||||
if (typeof goodTube_getParams['v'] !== 'undefined' || typeof goodTube_getParams['list'] !== 'undefined') {
|
||||
// Show the GoodTube player
|
||||
goodTube_helper_showElement(playerWrapper);
|
||||
|
||||
|
||||
2
goodtube.min.js
vendored
2
goodtube.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user