feat: support removing watch status when null
A user can choose to remove a show from being in their media list completely, by setting the watch status to null
This commit is contained in:
5
src/libs/errors/TitleNotFound.ts
Normal file
5
src/libs/errors/TitleNotFound.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export class AnilistTitleNotFoundError extends Error {
|
||||
constructor() {
|
||||
super("Title not found in Anilist");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user