Cleaned up deps and removed legacy code

This commit is contained in:
Alexander Rufenach
2021-06-04 02:00:00 -04:00
parent da91e6e2c7
commit 9f3eef2cce
5 changed files with 31 additions and 96 deletions
@@ -4,24 +4,6 @@ using MediaBrowser.Model.Plugins;
namespace Jellyfin.Plugin.AnilistSync.Configuration
{
public enum TitlePreferenceType
{
/// <summary>
/// Use titles in the local metadata language.
/// </summary>
Localized,
/// <summary>
/// Use titles in Japanese.
/// </summary>
Japanese,
/// <summary>
/// Use titles in Japanese romaji.
/// </summary>
JapaneseRomaji
}
/// <summary>
/// Class needed to create a Plugin and configure it.
/// </summary>