mirror of https://github.com/calzoneman/sync.git
Add explicit warning that custom embeds cannot be synchronized
This commit is contained in:
parent
9451e3978c
commit
14c25ef8c1
|
@ -125,7 +125,7 @@ html(lang="en")
|
|||
input.add-temp(type="checkbox")
|
||||
| Add as temporary
|
||||
| Paste the embed code below and click Next or At End.
|
||||
| Acceptable embed codes are <code><iframe></code> and <code><object></code> tags.
|
||||
| Acceptable embed codes are <code><iframe></code> and <code><object></code> tags. <strong>CUSTOM EMBEDS CANNOT BE SYNCHRONIZED.</strong>
|
||||
textarea#customembed-content.input-block-level.form-control(rows="3")
|
||||
#playlistmanager.collapse.plcontrol-collapse.col-lg-12.col-md-12
|
||||
.vertical-spacer
|
||||
|
|
Loading…
Reference in New Issue