This commit is contained in:
2026-01-01 21:10:46 +08:00
parent 5c1b19c08a
commit 6c31ffa120
26 changed files with 1171 additions and 209 deletions

View File

@@ -222,6 +222,6 @@ final class Kernel
*/
public function ini(): IniFile
{
return $this->iniFile ??= new IniFile();
return $this->iniFile ??= new IniFile(config_path('playlists.ini'));
}
}