diff options
author | morpheus65535 <[email protected]> | 2018-11-17 22:10:13 -0500 |
---|---|---|
committer | morpheus65535 <[email protected]> | 2018-11-17 22:10:13 -0500 |
commit | 73b81dd558bbc0d832f39d2080cab4fd49d31c97 (patch) | |
tree | c770ea6e939d622c4963b0d8ba83e26ffcdc40be | |
parent | 6c9a17784508da8a99d32b637f6867397fa7e22b (diff) | |
download | bazarr-73b81dd558bbc0d832f39d2080cab4fd49d31c97.tar.gz bazarr-73b81dd558bbc0d832f39d2080cab4fd49d31c97.zip |
Removed warning about too many subtitles providers and delays.
-rw-r--r-- | views/settings.tpl | 3 | ||||
-rw-r--r-- | views/wizard.tpl | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/views/settings.tpl b/views/settings.tpl index 212b32dd9..b7d037f1c 100644 --- a/views/settings.tpl +++ b/views/settings.tpl @@ -1059,9 +1059,6 @@ </div> <div class="ui dividing header">Subtitles providers</div> <div class="twelve wide column"> - <div class="ui orange message"> - <p>Be aware that the more providers you enable, the longer it will take everytime you search for a subtitles.</p> - </div> <div class="ui grid"> <div class="middle aligned row"> <div class="right aligned four wide column"> diff --git a/views/wizard.tpl b/views/wizard.tpl index ca5e2f941..7687aab77 100644 --- a/views/wizard.tpl +++ b/views/wizard.tpl @@ -337,9 +337,6 @@ </div> <div class="ui dividing header">Subtitles providers</div> <div class="twelve wide column"> - <div class="ui orange message"> - <p>Be aware that the more providers you enable, the longer it will take everytime you search for a subtitles.</p> - </div> <div class="ui grid"> <div class="middle aligned row"> <div class="right aligned four wide column"> |