mirror of
https://github.com/ModOrganizer2/modorganizer-basic_games.git
synced 2026-07-27 14:07:29 -07:00
Merge pull request #57 from erri120/vdf-fix
Fix libraryfolders.vdf format detection
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ def parse_library_info(library_vdf_path: Path) -> List[LibraryFolder]:
|
||||
|
||||
library_folders = []
|
||||
|
||||
if "library_folders" in info:
|
||||
if "libraryfolders" in info:
|
||||
# new format
|
||||
info_folders = info["libraryfolders"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user