MCPcopy Create free account
hub / github.com/Dispatcharr/Dispatcharr / getPlaylist

Method getPlaylist

frontend/src/api.js:1362–1370  ·  view source on GitHub ↗
(id)

Source from the content-addressed store, hash-verified

1360 }
1361
1362 static async getPlaylist(id) {
1363 try {
1364 const response = await request(`${host}/api/m3u/accounts/${id}/`);
1365
1366 return response;
1367 } catch (e) {
1368 errorNotification(`Failed to retrieve M3U account ${id}`, e);
1369 }
1370 }
1371
1372 static async getPlaylists() {
1373 try {

Callers 6

addM3UProfileMethod · 0.80
deleteM3UProfileMethod · 0.80
updateM3UProfileMethod · 0.80
getPlaylistFunction · 0.80
playlists.jsxFile · 0.80

Calls 2

requestFunction · 0.85
errorNotificationFunction · 0.85

Tested by

no test coverage detected