mirror of
https://github.com/gosticks/PiPer.git
synced 2026-08-13 13:30:24 +00:00
Improved Openload support
Added support for alias oload.tv
This commit is contained in:
Binary file not shown.
@@ -76,6 +76,8 @@
|
||||
<string>*.openload.co</string>
|
||||
<string>oload.stream</string>
|
||||
<string>*.oload.stream</string>
|
||||
<string>oload.tv</string>
|
||||
<string>*.oload.tv</string>
|
||||
<string>periscope.tv</string>
|
||||
<string>*.periscope.tv</string>
|
||||
<string>plex.tv</string>
|
||||
|
||||
+1
-2
@@ -591,8 +591,7 @@ const resources = {
|
||||
return parent.lastChild;
|
||||
},
|
||||
buttonParent: function() {
|
||||
const e = document.getElementById('olvideo');
|
||||
return e && e.querySelector('.vjs-control-bar');
|
||||
return document.querySelector('.vjs-control-bar');
|
||||
},
|
||||
buttonScale: 0.6,
|
||||
buttonStyle: /** CSS */ (`
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.2.4</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>113</string>
|
||||
<string>114</string>
|
||||
<key>Developer Identifier</key>
|
||||
<string>BQ6Q24MF9X</string>
|
||||
<key>URL</key>
|
||||
|
||||
Reference in New Issue
Block a user