mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix tests
This commit is contained in:
@@ -7,7 +7,7 @@ import 'videojs-dock/dist/videojs-dock.es.js'
|
||||
import { VideoDetails } from '../../../../shared'
|
||||
|
||||
function getVideoUrl (id: string) {
|
||||
return window.location.origin + '/api/v1/videos/' + videoId
|
||||
return window.location.origin + '/api/v1/videos/' + id
|
||||
}
|
||||
|
||||
async function loadVideoInfo (videoId: string): Promise<VideoDetails> {
|
||||
|
||||
Reference in New Issue
Block a user