* changing url to mp3_url and ogg_url in rabls
This commit is contained in:
parent
636ca9b891
commit
11c5c8723b
|
|
@ -13,7 +13,7 @@ child(:recording => :recording) {
|
|||
}
|
||||
|
||||
child(:mixes => :mixes) {
|
||||
attributes :id, :url, :is_completed
|
||||
attributes :id, :mp3_url, :ogg_url :is_completed
|
||||
}
|
||||
|
||||
child(:recorded_tracks => :recorded_tracks) {
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ node(:claimed_recording, :if => lambda { |music_session| music_session.users.exi
|
|||
}
|
||||
|
||||
child(:mixes => :mixes) {
|
||||
attributes :id, :url, :is_completed
|
||||
attributes :id, :mp3_url, :ogg_url, :is_completed
|
||||
}
|
||||
|
||||
child(:recorded_tracks => :recorded_tracks) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue