1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00

Adapt client with video channels

This commit is contained in:
Chocobozzz 2017-10-25 16:43:19 +02:00
parent f5028693a8
commit 404b54e14f
No known key found for this signature in database
GPG key ID: 583A612D890159BE
13 changed files with 159 additions and 113 deletions

View file

@ -1,6 +1,5 @@
import * as express from 'express'
import * as Sequelize from 'sequelize'
import * as Promise from 'bluebird'
import { pseudoRandomBytesPromise } from './core-utils'
import { CONFIG, database as db } from '../initializers'