mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-07 23:09:43 +00:00
add vid_type_filter to home and playlist views
This commit is contained in:
@@ -20,6 +20,7 @@ class UserConfigType(TypedDict, total=False):
|
||||
view_style_channel: str
|
||||
view_style_downloads: str
|
||||
view_style_playlist: str
|
||||
vid_type_filter: str | None
|
||||
grid_items: int
|
||||
hide_watched: bool | None
|
||||
file_size_unit: str
|
||||
@@ -43,6 +44,7 @@ class UserConfig:
|
||||
view_style_channel="list",
|
||||
view_style_downloads="list",
|
||||
view_style_playlist="grid",
|
||||
vid_type_filter=None,
|
||||
grid_items=3,
|
||||
hide_watched=False,
|
||||
file_size_unit="binary",
|
||||
|
||||
Reference in New Issue
Block a user