Implement detection of removed games & unmatched paths

Implement persisting unmatched paths
Various minor refactorings
This commit is contained in:
grimsi
2025-05-07 12:55:01 +02:00
parent df7e76aaf8
commit 4e3b6f7152
17 changed files with 152 additions and 50 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
val ktor_version = "3.0.0"
val ktor_version = "3.1.2"
plugins {
id("com.google.devtools.ksp")
@@ -122,7 +122,7 @@ class SteamPlugin(wrapper: PluginWrapper) : GameyfinPlugin(wrapper) {
/**
* Often titles on Steam copyright symbols which makes matching between different providers harder
* Often titles on Steam contain copyright symbols which makes matching between different providers harder
* This method removes those symbols
*/
private fun sanitizeTitle(originalTitle: String): String {