mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-12 02:30:23 +01:00
keep channels db clean
This commit is contained in:
@@ -21,7 +21,7 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Server.Implementations.LiveTv.EmbyTV
|
||||
{
|
||||
public class EmbyTV : ILiveTvService, IHasRegistrationInfo, IDisposable
|
||||
public class EmbyTV : ILiveTvService/*, IHasRegistrationInfo*/, IDisposable
|
||||
{
|
||||
private readonly IApplicationHost _appHpst;
|
||||
private readonly ILogger _logger;
|
||||
|
||||
Reference in New Issue
Block a user