aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-17 14:19:39 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-03-17 14:19:39 -0400
commit14b9f94e0a8516f96cc2e115ed767cb67260aa17 (patch)
tree5745fc99479217fea3de667f8a28d414e09b27d3 /MediaBrowser.Controller
parent86a8c0805fe771a69606ec74561fe93ec96d166a (diff)
add sat ini mappings
Diffstat (limited to 'MediaBrowser.Controller')
-rw-r--r--MediaBrowser.Controller/LiveTv/ILiveTvManager.cs6
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&lt;NameValuePair&gt;.</returns>
+ List<NameValuePair> GetSatIniMappings();
}
}