Skip to content

Commit

Permalink
fix オリジナル
Browse files Browse the repository at this point in the history
  • Loading branch information
kanasimi committed Sep 29, 2020
1 parent 72abf23 commit 9820eb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arrangement/classify_and_compress.js
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ function classify(fso_name, fso_path, fso_status, sub_fso_list) {
.test(matched[1])) {
// [Pixiv] 60枚 (3322006).zip
} else if (matched[1] !== '仮') {
move_to('_maybe_doujinshi');
move_to(/\(オリジナル\)/.test(fso_name) ? 'doujin' : '_maybe_doujinshi');
return;
}
}
Expand Down

0 comments on commit 9820eb1

Please sign in to comment.