mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Review
This commit is contained in:
parent
03bf3524a4
commit
75a29043b6
5 changed files with 18 additions and 17 deletions
|
|
@ -18,7 +18,7 @@ def import_streams_to_server(db, server: ServiceSettings):
|
|||
if not len(urls):
|
||||
continue
|
||||
|
||||
stream.output.urls[0].uri = urls[0]
|
||||
stream.output[0].uri = urls[0]
|
||||
stream.name = sql_entry['stream_display_name']
|
||||
tvg_logo = sql_entry['stream_icon']
|
||||
if len(tvg_logo) < constants.MAX_URL_LENGTH:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue