| 105 | } |
| 106 | |
| 107 | void 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 | |
| 113 | void EpisodesModel::updateFinishTime(const QModelIndex &index, qint64 nTime) |
| 114 | { |