Added setting to choose whether to scrobble or not on rewatches

This commit is contained in:
Alexander Rufenach
2021-06-03 05:49:53 -04:00
parent 138a1bda95
commit cc6b16e8cb
4 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace Jellyfin.Plugin.AnilistSync
{
public override string Name => "AnilistSync";
public override Guid Id => Guid.Parse("18c2a8ea-afa0-4a0b-aa94-072b492ab80b");
public override string Description => "Description";
public override string Description => "Jellyfin plugin to scrobble to Anilist";
IHttpClientFactory _httpClientFactory;
public Plugin(IApplicationPaths applicationPaths, IXmlSerializer xmlSerializer, IHttpClientFactory htppClientFactory)