mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-13 11:21:46 +00:00
chore: improve readability
This commit is contained in:
@ -76,7 +76,7 @@ export default createPlugin({
|
||||
|
||||
const { apiURL, categories } = config;
|
||||
|
||||
ipc.on('ytmd:video-src-changed', async (data: GetPlayerResponse) => {
|
||||
ipc.on('peard:video-src-changed', async (data: GetPlayerResponse) => {
|
||||
const segments = await fetchSegments(
|
||||
apiURL,
|
||||
categories,
|
||||
|
||||
Reference in New Issue
Block a user