diff --git a/Kyoo/Controllers/Crawler.cs b/Kyoo/Controllers/Crawler.cs index 6b838de7..35507ead 100644 --- a/Kyoo/Controllers/Crawler.cs +++ b/Kyoo/Controllers/Crawler.cs @@ -127,7 +127,7 @@ namespace Kyoo.Controllers if (show != null) await RegisterEpisode(show, seasonNumber, episodeNumber, absoluteNumber, path, library); else - Console.Error.WriteLine($"Coudld not get informations about the show ${showName}."); + Console.Error.WriteLine($"Coudld not get informations about the show {showName}."); } } diff --git a/Makefile b/Makefile index dbac1d87..79c8b966 100644 --- a/Makefile +++ b/Makefile @@ -58,5 +58,7 @@ install_kyoo: all install: install_kyoo curl https://raw.githubusercontent.com/AnonymusRaccoon/Kyoo.TheTVDB/master/install.sh | sh + chown -R kyoo /opt/kyoo + chgrp -R kyoo /opt/kyoo .PHONY = all dependencies ffmpeg transcoder