mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-06 03:50:26 +02:00
Design second video upload step
This commit is contained in:
parent
c182778e26
commit
cadb46d832
24 changed files with 173 additions and 98 deletions
|
@ -77,7 +77,6 @@ export class ServerService {
|
|||
notifier: ReplaySubject<boolean>
|
||||
) {
|
||||
return this.http.get(ServerService.BASE_VIDEO_URL + attributeName)
|
||||
.do(() => notifier.next(true))
|
||||
.subscribe(data => {
|
||||
Object.keys(data)
|
||||
.forEach(dataKey => {
|
||||
|
@ -86,6 +85,8 @@ export class ServerService {
|
|||
label: data[dataKey]
|
||||
})
|
||||
})
|
||||
|
||||
notifier.next(true)
|
||||
})
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue