Enhance error handling and logging in M3U and XML downloading processes; implement proper application shutdown in MainViewModel; introduce PlaylistSettings for configurable URLs and timeout settings.

This commit is contained in:
Vladimir
2026-03-22 09:14:39 +02:00
parent 59d0ed1ab5
commit a6ec011e79
9 changed files with 270 additions and 181 deletions
+3 -22
View File
@@ -1,24 +1,5 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace TV_Player.MAUI
namespace TV_Player.MAUI
{
// public partial class MediaViewerHandler
// {
// public static IPropertyMapper<MediaViewer, MediaViewerHandler> PropertyMapper =
// new PropertyMapper<MediaViewer, MediaViewerHandler>()
// {
// };
// public static CommandMapper<MediaViewer, MediaViewerHandler> CommandMapper = new(ViewCommandMapper)
// {
// };
// public MediaViewerHandler() : base(PropertyMapper, CommandMapper)
// {
// }
// }
// MediaViewerHandler is currently not implemented
// This is reserved for custom platform-specific media player implementations
}