mirror of
https://github.com/gosticks/PiPer.git
synced 2026-07-04 07:00:01 +00:00
Fixed Netflix support
Fixed bug that prevented entering Picture in Picture mode
This commit is contained in:
Binary file not shown.
@@ -535,7 +535,7 @@ const resources = {
|
||||
return e && e.parentElement.querySelector('.player-timedtext');
|
||||
},
|
||||
videoElement: function() {
|
||||
return document.querySelector('.video-container video');
|
||||
return document.querySelector('.VideoContainer video');
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.4</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>107</string>
|
||||
<string>108</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>BQ6Q24MF9X</string>
|
||||
<key>URL</key>
|
||||
|
||||
Reference in New Issue
Block a user