Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/resources/views/editsong.blade.php')
-rw-r--r--laravel/resources/views/editsong.blade.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/laravel/resources/views/editsong.blade.php b/laravel/resources/views/editsong.blade.php
index 7ca2115..8bc7d22 100644
--- a/laravel/resources/views/editsong.blade.php
+++ b/laravel/resources/views/editsong.blade.php
@@ -4,6 +4,7 @@
@section('content')
<form method="POST" action="{{ route('song.show',['song'=>$song]) }}">
+ <input name='playlistReturn' hidden value='{{$_GET['playlist'] ?? ''}}'/>
@csrf
<input name='title' placeholder='title' type='text' value='{{$song->title}}'/>
<input name='author' placeholder='author' type='text' value='{{$song->author}}'/>