|
|
@ -17,7 +17,7 @@ SCREEN_WIDTH = int(720 / 2)
|
|
|
|
BASEPATH = path.join(str(environ.get("HOME")), '.config/cast')
|
|
|
|
BASEPATH = path.join(str(environ.get("HOME")), '.config/cast')
|
|
|
|
DB_FILE_NAME = 'cast.db'
|
|
|
|
DB_FILE_NAME = 'cast.db'
|
|
|
|
SUB_TABLE = 'subscriptions'
|
|
|
|
SUB_TABLE = 'subscriptions'
|
|
|
|
SUB_TABLE = 'videos'
|
|
|
|
VIDEO_TABLE = 'videos'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
def add_subscription(channel_id: str,
|
|
|
|
def add_subscription(channel_id: str,
|
|
|
|