mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 16:13:58 -07:00
9 lines
No EOL
163 B
C#
9 lines
No EOL
163 B
C#
using System.Collections.Generic;
|
|
|
|
namespace NzbDrone.Core.Controllers
|
|
{
|
|
public interface IConfigController
|
|
{
|
|
List<string> GetTvRoots();
|
|
}
|
|
} |