Skip to content

Commit 66034c9

Browse files
Updated PODME_API_USER_AGENT as previous stopped working (#12)
1 parent 1ee17ce commit 66034c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

podme_api/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from podme_api.models import PodMeRegion
66

77
PODME_AUTH_USER_AGENT = "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:131.0) Gecko/20100101 Firefox/131.0"
8-
PODME_API_USER_AGENT = "Podme android app/6.29.3 (Linux;Android 15) AndroidXMedia3/1.5.1"
8+
PODME_API_USER_AGENT = "Podme android app/6.38.5 (Linux;Android 15) AndroidXMedia3/1.5.1"
99
PODME_API_BASE_URL = "https://api.podme.com"
1010
PODME_BASE_URL = "https://podme.com"
1111

0 commit comments

Comments
 (0)