Skip to content

Commit

Permalink
hiyobi: fix webp
Browse files Browse the repository at this point in the history
  • Loading branch information
violet-dev committed Feb 2, 2022
1 parent c2b9977 commit f5ae1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/component/hiyobi/hiyobi.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class HiyobiManager {

files.forEach((value) {
if (value['haswebp'] == 1)
result.add('https://cdn.hiyobi.me/data/$id/${value['hash']}');
result.add('https://cdn.hiyobi.me/data/$id/${value['hash']}.webp');
else
result.add('https://rcdn.hiyobi.me/data_r/$id/${value['name']}');
});
Expand Down

0 comments on commit f5ae1a7

Please sign in to comment.