Refresh playlist list on delete (#134)

This commit is contained in:
jeffvli
2023-07-16 23:23:07 -07:00
parent 37e4940c2e
commit be0792a5c7
10 changed files with 64 additions and 4 deletions
+1
View File
@@ -183,5 +183,6 @@ export type GridCardData = {
itemType: LibraryItem;
itemWidth: number;
playButtonBehavior: Play;
resetInfiniteLoaderCache: () => void;
route: CardRoute;
};