diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-17 14:19:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-03-17 14:19:39 -0400 |
| commit | 14b9f94e0a8516f96cc2e115ed767cb67260aa17 (patch) | |
| tree | 5745fc99479217fea3de667f8a28d414e09b27d3 /MediaBrowser.Controller | |
| parent | 86a8c0805fe771a69606ec74561fe93ec96d166a (diff) | |
add sat ini mappings
Diffstat (limited to 'MediaBrowser.Controller')
| -rw-r--r-- | MediaBrowser.Controller/LiveTv/ILiveTvManager.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs index 5dffb5e9b..a8f847f53 100644 --- a/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs +++ b/MediaBrowser.Controller/LiveTv/ILiveTvManager.cs @@ -397,5 +397,11 @@ namespace MediaBrowser.Controller.LiveTv /// <param name="recording">The recording.</param> /// <returns>Task.</returns> Task OnRecordingFileDeleted(ILiveTvRecording recording); + + /// <summary> + /// Gets the sat ini mappings. + /// </summary> + /// <returns>List<NameValuePair>.</returns> + List<NameValuePair> GetSatIniMappings(); } } |
