* VRFS-2523 - broadcast fixes

This commit is contained in:
Seth Call 2014-12-18 15:14:23 -06:00
parent d83a632d0b
commit 01808e6dac
2 changed files with 1 additions and 4 deletions

View File

@ -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

View File

@ -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;
};