This commit is contained in:
Breizh 2023-06-17 12:40:59 +02:00
parent 89de507f81
commit f63a111ba6
1 changed files with 6 additions and 5 deletions

View File

@ -118,11 +118,6 @@ do
continue
fi
if [[ "$(realpath "$i")" =~ ^$root/Musique/Vidéos ]]
then
preload=none
fi
# Date de dernière modif
lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)"
@ -147,6 +142,12 @@ do
then
continue
fi
# Ne pas précharger Musique/Vidéos qui est trop volumineux
if [[ "$(realpath "$i")" =~ ^$root/Musique/Vidéos ]]
then
preload=none
fi
# Date de dernière modif
lastmodif="$(stat -c "%y" "$i" | cut -d':' -f-2)"