mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
fix(remotestream): additional path for tv
This commit is contained in:
parent
18bde24b3a
commit
893a385f00
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ registerProvider({
|
|||
(e) => e.id === episode
|
||||
)?.number;
|
||||
|
||||
playlistLink += `/${seasonNumber}/${episodeNumber}.m3u8`;
|
||||
playlistLink += `/${seasonNumber}/${episodeNumber}/${episodeNumber}.m3u8`;
|
||||
} else {
|
||||
playlistLink += `/${media.tmdbId}.m3u8`;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue