diff options
| author | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-06-17 20:12:37 +0000 |
|---|---|---|
| committer | Stefan Pluecken <stefan.pluecken@multimedia-labs.de> | 2006-06-17 20:12:37 +0000 |
| commit | f44dfc20f4ed708d67603f767a976c1168393627 (patch) | |
| tree | ed69b038c8c20a4d4a817b2330868319f22301b4 /lib/python/Components/Makefile.am | |
| parent | c5d48668f18226413164d84ff808547bb10fcbba (diff) | |
| download | enigma2-f44dfc20f4ed708d67603f767a976c1168393627.tar.gz enigma2-f44dfc20f4ed708d67603f767a976c1168393627.zip | |
save playlist on leaving the media player
Diffstat (limited to 'lib/python/Components/Makefile.am')
| -rw-r--r-- | lib/python/Components/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Makefile.am b/lib/python/Components/Makefile.am index af8d1b9c..560b1ffe 100644 --- a/lib/python/Components/Makefile.am +++ b/lib/python/Components/Makefile.am @@ -16,5 +16,5 @@ install_PYTHON = \ PluginList.py PluginComponent.py RecordingConfig.py About.py UsageConfig.py \ FIFOList.py ServiceEventTracker.py Input.py TimerSanityCheck.py FileList.py \ MultiContent.py MediaPlayer.py TunerInfo.py VideoWindow.py ChoiceList.py \ - Element.py + Element.py Playlist.py |
