[longomatch/newui: 88/157] Fix playlists binary serialization
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch/newui: 88/157] Fix playlists binary serialization
- Date: Mon, 1 Sep 2014 09:48:45 +0000 (UTC)
commit 78d4ac714877b95ca1818b64166842be42168a49
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Aug 26 01:00:36 2014 +0200
Fix playlists binary serialization
.../Store/Playlists/PlaylistPlayElement.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
b/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
index f194a62..0e5c2f8 100644
--- a/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
+++ b/LongoMatch.Core/Store/Playlists/PlaylistPlayElement.cs
@@ -15,12 +15,14 @@
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
//
+using System;
using Newtonsoft.Json;
using LongoMatch.Common;
using LongoMatch.Interfaces;
namespace LongoMatch.Store.Playlists
{
+ [Serializable]
public class PlaylistPlayElement: IPlaylistElement
{
public PlaylistPlayElement (Play play, MediaFile file=null)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]