CORE-23734: Refactoring
This commit is contained in:
+1
-1
@@ -80,7 +80,7 @@ public class Song
|
||||
{
|
||||
var fullPath = SongDirectory;
|
||||
|
||||
if (fullPath![fullPath.Length -1] != '/')
|
||||
if (fullPath![fullPath.Length - 1] != '/')
|
||||
{
|
||||
fullPath += "/";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user