@model KernelRecordsMVC.Application.ViewModels.EditReleaseViewModel @{ ViewData["Title"] = "Edit Release"; }
← Releases CATALOG MANAGEMENT

Edit Release

Update release information and artist assignments.

@Html.AntiForgeryToken()
RELEASE

Release Information

Update the catalog information for this release.

COVER PREVIEW
@if (!string.IsNullOrWhiteSpace( Model.CoverPhoto)) { @Model.Title } else { ♪ }
ARTISTS

Release Artists

Change the main artist or featured artists associated with this release.

This artist will be stored as the MAIN artist for the release.
Hold Ctrl on Windows or Cmd on macOS to select multiple featured artists.
SAVE CHANGES

Release information and artist relationships will be updated together.

Cancel
@section Scripts { }