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:
parent
893a385f00
commit
ef782974fe
1 changed files with 1 additions and 1 deletions
|
@ -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 }) {
|
||||
|
|
Loading…
Reference in a new issue