Skip to content

Commit

Permalink
slyguy.max -> v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
matthuisman authored and johnny5-is-alive committed Jun 15, 2024
1 parent eb936ff commit 9225201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion slyguy.max/addon.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="slyguy.max" name="Max" provider-name="Slyguy" version="0.0.1">
<addon id="slyguy.max" name="Max" provider-name="Slyguy" version="0.0.2">
<requires>
<import addon="script.module.slyguy" version="0.63.1"/>
</requires>
Expand Down
2 changes: 1 addition & 1 deletion slyguy.max/resources/lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
REALM = 'bolt'
APP_VERSION = '4.0.1'
SEARCH_PAGE_SIZE = 25
L3_MAX_HEIGHT = 600 #TODO: confirm actual limit for L3
L3_MAX_HEIGHT = 580 #TODO: confirm actual limit for L3 or find better way (cenc data / lowest quality set?)

HEADERS = {
'x-disco-client': 'ANDROIDTV:9:{}:{}'.format(SITE_ID, APP_VERSION),
Expand Down

0 comments on commit 9225201

Please sign in to comment.