mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-13 16:40:01 +00:00
Implement detection of removed games & unmatched paths
Implement persisting unmatched paths Various minor refactorings
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user