mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-14 09:12:57 -07:00
Tiny bit of more info
This commit is contained in:
parent
42706a3068
commit
64d7acc7e4
1 changed files with 1 additions and 0 deletions
|
@ -669,6 +669,7 @@ namespace PlexRequests.UI.Modules
|
||||||
{
|
{
|
||||||
model.Episodes.Add(new EpisodesModel { EpisodeNumber = ep.EpisodeNumber, SeasonNumber = ep.SeasonNumber });
|
model.Episodes.Add(new EpisodesModel { EpisodeNumber = ep.EpisodeNumber, SeasonNumber = ep.SeasonNumber });
|
||||||
}
|
}
|
||||||
|
Analytics.TrackEventAsync(Category.Requests, Action.TvShow, $"Episode request for {model.Title}", Username, CookieHelper.GetAnalyticClientId(Cookies));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
model.SeasonsRequested = seasons;
|
model.SeasonsRequested = seasons;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue