Skip to content

Commit

Permalink
Merge branch 'main' into release-2-2-0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshalX authored Dec 24, 2023
2 parents 5f8c36d + b9f890c commit e7f60af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion yandex_music/utils/request.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

USER_AGENT = 'Yandex-Music-API'
HEADERS = {
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023231',
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023621',
}
DEFAULT_TIMEOUT = 5

Expand Down
2 changes: 1 addition & 1 deletion yandex_music/utils/request_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

USER_AGENT = 'Yandex-Music-API'
HEADERS = {
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023231',
'X-Yandex-Music-Client': 'YandexMusicAndroid/24023621',
}
DEFAULT_TIMEOUT = 5

Expand Down

0 comments on commit e7f60af

Please sign in to comment.