Revert "Add Video details page to settings"

This reverts commit 776481c513.
This commit is contained in:
MerlinScheurer
2025-05-10 15:04:03 +02:00
parent 776481c513
commit 25b6ca2a1a
11 changed files with 14 additions and 305 deletions

View File

@@ -31,8 +31,6 @@ class SortEnum(enum.Enum):
LIKES = "stats.like_count"
DURATION = "player.duration"
MEDIASIZE = "media_size"
WIDTH = "streams.width"
HEIGHT = "streams.height"
@classmethod
def values(cls) -> list[str]: