1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Add version in footer

This commit is contained in:
Chocobozzz 2018-01-31 10:19:34 +01:00
parent c8cf5952f3
commit 915c5bbe53
No known key found for this signature in database
GPG key ID: 583A612D890159BE
7 changed files with 392 additions and 307 deletions

View file

@ -16,6 +16,7 @@ export class ServerService {
videoLanguagesLoaded = new ReplaySubject<boolean>(1)
private config: ServerConfig = {
serverVersion: 'Unknown',
signup: {
allowed: false
},