refactor: remove unused constants and fields

This commit is contained in:
2026-05-12 16:06:15 +02:00
parent 2fba84edc1
commit a53fc91068
3 changed files with 0 additions and 8 deletions

View File

@@ -27,8 +27,6 @@ type Service struct {
db db.Querier
proxyTokens *proxyTokenSigner
proxyHostCache *lru.Cache[string, proxyHostCacheItem]
cacheMu sync.RWMutex
showResolution *lru.Cache[int, showResolutionCacheItem]
playbackDataCache *lru.Cache[string, playbackDataCacheItem]
}