Merge pull request #57 from erri120/vdf-fix

Fix libraryfolders.vdf format detection
This commit is contained in:
Mikaël Capelle
2021-07-30 13:21:47 +02:00
committed by GitHub
+1 -1
View File
@@ -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"]