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

Function getPlaylist

frontend/src/utils/forms/M3uUtils.js:18–20  ·  view source on GitHub ↗
(newPlaylist)

Source from the content-addressed store, hash-verified

16};
17
18export const getPlaylist = async (newPlaylist) => {
19 return await API.getPlaylist(newPlaylist.id);
20};
21
22export const refreshPlaylist = async (playlist) => {
23 return await API.refreshPlaylist(playlist.id);

Callers 2

handleNewPlaylistFunction · 0.90
M3uUtils.test.jsFile · 0.90

Calls 1

getPlaylistMethod · 0.80

Tested by

no test coverage detected