mirror of
https://github.com/ksyasuda/SubMiner.git
synced 2026-09-23 05:16:23 -07:00
feat(stats): separate YouTube channels in the Library (#253)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export const MEDIA_KINDS = ['anime', 'youtube'] as const;
|
||||
|
||||
export type MediaKind = (typeof MEDIA_KINDS)[number];
|
||||
Reference in New Issue
Block a user