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

Method updateEpInfo

MediaLibrary/episodesmodel.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107void EpisodesModel::updateEpInfo(const QModelIndex &index, const EpInfo &nEpInfo)
108{
109 if(!currentAnime || !index.isValid()) return;
110 AnimeWorker::instance()->updateEpInfo(currentAnime->name(), currentEps[index.row()].localFile, nEpInfo);
111}
112
113void EpisodesModel::updateFinishTime(const QModelIndex &index, qint64 nTime)
114{

Callers 1

setDataMethod · 0.45

Calls 2

isValidMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected