mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
More rework to use the Plex DB
This commit is contained in:
parent
dc92285cfa
commit
ec49ab7389
5 changed files with 79 additions and 87 deletions
|
@ -102,6 +102,12 @@ namespace PlexRequests.Helpers
|
|||
$"https://app.plex.tv/web/app#!/server/{machineId}/details/%2Flibrary%2Fmetadata%2F{mediaId}";
|
||||
return url;
|
||||
}
|
||||
|
||||
public static string FormatGenres(string tags)
|
||||
{
|
||||
var split = tags.Split(new[] {'|'}, StringSplitOptions.RemoveEmptyEntries);
|
||||
return string.Join(", ", split);
|
||||
}
|
||||
}
|
||||
|
||||
public class EpisodeModelHelper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue