|
|
|
|
@ -38,7 +38,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -38,7 +38,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -56,7 +56,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -56,7 +56,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -74,7 +74,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -74,7 +74,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -93,7 +93,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -93,7 +93,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -112,7 +112,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -112,7 +112,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -133,7 +133,7 @@ namespace ErsatzTV.Infrastructure.Plex
@@ -133,7 +133,7 @@ namespace ErsatzTV.Infrastructure.Plex
|
|
|
|
|
} |
|
|
|
|
catch (Exception ex) |
|
|
|
|
{ |
|
|
|
|
return BaseError.New(ex.Message); |
|
|
|
|
return BaseError.New(ex.ToString()); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|