added a smmID

* added 44fc5929 to smmIDs
This commit is contained in:
Jannik 2017-08-24 22:04:06 +02:00
parent d36b869e80
commit 9930a4cb15
3 changed files with 2 additions and 1 deletions

1
bin/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
/application/

View File

@ -232,7 +232,7 @@ public class MainWindowController {
private File fileLinux = new File(dirLinux + "/config.xml");
File pictureCacheWin = new File(dirWin+"/picture_cache");
File pictureCacheLinux = new File(dirLinux+"/picture_cache");
private ObservableList<String> smmIDs = FXCollections.observableArrayList("fe31b7f2"); //TODO add more IDs
private ObservableList<String> smmIDs = FXCollections.observableArrayList("fe31b7f2", "44fc5929"); //TODO add more IDs
private ObservableList<UIROMDataType> games = FXCollections.observableArrayList();
ObservableList<SmmdbApiDataType> courses = FXCollections.observableArrayList();
ArrayList<Text> courseText = new ArrayList<Text>();