Change Directory
This commit is contained in:
13
librespot/cache/CacheManager.py
vendored
Normal file
13
librespot/cache/CacheManager.py
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
from __future__ import annotations
|
||||
from librespot.core import Session
|
||||
|
||||
|
||||
class CacheManager:
|
||||
CLEAN_UP_THRESHOLD = 604800000
|
||||
HEADER_TIMESTAMP = 254
|
||||
HEADER_HASH = 253
|
||||
|
||||
parent: str
|
||||
|
||||
def __init__(self, conf: Session.Configuration):
|
||||
pass
|
||||
1
librespot/cache/__init__.py
vendored
Normal file
1
librespot/cache/__init__.py
vendored
Normal file
@@ -0,0 +1 @@
|
||||
from librespot.cache.CacheManager import CacheManager
|
||||
Reference in New Issue
Block a user