mirror of
https://github.com/movie-web/movie-web.git
synced 2024-11-11 05:35:08 +01:00
fix(remotestream): additional path for tv
This commit is contained in:
parent
18bde24b3a
commit
893a385f00
@ -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 New Issue
Block a user