mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Use IHostApplicationLifetime to start library monitor
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
#pragma warning disable CS1591
|
||||
|
||||
using System;
|
||||
|
||||
namespace MediaBrowser.Controller.Library
|
||||
{
|
||||
public interface ILibraryMonitor : IDisposable
|
||||
/// <summary>
|
||||
/// Service responsible for monitoring library filesystems for changes.
|
||||
/// </summary>
|
||||
public interface ILibraryMonitor
|
||||
{
|
||||
/// <summary>
|
||||
/// Starts this instance.
|
||||
|
||||
Reference in New Issue
Block a user