Skip to content

Commit

Permalink
Add missing generateSLang()
Browse files Browse the repository at this point in the history
  • Loading branch information
seven332 committed Mar 19, 2019
1 parent 2ec229c commit defa670
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,8 @@ private static GalleryInfo parseGalleryInfo(Element e) {
}
}

gi.generateSLang();

return gi;
}

Expand Down

0 comments on commit defa670

Please sign in to comment.