Skip to content

Commit

Permalink
Move cache class to lib
Browse files Browse the repository at this point in the history
  • Loading branch information
ajayyy committed Feb 29, 2024
1 parent 5c28da5 commit 331d8e2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 43 deletions.
2 changes: 1 addition & 1 deletion maze-utils
2 changes: 1 addition & 1 deletion src/thumbnails/thumbnailDataCache.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { ChannelID } from "../../maze-utils/src/video";
import { VideoID } from "../../maze-utils/src/video";
import { DataCache } from "../utils/cache";
import { DataCache } from "../../maze-utils/src/cache";

export interface PlaybackUrl {
url: string;
Expand Down
41 changes: 0 additions & 41 deletions src/utils/cache.ts

This file was deleted.

0 comments on commit 331d8e2

Please sign in to comment.