Skip to content

Commit

Permalink
Add ccmixter to sample data
Browse files Browse the repository at this point in the history
Signed-off-by: Olga Bulat <[email protected]>
  • Loading branch information
obulat committed Mar 18, 2024
1 parent fe83d16 commit 78c10e0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion api/api/examples/audio_responses.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"display_name": "Freesound",
"source_url": "https://freesound.org/",
"logo_url": None,
"media_count": 828,
"media_count": 818,
},
{
"source_name": "jamendo",
Expand Down
2 changes: 1 addition & 1 deletion api/test/integration/test_media_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def media_type(request):
"audio": MediaType(
name="audio",
path="audio",
providers=["freesound", "jamendo", "wikimedia_audio"],
providers=["freesound", "jamendo", "wikimedia_audio", "ccmixter"],
categories=["music", "pronunciation"],
tags=["cat"],
q="love",
Expand Down
1 change: 1 addition & 0 deletions load_sample_data.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ VALUES
(now(), 'freesound', 'Freesound', 'https://freesound.org/', false, 'audio'),
(now(), 'jamendo', 'Jamendo', 'https://www.jamendo.com', false, 'audio'),
(now(), 'wikimedia_audio', 'Wikimedia', 'https://commons.wikimedia.org', false, 'audio');
(now(), 'ccmixter', 'CCMixter', 'https://ccmixter.org', false, 'audio');
"

#############
Expand Down
Loading

0 comments on commit 78c10e0

Please sign in to comment.