Lidarr/src/NzbDrone.Core/ImportLists/ImportListType.cs

12 lines
165 B
C#
Raw Permalink Normal View History

2019-07-27 18:06:18 +00:00
namespace NzbDrone.Core.ImportLists
{
public enum ImportListType
{
Program,
2019-07-27 18:06:18 +00:00
Spotify,
LastFm,
Other,
Advanced
2019-07-27 18:06:18 +00:00
}
}