diff --git a/CHANGELOG.md b/CHANGELOG.md
index 75451d9163..49e6250c55 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,8 +4,10 @@
#### Improvements
- Add show names with dashes to guessit expected titles ([#7918](https://github.com/pymedusa/Medusa/pull/7918))
+- Provider YggTorrents: Add 'saison' as a season pack search keyword ([#7920](https://github.com/pymedusa/Medusa/pull/7920))
#### Fixes
+- Fixed root dirs not always shown on Home page ([#7921](https://github.com/pymedusa/Medusa/pull/7921))
-----
diff --git a/themes-default/slim/src/components/home.vue b/themes-default/slim/src/components/home.vue
index 93525d4801..e2b124fba0 100644
--- a/themes-default/slim/src/components/home.vue
+++ b/themes-default/slim/src/components/home.vue
@@ -116,7 +116,7 @@ export default {
});
},
mounted() {
- const { $snotify, config, stateLayout, setConfig } = this;
+ const { $snotify, stateLayout, setConfig } = this;
// Resets the tables sorting, needed as we only use a single call for both tables in tablesorter
$(document.body).on('click', '.resetsorting', () => {
$('table').trigger('filterReset');
@@ -400,26 +400,6 @@ export default {
}
});
- const rootDir = config.rootDirs;
- const rootDirIndex = config.selectedRootIndex;
- if (rootDir) {
- const backendDirs = rootDir.slice(1);
- if (backendDirs.length >= 2) {
- $('#showRoot').show();
- const item = ['All Folders'];
- const rootDirOptions = item.concat(backendDirs);
- $.each(rootDirOptions, (i, item) => {
- $('#showRootDir').append($('