mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-07-13 16:02:55 +01:00
feat(android-tv): TV recommendations (#1575)
This commit is contained in:
@@ -31,3 +31,9 @@ export type {
|
||||
TopShelfCacheSection,
|
||||
} from "./top-shelf-cache";
|
||||
export { clearTopShelfCache, writeTopShelfCache } from "./top-shelf-cache";
|
||||
// TV recommendations (Android TV)
|
||||
export {
|
||||
clearTvRecommendations,
|
||||
refreshTvRecommendations,
|
||||
syncTvRecommendations,
|
||||
} from "./tv-recommendations";
|
||||
|
||||
Reference in New Issue
Block a user