Skip to content

Commit

Permalink
Add pageType to public String in ParselyMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinAkram committed Jan 17, 2024
1 parent 28623b5 commit acb18da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class ParselyMetadata {
public ArrayList<String> authors, tags;
public String link, section, thumbUrl, title;
public String link, section, thumbUrl, title, pageType;
public Calendar pubDate;

/**
Expand Down

0 comments on commit acb18da

Please sign in to comment.