mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
removed prefix(30) and version property
This commit is contained in:
@@ -15,7 +15,6 @@ extension String {
|
||||
self
|
||||
.removeMatches("\\(.*\\)")
|
||||
.removeMatches("- .*")
|
||||
.prefix(30)
|
||||
.trimmingCharacters(in: .whitespaces)
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user