File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 "dependencies" : {
2424 "@paperback/toolchain" : " ^0.8.7" ,
2525 "@paperback/types" : " ^0.8.7" ,
26+ "buffer" : " ^6.0.3" ,
2627 "cheerio" : " ^1.0.0" ,
2728 "html-entities" : " ^2.5.2"
2829 }
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ export const MangaDexInfo: SourceInfo = {
6464 description : 'Extension that pulls manga from MangaDex' ,
6565 icon : 'icon.png' ,
6666 name : 'MangaDex' ,
67- version : '3.0.5 ' ,
67+ version : '3.0.6 ' ,
6868 authorWebsite : 'https://github.com/nar1n' ,
6969 websiteBaseURL : MANGADEX_DOMAIN ,
7070 contentRating : ContentRating . EVERYONE ,
Original file line number Diff line number Diff line change 77 MDRatings ,
88 MDImageQuality
99} from './MangaDexHelper'
10-
10+ import {
11+ Buffer
12+ } from 'buffer'
1113
1214export async function getLanguages ( stateManager : SourceStateManager ) {
1315 return ( await stateManager . retrieve ( 'languages' ) ?? MDLanguages . getDefault ( ) )
You can’t perform that action at this time.
0 commit comments