mirror of
https://github.com/moparisthebest/SickRage
synced 2024-12-12 02:52:20 -05:00
Fix issue showing 'unknown dir' when adding shows
https://github.com/SiCKRAGETV/sickrage-issues/issues/286
This commit is contained in:
parent
8b84e4f4bc
commit
32da0199f2
@ -25,3 +25,7 @@
|
|||||||
<input class="btn" type="button" id="defaultRootDir" value="Set as Default *" />
|
<input class="btn" type="button" id="defaultRootDir" value="Set as Default *" />
|
||||||
</div>
|
</div>
|
||||||
<input type="text" style="display: none" id="rootDirText" />
|
<input type="text" style="display: none" id="rootDirText" />
|
||||||
|
|
||||||
|
<script type="text/javascript">
|
||||||
|
document.getElementById("rootDirs").selectedIndex = "0"
|
||||||
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user