mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-03-11 09:35:42 +00:00
Update trailerService.ts
This commit is contained in:
parent
da39ca47bc
commit
16ab2461d9
1 changed files with 0 additions and 6 deletions
|
|
@ -251,12 +251,6 @@ export class TrailerService {
|
|||
this.urlCache.delete(key);
|
||||
return null;
|
||||
}
|
||||
// Don't return cached .mpd file paths — the temp file may no longer exist
|
||||
// after an app restart, and we'd rather re-extract than serve a dead file URI
|
||||
if (entry.url.endsWith('.mpd')) {
|
||||
this.urlCache.delete(key);
|
||||
return null;
|
||||
}
|
||||
return entry.url;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue