mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
9 lines
161 B
C#
9 lines
161 B
C#
using MediaBrowser.Common.Kernel;
|
|
|
|
namespace MediaBrowser.UI.Configuration
|
|
{
|
|
public class UIApplicationPaths : BaseApplicationPaths
|
|
{
|
|
}
|
|
}
|