mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 11:02:23 -04:00
update portable projects
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System.Text;
|
||||
|
||||
namespace MediaBrowser.Model.Text
|
||||
{
|
||||
public interface ITextEncoding
|
||||
{
|
||||
Encoding GetASCIIEncoding();
|
||||
Encoding GetFileEncoding(string path);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user