Commit 083ff98b169b90fd38ba5bb1ee49b7b76684886e
- Diff rendering mode:
- inline
- side by side
src/playlistbrowser.cpp
(1 / 1)
|   | |||
| 177 | 177 | m_smartCategory->setOpen( true ); | |
| 178 | 178 | } | |
| 179 | 179 | // must be loaded after streams | |
| 180 | m_podcastTimer = new QTimer(); | ||
| 180 | 181 | m_podcastCategory = loadPodcasts(); | |
| 181 | 182 | ||
| 182 | 183 | m_dynamicCategory = loadDynamics(); | |
| … | … | ||
| 844 | 844 | else { | |
| 845 | 845 | PlaylistCategory* p = new PlaylistCategory(m_listview, m_playlistCategory, i18n("Podcasts") ); | |
| 846 | 846 | ||
| 847 | m_podcastTimer = new QTimer(); | ||
| 848 | 847 | m_podcastItemsToScan.clear(); | |
| 849 | 848 | if( !m_podcastTimerInterval ) m_podcastTimerInterval = 14400000; // 4 hours | |
| 850 | 849 |

