File tree Expand file tree Collapse file tree 4 files changed +3
-7
lines changed
Expand file tree Collapse file tree 4 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 88 attributes :
99 name : playnite_path
1010 label : ' Playnite User Directory:'
11- description : Location of Playnite user folder
12- defaultValue : " "
11+ description : Location of Playnite user folder
1312 - type : checkbox
1413 attributes :
1514 name : hide_uninstalled
Original file line number Diff line number Diff line change 44 "Name" : " Playnite" ,
55 "Description" : " Search and launch your Playnite library." ,
66 "Author" : " Garulf" ,
7- "Version" : " 1.5.2 " ,
7+ "Version" : " 1.5.3 " ,
88 "Language" : " python" ,
99 "Website" : " https://github.com/Garulf/playnite-plugin" ,
1010 "IcoPath" : " ./icon.png" ,
Original file line number Diff line number Diff line change @@ -23,9 +23,6 @@ class Playnite(Flox):
2323
2424 def load_settings (self ):
2525 self .playnite_path = self .settings .setdefault ('playnite_path' , str (pn .DATA_FOLDER ))
26- if self .settings .get ('playnite_path' ) == '' :
27- self .playnite_path = str (pn .DATA_FOLDER )
28- self .settings ['playnite_path' ] = str (pn .DATA_FOLDER )
2926 self .hide_uninstalled = self .settings .get ('hide_uninstalled' , True )
3027
3128 def missing_library (self ):
Original file line number Diff line number Diff line change 1- flox-lib == 0.14.0
1+ flox-lib == 0.14.1
You can’t perform that action at this time.
0 commit comments