1
0
mirror of https://github.com/snobu/destreamer.git synced 2026-01-30 20:02:17 +00:00

Moved things around

This commit is contained in:
snobu
2020-04-08 09:20:31 +03:00
parent 9eb7c0e5be
commit a48812cb58
3 changed files with 33 additions and 24 deletions

View File

@@ -7,4 +7,5 @@ export type Session = {
export type Metadata = {
title: string;
playbackUrl: string;
posterImage: string;
}