Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Commit

Permalink
add language to tag list
Browse files Browse the repository at this point in the history
  • Loading branch information
HookedBehemoth committed Aug 17, 2019
1 parent bd314fc commit 84716da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ namespace web {
model::tag tag = getTag(tagJson);
if((tag.type == "language") && ((tag.name == "japanese") || (tag.name == "chinese") || (tag.name == "english"))){
comic->language = getLanguage(tag.name);
continue;
}
comic->tags.push_back(tag);
}
Expand Down

0 comments on commit 84716da

Please sign in to comment.