mirror of
https://github.com/BrenBroZAYT/gameyfin.git
synced 2026-06-15 16:20:03 +00:00
Added Favicon and Logo
Fixed logging typo in GameMapper
This commit is contained in:
@@ -107,7 +107,7 @@ public class GameMapper {
|
||||
|
||||
stopWatch.stop();
|
||||
|
||||
log.info("Calculated disk size for game {} in {} seconds", g.getName(), (int) stopWatch.getTotalTimeSeconds());
|
||||
log.info("Calculated disk size for game '{}' in {} seconds", g.getName(), (int) stopWatch.getTotalTimeSeconds());
|
||||
return fileSize;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user