diff --git a/UI/Web/src/app/_models/library/library.ts b/UI/Web/src/app/_models/library/library.ts index cb152471e..bad83f54b 100644 --- a/UI/Web/src/app/_models/library/library.ts +++ b/UI/Web/src/app/_models/library/library.ts @@ -14,7 +14,7 @@ export enum LibraryType { export const allLibraryTypes = [LibraryType.Manga, LibraryType.ComicVine, LibraryType.Comic, LibraryType.Book, LibraryType.LightNovel, LibraryType.Images]; export const allKavitaPlusMetadataApplicableTypes = [LibraryType.Manga, LibraryType.LightNovel, LibraryType.ComicVine, LibraryType.Comic]; -export const allKavitaPlusEligibleTypes = [LibraryType.Manga, LibraryType.LightNovel]; +export const allKavitaPlusScrobbleEligibleTypes = [LibraryType.Manga, LibraryType.LightNovel]; export interface Library { id: number; diff --git a/UI/Web/src/app/_single-module/sort-button/sort-button.component.html b/UI/Web/src/app/_single-module/sort-button/sort-button.component.html index 9b054c91d..bc02c743d 100644 --- a/UI/Web/src/app/_single-module/sort-button/sort-button.component.html +++ b/UI/Web/src/app/_single-module/sort-button/sort-button.component.html @@ -1,6 +1,6 @@ -