* VRFS-2523 - broadcast fixes
This commit is contained in:
parent
d83a632d0b
commit
01808e6dac
|
|
@ -229,7 +229,7 @@ deletable_recordings.sql
|
|||
jam_tracks.sql
|
||||
shopping_carts.sql
|
||||
recurly.sql
|
||||
add_track_resource_id.sql
|
||||
add_track_resource_id.sql
|
||||
user_genres.sql
|
||||
user_online.sql
|
||||
icecast_source_changes.sql
|
||||
|
|
|
|||
|
|
@ -1540,12 +1540,9 @@
|
|||
this.updateBillingInfo = updateBillingInfo;
|
||||
this.placeOrder = placeOrder;
|
||||
this.searchMusicians = searchMusicians;
|
||||
<<<<<<< HEAD
|
||||
this.resendBandInvitation = resendBandInvitation;
|
||||
=======
|
||||
this.getMount = getMount;
|
||||
this.createSourceChange = createSourceChange;
|
||||
>>>>>>> feature/broadcast_slow
|
||||
|
||||
return this;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue