mirror of
https://github.com/Jellyfin2Samsung/Samsung-Jellyfin-Installer.git
synced 2026-03-01 11:21:12 +03:00
9 lines
152 B
C#
9 lines
152 B
C#
using CommunityToolkit.Mvvm.ComponentModel;
|
|
|
|
namespace Jellyfin2Samsung.ViewModels
|
|
{
|
|
public class ViewModelBase : ObservableObject
|
|
{
|
|
}
|
|
}
|