mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-23 17:24:46 +03:00
restored live tv playback in the web client
This commit is contained in:
13
MediaBrowser.Controller/MediaEncoding/EncodingResult.cs
Normal file
13
MediaBrowser.Controller/MediaEncoding/EncodingResult.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace MediaBrowser.Controller.MediaEncoding
|
||||
{
|
||||
public class EncodingResult
|
||||
{
|
||||
public string OutputPath { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user