feat: stream-keys

This commit is contained in:
2024-08-28 10:02:49 +01:00
parent 015b75f894
commit 97e43c8cbd
27 changed files with 1723 additions and 87 deletions

View File

@ -29,8 +29,8 @@ public class PodcastController(StreamerContext db, Config config) : Controller
pod.LiveItem = new()
{
Guid = stream.Id,
Title = stream.User.Title ?? "",
Description = stream.User.Summary,
Title = stream.Title ?? "",
Description = stream.Summary,
Status = stream.State.ToString().ToLower(),
Start = stream.Starts,
End = stream.Ends ?? new DateTime(),