diff options
| author | Luke <luke.pulverenti@gmail.com> | 2017-04-16 21:46:07 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-16 21:46:07 -0400 |
| commit | 315541a686858eeab84f73a4fcad1a11c1ee15c7 (patch) | |
| tree | 7991c246ccb90c97d0b25297933bf1b37801c8ef /MediaBrowser.Controller | |
| parent | 8c4e69e1c66c01a95de59ac47f5d3607c8b61525 (diff) | |
| parent | eddcc466022c063265dc6fa8e729bbdf6c18a467 (diff) | |
Merge pull request #2582 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index c8fa6be8ce..7e1dab4624 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -367,7 +367,7 @@ namespace MediaBrowser.Controller.LiveTv /// <param name="items">The items.</param> /// <param name="options">The options.</param> /// <param name="user">The user.</param> - void AddChannelInfo(List<Tuple<BaseItemDto, LiveTvChannel>> items, DtoOptions options, User user); + Task AddChannelInfo(List<Tuple<BaseItemDto, LiveTvChannel>> items, DtoOptions options, User user); /// <summary> /// Called when [recording file deleted]. |
