mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-24 14:06:36 +00:00
Use number instead of decimal integer presentation
This commit is contained in:
parent
ead75913a8
commit
8bba17c2dc
@ -1951,7 +1951,7 @@ class MetadataFormat(models.Model):
|
||||
|
||||
|
||||
def __str__(self):
|
||||
template = '#{} "{}" from {}: {}'
|
||||
template = '#{:n} "{}" from {}: {}'
|
||||
return template.format(
|
||||
self.number,
|
||||
self.key,
|
||||
|
Loading…
Reference in New Issue
Block a user