mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 08:15:28 +03:00
add web socket error handling
This commit is contained in:
@@ -7,8 +7,8 @@ namespace MediaBrowser.Model.Text
|
||||
{
|
||||
Encoding GetASCIIEncoding();
|
||||
|
||||
string GetDetectedEncodingName(byte[] bytes, string language, bool enableLanguageDetection);
|
||||
Encoding GetDetectedEncoding(byte[] bytes, string language, bool enableLanguageDetection);
|
||||
string GetDetectedEncodingName(byte[] bytes, int size, string language, bool enableLanguageDetection);
|
||||
Encoding GetDetectedEncoding(byte[] bytes, int size, string language, bool enableLanguageDetection);
|
||||
Encoding GetEncodingFromCharset(string charset);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user