mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 03:58:06 +00:00
8 lines
96 B
C#
8 lines
96 B
C#
|
|
namespace MediaBrowser.UI.Pages
|
|
{
|
|
public class BaseWeatherPage : BasePage
|
|
{
|
|
}
|
|
}
|