mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 08:39:24 +02:00
Fix #201: escaping issue of track name in playlist modal
This commit is contained in:
parent
8d2529f4f7
commit
8a321d4abe
3 changed files with 9 additions and 4 deletions
|
@ -361,7 +361,7 @@ class Track(APIModelMixin):
|
|||
import_tags
|
||||
]
|
||||
objects = TrackQuerySet.as_manager()
|
||||
tags = TaggableManager()
|
||||
tags = TaggableManager(blank=True)
|
||||
|
||||
class Meta:
|
||||
ordering = ['album', 'position']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue