1
0
Fork 0
mirror of https://github.com/sussy-code/smov.git synced 2024-12-29 16:07:40 +01:00

fix(remotestream): Duplicate rank number

This commit is contained in:
cloud 2023-06-11 11:36:05 -06:00
parent 893a385f00
commit ef782974fe

View file

@ -9,7 +9,7 @@ registerProvider({
id: "remotestream",
displayName: "Remote Stream",
disabled: false,
rank: 50,
rank: 55,
type: [MWMediaType.MOVIE, MWMediaType.SERIES],
async scrape({ media, episode, progress }) {