mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Got most of the requesting stuff done! !wip #2313
This commit is contained in:
parent
cda7c0fe4c
commit
b72905ab4a
26 changed files with 1061 additions and 61 deletions
|
@ -75,5 +75,10 @@ namespace Ombi.Helpers
|
|||
|
||||
return -1;
|
||||
}
|
||||
|
||||
public static string RemoveSpaces(this string str)
|
||||
{
|
||||
return str.Replace(" ", "");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue