From 39674e1407c22cb554e258905f32f7ca1abe9764 Mon Sep 17 00:00:00 2001 From: yuvarajmadineni <43857118+yuvarajmadineni@users.noreply.github.com> Date: Fri, 4 Oct 2019 22:23:26 +0530 Subject: [PATCH] Update english.html --- music/templates/english.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/music/templates/english.html b/music/templates/english.html index 9d1d7a15..a7086ed6 100644 --- a/music/templates/english.html +++ b/music/templates/english.html @@ -49,6 +49,6 @@

Name of the Movie : {{ album.title}}

{% endfor %} {% else %} -

There are no songs in this

+

There are no songs in this Search, Please select valid movie

{% endif %} {% endblock %}