mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-21 17:16:20 -07:00
feat(stats): separate YouTube channels in the Library (#253)
This commit is contained in:
@@ -46,6 +46,7 @@ function installDom(): () => void {
|
||||
|
||||
function libraryItem(animeId: number, title: string): AnimeLibraryItem {
|
||||
return {
|
||||
mediaKind: 'anime',
|
||||
animeId,
|
||||
canonicalTitle: title,
|
||||
anilistId: null,
|
||||
|
||||
Reference in New Issue
Block a user