MCPcopy Create free account
hub / github.com/KikoPlayProject/KikoPlay / updateEpPath

Method updateEpPath

MediaLibrary/animeinfo.cpp:253–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void Anime::updateEpPath(const QString &path, const QString &nPath)
254{
255 if(!epLoaded) return;
256 for(auto &e : epInfoList)
257 {
258 if(e.localFile==path)
259 {
260 e.localFile = nPath;
261 return;
262 }
263 }
264}
265
266void Anime::removeEp(const QString &epPath)
267{

Callers 1

setDataMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected