Skip to content

Commit 56bc17a

Browse files
committed
autostart - use kodi-standalone rather than kodi now that the crash on exit is fixed. - fixes #2614
1 parent c953744 commit 56bc17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptmodules/supplementary/autostart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ _EOF_
4040
sed -i '$a\' "$script"
4141
case "$mode" in
4242
kodi)
43-
echo -e "kodi #auto\nemulationstation #auto" >>"$script"
43+
echo -e "kodi-standalone #auto\nemulationstation #auto" >>"$script"
4444
;;
4545
es|*)
4646
echo "emulationstation #auto" >>"$script"

0 commit comments

Comments
 (0)