diff --git a/AudioCuesheetEditor/Shared/TrackList/TrackListItem.razor b/AudioCuesheetEditor/Shared/TrackList/TrackListItem.razor index 7a9e30e2..3ad3ab2f 100644 --- a/AudioCuesheetEditor/Shared/TrackList/TrackListItem.razor +++ b/AudioCuesheetEditor/Shared/TrackList/TrackListItem.razor @@ -31,7 +31,7 @@ along with Foobar. If not, see { - + @@ -130,6 +130,7 @@ along with Foobar. If not, see @code { + //TODO: Hier drag und drop beispiel angepasst einfügen EditTrackModal? modalTrackEdit; Validations? validations; IEnumerable? autocompleteTrackArtists;