mirror of
https://github.com/aleksilassila/reiverr.git
synced 2026-04-27 03:05:10 +02:00
feat: Saving and displaying movie play-state, progress etc.
This commit is contained in:
@@ -281,7 +281,10 @@ export class SourcesController {
|
||||
.catch((e) => {
|
||||
if (e === SourcePluginError.StreamNotFound) {
|
||||
throw new NotFoundException('Stream not found');
|
||||
} else throw new InternalServerErrorException();
|
||||
} else {
|
||||
console.error(e);
|
||||
throw new InternalServerErrorException();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user