fix: put path instead of query for content-top

This commit is contained in:
Michael
2024-06-14 19:58:31 +01:00
parent 45d0110f61
commit 110cd6c7ac

View File

@@ -8,7 +8,7 @@ get:
parameters:
- name: type
description: the library type (1 - movies, 2 - shows, 3 - music)
in: path
in: query
schema:
type: integer
required: true