Skip to content

Commit 20eafce

Browse files
committed
自動記録が動作しないバグを修正
1 parent 5dc88d5 commit 20eafce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/record-watch-episode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ export function sendWathingAnime() {
344344
}
345345
}
346346

347-
if (index != -1 || index > episodeIndex) {
347+
if (index != -1 && index > episodeIndex) {
348348
if (!notRecordEpisode) {
349349
// 記録する場合は、opacityを下げクリックできなくするだけ
350350
uploadIconElement.setAttribute("src", completeUploadIcon);

0 commit comments

Comments
 (0)