mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-03 15:26:34 +01: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