mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-19 00:26:25 +00:00
added HasUpdateAvailable
This commit is contained in:
@@ -945,5 +945,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv
|
||||
TotalRecordCount = groups.Count
|
||||
};
|
||||
}
|
||||
|
||||
public Task CloseLiveStream(string id, CancellationToken cancellationToken)
|
||||
{
|
||||
return ActiveService.CloseLiveStream(id, cancellationToken);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user