Skip to content

Commit

Permalink
Add player error ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Neraste committed Mar 24, 2024
1 parent 8877d47 commit 40e150b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dakara_server/playlist/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,7 @@ class PlayerErrorSerializer(serializers.ModelSerializer):
class Meta:
model = PlayerError
fields = (
"id",
"playlist_entry",
"playlist_entry_id",
"error_message",
Expand Down

0 comments on commit 40e150b

Please sign in to comment.