Hooked up the ability to get average rating on Comic series.

This commit is contained in:
Joseph Milazzo 2025-03-17 12:35:54 -05:00
parent 579cd847af
commit 585df0b5d3
15 changed files with 47 additions and 71 deletions

View file

@ -37,7 +37,9 @@ public enum ScrobbleProvider
Kavita = 0,
AniList = 1,
Mal = 2,
Cbr = 3
[Obsolete]
GoogleBooks = 3,
Cbr = 4
}
public interface IScrobblingService