Skip to content

Commit

Permalink
bug fix - #123
Browse files Browse the repository at this point in the history
  • Loading branch information
youniaogu committed Mar 31, 2024
1 parent 12d2b8e commit f419266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/bzm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class BaoziManga extends Base {
constructor() {
const userAgent =
Platform.OS === 'android'
? 'Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Mobile Safari/537.36'
? 'Mozilla/5.0 (Linux; Android 8.0.0; SM-G955U Build/R16NW) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Mobile Safari/537.36'
: 'Mozilla/5.0 (iPhone; CPU iPhone OS 15_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Mobile/15E148';
super({
score: 4,
Expand Down

0 comments on commit f419266

Please sign in to comment.