mirror of
https://github.com/fastogt/fastocloud_admin.git
synced 2025-03-09 23:38:52 +00:00
Remove tags
This commit is contained in:
parent
c3bb1f0c6b
commit
6250900c8f
14 changed files with 1 additions and 28 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 695ae8eb974c599ed8c203509b2faff5b916967c
|
||||
Subproject commit 63c998d44fcff5a3ecb3c58c789f24c7ca8db37c
|
|
@ -36,7 +36,6 @@ class ServiceView(FlaskView):
|
|||
if server and form.validate_on_submit():
|
||||
stream_type = form.type.data
|
||||
file_handle = form.file.data
|
||||
tags = form.tags.data
|
||||
m3u_parser = M3uParser()
|
||||
m3u_parser.load_content(file_handle.read().decode('utf-8'))
|
||||
m3u_parser.parse()
|
||||
|
@ -76,7 +75,6 @@ class ServiceView(FlaskView):
|
|||
stream.input.urls[0].uri = input_url
|
||||
|
||||
stream.tvg_logo = default_logo_path
|
||||
stream.tags = tags
|
||||
|
||||
title = file['title']
|
||||
if len(title) < constants.MAX_STREAM_NAME_LENGTH:
|
||||
|
|
|
@ -29,9 +29,6 @@ Upload m3u | {{ config['PUBLIC_CONFIG'].site.title }}
|
|||
<div class="col-md-3">
|
||||
Type: {{ form.type }}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
Tags: {{ form.tags }}
|
||||
</div>
|
||||
<div class="col-md-3">
|
||||
{{ form_field(form.submit, class="btn btn-success") }}
|
||||
</div>
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_form(form.output) }}
|
||||
<br>
|
||||
{{ render_bootstrap_form(form.price) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.avformat) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
<br>
|
||||
{{ render_bootstrap_field(form.group_title) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.tags) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.audio_select) }}
|
||||
<br>
|
||||
{{ render_bootstrap_field(form.have_video) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue