mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 13:23:20 -07:00
Merge pull request #3199 from msdeibel/3195_AlbumCoverUrls
Fixes issue #3195
This commit is contained in:
commit
c13958980e
7 changed files with 85 additions and 8 deletions
|
@ -128,5 +128,10 @@ namespace Ombi.Helpers
|
|||
{
|
||||
return string.Concat(str.Where(c => !chars.Contains(c)));
|
||||
}
|
||||
|
||||
public static string ToHttpsUrl(this string currentUrl)
|
||||
{
|
||||
return currentUrl.Replace("http://", "https://");
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue