Skip to content

Commit

Permalink
lowercase Aniwave icon url
Browse files Browse the repository at this point in the history
  • Loading branch information
Nixuge committed Oct 25, 2024
1 parent 1d5a6d5 commit b01de34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aniwave/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export default class Source extends SourceModule implements VideoContent {
id: 'aniwave',
name: 'Aniwave',
version: '1.0.0',
icon: "https://paperback13.nixuge.me/cdn/Aniwave.png"
icon: "https://paperback13.nixuge.me/cdn/aniwave.png"
}

async discoverListings(listingRequest?: DiscoverListingsRequest | undefined): Promise<DiscoverListing[]> {
Expand Down

0 comments on commit b01de34

Please sign in to comment.