Added warning to Download Client settings
This commit is contained in:
parent
4d9f75fe4d
commit
d7c5f21cc6
|
@ -30,6 +30,9 @@
|
|||
}
|
||||
</style>
|
||||
<div id="stylized">
|
||||
<div class="warningBox">
|
||||
Do not set Download Client TV Directory to the same location as your TV shows, it can have undesired effects.
|
||||
</div>
|
||||
@using (Html.BeginForm("SaveDownloadClient", "Settings", FormMethod.Post, new { id = "DownloadClientForm", name = "DownloadClientForm", @class = "settingsForm" }))
|
||||
{
|
||||
<div id="downloadClient-top" class="settingsForm">
|
||||
|
|
Loading…
Reference in New Issue