mirror of
https://github.com/meeb/tubesync.git
synced 2025-06-26 06:56:36 +00:00
Update media_server.py
This commit is contained in:
parent
182836aa99
commit
83ecb14b88
@ -1,4 +1,3 @@
|
|||||||
import json
|
|
||||||
from django import db
|
from django import db
|
||||||
from django.utils.translation import gettext_lazy as _
|
from django.utils.translation import gettext_lazy as _
|
||||||
from ..choices import Val, MediaServerType
|
from ..choices import Val, MediaServerType
|
||||||
@ -48,7 +47,7 @@ class MediaServer(db.models.Model):
|
|||||||
_('options'),
|
_('options'),
|
||||||
blank=False,
|
blank=False,
|
||||||
null=True,
|
null=True,
|
||||||
help_text=_('JSON encoded options for the media server'),
|
help_text=_('Options for the media server'),
|
||||||
)
|
)
|
||||||
|
|
||||||
def __str__(self):
|
def __str__(self):
|
||||||
|
Loading…
Reference in New Issue
Block a user