mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix player
This commit is contained in:
@@ -657,7 +657,7 @@ export class VideoWatchComponent implements OnInit, OnDestroy {
|
||||
: null,
|
||||
authorizationHeader: () => this.authService.getRequestHeaderValue(),
|
||||
|
||||
serverUrl: environment.originServerUrl,
|
||||
serverUrl: environment.originServerUrl || window.location.origin,
|
||||
|
||||
videoFileToken: () => videoFileToken,
|
||||
requiresAuth: videoRequiresAuth(video),
|
||||
|
||||
Reference in New Issue
Block a user