Update LiveTvService (Channels and Recording)

This commit is contained in:
Sven Van den brande
2013-11-10 22:47:26 +01:00
parent 1f0fc33a86
commit e4564ac860
3 changed files with 8 additions and 1 deletions

View File

@@ -43,5 +43,10 @@ namespace MediaBrowser.Server.Implementations.LiveTv
Id = info.Id
};
}
public RecordingInfo GetRecordingInfo(RecordingInfo info)
{
return info;
}
}
}