Skip to content
Snippets Groups Projects
Verified Commit ff741fb2 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

feat: add file_id to PlaylistFilter

parent e24b83b2
No related branches found
No related tags found
1 merge request!59Add playlists
......@@ -341,6 +341,10 @@ class PlaylistFilter(filters.FilterSet):
field_name="entries__file_id",
help_text="Return only playlists that use to the specified file ID.",
)
show_id = filters.NumberFilter(
field_name="show_id",
help_text="Return only playlists for the specified show ID.",
)
class Meta:
fields = ("file_id",)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment