Skip to content

Commit

Permalink
[msl_utils] Updated manifest endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
CastagnaIT committed Apr 15, 2024
1 parent feb1351 commit fe3b0d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/services/nfsession/msl/msl_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

ENDPOINTS = {
'manifest_v1': CHROME_BASE_URL + 'pbo_manifests/%5E1.0.0/router', # "pbo_manifests/^1.0.0/router"
'manifest': CHROME_PLAYAPI_URL + 'licensedmanifest',
'manifest': CHROME_PLAYAPI_URL + 'licensedmanifest/1',
'license': CHROME_BASE_URL + 'pbo_licenses/%5E1.0.0/router',
'events': CHROME_PLAYAPI_URL + 'event/1',
'logblobs': CHROME_PLAYAPI_URL + 'logblob/1'
Expand Down

0 comments on commit fe3b0d3

Please sign in to comment.