Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/app/Song.php')
-rw-r--r--laravel/app/Song.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/laravel/app/Song.php b/laravel/app/Song.php
index 0f7248a..efd30a6 100644
--- a/laravel/app/Song.php
+++ b/laravel/app/Song.php
@@ -110,6 +110,7 @@ class Song extends Model
'/E' => '/e',
'/F' => '/f',
'/G' => '/g',
+ '♯' => '#',
'♭' => 'b',
'Db' => 'C#',
'Eb' => 'D#',