mirror of
https://github.com/Radarr/Radarr
synced 2025-12-09 09:56:04 +01: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();
|
|
}
|
|
} |