Skip to content

Commit 8763588

Browse files
authored
Quick changes (#271)
1 parent 78d55b6 commit 8763588

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
| VK Music | 📁💿🎵🧑🔍🔬📜 | Direct | [@Krispeckt](https://github.com/Krispeckt) |
3030
| Tidal | 📁💿🎵🧑 | [Mirror](#what-is-mirroring) | [@nansess](https://github.com/nansess), [@InfNibor](https://github.com/InfNibor) |
3131
| Qobuz | 📁💿🎵🧑 | Direct | [@munishkhatri720](https://github.com/munishkhatri720) |
32-
| YouTube([yt-dlp](https://github.com/yt-dlp/yt-dlp)) | 📁💿🎵🧑🔍 | Direct | [@topi314]( |
32+
| YouTube([yt-dlp](https://github.com/yt-dlp/yt-dlp)) | 📁💿🎵🧑🔍 | Direct | [@topi314](https://github.com/topi314) |
3333

3434
### Features
3535

@@ -761,12 +761,13 @@ playerManager.registerSourceManager(tidal);
761761

762762
### WARNING!
763763

764-
#### If you are using an older userOauthToken, you must specify the `x-app-id` in the config. Each userOauthToken is associated with a specific app ID. If you don't specify the `x-app-id` in the config, the latest fetched one will be used and it may not work.
764+
#### If you are using an older userOauthToken, you must specify the `x-app-id` in the config. Each userOauthToken is associated with a specific app ID. If you don't specify the `x-app-id` in the config, the latest fetched one will be used and it may not work. Remember that Qobuz requires a premium account to work properly.
765765
766766
To retrieve the token:
767767
1. Open Qobuz in any web browser and log in with your Qobuz account.
768768
2. Press **F12** to open the developer tools and navigate to the **Network** tab.
769769
3. Select any request and check the request headers.
770+
> When looking for a request, you must find a POST request - not OPTIONS!
770771
4. Copy the value of the `x-user-auth-token` and paste it into the config.
771772
772773
</details>

0 commit comments

Comments
 (0)