mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
type discovery without attributes
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
using MediaBrowser.Common.Localization;
|
||||
using System.ComponentModel.Composition;
|
||||
|
||||
|
||||
namespace MediaBrowser.Controller.Localization
|
||||
{
|
||||
[Export(typeof(LocalizedStringData))]
|
||||
public class BaseStrings : LocalizedStringData
|
||||
{
|
||||
public BaseStrings()
|
||||
|
||||
Reference in New Issue
Block a user